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

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

.nav-link{
	color: #000072 !important;
	padding: 5px 20px !important;
	font-weight: bold !important;
}

.nav-link:hover{
	color: #42B5E1 !important;
}




a.call-now{
	padding: 5px 20px !important;
	border-radius: 50px;
	background-color: #000072;
	color: #ffffff !important;
}

a.call-now:hover{
	background-color: #42B5E1;
	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 .bannerblock{
	background-color: rgba(0, 0, 114, 0.8);
	padding: 70px 20px;
}

.banner h5{
	color: #ffffff;
	font-weight: 300;
	font-size: 1.5em;
}

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

}

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




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

.nosotros p{
	text-align: justify;
}

.nosotros h2{
	color: #42B5E1;
	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;
}


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

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

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

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


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

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

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

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

.productos .background-color{
	background-color: rgba(256, 256, 256, 0.1);
	width: 100%;
	height: 100%;
	
}

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

.productos .card{
	background-color: rgba(255, 255, 255, 0.8);
	border: #000072  2px solid !important;
	border-radius: 0px !important;

}

.productos .card h5 {
	color: #000072;
	text-align: center;
}

.productos .card p {
	color: #000072;
	text-align: center;
}




/* ------ CONTACT ------ */
.contact{
	width: 100%;
	height: auto;
	padding: 100px 30px 20px !important;
	background-color:#42B5E1;
	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: #000072
}

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


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

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

.footer a{
	color: #ffffff !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: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
}

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

.footer .schedule{
	color: #ffffff;
	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;
}
