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

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


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

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

.menu img.logo{
  width: 280px;
  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;}

.menu ul li a{color: #73739A;}

.menu ul li a.cta{
  color: #fff; 
  background: #0070B1; 
  padding: 10px 20px; 
  border-radius: 8px;
}


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

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


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

.header{
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 0 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  position: relative;
}

.header h1{
  font-size: 46px;
  color: #1668BA;
  line-height: 60px;
  padding: 0;
  margin: 30px 0 10px 0;
  color: #343434;
  font-weight: 900;
}

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

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


@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;}
}

/* ===========================  Ventajas  ====================================== */

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

.producto h2{
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}

.producto .box{
  width: 100%;
  height: auto;
}

.producto .box .left{
  width: 40%;
  height: 100%;
  background: #E7F0F7;
  border-radius: 20px 0 0 20px;
  float: left;
  padding: 30px 0;
}

.producto .box .right{
  width: 60%;
  height: 100%;
  float: left;
  padding: 30px 0;
  background: #F8FAFC;
  border-radius: 0 20px 20px 0;
}

.producto .box img{
  display: block;
  margin: 0 auto;
  height: 58px;
  padding: 0 0 20px 0 ;
}

.producto .box p{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.producto .box h3{
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .producto h2{font-size: 22px;}
  .producto .box{ margin: 0 0 20px 0; height:auto; float: left;}
  .producto .box h3{font-size: 18px; padding: 4px 0;}

}


/* ===========================  Nosotros  ====================================== */

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

.nosotros h2{
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
}

.nosotros p{
  font-size: 20px;
  color: #73739A;
  line-height: 28px;
  padding-top: 30px;
}

.nosotros img{
  display: block;
  width: 100%;
}

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


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

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

.formulario h2{
  padding: 0 0 30px 0;
  width: 100%;
  text-align: center;
}

.formulario label{
  font-size: 18px;
  color: #73739A;
  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 button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #0070B1;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  color: #fff;
}

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

@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: 70px 0 0 0;
}

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

.footer ul li{
  float: left;
  padding: 0 20px;
}

.footer ul li a{
  color: #73739A;
}

.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; }
}



.bg-1{
  position: absolute;
  top: 0px;
  left: -80px;
  width: 120px !important;
  z-index: 0;
}

.bg-2{
  position: absolute;
  top: 1400px;
  right: 0;
  width: 380px;
  z-index: 0;
}

.bg-3{
  position: absolute;
  top: 1800px;
  left: 0;
  width: 200px;
  z-index: 0;
}

.mujeres{
  width: 100%;
  background: #F8FAFC;
  border-radius: 20px;
  padding: 50px 0;
  float: left;
  margin: 100px 0 0 0;
}

.mujeres img{
  display: block;
  margin: 0 auto;
}

.mujeres h3{
  font-size: 32px;
  margin: 0 0 10px 0;
}

.mujeres p{
  font-size: 18px;
}

img.flower-1{
  position: absolute;
  left: -30px;
  bottom: -8px;
  width: 50px;
}

img.flower-2{
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 60px;
}

.menu ul li a{position: relative;}

@media only screen and (max-width: 768px) {
  .bg-2,.bg-3{display: none;}
  
}