@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: 320px;
  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: #84318a; 
  padding: 10px 20px; 
  border-radius: 8px;
}

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


/* ------- 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: #fff;
  position: relative;
}

.header h1{
  font-size: 50px;
  color: #84318a;
  line-height: 66px;
  padding: 0;
  margin: 30px 0 10px 0;
  font-weight: 900;
}

.header h6{
  font-size: 30px;
  color: #84318a;
  line-height: 42px;
  padding: 0;
  margin: 30px 0 10px 0;
  font-weight: 900;
}


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

.header h4{
  font-size: 30px;
  color: #84318a;
  padding: 0;
  float: left;
  width: 100%;
  margin: 30px 0 10px 0;
}


.header p.p-2{
  float: left;
  margin: 0;
  font-size: 22px;
  padding: 10px 40px 0 0;
  color: #73739A;
}

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

.header ul{
  float: left;
  width: 100%;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}

.header ul li{
  padding: 5px 0;
  font-size: 18px;
  color: #73739A;
}


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

/* ===========================  Misión y Visión  ====================================== */

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

.somos h2{
  width: 100%;
  font-size: 32px;
  color: #84318a;
  line-height: 66px;
  padding: 0;
  margin: 0 0 0px 0;
  text-align: center;
  font-weight: 600;
}


.somos p{
  float: left;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 20px 0 0;
  text-align: center;
  margin-bottom: 30px;
  color: #73739A;
  font-weight: 400;
}

.somos p.blog{
  float: left;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 20px 0 0;
  text-align: left;
  color: #73739A;
  font-weight: 400;
}

.somos ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.somos ul li{
  margin: 0;
  padding: 5px 0;
  color: #73739A;
  font-size: 16px;
}

.somos h3{
  float: left;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 0 30px 0;
  text-align: left;
  color: #73739A;
  font-weight: 600;
  width: 100%;
}

/* ===========================  Valores  ====================================== */

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

.valores h2{
  padding: 30px 0 40px 20px;
  color: #84318a;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.valores .box{
  width: 100%;
  height: 200px;
  padding: 40px;
  border-radius: 12px;
  background: #FFFBEF;
}

.valores .box.new{
  height: 250px;
}

.valores .box-2{
  width: 100%;
  height: 340px;
  padding: 0;
  border-radius: 12px;
  background: #FFFBEF;
}

.valores .box-2 img.num{
  display: block;
  margin: 30px auto 20px auto;
}

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

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

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


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

/* ===========================  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;
  color: #84318a;
  font-weight: 600;
}

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

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

.producto .box .right{
  width: 60%;
  height: 100%;
  float: left;
  padding: 30px 20px;
  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;}
  .producto .box .left{width: 100%; border-radius: 20px 20px 0 0; }
  .producto .box .right{width: 100%; border-radius: 0 0 20px 20px;}

}


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

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

.nosotros h2{
  width: 100%;
  color: #84318a;
  font-weight: 600;
  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%;
}

.nosotros img.icon{
  display: block;
  width: 50px;
  margin: 30px 0 0 0;
}

.nosotros img.icon-2{
  display: block;
  width: 50px;
  margin: 50px 0 0 0;
}

@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;}
  .nosotros img.icon-2, .nosotros img.icon{ margin: 20px auto 0 auto; }
}


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

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

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

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

.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 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: #84318a;
  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: 40px 0 0 0;
  width: 160px;
}

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

.footer ul li{
  color: #73739A;
  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; }
}

/* ===========================  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  ================================== */
/* =========================================================================== */

.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: 80px 0 100px 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;}
  
}

