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


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&display=swap');


body{	
	overflow-x: hidden;
	min-height: 100%;
}


/* ------ 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:#CBB675;
	font-size: 2em;
	padding: 20px 0px;
}
/* ----- NAVBAR -----*/
.navbar{
	background-color: #1A1E25 !important;
}

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

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



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

a.call-now:hover{
	background-color: #CBB675;
	color: #1A1E25 !important;
}


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

.banner h5{
	color: #FFFFFF;
	font-weight: 200;
}

.banner h6{
	color: #FFFFFF;
	font-size: 3em;
	line-height: 1 !important;
	margin-bottom: 30px;

}

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


/* ----- CALLOUTS -----*/
.callouts{
	padding: 40px 10px;
	background-color: #1A1E25;
}

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

.callouts h3{
	color: #CBB675;
	text-align: center;
}

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

/* ------ NOSOTROS ------ */
.nosotros{
	padding: 40px 10px 0px;
}

.nosotros h2{
	color: #CBB675;
	font-size: 2.8em;
}

ul.nosotros-list {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
  }

  
ul.nosotros-list .fas{
	color: #CBB675;
	padding: 0px 8px;
}

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

.servicios h2{
	color: #CBB675;
	font-size: 2.8em;
	text-align: center;
}

.servicios p{
	color: #ffffff;
	font-size: 1em;
	text-align: center;
}

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

.servicios .background-color{
	background-color: rgba(26, 30, 37, 0.8);
	width: 100%;
	height: 100%;
	
}

.section-padding{
	padding: 80px 10px;
}

.servicios .card{
	background-color: transparent;
	border: #CBB675  2px solid !important;
	border-radius: 0px !important;
}

.servicios .card:hover{
	background-color: rgba(26, 30, 37, 1);
	transition: background-color 0.5s ease;
}

.servicios .card h5 {
	color: #CBB675;
	text-align: center;
}

.servicios .card p {
	color: #ffffff;
	text-align: center;
}


/* ------ EXPERIENCIA ------ */	
.experiencia{
	padding: 40px 10px;
}


.experiencia .experiencia-slogan{
	font-weight: 300;
	font-size: 1.2em;
}

.experiencia .experiencia-slogan span{
	color: #CBB675;
}


.experiencia .gold-card{
	background-color: #CBB675;
}

.experiencia .color-card{
	background-color: rgba(26, 30, 37, 1);
}

.experiencia .card{
	border: none !important;
	border-radius: 0px !important;
}

.experiencia .card-title{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
}

.experiencia .card-text{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
	

/* ----- RESEÑAS -----*/
.reseñas{
	padding: 40px 0px;
}

.reseña-block{
	background-color: rgba(26, 30, 37, 1);
	padding: 30px !important;
}


.reseña-pic{
	width: 150px;
	margin: 0 auto;
	display: block;
}


.reseñas h5{
	color: #CBB675;
	text-align: center;
	font-weight: bold;
}

.reseñas .puesto{
	color: #ffffff;
	text-align: center;
}

.reseñas .text-muted i{
	color: #CBB675;
}

.reseñas .text-muted{
	color: #ffffff !important;
}



/* ----- TEAM ----- */
.equipo{
	background-color: rgba(26, 30, 37, 0.1);
	padding: 40px 10px;
	width: 100%;
	height: 100%;
}


.profile{
	padding: 20px;
}

.profile h4{
	color: #292929;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.profile p{
	color: #CBB675;
	text-align: center;
}



.foto-perfil{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}



/* ------ CONTACT ------ */
.contact{
	width: 100%;
	height: auto;
	padding: 100px 30px 20px !important;
	background-color: rgba(26, 30, 37, 1);
	font-family: 'Plus Jakarta Sans', sans-serif;
}

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

.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;
}


/* ----- Footer ----- */
.footer{
	background-color: #CBB675;
	padding: 60px 0px;
	color: #292929 !important;
	border-top: 3px solid #54595F;
}

.footer .small{
	font-size: 10px;
}

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

.logo-footer{
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.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;
}
