@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow+Semi+Condensed:300i|Gochi+Hand');
a, a:link, a:visited, a:hover, a:active{text-decoration:none;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ed8b83;
    opacity: 1; /* Firefox */
}

body{
	margin:0;
	padding:0;
	font-size: 12px;
	
}

#web2{
	background-image: linear-gradient(white, rgb(234,234,234));
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
	padding: 0;
}


#contenido{
	max-width: 920px;
	height: auto;
	margin: 0em auto;
	
}
#contenido-piezas{
	width: 100%;
	min-height: 2350px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/
	position: relative;
	color:#ed8b83;
	font-size: 1.5em;
	font-family: 'Barlow Semi Condensed', sans-serif;
		
}
#contenido-piezas2{
	width: 100%;
	min-height: 3800px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/
	position: relative;
	color:#ed8b83;
	font-size: 1.5em;
	font-family: 'Barlow Semi Condensed', sans-serif;
		
}
#pieza0b{
	min-height: 3800px;
	width: 30%;
	left: 58.7%;
	top:0;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(168,211,185,1)30%);
	position: absolute;
	z-index: 5;
	
}
#pieza0{
	min-height: 2350px;
	width: 30%;
	left: 58.7%;
	top:0;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(168,211,185,1)30%);
	position: absolute;
	z-index: 5;
	
}
#pieza1{
	width: 52%;
	height: 816px;
	left: 48%;
	top:0;
	background-image: url(../img/pieza1.png);
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	
}
#pieza2{
	width: 74%;
	height: 300px;
	left: 0;
	top:310px;
	position: absolute;
	z-index: 50;
}
#pieza2b{
	width: 74%;
	height: auto;
	left: 0;
	top:30px;
	position: absolute;
	z-index: 50;
}
#pieza2img{
	width: 23.5%;
	height: 300px;
	background-image: url(../img/pieza2img.png);
	background-size:contain;
	background-repeat: no-repeat;
	float: left;
}
#pieza2txt{
	width: 76.5%;
	float: right;
	text-align: justify;
}
#pieza2txt span{
	font-family: 'Barlow Condensed', sans-serif;
}
#pieza2txt div{
	margin-top: 100px;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: right;
	font-size: 2em;}
#pieza2txt div a{color:#ed8b83;}

#pieza3{
	width: 100%;
	min-height: 875px;
	left: 0;
	top: 750px;
	/*background-color: darkgreen;*/
	position: relative;
	z-index: 30;
}
#pieza3-contenidoformulario{
	width: 76%;
	min-height: 666px;
	left: 24%;
	top: 210px;
	/*background-color:cyan;*/
	position: absolute;
	z-index: 31;
}
#pieza3-titulo{
	font-family: 'Gochi Hand', cursive;
	font-size: 3em;
	text-align: right;
	padding-right: 0%;
}
#pieza3-texto{
	text-align: right;
	margin-right: 8%;
	margin-top: 20px;
	margin-bottom: 50px;
}
#pieza3-formulario{
	margin-right: 9.5%;
}

.estilos-campos{
list-style: none;
padding: 0;}
.campo-form{
	height: 40px;
	width: 100%;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color: transparent;
	border-bottom: 10;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-style: solid;
	border-color: #ed8b83;
	text-align: right;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1em;
	color: #ed8b83;
}
textarea{
	height: 100px;
	width: 100%;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 50px;
	background-color: transparent;
	border-bottom: 15;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-style: solid;
	border-color: #ed8b83;
	text-align: right;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1em;
	color: #ed8b83;
}

#cajasubmit{
	width: 40%;
	height: auto;
	text-align: right;
	float: right;
	position: relative;
	top: 5px;
	right: -10px;
}
#cajacheck{
	width: 60%;
	float: left;
	position: relative;



}

input[type=checkbox]+ label{
	display:block;
	cursor: pointer;
		
	
}
input[type=checkbox]{
	display:none;
	
	
	
}
input[type=checkbox]+ label:before{
	content:"\2714";
	text-align: left;
	border: 2px solid #ed8b83;
	border-radius: 1em;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	margin-right: 0.25em;
	vertical-align: bottom;
	color: transparent;
	transition: 0.2s;
	margin-bottom: -10px;
	
}
input[type=checkbox]+ label:active:before{
	transform:scale(0);
	
	
}

input[type=checkbox]:checked + label:before{
	background-color: #b4d1b8;
	color:#ed8b83;
	border-color: #ed8b83;
	padding-left: 1em;

}

#cajacheck a{
	color:#ed8b83;
	font-family: 'Barlow Condensed', sans-serif;
	margin-left: .25em;
	
	
	
}
#cajacheck a:hover{
	color:#b4d1b8;

	
	
}


.formulario_contacto_submit {
height:80px;
width:80px;
border-radius:50px;
color: #fff;
font-family: 'Gochi Hand', cursive;
font-size: 1em;
background-color: #ed8b83;
border:none;
cursor:pointer;
}
.formulario_contacto_submit:hover{
transition-duration: 1s;
color: #ed8b83;
background-color: #fff;
}

#pieza4{
	width: 100%;
	height: 200px;
	top: 816px;
	position: relative;
	z-index: 40;
	background-color: rgba(255,255,255,0);
	display: inline-block;
	text-align: center;
}
#pieza4txtlegal{
	width: 52.2%;
	height: 40px;
	font-size: .7em;
		background-color: rgba(255,255,255,0);
	float:left;
	padding-left: 6.5%;
	padding-top: 160px;
	text-align: left;
}
#pieza4txtlegal a{
	color: #b5d2b9;}
#pieza4txtlegal a:hover{
	color: #ed8b83;
	transition: 0.2s;}
#flecha{
		margin: auto;
	height: 200px;
	text-align: center;
	z-index: 1;
	width: 30%;
	background-color: rgba(255,255,255,0);
float:left;}
#flecha img{
width: 100%;
	margin-top: 115px;
}
#pieza4rrss{
	width: 11.3%;
	height: 200px;
		background-color: rgba(255,255,255,0);
	float:left;
	position: relative;

	
}
#pieza4rrss-caja{
	height: 120px;
	width: 57%;

	bottom: 0;
	margin-top: 72px;
		
	position: absolute;
	
	
	
	
}
#pieza4rrss-caja img.facebook{
	width: 100%;
	position: absolute;
	bottom: 0;

	
}
#pieza4rrss-caja img.instagram{
	width: 100%;
	position: absolute;
	bottom: 50%;

	
}
#pieza4rrss-caja img:hover{
	opacity: 0.4;
	transition: 0.2s;
}

#cita{
width: 52%;
	height: 300px;
	position: absolute;
	left:48%;
	z-index: 6;
	bottom: 0;
}
#cita p{
	text-align: right;

}
#cita span{
	font-size: 10pt;

}
#pieza5{
	width: 100%;
	height: 430px;
	background-image: url(../img/flor.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.tam-logo img{width:100%; max-width: 300px;}

@media only screen and (max-width: 690px) {
	
	#contenido-piezas{
	
	min-height: 2150px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/

}
#pieza0{
	min-height: 2150px;
	
}
	#contenido-piezas2{
	
	min-height: 4300px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/

}
#pieza0b{
	min-height: 4300px;
	
}
	
	
	#pieza1{
	width: 100%;
	max-height: 800px;
	text-align: center;
	left: 0%;
	top:0;
	background-image: url();
	z-index: 10;
	position: absolute;

	
}
	#pieza2{
	top:210px;
	height: 400px;


}
	#pieza2b{
	top:30px;
	height: 400px;
}
	#pieza2img{
	height: 400px;
	background-image: url(../img/pieza2img2.png);
	background-repeat: repeat;

}
	#pieza3{
	min-height: 875px;
	top: 550px;

}
	#pieza3-titulo{
	font-family: 'Gochi Hand', cursive;
	font-size: 3em;
	text-align: right;
	padding-right: 8%;
}
#pieza4{
	
	top: 600px;

}
	
	#pieza4txtlegal{
	width: 52.2%;
	height: 50px;
	font-size: .7em;
	
	padding-top: 150px;
	float:left;
	padding-left: 6.5%;
	text-align: left;
	line-height: 20px;
}
	
	#flecha{
		margin: auto;
	height: 200px;
	text-align: center;
	z-index: 1;
	width: 30%;
float:left;}
#flecha img{
width: 100%;
	margin-top: 140px;
}
	
	
	

	#cajacheck a:hover{
	color:#ed8b83;

	
	
}
	
	
	
	#pieza4rrss-caja img.instagram{
	width: 100%;
	position: absolute;
	bottom: 40%;

	
}
	
	
	
}
@media only screen and (max-width: 580px) {
	
	
	#contenido{
	width: 100%;	
}
	#contenido-piezas{
	width: 100%;
	min-height: 2150px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/
	position: relative;
	color:#ed8b83;
	font-size: 1.5em;
	font-family: 'Barlow Semi Condensed', sans-serif;
		
}
	#pieza0{
	width: 60%;
	left: 20%;
		min-height: 2150px;
	position: absolute;

	
}
#contenido-piezas2{
	
width: 100%;
	min-height: 4200px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/
	position: relative;
	color:#ed8b83;
	font-size: 1.5em;
	font-family: 'Barlow Semi Condensed', sans-serif;

}
#pieza0b{
	width: 60%;
	left: 20%;
		min-height: 4200px;
	position: absolute;
	
}
		
	
	
	
#pieza2{
	width: 100%;
	top:200px;
	z-index: 50;
	position: absolute;
}
	#pieza2b{
	width: 100%;
	top:30px;
	z-index: 50;
	position: absolute;
}
#pieza2img{
	width: 0%;
	height: 0px;
	background-image: url();
}
#pieza2txt{
	width: 80%;
	margin: auto;
	float: inherit;
}

#pieza2txt div{
	margin-top: 50px;
	text-align: center;}

#pieza3{
	width: 100%;
	height: auto;
	left: 0;
	top: 500px;
	position: inherit;
	z-index: 30;
}
#pieza3-contenidoformulario{
	width: 100%;
	min-height: 666px;
	left: 0%;
	top: 210px;
	/*background-color:cyan;*/
	position: absolute;
	z-index: 31;
}
#pieza3-titulo{

	text-align: center;
	padding-right: 0%;
}
#pieza3-texto{
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#pieza3-formulario{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.campo-form{
	height: 40px;
	width: 100%;
	padding-right: 0px;
}
textarea{
	height: 100px;
	width: 100%;
	padding-right: 0px;
	padding-top: 10px;

}

#cajasubmit{

	top: 0px;
	right: 0px;
}

	
	
	
	

#pieza4{
	width: 100%;
	min-height: 300px;
	position: relative;
	top: 0;
	margin-top: 600px;
	z-index: 40;
}
	
	

	
	
	
#pieza4txtlegal{
	width: 50%;
	float: inherit;
	position: inherit;
	bottom:0;
	font-size: .7em;
	text-align: center;
	padding-top: 0px;
	padding-left: 0%;
margin: auto;
	color: #fff;

}
	
	#pieza4txtlegal a{
	color: #ed8b83;}
#pieza4txtlegal a:hover{
	color: #fff;
	transition: 0.2s;}
	

	
	

	#pieza4rrss{
	width: 50%;
	height: 200px;
		margin: auto;
	
	float:inherit;
	position:inherit;
		

	
}
	
	
	
	
#pieza4rrss-caja{
	height: 150px;
	width: 30%;
	left: 0;
	bottom: 0;
	margin: auto;
	position: inherit;
	margin-top: 100px;
	
	float: none;



	
	
	
}
#pieza4rrss-caja img.facebook{
	width: 100%;
	position:inherit;
	bottom: 0;

	
}
#pieza4rrss-caja img.instagram{
	width: 100%;
	position: inherit;
	bottom: 50%;

	
}

#flecha{
	display: none;
}

#pieza5{
	width: 100%;
	height: 80px;
	background-image: url(../img/flor2.png);
	bottom: 0;
	position: relative;
	z-index: 1;

}
	
#cita{
width: 50%;
	height: 250px;
	position:inherit;
	margin: auto;
	left:0%;

}
#cita p{
	text-align: center;

}

	
}

@media only screen and (max-width: 400px) {
	
	#contenido-piezas2{
	

	min-height: 6000px;/* Al terminar tiene que ser height auto, aunque el cuadro no se vea */
	/*background-color: burlywood;*/
	

}
#pieza0b{
	
		min-height: 6000px;

	
}
	
	
	#pieza1{
	width: 100%;
	max-height: 800px;
	text-align: center;
	left: 0%;
	top:0;
	background-image: url(../img/pieza1-small.png);
	z-index: 10;
	position: absolute;}
	
	#pieza4rrss{
	width: 70%;

		
	
	
		

	
}
	
#pieza4rrss-caja{
	


	
	
	margin-top: 80px;
	



	
	
	
	
}
	
	
}



#firma-web-laikaway{font-family: Montserrat; font-weight: 400; font-size: 8pt; color: #ed8b83; justify-content: left; align-items: center; display: flex; width: 100%; margin-left: auto; margin-right: auto; padding-top: 5px;}
#firma-web-laikaway a{text-decoration: none; color: #ed8b83; font-weight: 700; transition: 1s; margin-left: 5px;}
#firma-web-laikaway a:hover{color: #ffef00;}
#firma-web-laikaway img{max-height: 50px; max-weight: 50px; padding-top: 5px; padding-bottom: 5px; filter: grayscale(100%); transition: 1s; margin-left: -5px;}
#firma-web-laikaway img:hover{filter: grayscale(0%);}
@media only screen and (max-width: 580px) {#firma-web-laikaway{justify-content: center; text-align: left; font-size: 6pt;}}
