@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border:0;
	text-decoration: none;	
	font-family: 'Open Sans', sans-serif;	
	color: #827A77;
}
.nav-fondo {
	background-color: #FFFFFF;
	height: 90px;
	position: relative;
	top: 0px;
	left: 0px;
}
body {
	background-color: #FDFBFA;
}
/* GENERALES -------------------------------------------------------------------*/
section {
	padding: 100px 0 0 0;
}
.contenedora {
	width:1000px;
	margin: auto;
}
p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;	
}
/* HOME ------------------------------------------------------------------------*/
.foto-ppal {
	background-image: url(imagenes/slide01-2024.jpg);
	background-repeat: no-repeat;
	background-position: center -160px;
	background-size: cover;
	height: 600px;
}
h2 {
	color: #F9C299;
	text-align: center;
	font-family: 'Source Serif Pro', serif;
	font-size: 38px;
	line-height: 47px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 600;
}
.sello-home {
	margin-bottom: 25px;
	text-align: center;
}
.image_rotate {
    animation: rotation 6s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.wave-home {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: hsla(16,4%,49%,0.6);
}
.destacado {
	width: 720px;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.btn-home {
	color: #FFFFFF;
	display: block;
	width: 500px;
	padding: 8px 30px;
	margin: 30px auto 100px auto;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	transition: all ease-in-out .3s;
	opacity: 1;
	background-color: #F9C299;
}
.btn-home:hover {
	color: #FFFFFF;
	
	opacity: .7;
	text-decoration: none;
}
.servicios-home {
	background-color: #F9C299;
	padding: 100px 0 50px 0;
	text-align: center;
	background-image: url(imagenes/servicios-fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
h1 a {
	color: #FFFFFF;
	letter-spacing: 4px;
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 30px;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	text-decoration: none;
	opacity: 1;
	transition: all ease-in-out 0.3s;
}
h1 a:hover, h1 a:active {
	opacity: 0.7;
	text-decoration: none;
	color: #FFFFFF;
}
.servicios-home p {
	color: #FFF;
	width: 650px;
	margin: 30px auto;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.btn-servicios {
	color: #FFF;
	display: block;
	width: 500px;
	border: 1px solid #FFF;
	padding: 8px 30px;
	margin: 30px auto 0 auto;
	text-transform: uppercase;
	text-align: center;
	transition: all ease-in-out .3s;
	opacity: 1;
}
.btn-servicios:hover {
	color: #FFF;
	opacity: .7;
	text-decoration: none;
}
.instagram {
	padding: 160px 0 140px 0;
	position: relative;
}
.sello-gris {
	position: absolute;
	top: -61px;
	right: 100px;
}
.imgProyectos {
	width: 29%;
	margin: 15px 1.5%;
	height: auto;
	transition: all ease-in-out .3s;
	opacity: 1;
}
.imgProyectos:hover {
	opacity: 0.7;
}
h5 a {
	color: #F9C299; 
	text-align: center; 
	display: block; 
	font-size: 27px; 
	opacity: 1 ; 
	transition: all ease-in-out 0.3s;
	margin-top: 30px;
	margin-bottom: 100px;
	letter-spacing: 1px;
}
h6 a {
	color: #F9C299;
	text-align: center;
	display: block;
	font-size: 25px;
	font-family: 'Source Serif Pro', serif;
	font-weight: 300;
	opacity: 1;
	transition: all ease-in-out 0.3s;
	margin-top: 85px;
	margin-bottom: -40px;
	letter-spacing: 1px;
}
h5 a:hover, h6 a:hover {
	opacity: .7;
	color: #F9C299;
	text-decoration: none;
}
.testimonios {
	background-color: #ECEAE4;
	background-image: url(imagenes/testimonios-fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 420px;
	padding-top: 80px;
}
#carousel {
	position: relative;
	width:60%;
	margin:0 auto;
}
#slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
#slides ul {
	list-style: none;
	width:100%;
	height:auto;
	position: relative;
}
 #slides li {
	width:100%;
	height:auto;
	float:left;
	position: relative;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0px auto 0 25%;
    display: none;
    position: relative;
    top: 0px;
    width: 100%;
}
 #buttons {
	padding:0px 0 0px 0;
	float:right;
}
#buttons a {
	text-align:center;
	display:block;
	font-size:40px;
	float:left;
	outline:0;
	margin:0 0px;
	color:#ECEAE4;
	text-decoration:none;
	padding:9px;
	width:35px;
}
a#prev:hover, a#next:hover {
	color:#FFF;
}
.quoteImage {
	text-align: center;
	margin-bottom: 40px;
}
.quoteContainer {
	display: inline-block;	
}
.quote-tit {
	font-size:14px;
	line-height: 29px;
	color:#827A77;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.quote-phrase {
	font-size:14px;
	line-height: 21px;
	color:#AFA9A7;  
	text-align: center;
	text-transform: uppercase;
}
.quote-phrase a {
	color: #FFFFFF;
	font-weight: bold;
	opacity: 1;
	transition: all ease-in-out 0.3s;
}
.quote-phrase a:hover {
	opacity: 0.7;
}
/* SERVICIOS -------------------------------------------------------------------*/
.contenedora-interior {
	padding-top: 90px;
	margin-top: -120px;
	border-top: 1px solid #F9C299;
}
.tit-izq {
	width: 20%;
	margin-right: 9% ;
	display: inline-block;
	vertical-align: top;
}
.tit-izq h2 {text-align: left}
.txt-der {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px; 
}
.proceso {
	background-color: #F9C299;
	text-align: center;
	margin-bottom: 100px;
}
.proceso h3 {
	color: #FFFFFF;
	margin: 50px;
}
.proceso-col {
	width: 29%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 30px 2%;
}
.proceso-col p {
	color: #FFFFFF;
	font-size: 14px;
}
.proceso p.aclaracion {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	margin: 0 12% 50px 12%;
}
.proceso-col h4 {
	color: #FFFFFF;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: -15px;
}
.btn-proceso {
	color: #FFFFFF;
	background-color: #F9C299;
	display: inline-block;
	padding: 6px 30px;
	text-transform: uppercase;
	text-align: center;
	transition: all ease-in-out .3s;
	opacity: 1;
}
.btn-proceso:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.7;
}
h3 {
	color: #F9C299;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 46px;
	line-height: 42px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-align: center;
}
/* TRABAJOS --------------------------------------------------------------------*/
.principal {
	text-align: center;
	margin: 0 15% 120px 15%;
}
.trabajos {
	width: 30%;
	margin: 0 1.5% 60px 1.5%;
	display: inline-block;
	vertical-align: top;
}
.trabajos p a {
	color: #827A77;
}

.trabajos img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* BLOG --------------------------------------------------------------------
.blog-foto {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 9%;
	}
.blog-foto img {width: 100%; height:auto;}
h4 {
	color: #F9C299;
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 37px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.blog-nota {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.blog-nota strong {
	color: #F9C299;
}*/
/* CONTACTO --------------------------------------------------------------------*/
.datos {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 6%;
}
.datos p {
	margin-bottom: 30px;
}
.datos a, .principal a, .centrado a {
	color: #827A77;
	text-decoration: none;
	transition: all ease-in-out .3s;
}
.datos a:hover, .principal a:hover, .centrado a:hover {
	color: #F9C299;
}
.formulario {
	display: inline-block;
	vertical-align: top;
	width: 53%;
	margin-top: -20px;
}
.campos {
	border: solid 1px #D3D1D0;
	width: 100%;
	padding: 3px 6px;
	font-size: 14px;
}
.submit {
	color: #FFF;
	display: block;
	width: 100%;
	border: 1px solid #F9C299;
	background: #F9C299;
	padding: 8px 0;
	text-transform: uppercase;
	text-align: center;
	transition: all ease-in-out .3s;
	opacity: 1;
}
.submit:hover {
	opacity: .7;
}
/* VARIOS ----------------------------------------------------------------------*/
.marginT {margin-top: 160px;}
.margin-bottom {margin-bottom: 100px;}
.durazno {color: #F9C299;}
.centrado {text-align: center; margin-bottom:20px;}
/* FOOTER ----------------------------------------------------------------------*/
footer {
	padding: 30px 0 20px 0;
	background-color: #827A77;
}
footer .contenedora {
	width:750px;
}
footer img {
	float: left;
	margin-right: 40px;
}
footer p, footer a {
	color: #FFF;
	font-size: 13px;
	transition: all ease-in-out .3s;
	opacity: 1;
	padding-top: 7px;
}
footer a:hover {
	opacity: 0.7;
	color: #FFF;
	text-decoration: none
}
.btnwhats {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 1;
	transition: all ease-in-out 0.3s;
}
.btnwhats:hover {opacity: .7}
.btnwhats img {width: 60px; height: auto;}

/*1500*/ @media screen and (max-width:1500px){
	.foto-ppal {background-position: center -160px; height: 500px;}
}
/*1300*/ @media screen and (max-width:1300px){
	#mainNav{padding: 30px 5% 30px 5%;}
	.foto-ppal {background-position: center center; height: 440px;}
}
/*1150*/ @media screen and (max-width:1150px){	
	.foto-ppal {height: 400px;}
	section {padding: 130px 0 0 0;}	
	.destacado {width: 70%; margin: 0 auto 30px auto; letter-spacing: 2px; line-height: 31px;}
	.btn-home {margin: 30px auto 130px auto;}
	.servicios-home {padding: 80px 0 50px 0;}
	h1 a {font-size: 42px; line-height: 55px;}
	.sello-gris {right: 30px;}
	.instagram {padding: 130px 0 110px 0;}
	.principal {margin: 0 10% 100px 10%;}
}
/*1080*/ @media screen and (max-width:1080px){
	.foto-ppal {height: 450px;}
	section {padding: 110px 0 0 0;}
	.contenedora {width:90%;}
	h2 {font-size: 34px; line-height: 41px;}
	.destacado, .btn-home {font-size: 15px;}
	#carousel {width:70%;}
}
/*992*/ @media screen and (max-width:992px){
	.nav-fondo {height: 100px;}
	.foto-ppal {height: 400px;}
	.instagram {padding: 110px 0 90px 0;}
	.sello-gris {right: 30px; width: 100px; height: auto; top: -50px;}
	h3 {margin-bottom: 10px;}
	#carousel {width:80%;}
	.btnwhats {right: 20px; bottom: 20px;}
	.proceso-col {width: 100%; margin: 0 0% 30px 0%;}
	.trabajos {width: 29.5%;}
}
/*880*/ @media screen and (max-width:880px){
	.foto-ppal {height: 380px;}
	.destacado {width: 90%; line-height: 25px;}
	.servicios-home p {width: 90%; margin: 0 auto 30px auto; font-size: 15px; line-height: 23px;}	
	.btn-home {width: 80%; margin: 30px auto 100px auto;}	
	section {padding: 90px 0 0 0;}
	#carousel {width: 90%;}
	.principal {margin: 0 6% 100px 6%;}
}
/*780*/ @media screen and (max-width:780px){
	#mainNav{padding: 25px 5% 25px 5%;}
	.nav-fondo {height: 90px;}
	.foto-ppal {background-image: url(imagenes/slide01-780.jpg); height: 380px;}
	h2 {font-size: 30px; line-height: 37px; letter-spacing: 3px; margin: auto 30px 30px 30px;}	
	.servicios-home {padding: 70px 0 40px 0;}
	h1 a {font-size: 37px; line-height: 45px; margin-bottom:20px;}
	.instagram {padding: 90px 0 80px 0;}	
	.testimonios {height: 370px; padding-top: 60px;}	
	.quote-tit {font-size:13px; line-height: 26px;}
	.quote-phrase {font-size:13px; line-height: 21px;}
	h3 {font-size: 42px; line-height: 42px; letter-spacing: 2px;}
	.tit-izq {width: 100%; margin-right: 0;}
	.tit-izq h2 {text-align: left; margin:0; width: 100%}
	.txt-der {width: 100%; margin-bottom: 60px;}
	.blog-foto {display: none}
	h4 {font-size: 22px; line-height: 27px; letter-spacing: 3px; margin-bottom: 30px;}
	.trabajos {width: 44%; margin: 0 2.5% 40px 2.5%;}
	.blog-nota {width: 100%;}
	.principal {margin: 0 0 80px 0;}
	.formulario {width: 100%; margin-right: 0%; margin-bottom: 40px;}
	.datos {width: 100%;}
	#carousel {width: 100%;}
	footer .contenedora {width: 90%;}
}
/*680*/ @media screen and (max-width:680px){
	.foto-ppal {height:350px;}
	h2 br {display: none}
	h5 a {font-size: 26px;}
	h6 a {margin-bottom: 0px; font-size: 26px;}
	h5 a img, h6 a img  {width: 24px; height: auto}
	.btnwhats {right: 12px; bottom: 10px;}
	.btnwhats img {width: 55px; height: 55px;}
}
/*580*/ @media screen and (max-width:580px){
	.foto-ppal {height: 300px;}
	section {padding: 70px 0 0 0;}
	h2 {font-size: 27px; line-height: 32px; letter-spacing: 2px;}
	h1 a {font-size: 32px; line-height: 32px; display: block; margin-bottom: -30px;}
	.servicios-home p.margin-top {margin-top: 60px;}
	.sello-gris {right: 5%; width:80px; height: auto; top: -40px;}
	.instagram {padding: 70px 0 60px 0;}
	.principal {margin: 0 0 60px 0;}
	.btn-servicios {width: 90%;}
	h3 {font-size: 37px; line-height: 42px; letter-spacing: 2px;}
	.trabajos {margin: 0 2.5% 30px 2.5%;}
	.trabajos p {letter-spacing: 1px; font-size: 13px; line-height: 18px;}
	.testimonios {height: 350px; padding-top: 50px;}
	.quote-tit {font-size:12px; line-height: 24px;}
	.quote-phrase {font-size:12px; line-height: 21px;}
	footer img {margin-right: 30px; width: 80px; height:auto;}
	footer p, footer a {font-size: 12px; line-height: 17px;}
}
/*480*/ @media screen and (max-width:480px){
	.foto-ppal {height: 240px;}
	h5 a, h6 a {font-size: 21px;}
	.trabajos {margin: 0 2.5% 40px 2.5%;}
	footer {padding: 20px 0 10px 0;}
	footer img {display:none;}
	footer p, footer a {text-align: center;}
}
/*380*/ @media screen and (max-width:380px){
	.foto-ppal {height: 200px;}
}
