@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');



/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;
	overflow-x: hidden;
}

body p{
	text-align: justify;
	font-size: 18px;
}

body li{
	font-size: 18px;
	font-weight: 700;
}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

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

.img-50{
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.mb-20{
	margin-bottom: 20px;
}


.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.navbar-nocover{
	margin-top: 100px !important;
}

@media (max-width: 767px) {
	.navbar-nocover{
		margin-top: 50px !important;
	}
}

.text-frame{
	padding: 40px;
}

/* ------ COL SAME HEIGHT ------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}


.row-obj-bottom{
	 margin-bottom: auto !important;
}

@media (max-width: 767px) {
	.row-eq-height {
	  display:inline-block !important;
	}
}

/* ------ COL 5 COLUMNS -----*/
 div.col-sm-7.five-three {
	width: 60% !important;
 }

div.col-sm-5.five-two {
	width: 40% !important;
}

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

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


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

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


/* ------ BUTTON -----*/
.btn{
	border: 1px solid #106DB3;
	background-color:#106DB3 !important;
	color: white;
	padding: 10px 20px;
}

.btn:hover{
	border: 1px solid #106DB3;
	background-color: white !important;
	color: #000000;
	padding: 10px 20px;
	
}



/* ------ NAVBAR ------ */
.navbar {
	z-index: 9 !important;
	border: none !important;
	background-color: white !important;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.navbar li{
	margin-top: 5px;
}

.navbar-nav li a{
	font-family: 'Rubik', sans-serif !important;
	color: #000000;
	font-weight: 400 !important;	
	font-size: 16px;
	padding: 30px 12px !important;
}



.navbar-nav li a:hover {
	background-color: white !important;
	border-bottom: solid 2px #106DB3;
}

.navbar .navbar-brand{
	padding: 0px !important;
}


.navbar .navbar-brand img{
	width: 180px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}



.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.dropdown-menu {
   background-color: #106DB3 !important;
	
}
.dropdown-menu>li{
   margin: 0 !important;
}

.dropdown-menu>li>a {
    color: #ffffff !important;
	padding: 10px 20px !important;
}

.dropdown-menu>li>a:hover {
	font-weight: bold !important;
	background-color: #000000 !important;
}


@media (max-width: 767px) {
	.navbar{
		-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		min-height: 100px !important;
	}
	
	.navbar .navbar-brand img{
		width: 150px;
		height: auto;
		padding-left: 0px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 140px;
		height: auto;
		padding-left: 0px;
	}
	
	.navbar li{
	margin-top: 0px;
}
	
	.navbar-nav li a{
	padding: 20px 0px !important;
	

}
	
	
	
	.dropdown-menu, .dropdown-menu>li>a{
		background-color: transparent !important;
	}
	
	.navbar-toggle {
    	background-color: #106DB3 !important;
	}
}




/* ------ INDEX SLIDE ------ */

#slides .slide-container{
  height: auto;
  width: 600px;
  padding: 20px 20px 20px 40px;
  position: absolute;
  left:0%;
  top: 50%;
  background-color: rgba(255,255,255,0.8);
}


#slides .slide-container .highline{
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	color:#106DB3;
	text-align: left !important;
	z-index: 9999 !important;
	
}

#slides .slide-container .textline{
	font-size: 18px;
	font-weight: 400;
	color:#000000;
	text-align: left !important;
	z-index: 9999 !important;
	
}

#slides .btn-masinfo{
	background-color:#106DB3;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:10px 40px;
	text-decoration:none;
	margin-top: 20px;
}

#slides .btn-masinfo:hover{
	background-color: #000000;
}

.cover-opacity{
	max-width: 100%;
	max-height: 100%;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999 !important;
}

@media (max-width: 767px) {

	#slides .slide-container {
		width: 380px !important;
		left: 0%;
  		top: 50%;
	}
	
	#slides .slide-container .highline{
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		text-align: center !important;

	}

	#slides .slide-container .textline{
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-align: center !important;

	}
}


/* ------ WELCOME ------ */
.welcome{
	padding: 40px 10px;
}

.welcome h1{
	font-weight: bold;
}

.welcome ul.welcome-icons{
	list-style:none ;
	
}

.welcome .welcome-icons li{
	margin-bottom: 20px;
}

.welcome .welcome-icon{
	width: 50px;
	height: auto;
	margin-right: 10px;
}

/* ------ COBERTURA ------ */

.cobertura .left-block{
	padding: 40px 10px;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cobertura.png");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;

	
	
}

.cobertura .left-block h2{
	text-align: center !important;
	color: #FFFFFF;
	font-weight: bold;
	
}
.cobertura .left-block p{
	text-align: center !important;
	color: #FFFFFF;
	
}

.cobertura .right-block{
	background-color: #F4A03A;
	color: #ffffff;
}

.cobertura .right-block h3{
	font-weight: bold;
}

.cobertura .right-block p{
	margin-left: 20px;
}

.cobertura .padding-block{
	padding: 40px 20px;

}


.block-orange{
	background-color: #F4A03A;
	color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.block-green{
	background-color: #26A348;
	color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 30px;
}

.block-blue{
	background-color: #1E6287;
	color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 30px;
}

/* ------ CONTENT ------ */
.banner{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.content-block{
	padding: 40px 10px;
}

.content-block h1{
	font-weight: 600;
    color: #106DB3;
}


.logo-beneficios{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.beneficios{
	 text-align: center;
	 font-weight: bold;
	 font-size: 1.8em;
}

.img-familia{
	width: 40%;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.tabla-beneficios{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}



/* ------ CONTACT FORM ------ */
.contact-form{
	padding: 20px;
}


form ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

form li{
	font-weight: normal !important;
	font-size: 14px;
}


form input, form textarea{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
    float: left;
    outline: none;
    padding: 8px 15px 8px 0px;
    color: #777;
    margin-bottom: .5em;
}


form .asterisk{
	color: #106DB3 !important;
}

form .required-text{
	font-size: 9px;
}

form .form-button{
	border: 1px solid #106DB3;
	background-color:#106DB3 !important;
	color: white;
	padding: 10px 20px;
	float: right;
}

form .form-button:hover{
	border: 1px solid #106DB3;
	background-color: white !important;
	color: #000000;
	padding: 10px 20px;
	transition: all 0.5s ease;
}


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



/* ------ FOOTER ------ */
footer{
  	background-color: #112E4E;
  	color: #ffffff;
	height: auto;
  	width: 100%;
	padding: 40px 30px;
	border-top: 5px solid #106DB3;
}



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


footer .footer-tittle{
	font-weight: 700;
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 0 !important;
}

footer .footer-tittle a{
	color: #FFFFFF ;
	font-weight: 700;
}

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

footer li{
	color: #FFFFFF;
	display: inline-block;
	margin-right: 20px;
}

footer li a{
	color: #FFFFFF;
	font-weight: 300 !important;
}

footer .copyright{
	font-size: 12px;
	text-align: center !important;
}

.footer-links{
	
}

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

.footer-links li{
	display: list-item;
	margin-bottom: 20px;
}




@media (max-width: 767px) {

}



/* SAME HEIGHT display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
	display: flex;
	flex-wrap: wrap;
  }
  
  
  /* vertical spacing between columns */
  
  [class*="col-"] {
	margin-bottom: 30px;
  }
  
  .content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #fff;
  }
  
  
   
  .colour-naranja {
	background: #F4A03A;
	color: #fff;
  }
  
  .colour-morado {
	background: #A33B9C;
  }
  
  .colour-verde {
	background: #26A348;
  }
  
  .colour-azul {
	background: #1E6287;
  }
  
  .content h3 {
	margin-top: 0px;
	font-weight: bold;
  }  
  .content{
	font-size: 1em;
  }  

  .content li {
	font-weight: 300 !important;
	font-size: 1em;
  }  


