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


@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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


/* ------ 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:#317CBA;
	font-size: 2em;
	padding: 20px 0px;
}


.blue-button{
    text-align: center;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    background-color: #317CBA;
	margin-top: 30px;
}
/* ----- NAVBAR -----*/
.navbar{
	background-color: #ffffff !important;
}

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

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

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


a.call-now{
	padding: 5px 20px !important;
	border-radius: 50px;
	background-color: #317CBA;
	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: #317CBA;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}

/* ------ SLIDE ------ */
.slide h5{
	text-shadow: 2px 0px 8px rgba(0,0,0,1);
}

.slide p{
	text-shadow: 2px 0px 8px rgba(0,0,0,1);
}

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

.nosotros p{
	text-align: justify;
}

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

.nosotros h3{
	color: #317CBA;
	font-size: 2.3em;
	text-align: center;
}

.nosotros h4{
	color: #317CBA;
}

.contactus p{
	text-align: center;
}

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

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


/* ------ PROGRAMAS ------ */
.programas{
	padding: 40px 10px;
}

.programas p{
	text-align: justify;
}

.programas h2{
	color: #317CBA;
	font-size: 2.8em;
	text-align: center;
}

.programas .programa-tittle{
	padding: 30px 0px;
}

.programas .programa-tittle{
	text-align: center;
}

.programas h3{
	color: #317CBA;
	font-size: 2.3em;
	text-align: center;
}


.programa-block{
	padding: 20px 0px;
}

.programa-block h4{
	color: #317CBA;
	font-size: 2.3em;
}

.programa-block h5{
	color: #317CBA;
}

.programa-block p{
	text-align: justify;
}

.wrapblock {
    padding: 30px;
}


/* ------ BENEFICIOS ------ */
.beneficios{
	padding: 40px 10px;
}

.beneficios p{
	text-align: justify;
}

.beneficios h2{
	color: #317CBA;
	font-size: 2.8em;
}

.beneficios-img{
	width: 100%;
	height: auto;
}

.beneficios_block{
	padding: 10px 0px;
}

.beneficios_block h3{
	color: #317CBA;
	font-size: 1.6em;
	text-align: center;
}

.beneficios_block p{
	text-align: center;
}
/* ----- CALLOUTS -----*/
.callouts{
	padding: 40px 10px;
	background-color: #317CBA;
}

.callouts .callout-block{
	padding: 30px;
}

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

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




/* ------ CONTACT ------ */
.contacto{
	padding: 50px 0px;
	background-color: #f5f5f5;
}

.contacto h2{
	color: #317CBA;
	font-size: 1.6em;
	text-align: center;
}


.contact-form {
	margin: 0 auto;
	max-width: 30em;
	min-width: 20em;
	padding: 0 .625em
}
.contact-form .form-group-submit {
	position: relative;
	margin-top: 1.25em
}
.contact-form .form-group-submit span {
	font-family: "ProximaNovaRegular";
	font-size: .875em
}
.contact-form .form-group-submit .checkbox {
	display: inline-block;
	width: 70%;
	float: left
}
.contact-form .form-group-submit .checkbox label {
	position: relative;
	display: block;
	padding-left: 2.5em;
	text-indent: -.0625em;
	text-align: left
}
.contact-form .form-group-submit .checkbox input[type="checkbox"]:not(old) {
	opacity: 0;
	position: absolute;
	height: 0;
	width: 0
}
.contact-form .form-group-submit .checkbox input[type='checkbox']:not(old)+span::after {
	background-image: url("../../imgs/icons/radial_inactive.png");
	background-repeat: no-repeat;
	background-size: 1.875em 1.875em;
	background-position: 0 0;
	content: "";
	display: block;
	position: absolute;
	height: 1.9375em;
	width: 1.9375em;
	left: -2.8125em;
	top: -2.1875em;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	cursor: pointer
}
.contact-form .form-group-submit .checkbox input[type='checkbox']:checked:not(old)+span::after {
	background-image: url("../../imgs/icons/radial_active.png")
}

@media only screen and (max-width: 30em) {
.contact-form .form-group-submit .checkbox {
	display: inline-block;
	width: 100%
}
}
.contact-form .form-group-submit .button {
	display: inline-block;
	float: right;
	font-family: "Prompt", sans-serif;
}
.contact-form .form-group {
	position: relative;
	margin-bottom: .625em
}
.contact-form .form-group .label {
	position: absolute;
	left: 0;
	top: 1em;
	margin-left: .9375em
}
.contact-form .form-group .label.active {
	display: none
}
.contact-form .form-group span {
	display: none
}
.contact-form .form-group span.error {
	color: #c40c0c;
	position: absolute;
	right: 0;
	top: 1em;
	margin-right: 1.875em
}
.contact-form .form-control {
	width: 100%;
	border: .0625em solid #c3c3c3;
	border-radius: .25em;
	font-family: "ProximaNovaLight";
	font-size: 1em;
	padding: .75em .9375em;
	box-shadow: none;
	display: block;
	vertical-align: middle;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.contact-form .form-control:focus, .contact-form .form-control:active {
	border: .0625em solid #00afdb;
	box-shadow: 0 .0625em .0625em rgba(0,0,0,0.075) inset, 0 0 .25em rgba(0,175,219,0.5)
}
.contact-form .form-control.error {
	border: .0625em solid #c40c0c
}
.contact-form .form-control.error:focus, .contact-form .form-control.error:active {
	border: .0625em solid #c40c0c;
	box-shadow: 0 .0625em .0625em rgba(0,0,0,0.075) inset, 0 0 .25em rgba(196,12,12,0.5)
}
.select-wrapper {
	width: 100%;
	position: relative;
	vertical-align: middle
}
.select-wrapper .fa {
	content: "";
	pointer-events: none;
	position: absolute;
	right: .9375em;
	top: .625em;
	color: #c3c3c3;
	z-index: 20;
	margin-left: 1.25em
}
.select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 3.125em !important
}

.button-contacto {
	text-align: center;
	vertical-align: middle;
	padding: 0.8em 1em;
	border-radius: .1875em;
	outline: 0;
	border: none;
	cursor: pointer;
	font-family: "ProximaNovaRegular";
	font-size: 0.9em;
	background-color: #4280BA;
	color: #ffffff;
}

.button-contacto:hover {
	background-color: #244767;
}

.contact-form .form-group-submit span {
    font-size: .875em;
}

.contact-form .form-group-submit .button {
    display: inline-block;
    float: right;
}

.button-blue {
    background-color: #00afdb;
    color: #fff;
}

.button {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 1.125em 1.25em;
    border-radius: .1875em;
    outline: 0;
    border: none;
    cursor: pointer;
    font-family: "ProximaNovaRegular";
    font-size: 1em;
}

/* ----- Footer ----- */
.footer{
	background-color: #317CBA;
	padding: 60px 0px;
	color: #292929 !important;
}


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

.footer .footer_icons ul{
	list-style: none;
	margin-top: 30px;
	
}

.footer .footer_icons li{
	display: inline-block;
	padding: 10px;
}


.footer .address{
	color: #ffffff;
	text-align: right;
	font-weight: 600;
}


.footer .small{
	font-size: 11px;
	font-weight: 200 !important;

}

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