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

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Colors

#C54F17
#10394D

*/

body{	
	overflow-x: hidden;
	min-height: 100%;
	font-family: "Montserrat", sans-serif;
}


.full-height {
	height: 100vh; /* Full viewport height */
}

/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(32, 54, 99, 0);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}


.menu-height{
	margin-top: 100px;
}


@media only screen and (max-width: 990px){
	.hidde-mobile{
		display: none;
	}
}


.separator{
	color:#C54F17;
	font-size: 2em;
	padding: 20px 0px;
}
/* ----- NAVBAR -----*/
.navbar{
	background-color: #ffffff;
	padding: 10px 0px !important;
}

.navbar-brand img{
	width: 350px;
	height: auto;
}

.nav-link{
	color: #C54F17 !important;
	padding: 5px 20px !important;
}

.nav-link:hover{
	color: #10394D !important;
}




a.call-now{
	padding: 5px 20px !important;
	border: #C54F17 solid 1px;
	border-radius: 50px;
}

a.call-now:hover{
	background-color: #10394D;
	color: #ffffff !important;
}


/* ----- BANNER ------ */
.banner{
	padding: 150px 10px;
	background-image: url('../../imagenes/banner.jpg');
  	background-size: cover; 
  	background-position: center center;
  	background-repeat: no-repeat;	  
}


.banner h6{
	font-family: "Lora", serif;
	color: #FFFFFF;
	font-size: 3em;
	line-height: 1 !important;
	margin-bottom: 30px;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.6);

}

.banner .banner-btn{
	padding: 10px 25px !important;
	border-radius: 50px;
	background-color: #10394D;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}

.banner .banner-btn:hover{
	background-color: #C54F17;
}



/* ------ BLOQUE INICIO ------ */
.inicio-block{
	padding: 60px 10px;
}

.inicio-block h2{
	font-family: "Lora", serif;
	color: #C54F17;
	font-size: 2.8em;
}

.inicio-block p{
	color: #10394D;
	text-align: justify;
	font-size: 1.2em;
}

.inicio-block h5{
	color: #C54F17;
}


/* ----- CALLOUTS -----*/
.callouts{
	padding: 80px 10px;
	background-image: url('../../imagenes/wood-background_1.jpg');
  	background-size: cover; 
  	background-position: center top;
  	background-repeat: no-repeat;	  
}

.callouts h4{
	font-family: "Lora", serif;
	color: #FFFFFF;
	font-size: 3em;
	margin-bottom: 30px;
	text-align: center;
}

.callouts .callouts-icon{
	height: 120px;
	width: auto;
	padding: 20px 0px;
	margin: 0 auto;
	display: block;
}

.callouts h3{
	color: #FFFFFF;
	text-align: center;
	font-family: "Lora", serif;
}

.callouts p{
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
}


/* ----- BLOQUE ----- */
.bloque{
	padding: 80px 10px;
}

.bloque h6{
	color: #10394D;
	text-align: center;
	font-size: 2.4em;
	font-family: "Lora", serif;
	margin-bottom: 40px;
}

.bloque p{
	text-align: center;
	font-size: 1.2em;
}

.bloque h5{
	color: #C54F17;
	text-align: center;
	font-size: 1.8em;
}

/* ----- SERVICIOS ----- */
.img-servicios{
	width: 100%;
	height: auto;
}

.bullet-servicios {
	width: 70px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}

.servicios h2{
	font-family: "Lora", serif;
	color: #10394D;
	font-size: 2.3em;
	line-height: 1em;
	text-align: left !important;
	margin-bottom: 20px;
}

.servicios p{
	text-align: left !important;
}



/* ----- COMPROMISO ----- */
.compromiso-block{
	padding: 80px !important;
	background-color: #733B2F;
}

.compromiso-block h5{
	color: #ffffff;
	font-size: 1.8em;
	font-family: "Lora", serif;
	margin-bottom: 40px;
}

.compromiso-block p{
	color: #ffffff;
	font-size: 1.2em;
	text-align: justify;

}

.compromiso-background{
	background-image: url('../../imagenes/background-compromiso.jpg');
  	background-size: cover; 
  	background-position: top center;
  	background-repeat: no-repeat;	
}


/* ------ CONTACT ------ */
.contact{
	width: 100%;
	height: auto;
	padding: 100px 30px 20px !important;
	background-color:#10394D;
}

.contact .text{
	font-size:22px;
	text-align: center;
	color: #FFFFFF;
}

.logo-contacto{
	width: 250px;
	height: auto;
}

.contact form{
	padding-bottom: 30px;
}
.contact form ul{
	list-style:none;
	margin:0;
	padding:0;
}

.contact form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:14px;
	font-weight: 200;
	text-align: center;
	padding: 10px 20px;
	color: #FFFFFF;
}

.contact form .formGroup{
	margin-bottom:10px;
}



.contact form input, select, textarea{
	width:100%;	
	font-size:14px;
	background-color: rgba(26, 30, 37, 1);
    
  	margin:0;
	padding: 10px;
    border-width:0px;
    border:none;
  	border-bottom: 1px solid #b7b7b7;
  
  	text-align: center;
	color: #FFFFFF;
  	-o-text-overflow: clip;
  	text-overflow: clip;

	resize: none;
	outline: none !important;
}

.contact form input, select, textarea:active{
	background-color: rgba(26, 30, 37, 1);
	padding: 10px;
}


.contact form .txtobligatorios{
	text-align: center;
	color: #FFFFFF;
	font-size:11px;
}

.contact form .button{
	font-size:16px;
	font-weight:normal;
	min-width: 100%;
	padding: 9px 40px;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	margin-top:20px;
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0 auto;
	background-color: #CBB675;
}

.contact form .button:hover{
	background-color: #333333;
}


.contacto a {
    color: #10394D;
    text-align: justify;
    font-size: 1.2em;
	text-decoration: none;
}

/* ----- Footer ----- */
.footer{
	background-color: #10394D;
	padding: 60px 0px;
	color: #ffffff !important;
	width: 100% !important;
}

.footer .small{
	font-size: .8em;
	color: #ffffff !important;
}

.footer a{
	color: #ffffff !important;
	text-decoration: none;
}

.logo-footer{
	width: 250px;
	height: auto;
	margin-bottom: 40px;
}

.footer-icons .footer-icon{
	font-size: 30px;
}

.footer-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.footer-icons li{
	display: inline-block;
}

.footer-icons li a{
	font-weight: 100 !important;
	color: #292929;
	text-decoration: none;
	padding: 0px 10px;
}


.footer .address{
	color: #292929;
	font-size: 13px;
}

.footer .schedule{
	color: #292929;
	text-align: right;
	font-size: 13px;
}

.footer .developments-logo{
	width: 40px;
	height: auto;
}

.footer .pay-forms ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .pay-forms li{
	display: inline-block;
	padding: 3px;
}
