﻿body{
	background: url(../images/fondo.webp) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'PT Sans Caption', sans-serif;
}


.fondo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(256,256,256,0.5);
}





#wrapP{
	width: 1250px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	margin: 0 auto;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 20px 0;
}

#logotipo{
	border: 0px solid red;
	background: linear-gradient(#c07300,#715429);
  	-webkit-background-clip: text;
	width: 100%;
	text-align: center;
  	color: transparent; 
	font-size: 70px;
	font-family: 'Berkshire Swash', cursive;
	float: left;
	padding: 15px 0;
	margin: 20px 0 0 0;
}

#cabe{
	height: 60px;
}

#datos{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: right;
}

#datos p{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 24px;
	text-shadow: 2px 2px 2px #715429;
	padding: 5px 0 0;
	float: left;
}

#datos p strong{
	font-size: 30px;
}



#menu{
	width: 100%;
	float: left;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	background: #715429;
	background: -moz-linear-gradient(top, #715429 0%, #c07300 44%, #715429 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#715429), color-stop(44%,#c07300), color-stop(100%,#715429));
	background: -webkit-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: -o-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: -ms-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);

	width: 31.33%;
	float: left;

	border-radius: 7px;
}

.menu{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: white;
	padding: 8px 0;

	text-shadow: 2px 2px 2px black;
}

.menu:hover, .activo{
	background: #715429;
	background: -moz-linear-gradient(top, #715429 0%, #715429 44%, #715429 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#715429), color-stop(44%,#715429), color-stop(100%,#715429));
	background: -webkit-linear-gradient(top, #715429 0%,#715429 44%,#715429 100%);
	background: -o-linear-gradient(top, #715429 0%,#715429 44%,#715429 100%);
	background: -ms-linear-gradient(top, #715429 0%,#715429 44%,#715429 100%);
	background: linear-gradient(top, #715429 0%,#715429 44%,#715429 100%);
}





#efecto{
	width: 100%;
	float: left;
	margin: 30px 0;
}

#efectoi{
	width: 100%;
	float: left;
}

#formulario{
	width: 100%;
	float: right;
}

.titulo-formulario{
	background: rgba(256,256,256,0.8);
	width: 100%;
	color: #715429;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 8px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.desarrollo-formulario{
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.contenido{
	width: 100%;
	padding: 30px 0;
	float: left;
}

.p1{
	width: 60%;
	display:inline;
}
.p1 p{
	font-size:20px;
	margin-bottom:20px;
}

.imagen{
	width: 40%;
	float: left;
}
.imagen img{
	width: 100%;
}


.precio{
    border: 10px solid #98724e;
    background: #66461e;
    text-align: center;
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 6px 10px;

    border-radius: 50px 100px;
}
.precio strong{
    width: 100%;
    font-size: 30px;
    display: inline-block;
}


#banner{
	background: #715429;
	background: -moz-linear-gradient(top, #715429 0%, #c07300 44%, #715429 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#715429), color-stop(44%,#c07300), color-stop(100%,#715429));
	background: -webkit-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: -o-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: -ms-linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	background: linear-gradient(top, #715429 0%,#c07300 44%,#715429 100%);
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	float: left;
	padding: 10px 0;
}



#contenido{
	width: 100%;
	float: left;
	margin: 20px 0;
}



.galeria{
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.titulo{
	width: 100%;
	text-align: center;
	color: #715429;
	font-size: 28px;
	float: left;
}

.titulo span{
	font-size: 15px;
}



#banner2{
	background: url(../images/fondo-banner.webp) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 65%;
	font-size: 18px;
	line-height: 26px;
	float: right;
	padding: 15px;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner strong{
	color: #715429;
	font-size: 22px;
}

.video{
	width: 28.33%;
	float: left;
	margin: 0 2.5% 30px;
}






.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 19px;
	line-height: 26px;
	float: left;
}

.seccion strong{
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 10px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.zona{
	background: rgba(256,256,256,0.6);
	width: 31.33%;
	text-align: center;
	float: left;
	margin: 0 1%;
	padding: 10px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-seccion{
	width: 35%;
	float: right;
}

.imagen-seccion img{
	width: 100%;
	border-radius: 10px;
}



.pregunta{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.pregunta h2{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.mitad{
	width: 50%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}


.imagenes{
	text-align: center;
	margin: 30px 0;
}
.imagenes img{
	width: 32%;
	height: 270px;
	object-fit: cover;
	margin: 0 0.5% 20px;
	float: left;
}


#footer{
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1250px;
	margin: 0 auto;
}

.seccion-footer{
	width: 50%;
	font-size: 20px;
	color: #715429;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	border: 0px solid red;
	background: rgba(0,0,0,0.7);
	width: 35%;
	font-size: 20px;
	color: white;
	padding: 10px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-footer{
	width: 60%;
	float: right;
}



@media screen and (max-width: 1250px){
	#wrapP, #footer-conten{
		width: 100%;
	}

	#logotipo{
		width: 80%;
		text-align: center;
	}

	#datos{
		width: 100%;
	}

	.parte{
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mitad{
		padding: 0 12px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 800px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
	}
	#cabe{
		display: none;
	}

	#efectoi{
		width: 100%;
	}
	#formulario{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.video{
		width: 95%;
	}

	.imagenes img{
		width: 48%;
		height: 200px;
	}
}

@media screen and (max-width: 600px){
	#datos p{
		width: 100%;
		font-size: 22px;
	}

	.texto-banner{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100% !important;
		text-align: center;
	}
	.imagen-seccion img{
		width: 70%;
	}

	.zona{
		width: 100% !important;
	}

	.mitad{
		width: 100%;
		margin: 0 0 30px 0;
	}

	#datos span{
		width: 100%;
		display: inline-block;
		float: left;
	}
}

@media screen and (max-width: 500px){
	.seccion-footer strong{
		width: 100%;
	}
	.texto-footer{
		width: 100%;
		margin: 20px 0 0 0;
	}
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}
