@charset "utf-8";
/*Derechos reservados a Coexflor.ec
Diseño Web:Paul Segovia*/
/*Imagen logo inicio*/
.principio .imagenfondo{
	height: 30px;
	margin-top: 5px;
	margin-right: 10px;}
.principio .imagenfondoflor{
	height: 32px;
	width: 40px;
	margin-top: 10px;
	margin-right: 10px;}
/*Modal Inicio*/
.modalinicio{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index:4000;
	display:flex;
	justify-content: center;
	align-items:center;
	-webkit-animation: animacionmodalinicio 1s;
	 animation: animacionmodalinicio 1s;
	}
.modal_botoninicio{
	width:50px;
	height: 50px;
	color:#fff;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
	text-align:center;
	background: red;
	border-radius: 50%;
	cursor:pointer;
	position: absolute;
	right: 40px;
	top:20px;
	}
.inicio{
	width: 82%;
	margin: 50px auto;
	height: 490px;
	margin: 50px auto;	
	background: linear-gradient(to right, #FF6,#F90);
	border-radius: 10px;
	border: 1px solid #093;
	overflow: hidden;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	}
.titulo{
	font-family: 'Open Sans', sans-serif;
	width: auto;
	height: 100px;}
.titulo img{
	height: 80px;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:10px;	
	}
.titulo h1{
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #900;
	border-radius: 10px;
	background: linear-gradient(to right, #fff,#fff,#FF6);}
.titulo h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight:bold;
	color: #000;
	text-align:center;
	margin-top: -70px;}
.album{
	width: calc(100% /3);
	display: flex;
	height: 350px;
	margin-top: 20px;
	margin-right: 10px;
	
	}
.album img{
	width: 94%;
	height: auto;
	margin-left: 18px;
	border: 2px solid #F63;
	outline: 5px solid rgba(0,0,0,0);
	-webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 4px 4px 6px rgba(0,0,0,.8);
	-ms-box-shadow: 4px 4px 6px rgba(0,0,0,.8);
	-o-box-shadow: 4px 4px 6px rgba(0,0,0,.8);
	box-shadow: 4px 4px 6px rgba(0,0,0,.8);
	-webkit-transition: all .3 ease;
	-o-transition: all .3 ease;
	transition: all .3 ease;
	}
.album img:hover{
	outline: 4px solid #F03;
	
	}

@-webkit-keyframes animacionmodalinicio {
	0%{
		width: 0%;
		margin-top: 25%;
		margin-bottom: 25%;
		margin-left: 25%;
		margin-right: 25%;}
}

/* Ir Arriba scroll*/
.ir-arribahistoria{
	display:none;
	padding:20px;
	border: 2px solid #F03;
	background: linear-gradient(to right, #060, #C03);
	width:3px;
	height:3px;
	cursor: pointer;
	position:fixed;
	bottom: 15px;
	right: 10px;
	border-radius: 30px;
	z-index: 100;
}

.ir-arribahistoria span{
	font-size:20px;
	display: block;
	margin-top:-10px;
	margin-left:-10px;
	color: #FFF;
	}

/* Modal de Pedidos*/
.modal_wrap{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index:3000;
	display:flex;
	justify-content: center;
	align-items:center;
	-webkit-animation: primeraAnimacionpedido 1s;
	 animation: primeraAnimacionpedido 1s;
	}
@-webkit-keyframes primeraAnimacionpedido{
	from {
		margin-left: 100%;
		width: 300%;
		}

	to {
		margin-left: 0%;
		width: 100%;
		}
}
.mensaje_modal{
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	height: 630px;
	overflow:auto;
	width: 60%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 4px 4px 6px  #fff;
	-moz-box-shadow: 4px 4px 6px #fff;
	-ms-box-shadow: 4px 4px 6px #fff;
	-o-box-shadow: 4px 4px 6px #fff;
	box-shadow: 4px 4px 6px #fff;
	border-radius: 10px;
	}
.mensaje_modal::-webkit-scrollbar{
	width: 6px;}
.mensaje_modal::-webkit-scrollbar-thumb {
	background: #414141;
	border-radius: 2px;}

.mensaje_modal #btnClose{
	display: inline-block;
	background: linear-gradient(to right, #900, #F00);
	text-align: center;
	width: 80px;
	height: 42px;
	color:#FFF;
	border: 3px  solid #900;
	cursor:pointer;
	float:right;}
.mensaje_modal .cerrar{
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	}
/*  Formulario Pedido*/
form.form_contactpedido{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 40px 40px;
	
	}
form.form_contactpedido h2:hover{
	background: #0C6;
	color: #000;}
.form_contactpedido{
	border: 2px solid #0C6;}
.form_contactpedido h2{
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	height: 42px;
	font-weight: bold;
	color: #000;
	margin-top: -40px;
	margin-bottom:10px;
	letter-spacing: 1px;
	margin-left: -40px;
	margin-right:-40px;
	background: linear-gradient(to right, #fff,#6C6);
	text-align: center;
	border: 2px solid #0C9;
	transition: all 0.3s linear;
	}
form.form_contactpedido .user_info{
	display:flex;
	flex-direction: column;}
form.form_contactpedido label{
	margin-left: 20px;
font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: black;
	font-weight:bold;}
form.form_contactpedido #otro{
	display:none;}
form.form_contactpedido input,
form.form_contactpedido textarea{
	width:90%;
	height: 10%;
	padding: 8px 0px 5px;
	margin-left: 20px;
	border:none;
	margin-bottom: 10px;
	border-bottom: 2px solid #099;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	}
form.form_contactpedido input:hover,
form.form_contactpedido textarea:hover,
form.form_contactpedido select:hover{
	border-bottom: 3px solid #414141;
	}

form.form_contactpedido #producto{
	color: #000;
	font-weight:bold;
	background:rgba(204,204,204,.4);}
form.form_contactpedido select{
	width: 70%;
	height: 10%;
	padding: 8px 0px 5px;
	border:none;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #099;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	}
form.form_contactpedido input[type="submit"]{
			width: 180px;
			background: #096;
			box-shadow: 0px 3px 0px #063;
			display: block;
			margin-left: auto;
	        margin-right: auto;
			padding: 10px;
			border:none;

			color: #fff;
			font-size: 20px;
			font-weight:bold;
			cursor:pointer;
			transition: all 0.3s linear;}
form.form_contactpedido input[type="submit"]:hover{
	background:#414141;
	color: write;
	height:40px;}
	


/*Fin*/
	/* ERRORES MODAL VALIDACION*/
.modal_wrapvalidacion{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index:3000;
	display:flex;
	justify-content: center;
	align-items:center;
		-webkit-animation: primeraAnimacionpedidocorreo 1s;
	 animation: primeraAnimacionpedido 1s;
	}
@-webkit-keyframes primeraAnimacionpedidocorreo{
	0%{
		width: 0%;
		margin-top: 25%;
		margin-bottom: 25%;
		margin-left: 25%;
		margin-right: 25%;}
}
.mensaje_modalval{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 400px;
	padding: 30px 20px 15px;}
.mensaje_modalval h3{
	text-align: center;
	font-size:20px;
	font-weight:400;}
.mensaje_modalval h3:after{
	content:'';
	display:block;
	width:350px;
	height:1px;
	background: #C5C5C5;
	margin:10px 0px 15px;}
.mensaje_modalval p{
	font-size:16px;
	color:#606060}
.mensaje_modalval p:before{
	content:'\f00d';
	font-family: FontAwesome;
	display: inline-block;
	
	color: #E25151;
	margin-right: 8px;}	
.mensaje_modalval #btnClose{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-weight:bold;
	padding:3px 10px;
	margin-top:10px;
	background:#E25151;
	color:#FFF;
	border: 2px  solid #B14141;
	cursor:pointer;
	float:right;}
	

	/* ERRORES MODAL VALIDACION PEDIDO*/
.modal_wrapvalpedido{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	z-index:4000;
	display:flex;
	justify-content: center;
	align-items:center;
	-webkit-animation: animacionmodalpedido 1s;
	 animation: animacionmodalpedido 1s;
	}
@-webkit-keyframes animacionmodalpedido {
	0%{
		width: 0%;
		margin-top: 25%;
		margin-bottom: 25%;
		margin-left: 25%;
		margin-right: 25%;}
}
.mensaje_modalvalpe{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 400px;
	padding: 30px 20px 15px;}
.mensaje_modalvalpe h3{
	text-align: center;
	font-size:20px;
	font-weight:400;}
.mensaje_modalvalpe h3:after{
	content:'';
	display:block;
	width:350px;
	height:1px;
	background: #C5C5C5;
	margin:10px 0px 15px;}
.mensaje_modalvalpe p{
	font-size:16px;
	color:#606060}
.mensaje_modalvalpe p:before{
	content:'\f00d';
	font-family: FontAwesome;
	display: inline-block;
	
	color: #E25151;
	margin-right: 8px;}	
.mensaje_modalvalpe #btnClosepedido{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-weight:bold;
	padding:3px 10px;
	margin-top:10px;
	background:#E25151;
	color:#FFF;
	border: 2px  solid #B14141;
	cursor:pointer;
	float:right;}
/*Modal mostrar imagen en grande*/

/*Modal*/
.modal{
	position:fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	top:0;
	left:0;
	display:flex;
	z-index: 4000;
	justify-content: center;
	align-items:center;
	-webkit-animation: primeraAnimacionimagen 1s;
	 animation: primeraAnimacionimagen 1s;}
@-webkit-keyframes primeraAnimacionimagen{
	0%{
		width: 0%;
		margin-top: 25%;
		margin-bottom: 25%;
		margin-left: 25%;
		margin-right: 25%;}

	}
.modal_img{
	width:80%;
	height: 70%;
	max-width: 700px;
	border-radius: 10px;
	border: 3px solid #C03;}
.modal_boton{
	width:50px;
	height: 50px;
	color:#fff;
	font-weight: bold;
	font-size: 25px;
	font-family:monospace;
	line-height: 50px;
	text-align:center;
	background: red;
	border-radius: 50%;
	cursor:pointer;
	position: absolute;
	right: 10px;
	top:80px;
	}
/*Espaciado*/
.espacio{
	margin-top: 50px;}
.espaciado{
	margin-top: 0px;}

	
/*Span*/
.skipe span{
	font-size: 70px;
	color: #FFF;}
.skipe span:hover{
	color: black;}


/* Correo */
.form_wrapcorreo{
	width: 95%;
	margin: 50px auto;
	height: 830px;
	margin: 50px auto;	
	background: write;
	border-radius: 10px;
	border: 1px solid #093;
	overflow: hidden;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	
}

.contact_info::before{
	content:'';
	width:100%;
	height:100%;	
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(to right, #C00, #0C3);
	opacity: 0.7;	
	}

.contact_info{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url('../Imagenes/flores1.jpg');
	background-size: cover;
	background-position: center center;	
	opacity: 0.9;
	}

.info_title{
	margin-bottom:10px;
	}
.info_title h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: rgba(255,255,255,1);
	letter-spacing:3px;
    
}
.info_items p{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #FFF;
	}
.info_items p:nth-child(1) span{
	font-size:30px;
	margin-right: 10px;
	margin-left: 30px;
	}
.info_items p:nth-child(2) span{
	font-size:52px;
	margin-right: 15px;
	margin-left: 30px;
	}
.info_title span{
	margin-top: 10px;
	font-size: 80px;
	display:block;
	text-align:center;
	margin-bottom:15px;}
.info_title,
.info_items{
	position: relative;
	z-index:2;
	color: #fff;
	}
/*Formulario de contacto*/
form.form_contact{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 30px 40px;
	}
form.form_contact h2:hover{
	background: linear-gradient(to right, #fff, #0C6);
	color: #000;}
.form_contact h2{
font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight: bold;
	color: #FFF;
	margin-top: -30px;
	margin-bottom:10px;
	letter-spacing: 1px;
	margin-left: -40px;
	margin-right:-40px;
	background: linear-gradient(to right, #F00, #0C6);
	text-align: center;
	border: 1px solid #000;
	transition: all 0.3s linear;
	}
form.form_contact .user_info{
	display:flex;
	flex-direction: column;}
form.form_contact label{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight:bold;
	font-size: 17px;
	margin-left: 20px;
	}
form.form_contact input,
form.form_contact textarea{
font-family: 'Open Sans', sans-serif;
	width:90%;
	height: 10%;
	padding: 8px 0px 5px;
	border:none;
	margin-left:20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #066;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	}
form.form_contact input:hover,
form.form_contact textarea:hover,
form.form_contact select:hover{
	border-bottom: 3px solid #414141;
	}
form.form_contact select{
	width: 70%;
	height: 10%;
	padding: 8px 0px 5px;
	border:none;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #066;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	}
form.form_contact #otro{
	display:none;}
form.form_contact textarea{
		max-width:90%;
		max-height:90px;
		font-family: 'Open Sans', sans-serif;
		
		}

form.form_contact input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
			width: 180px;
			background: #3C6;
			padding: 10px;
			border:none;
			display: block;
			margin-left:auto;
			margin-right:auto;
			color: #000;
			font-size: 20px;
			font-weight:bold;
			box-shadow: 0px 3px 0px #063;
			cursor:pointer;
			transition: all 0.2s linear;}
form.form_contact input[type="submit"]:hover{
	background:#333;
	color:#fff;
	height: 50px;}
	

	
/*Boton de scroll*/
.ir-arriba{
	font-family: 'Open Sans', sans-serif;
	display:none;
	padding:20px;
	border: 2px solid #F03;
	background: linear-gradient(to right, #060, #C03);
	width:3px;
	height:3px;
	cursor: pointer;
	position:fixed;
	bottom: 15px;
	right: 10px;
	border-radius: 30px;
	z-index: 100;
}
.flor{
	width: 60px;
	height: 60px;
	margin-top: 5px;

	}
.principio h2,
.fila h2{
	font-size: 40px;
	text-align: center;
	border:3px solid #C03;
	background: linear-gradient(to right, #060, #C03);
	height: 50px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	}
.principio .texto{
	margin-top: -5px;
	}
.ir-arriba span{
	font-size:20px;
	margin-top:-10px;
	margin-left:-10px;
	color: #FFF;
	}
.title  h2{
	color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
}

/*Tercer apartado mapa*/

.col-lg-12 .textoprincipal{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;}
.col-lg-12{
	margin-top: 12px;}
.col-lg-12 img{
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;}
.fila .col-md-10 iframe{
	border-radius: 10px;
	border: 2px solid #000;
	width: 100%;
	height: 100%;}
.fila .col-md-10{
	width: 100%;
	height: 400px;
	border: 2px solid #000;
	transition:.4s;}
	
/*estilo envio recepcion*/
.hoja{
	width: 96%;
	margin: 50px auto;
	height: 170px;
	margin: 50px auto;	
	background: linear-gradient(to right, #fff, #FF6);
	border-radius: 10px;
	border: 2px solid #000;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	
}
.mensaje-exito h1{
	text-align: center;
	background: linear-gradient(to right, #fff, #F03);
	color: #000;
	font-size: 30px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	border: 2px #090 solid;
	}
.mensaje-exito h2{
	text-align: center;
	margin-top: 40px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	display:block;
	margin-left: auto;
	margin-right:auto;
	
	}
	.mensaje-exito a{
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:none;
	font-size: 20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 30%;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background: #900;
	color: #fff;
	border: 2px #900 solid;
	transition: all 0.3s linear;
	
	}
	.mensaje-exito span{
		margin-right: 10px;
		margin-left: 10px;}
	.mensaje-exito a:hover {
	background-color: #903 ;
	color: #FFF;
	cursor: pointer;
}



/*Fotos panel*/
.galeria_img{
	width: 70%;
	height: 350px;}
/*Pie de pagina Copy*/
 .footer {
	text-align: center;
	background-color: #000;
	border: 2px solid #C03;
	height: 50px;
	font-family: Roboto;
}
.footer p {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	margin: 0;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;
	font-size: 20px;
}

.footer a{
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.footer a:hover, .footer a:focus{

	color: #91fd9e;
	border-bottom: 2px solid #91fd9e;
}
 
@media screen and (max-width: 700px){
	.footer {
	height: 50px;
}
.footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}	
.mensaje_modal{
	height: 200px;
	width: 95%;
	margin-top: 100px;
	overflow: scroll;
	}
	.mensaje-exito a{
	font-size: 22px;
	width: 95%;
	height: 50px;
	margin-top: -20px;
	
	}
	.form_contactpedido h2{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	}
	.album img{
	margin-bottom: 10px;
	}
	.inicio{
	top: 80px;
	width: 98%;
	height: 200px;
	overflow: scroll;
	}
 . modalinicio. .inicio	.modal_botoninicio{
	font-size: 20px;
	right: 5px;
	top:5px;
	}
.album{
	width: 100%;
	max-width: 500px;
	display: block;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	}
	.album img{
	margin-bottom: 10px;
	margin-rigth: 10px;
	}
	.inicio .titulo h2{
	font-size: 30px;}
	.titulo img{
	height: 80px;
	width: 200px;	
	}
	}
@media screen and (max-width: 570px){
	
	form.form_contact label{
	font-weight:bold;
	font-size: 17px;
	margin-left: -20px;
	}
form.form_contact input,
form.form_contact textarea{

	width:110%;
	height: 10%;
	margin-left:-20px;
	}
	form.form_contactpedido{
	width: 100%;
	margin-right: 20px;
	
	}
form.form_contact select{
	width: 110%;
	height: 10%;
	margin-left: -20px;
	}
	form.form_contactpedido label{
	font-weight:bold;
	font-size: 17px;
	margin-left: -20px;
	}
form.form_contactpedido input,
form.form_contactpedido textarea{

	width:120%;
	height: 10%;
	margin-left:-20px;
	}
form.form_contactpedido select{
	width: 120%;
	height: 10%;
	margin-left: -20px;
	}

	.inicio{
	top: 40px;
	width: 100%;
	height: 200px;
	overflow: scroll;
	}
	.modal_botoninicio{
	font-size: 25px;
	right: 15px;
	top:10px;
	}
.album{
	width: 100%;
	max-width: 400px;
	display: block;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	}
	.inicio .titulo h2{
	font-size: 25px;}
	.titulo img{
	height: 80px;
	width: 180px;	
	}}
@media screen and (max-width: 900px){
	.mensaje-exito a{
	font-size: 22px;
	width: 50%;
	height: 50px;
	
	}
	.mensaje_modal{
	height: 300px;
	width: 95%;
	margin-top: 100px;
	overflow: scroll;
	}
	.titulo h2{
	font-size: 40px;
	color: #000;
	text-align: right;
	margin-right: 50px;}

	}
@media screen and (max-width: 400px){
	.form_wrapcorreo{
	width: 92%;
	height: 860px;}
	.hoja{
	width: 100%;
	height: 200px;}

	 .mensaje-exito a{
	font-size: 17px;
	width: 100%;
	
	}
.mensaje_modal{
	height: 100px;
	width: 90%;
	margin-top: 100px;
	overflow: scroll;
	}
	}
 @media screen and (max-width: 270px){
	 .mensaje-exito a{
	font-size: 2px;
	width: 100%;
	height: 100px;
	text-align:left;
	}
	.form_contactpedido h2{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	}}
@media screen and (max-width: 500px){
	
.mensaje_modal{
	height: 300px;
	width: 90%;
	margin-top: 100px;
	overflow: scroll;
	}
	.mensaje-exito a{
	font-size: 22px;
	width: 95%;
	height: 50px;
	margin-top: -20px;
	
	}
	.hoja{
	width: 100%;
	
}
.inicio{
	top: 40px;
	width: 100%;
	height: 200px;
	overflow: scroll;
	}
.inicio::-webkit-scrollbar{
	width: 4px;}
.inicio::-webkit-scrollbar-thumb {
	background: #FF9;
	opacity: 0.8;
	border-radius: 2px;}
.album{
	width: 100%;
	max-width: 400px;
	height: 100px;
	margin-top: 50px;
	
	}
	.inicio .titulo h2{
	font-size: 35px;
	margin-top: 0;
	text-align:center;}
	.titulo img{
	height: 80px;
	width: 250px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}}
@media screen and (max-width: 1000px){
	.mensaje_modal{
	height: 400px;
	width: 80%;
	margin-top: 50px;
	}}
@media screen and (max-width: 750px){
		.album img{
	width: 95%;
	height: 200px;
	margin-left: 5px;
	}
	.inicio{
	width: 98%;
	height: 400px;
	}
	form.form_contactpedido label{
	margin-left: -15px;
	font-size: 17px;
	font-weight:bold;
	}
form.form_contactpedido input,
form.form_contactpedido textarea{
	width:100%;
	height: 10%;
	margin-left: -15px;
	}
form.form_contactpedido select{
	width: 100%;
	height: 10%;
	
	margin-left: -15px;
	}
}
@media screen and (max-width: 1360px){
	.mensaje_modal{
	height: 400px;
	width: 80%;
	margin-top: 50px;
	}
	.album img{
	width: 95%;
	height: 300px;
	margin-left: 10px;
	}
	.inicio{
	width: 92%;
	height: 450px;
	}
.modal_botoninicio{
	font-size: 25px;
	right: 5px;
	top:30px;
	}
.titulo h2{
	font-size: 40px;
	margin-left: 40px;}
	}
@media screen and (max-width: 345px){
		.inicio .titulo h2{
	font-size: 25px;}
	.titulo img{
	height: 80px;
	width: 200px;
	}}
@media screen and (max-width: 300px){
	.inicio .titulo h2{
	font-size: 20px;}}
