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

body, html{ width: 100%; height: 100%; }
body{ font-family: 'Lato', sans-serif;}

a.menu-btn{
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9999999999;
  display: none;
}

a.menu-btn img.menu-img{
  width: 15px;
  float: left;
  margin: 5px 10px 0 0;
}


.menu-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 90px);
  height: auto;
  margin: 80px 80px 0 40px;
  z-index: 9;
  padding: 30px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;

  border-radius: 20px;
  background: #fff;
  display: none;
}

.menu-wrapper a.cerrar{
  width: 100%;
  display: inline-block;
  padding: 10px;
  background: #E6E6FB;
  text-align: center;
  color: #646464;
  margin-top: 20px;
  border-radius: 8px;
}

.menu-wrapper a.cerrar:hover{
  text-decoration: none;
}

.menu-wrapper .left{
  width: 50%;
  float: left;
}

.menu-wrapper ul{
  list-style: none;
  width: 90%;
  padding: 0;
  /*background: green;*/
}

.menu-wrapper ul li{
  /*background: red;*/
  margin: 0;
  padding: 15px 0;
  border-bottom: 0.5px solid #eaeaea;
}

.menu-wrapper ul li a{
  color: #646464;
  font-size: 17px;
}

.menu-wrapper ul li a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a.menu-btn{display: block;}

  .menu-wrapper{width: 95%; margin:110px 0 0 2.5%; height: auto; z-index: 9999999; }
  .menu-wrapper .left{width: 100%;}
  .menu-wrapper ul li{ margin: 5px 0; padding: 10px 0; }
  .menu-wrapper ul li a{ font-size: 16px; }
  .menu-wrapper .left h3, .header .menu-wrapper .right h3{margin-top: 0;}
}

/* ===========================  Menu  ============================== */

.menu{
  width: 100%;
  float: left;
  height: 100px;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 999999999;
}

.menu img.logo{
  width: 160px;
  margin: 0;
  float: left;
  display: block;
}

.menu ul{
  padding: 0;
  margin: 22px 0 0 30px;
  list-style: none;
  float: right;
}

.menu ul li{ 
  float: left; 
  padding: 0 20px;
  color: #1880b1;
}

.menu ul li.on{
  color: #981760;
}

.menu ul li a{color: #1880b1;}

.menu ul li a.cta{
  color: #fff; 
  background: #1880b1; 
  padding: 10px 20px; 
  border-radius: 12px 12px 0 12px;
}

.menu ul li a.on{
  color: #1880b1;
}


/* ------- Media ------ */

@media only screen and (max-width: 768px) {
  .menu ul.principal{display: none;}
  .menu img.logo{margin: 0 auto;}
}


/* ===========================  Header  ====================================== */

.header{
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 0 0;
  background: #fff;
  position: relative;
}

.header h1{
  font-size: 50px;
  color: #1880b1;
  line-height: 66px;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 900;
}

.header p{
  float: left;
  margin: 0;
  font-size: 22px;
  padding: 30px 20px 0 0;
  color: #1880b1;
}

.header p.impact-title{
  float: left;
  margin: 0;
  font-size: 20px;
  padding: 10px 0 0 0;
  color: #1880b1;
}

.header p.impact{
  float: left;
  margin: 0;
  font-size: 18px;
  padding: 10px 20px 0 0;
  color: #1880b1;
}

.header img{
  display: block;
  width: 100%;
  padding-bottom: 70px;
  border-radius: 60px 0px 0 0;
}

.header img.team{
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .header{padding: 20px 0 0 0;}
  .header h1{text-align: center; font-size: 38px; line-height: 48px;}
  .header h2{text-align: center; font-size: 20px; line-height: 30px;}
  .header p{width: 100%; text-align: center; margin: 0 0 40px 0;}
  .header a{width: 100%; text-align: center; margin: 20px 0 50px 0;}
}

/* ===========================  The Origin of Finvivir  ====================================== */

.mujeres{
  width: 100%;
  background: url(../images/bg-words.svg) no-repeat center center;
  background-size: cover;
  border-radius: 60px 0 0 0;
  padding: 50px;
  float: left;
  margin: 80px 0 100px 0; 
  overflow: hidden;
}

.mujeres h3{
  font-size: 24px;
  margin: 0 0 40px 0;
  color: #1880b1;
  font-weight: 600;
}

.mujeres p{
  font-size: 18px;
  color: #1880b1;
}


/* ===========================  Future  ====================================== */

.wrapper{
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0;
/*  background: blue;*/
}

.wrapper h2{
  color: #1880b1;
  font-weight: 600;
  text-align: left;
  padding: 0 0 10px 0;
}

.wrapper p{
  font-size: 20px;
  color: #1880b1;
  line-height: 28px;
  padding-top: 10px;
}

.wrapper img{
  display: block;
  width: 100%;
  border-radius: 0 60px 0 0;
}



@media only screen and (max-width: 768px) {
  .wrapper h2{font-size: 22px; text-align: center;}
  .wrapper p{text-align: center;}
  .wrapper img{margin: 0 auto;}
}


/* ===========================  Core Business Areas and Functions  ====================================== */

.core{
  width: 100%;
  height: auto;
  float: left;
  padding:0 0 100px 0;
}

.core h2{
  padding: 30px 0 20px 20px;
  color: #1880b1;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.core p{
  font-size: 20px;
  color: #1880b1;
  line-height: 28px;
  padding: 0 0 50px 0;
  width: 100%;
  text-align: center;
}

.core p.market{
  font-size: 16px;
  color: #1880b1;
  line-height: 28px;
  padding: 30px 0 20px 0;
  width: 100%;
  text-align: center;
}

.core .box{
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 12px;
  background: #F8FAFC;
  margin-bottom: 30px;
}

.core .box > p{
  padding: 0;
}

.core .box img{
  display: block;
  margin: 0 auto;
  width: 40px;
}

.core img.team{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.core img.ach-logo{
  display: block;
  margin: 0 auto;
  width: 60%;
}

.core img.tech-logo{
  display: block;
  margin: 0 auto;
  width: 60%;
}

.core .box p{
  width: 80%;
  text-align: center;
  margin: 20px 0 0 10%;
  font-size: 20px;
  color: #3B3B3B;
}


@media only screen and (max-width: 768px) {
  .core .box { margin: 0 0 20px 0; height: auto;}
  .core .box p{width: 100%; margin: 20px 0 0 0;}
  .core h2{ font-size:22px; }
  .core p{padding: 0 20px;}
}

.core .box img.brand{
  width: 80%;
  margin: 0 auto;
}



/* ===========================  Formulario  ====================================== */

.formulario{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0 50px 0;
/*  background: blue;*/
}

.formulario h2{
  padding: 0 0 10px 0;
  width: 100%;
  text-align: center;
  color: #1880b1;
  font-weight: 600;
}

.formulario h3{
  padding: 0 0 50px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #1880b1;
  font-weight: 400;
}

.formulario label{
  font-size: 18px;
  color: #1880b1;
  font-weight: 400;
  width: 100%;
}

.formulario input{
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  margin: 0 0 30px 0;
}

.formulario select{
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  margin: 0 0 30px 0;
}

.formulario button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #1880b1;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  color: #fff;
}

.formulario textarea{
  width: 100%;
  min-height: 80px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
}

@media only screen and (max-width: 768px) {
  .formulario h2{font-size: 22px; text-align: center;}
  .formulario p, .formulario h3, .formulario h4{text-align: center;}
}


/* ===========================  Footer  ====================================== */

.footer{
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0 50px 0;
  background: #F9F9F9;
}

.footer img.logo-footer{
  float: left;
  margin: 60px 0 0 0;
  width: 160px;
}

.footer ul{
  list-style: none;
  float: right;
  padding: 0;
  margin: 50px 0 0 0;
}

.footer ul li{
  color: #1880b1;
  padding: 0 20px;
}

.footer ul li a{
  color: #1880b1;
}

.footer a img.contact-phone{
  display: block;
  margin: 30px 0 0 0;
  float: right;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .footer img.logo-footer{ float:none; display: block; margin:40px auto 0 auto; }
  .footer ul{display: none;}
  .footer a img.contact-phone{ float:none; margin: 70px auto 0 auto; }
}

/* ===========================  Comunidad  ============================== */

.comunidad h2{
  width: 100%;
  color: #8e6292;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0 0;
}

.comunidad h3{
  text-align: center;
  color: #8e6292;
  padding-bottom: 50px;
}

.comunidad .comunity-box{
  background: red;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.comunidad .comunity-box h5{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #5C5C5C;
  font-size: 20px;
}

.comunidad .comunity-box img{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
}

.comunidad .comunity-box h6{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #3E3E3E;
  font-size: 58px;
}

.comunidad .comunity-box.color-1{
  background: #62cff4;
  background: linear-gradient(67deg, #62cff4 0%, #2c67f2 100%);
}

.comunidad .comunity-box.color-2{
  background: #f0fcab;
  background: linear-gradient(67deg, #f0fcab 0%, #60bf8f 100%);
}

.comunidad .comunity-box.color-3{
  background: #ffbc55;
  background: linear-gradient(67deg, #ffbc55 0%, #f988f4 100%);
}

.comunidad .comunity-box.color-4{
  background: #f5f523;
  background: linear-gradient(67deg, #f5f523 0%, #fa840e 100%);
}

.comunidad .comunity-box.color-5{
  background: #70abd3;
  background: linear-gradient(67deg, #70abd3 0%, #2ff5f5 100%);
}

.comunidad .comunity-box.color-6{
  background: #a89de0;
  background: linear-gradient(67deg, #a89de0 0%, #fcbfe9 100%);
}

.comunidad .comunity-box.color-7{
  background: #60bf8f;
  background: linear-gradient(67deg, #60bf8f 0%, #fcee21 100%);
}

@media only screen and (max-width: 768px) {
  .comunidad .comunity-box h5 { font-size:17px; }
  .comunidad h2{ font-size:30px; }
}


/* =========================================================================== */
/* ================================  Nuevo  ================================== */
/* =========================================================================== */




