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

html{
	scroll-behavior: smooth;
	scroll-padding: 70px;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* M E N U */

header {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */	
    z-index: 1000;
	width: 100%;
	background-color: #fff;
}
.navbar{
    padding: 25px 5%;
    display: flex;
    justify-content: space-between;
    align-items:baseline;
}

nav {
	display: flex;
}

nav a {
	color: #87888b;
    text-decoration: none;
    padding: 0px 10px;
    margin-right: 10px;
	font-size: 16px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	line-height: 20px;
}
nav a:hover {
	color: #4162ad;
    text-decoration: none;
}
.linea{
	width: 100%;
	height: 1px;
	background-color: #4162ad;
}
.logo {
	color:#276cca;
	font-size: 19px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}
img{
	max-width: 100%;
	height: auto;

}
.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
	position: absolute;
	right:20px;
	top:25px;
	z-index: 1000;
}
.line {
    width: 25px;
    height: 3px;
    background-color: #4162ad;
    margin: 3px 0;
}
/* L I N K S */

a {
    font-family: "Lato", sans-serif;
	color: #848484;
	font-size: 18px;
	font-weight: 300;
	text-decoration:none;
}
a:hover{
	color: #204ba3;
	text-decoration:none;	
}

/* S E C T I O N S */

.big-banner{
	margin-top: 73px;
	width: 90%;
	background-color: #eeeeee;
	padding: 50px 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image:url("../images/hero-image-big.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cabezal{
	width: 1200px;
	margin: auto;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: flex-start;
}

.boton-conozca-mas{
	display: flex;
	flex-direction: row;
	align-content: center;
	width: 100%;
	bottom: 30px;
}
.quien-soy{
	width: 100%;
	padding: 50px 0px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
  	justify-content: center;
}

.columna-izquierda-imagen{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 600px;
}
.columna-derecha-texto{
	display: flex;
	align-items:flex-start;
  	justify-content: center;
	flex-direction: column;
	width: 550px;
	padding: 0 0 0 50px;
}
.areas-de-atencion{
	width: 100%;
	background-color: #276cca;
	padding: 50px 0;
}
.contenedor-areas{
	margin: auto;
	width: 1200px;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 30px 0px 20px 0;
	justify-content: space-between;
	flex-wrap:wrap;
}
.combos{
	width: 27%;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #d6d6d6;
	margin-bottom: 25px;
	background-color: #136ccc;
}
.columna-derecha-imagen{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 600px;
}
.columna-izquierda-texto{
	display: flex;
  	justify-content: center;
	flex-direction: column;
	width: 550px;
	text-align: left;
	padding:0 50px 0 0;
}

/* F O O T E R */

footer{
	width: 100%;
	background-color: #f2f2f2;
	padding: 50px 0;
}
.contenedor-footer{
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	margin: auto;
	padding: 30px 0;
}
.combos-footer{
	width: 32%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
ul {
	padding: 0;
}
li{
	margin: 0 0 10px 15px;
}

/* F O N T S */

.titular-xxl{
	font-size: 65px;
	line-height: 65px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	color: #fff;
	text-align: left;
	margin: 0px;
	max-width: 10ch;
}
.copy{
	font-size: 23px;
	line-height: 33px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	color: #fff;
	text-align: left;
	margin: 20px 0;
	max-width: 25ch;
}
.copy-blanco{
	font-size: 23px;
	line-height: 33px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	color: #fff;
	text-align: center;
	margin: 20px 0;
}
.titular-l{
	font-size: 35px;
	line-height: 40px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #276cca;
	text-align: left;
	margin: 10px 0;
}
.titular-l-centrado{
	font-size: 35px;
	line-height: 40px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #276cca;
	text-align: center;
	margin: 10px 0;
}
.titular-l-blanco{
	font-size: 35px;
	line-height: 40px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}
.titular-m{
	font-size: 23px;
	line-height: 33px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #848484;
	text-align: left;
	margin: 5px 0px 10px 0;
}
.titular-m-footer{
	font-size: 21px;
	line-height: 33px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	color: #276cca;
	text-align: center;
	margin: 10px 0px 5px 0;
}
.texto-s{
	font-size: 18px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	color: #848484;
	text-align: left;	
	margin: 0;
	line-height: 25px;
}
.texto-s-footer{
	font-size: 18px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	color: #848484;
	text-align: center;	
	margin: 0;
	line-height: 25px;
}
.texto-m-celeste{
	color: #8cecee;
	font-size: 18px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	text-align: left;	
	margin: 20px 0 10px 0;
	line-height: 25px;		
}
.texo-li-items{
	font-size: 16px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	color: #fff;
	text-align: left;	
	margin: 0;
	line-height: 25px;	
	
}

/* B U T T O N S */

.button {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;	
	font-size: 16px;
	color: #000;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
	background-color: rgba(255,255,255,0.0);
}
.button1 {
  color:#fff; 
  background-color: #276cca;
}

.button1:hover {
  background-color: #4e93f0;
  color: #fff;
}

/* W H A T S A P P */

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 2000;
}
