@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
        overflow-x: hidden;
}

a {
  color: white;
  text-decoration: none;
}

/*
https://empresas.infoempleo.com/hrtrends/media/2019/04/HRTRENDS-RECLUTAMIENTO-COMO_UNIR_UN_EQUIPO_DE_TRABAJO.jpg
*/
nav {
  padding: 12px;
  height: 75px;
  width: calc(100% - 24px);
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: space-around;
  display: flex;
  align-items: center;
  justify-items: center;
  font-weight: 400;
  font-size: 16.4px;
  line-height: 24px;
  color: white;
  line-height: 43px;
  display: flex;
  justify-content: space-around;
}
nav .logo {
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
}
nav .secciones {
  list-style: none;
  display: flex;
}
nav .secciones li a {
  font-size: 16px;
  font-weight: 400;
  margin: 0 18px;
}
nav .secciones li .active {
  color: #f35f5f;
}
nav .lastnavdata {
  padding: 3px 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 30px;
}

#navbar_isopen:checked ~ .sidebar {
  max-width: 100%;
  width: 300px;
  padding: 22px;
  transition: all 0.5s-out;
}

.sidebar {
  position: fixed;
  transition: 0.5s all;
  background-color: #202040;
  height: 100%;
  z-index: 3;
  right: 0;
  justify-content: space-around;
  display: flex;
  align-items: center;
  justify-items: center;
  color: white;
  flex-direction: column;
  max-width: 0px;
  overflow: hidden;
  transition: all 0.5s-out;
  font-weight: 400;
  font-size: 16.4px;
  line-height: 24px;
}
.sidebar .logo {
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
}
.sidebar .secciones {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.sidebar .secciones li a {
  font-size: 20px;
  font-weight: 400;
  margin: 0 18px;
}
.sidebar .lastnavdata {
  padding: 3px 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 30px;
}
.sidebar .menuicon {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 40px;
}

.welcome {
  width: 100%;
  height: 85vh;
  padding-top: 15vh;
  padding-bottom: 50px;
  margin-bottom: 0;
  background-color: #202040;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image: url(../images/cort.svg);*/
  background-repeat: no-repeat;
  background-position-y: 100.5%;
  background-size: 100%;
  background: linear-gradient(90deg, rgba(10,3,126,1) 0%, rgba(121,9,102,1) 54%, rgba(255,0,202,1) 100%);
}
.welcome .leftdata {
  margin: 40px;
  width: 40%;
  margin-right: 0;
}
.welcome .leftdata h1 {
    color: white;
    font-weight: 750;
    font-size: 48px;
    width: 400px;
    width: 100%;
    /*    letter-spacing: 1.3px;
*/
    line-height: 48px;
}
.welcome .leftdata p {
  font-size: 16px;
  color: white;
  font-weight: 450;
  letter-spacing: 0.5px;
  line-height: 29px;
  padding-bottom: 60px;
}
.welcome .leftdata .welcome__leftdata__buttom {
    padding: 16px 35px;
    background-color: #FFDE59;
    letter-spacing: 1px;
    border-radius: 3rem;
    color: #202040;
    font-weight: 600;
    font-size: 18px;
}
.welcome .rightdata {
 /* margin: 40px;*/
   width: 45%;
}
.welcome .rightdata img {
    width: 100%;
}

.offertstime {
  margin: 0;
  background-color: #F2F5F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-top: 80px;
  padding-bottom: 10px;
}
.offertstime h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff6363;
}
.offertstime p {
  padding: 20px 0;
  font-weight: 600;
}

.msgprom {
  padding: 80px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0;
  background-color: #F2F5F9;
  border: 2px solid #202040;
}
.msgprom h1 {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  /*letter-spacing: 1.1px;*/
  line-height: 46px;
  color: #000839;
}

.sobrenosotros {
  /*min-height: 100vh;
  padding: 0;*/
  margin: 0;
  background-color: #EBF0F6;
  display: flex;
  align-items: center;
  justify-content: space-around;
    padding: 10px;
    padding-top:4px;
    padding-bottom: 40px;
  color: #000839;

}
.sobrenosotros .sobrenosotros__left {
  width: 40%;
  margin: 0 40px;
}
.sobrenosotros .sobrenosotros__left .pretitle {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  color: #ff9c1d;
}
.sobrenosotros .sobrenosotros__left .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000839;
}
.sobrenosotros .sobrenosotros__left .descripcion {
  font-weight: 400;
  font-size: 16px; 
  color: #000839;
  /*letter-spacing: 1.1px;*/
  line-height: 22px;
  padding-bottom: 40px;
}
.sobrenosotros .sobrenosotros__left a {
  padding: 15px 20px;
  background-color: #FFDE59;
      color: #202040;
  letter-spacing: 1px;
  border-radius: 3rem;
  margin: 30px 0;
}
.sobrenosotros .sobrenosotros__right {
  margin: 40px;
}

.infraestructura {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #F2F5F9;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.infraestructura .infraestructura__left {
  width: 40%;
  margin: 0 40px;
}
.infraestructura .infraestructura__left .pretitle {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  color: #ff6363;
}
.infraestructura .infraestructura__left .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000839;
}
.infraestructura .infraestructura__left .descripcion {
  font-weight: 400;
  font-size: 16px;
  color: #000839;
  /*letter-spacing: 1.1px;*/
  line-height: 22px;
  padding-bottom: 40px;
}
.infraestructura .infraestructura__left a {
  padding: 15px 20px;
  background-color: #080354;
  letter-spacing: 1px;
  border-radius: 3rem;
}
.infraestructura .infraestructura__right {
  margin: 40px;
}

.capacitaciones {
  margin: 0;
  background-color: #F2F5F9;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 0 30px;
  padding-top: 80px;
  padding-bottom: 120px;
}
.capacitaciones h2 {
  font-size: 1.5rem;
  font-weight: 500;
  /*letter-spacing: 1.2px;*/
}
.capacitaciones h3 {
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #ff6363;
}
.capacitaciones .calendario {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 5px solid #ff6363;
  border-radius: 0.3rem;
  width: 60%;
  box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.158);
}
.capacitaciones .calendario .info_izq {
  height: 200px;
  padding: 35px;
  width: 40%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #f5e6e6;
}
.capacitaciones .calendario .info_izq h5 {
  color: #ff6363;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}
.capacitaciones .calendario .info_izq p {
  font-weight: 500;
  font-size: 15px;
  margin: 5px 0;
}
.capacitaciones .calendario .info_izq a {
  background-color: #ff6363;
  width: 150px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0.3rem;
  padding: 10px 12px;
  text-align: center;
  margin: 30px 0;
}
.capacitaciones .calendario .info_der {
  height: 200px;
  width: 60%;
  padding: 35px;
  text-align: left;
}
.capacitaciones .calendario .info_der h1 {
  font-size: 22px;
  font-weight: 550;
}
.capacitaciones .calendario .info_der h2 {
  font-size: 24px;
  font-weight: 500;
  color: #ff6363;
}
.capacitaciones .calendario .info_der h3 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #4c5067;
}

.productos {
  min-height: 100vh;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #F2F5F9;
}
.productos .productos__left {
  padding: 0 14px;
  width: 50%;
  display: flex;
  justify-content: center;
}
.productos .productos__left img {
  width: 95%;
}
.productos .productos__right {
  padding: 0 40px;
  width: 45%;
}
.productos .productos__right .title {
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 10px;
  color: #ff6363;
}
.productos .productos__right .pretitle {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  color: #ff6363;
}
.productos .productos__right .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000839;
}
.productos .productos__right .descripcion {
  font-weight: 550;
  font-size: 16px;
  color: #000839;
  /*letter-spacing: 1.1px;*/
  line-height: 22px;
  padding-bottom: 40px;
}
.productos .productos__right ul {
  list-style: none;
}
.productos .productos__right ul li {
  margin: 8px 0;
  font-weight: 500;
}

.pqelegirnos {
  padding: 0 5%;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  background: #F1F5F9;
}
.pqelegirnos h1 {
  font-weight: 800;
  font-size: 40px;
}
.pqelegirnos .servicios {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.pqelegirnos .servicios .servicio_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 150px;
  margin: 30px 0;
  text-align: center;
}
.pqelegirnos .servicios .servicio_item p {
  font-size: 1rem;
  font-weight: 400;
}
.pqelegirnos .servicios .servicio_item b {
  color: #202040;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.pqelegirnos .servicios .servicio_item a {
  padding: 5px 10px;
  background-color: #080354;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 3rem;
}
.pqelegirnos .servicios .servicio_item i {
  font-size: 70px;
  margin: 10px 0;
  color: #ff6363;
}

.dropshipping {
  min-height: 100vh;
  padding-bottom: 50px;
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #F2F5F9;
}
.dropshipping .ds__right {
  padding: 0 14px;
  width: 50%;
  display: flex;
  justify-content: center;
}
.dropshipping .ds__right img {
  width: 95%;
}
.dropshipping .ds__left {
  padding: 0 40px;
  width: 45%;
}
.dropshipping .ds__left .title {
  font-weight: 700;
  font-size: 13px;
  padding-bottom: 10px;
  color: #ff6363;
}
.dropshipping .ds__left .pretitle {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  color: #ff6363;
}
.dropshipping .ds__left .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000839;
}
.dropshipping .ds__left .descripcion {
  font-weight: 550;
  font-size: 16px;
  color: #000839;
  /*letter-spacing: 1.1px;*/
}
.dropshipping .ds__left .descripcion:last-of-type {
  padding-top: 10px;
  padding-bottom: 20px;
}
.dropshipping .ds__left ul {
  list-style: none;
}
.dropshipping .ds__left ul li {
  margin: 8px 0;
  font-weight: 500;
}

.ourteam {
  padding: 100px 0;
  background-color: #EBF0F6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ourteam h1 {
  color: #202040;
  font-size: 2.1rem;
  margin: 40px 0;
  text-transform: uppercase;
  color: #202040;
}
.ourteam .equipos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ourteam .equipos .equipo__card {
  padding: 10px;
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 249px;
  height: 300px;
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #ff6363;
  box-shadow: 0px 0px 8px 0px #d4d4d4;
}
.ourteam .equipos .equipo__card .user-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  margin: 20px auto 20px;
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  border-top: 3px solid #ff6363;
  border-bottom: 3px solid #ff6363;
  transition: 0.5s;
}
.ourteam .equipos .equipo__card .user-pic img {
  margin: 2px;
  border-radius: 90%;
  width: 98%;
  height: 98%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourteam .equipos .equipo__card h2 {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #202040;
}
.ourteam .equipos .equipo__card h3 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
  color: #ff6363;
}

.faq {
  background-color: #EBF0F6;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: 2%;
  padding-top: 130px;
}
.faq h2 {
  font-weight: 900;
  font-size: 32px;
}
.faq h3 {
  margin-top: 25px;
  font-weight: 430;
  font-size: 20px;
  /*letter-spacing: 1.1px;*/
  text-align: center;
}
.faq .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
  font-weight: 700;
  transition: all 0.5s;
}
.faq .items .extend {
  transition: all 0.5s;
  width: 90%;
  background-color: white;
  color: black;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}
.faq .items .extend .checker {
  display: none;
}
.faq .items .extend .checker:checked ~ .content {
  transition: all 0.5s;
  max-height: 50vh;
}
.faq .items .extend .checker:checked ~ .expander #plus {
  transition: all 0.5s;
  transform: rotate(180deg);
  color: #ff6363;
  border-color: #ff6363;
}
.faq .items .extend .checker:checked ~ .expander p {
  color: #e45858;
}
.faq .items .extend p {
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 10px;
}
.faq .items .extend .expander {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .items .extend .expander #plus {
  margin: 0 10px;
  transition: all 0.5s;
  color: #202040;
  border: 2px solid #202040;
  padding: 6px 8px;
  border-radius: 100%;
}
.faq .items .extend .expander .allfaq {
  transform: rotate(-90deg);
}
.faq .items .extend .content {
  transition: all 0.5s;
  overflow: hidden;
  max-height: 0.1px;
  background-color: white;
}
.faq .items .extend .content p {
  font-weight: 500;
}

.subscribe-container {
  min-height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
}

.subscribe-container.show {
  display: flex;
}

.subscribe {
  display: flex;
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.subscribe .close {
  cursor: pointer;
  color: black;
  position: absolute;
  font-size: 3rem;
  right: 1px;
  height: 50px;
  width: 50px;
  padding: 13px;
  z-index: 2001;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
}

.subscribe .close:hover {
  color: #f00;
}

.subscribe .img {
  min-width: 260px;
  background: #2193b0;
  background: linear-gradient(to right bottom, #ff7777, #fc5555);
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.subscribe .img img {
  width: 90%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  -webkit-animation: animate_subs_img 1s alternate infinite linear;
          animation: animate_subs_img 1s alternate infinite linear;
}

.subscribe .content {
  padding: 2.5rem 1.5rem;
}

.subscribe .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.subscribe .content p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.35;
  color: #555;
}

.subscribe .content form * {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  margin-top: 0.6rem;
  padding: 0.7rem 0.5rem;
  font-family: "Maven Pro", sans-serif;
  border-radius: 5px;
  outline: none;
}

.subscribe .content form input {
  border: 1px solid #f2f2f2;
}

.subscribe .content form a {
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, 0.6);
  background: linear-gradient(to right, #ff7777, #fc5555);
  transition: box-shadow 0.25s linear;
}

.subscribe .content form a:hover {
  box-shadow: none;
}

@-webkit-keyframes animate_subs_img {
  to {
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.6));
  }
}

@keyframes animate_subs_img {
  to {
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.6));
  }
}
@media screen and (max-width: 650px) {
  .subscribe {
    display: block;
    max-width: 350px;
  }

  .subscribe .img {
    min-width: auto;
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: contain;
  }
}
.clientesconfian {
  background-color: #202040;
  padding: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.clientesconfian h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  letter-spacing: 1.8px;
  margin: 20px 0;
}
.clientesconfian h1 .goldtext {
  color: #ff6363;
}
.clientesconfian h2 {
  margin: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  color: white;
  /*letter-spacing: 1.1px;*/
}
.clientesconfian .banderas {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.clientesconfian .banderas img {
  margin: 15px;
  width: 60px;
  border-radius: 0.2rem;
}

.onlyphone {
  display: none;
}

@media (max-width: 1000px) {
  .hideonmed {
    display: none;
  }
  

}

@media (min-width: 651px) {
  .planes_column .plan_caracs {
    flex-direction: row !important;
  }
  


  .planes_column .plan_caracs ul li { 
    text-align: right !important;
  }

  .planes .plan .plan-cost {
    font-size: 4.8rem;
  }

  .planes .plan .plan-cost-low {
    font-size: 40px !important;
  }
  
  
  .button_Gold {
  font-size: 25px !important; 
}

    .button_Gold_Big {
        font-size: 29px;
    }
}

@media (max-width: 550px) {
  .pqelegirnos h1, .ourteam h1 {
    text-align: center;
  }

  .offertstime {
    padding-bottom: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .offertstime h1 {
    font-size: 25px;
  }
  .offertstime #flipdown {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    zoom: 0.9;
    transform: scale(0.7);
  }
  
    .caracteristica .caracteristica__left a {
      display: flex; justify-content: center;
    }
 
}
@media (max-width: 950px) {
  .capacitaciones {
    flex-direction: column;
  }
  .capacitaciones .calendario {
    max-width: 95%;
    width: 95%;
  }
  .capacitaciones .calendario .info_izq {
    height: 200px;
    padding: 35px;
    width: calc(100% - 70px);
  }
  .capacitaciones .calendario .info_der {
    height: 200px;
    width: calc(100% - 70px);
    padding: 35px;
    text-align: left;
  }
}
@media (max-width: 350px) {
  .planes .plan .plan-cost {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 650px) {
  .faq {
    text-align: center;
  }

  .clientesconfian {
    text-align: left;
  }

  .nuestrosplanes .planes {
    width: 100%;
    padding: 0;
  }
  .nuestrosplanes .planes .plan {
    padding-top: 100px;
    width: 100%;
    text-align: center;
  }




  .nuestrosplanes .planes .plan_caracs {
    width: 100%;
  }


  .planes_column {
    padding: 50px 0 !important;
    flex-direction: column !important;
  }

  .planes_column .plan_caracs {
    flex-direction: column !important; 
  }
  
  .planes_column .plan_caracs ul {
    width: 100% !important;
    padding: 2% !important;
  }
  
  
  .planes_column .plan_caracs .importante {
    width: 100% !important;
    padding: 2% !important;
    padding-top: 30px !important;
  }

  .planes .plan .plan-cost {
    font-size: 2rem;
    padding-bottom: 30px;
  }
  
  
  .planes_low {
    min-height: auto !important;
  }
  
  .planes_low .plan_caracs {
    min-height: auto !important;
  }

  .divisor_boton {
    border-radius: 20px;
    background-color: #FFDE59;
    margin: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
  
  .divisor_boton:last-of-type {
    padding: auto !important;
    margin: 30px;
    width: calc(100% - 60px);
  }
  
  .divisor_boton .gboton {
    font-size: 25px !important;
    line-height: auto;
  
    color: #060724 !important;
    padding: 22px;
    font-weight: 600;
  }



  .planes_column .plan_caracs ul li {
    text-align: left !important;
  }


  .capacitaciones {
    padding: 10px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .capacitaciones h1 {
    font-size: 1.3rem;
    font-weight: 500;
    /*letter-spacing: 1.1px;*/
  }
  .capacitaciones h2 {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ff6363;
  }
  .capacitaciones .calendario {
    flex-direction: column-reverse;
    width: 98%;
    box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.158);
  }
  .capacitaciones .calendario .info_izq {
    position: relative;
    height: 200px;
    padding: 35px;
    width: calc(100% - 70px);
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f5e6e6;
  }
  .capacitaciones .calendario .info_der {
    position: relative;
    height: 200px;
    width: calc(100% - 70px);
    padding: 35px;
    text-align: left;
  }
}
@media (max-width: 930px) {
  .hideonphone {
    display: none;
  }

  .onlyphone {
    display: inherit;
  }

  .welcome {
    padding-bottom: 100px;
  }
  .welcome .leftdata {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .welcome .leftdata h1 {
    width: 100%; 

  }
   

  .sobrenosotros {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 90px;
     
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sobrenosotros .sobrenosotros__left {
    width: 90%;
    padding-bottom: 50px;
  }
  .sobrenosotros .sobrenosotros__right {
    width: 90%;
    margin: 0;
    padding: 0;
  }
  .sobrenosotros .sobrenosotros__right iframe {
    width: 90%;
  }

  .infraestructura {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .infraestructura .infraestructura__left {
    width: 90%;
  }
  .infraestructura .infraestructura__right {
    width: 90%;
    margin: 0;
    padding: 0;
  }
  .infraestructura .infraestructura__right img {
    display: none;
  }

  .caracteristicas h2 {
    padding-top: 50px;
    font-size: 32px !important;
  }

  .caracteristica {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px !important;
    padding: 30px 0; 
    
  }
  .caracteristica .caracteristica__left {
    width: 90% !important;
  }
  .caracteristica .caracteristica__right {
    width: 90% !important;
    padding: 0;
    margin: 0 !important;
  }
  .caracteristica .caracteristica__right img {
    display: none;
  }
  
  .caracteristica__left .descripcion {
      padding-bottom: 30px;
  }

  .productos {
    flex-direction: column-reverse;
  }
  .productos .productos__left {
    width: 90%;
  }
  .productos .productos__right {
    width: 90%;
    padding: 30px 0;
    margin: 0;
  }

  .dropshipping {
    flex-direction: column;
  }
  .dropshipping .ds__left {
    width: 90%;
    margin: 0;
    padding: 0;
  }
  .dropshipping .ds__right {
    width: 90%;
    padding: 30px 0;
    margin: 0;
  }
}
.nuestrosplanes {
  font-family: "Raleway", Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #060724;
  text-align: center;
    padding-top: 100px;
    margin: 0;
}
.nuestrosplanes h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1.7px;
}
.nuestrosplanes h1 .goldtext {
  color: #ff6363;
}


.planes_column {
  padding: 50px 0 !important;
  flex-direction: column !important;
}

.planes_column .plan_caracs {
  width: 100% !important;
  position: relative !important;
  float: left !important;
  height: 100% !important;
  min-height: auto !important;
  text-align: left !important; 
}

.planes_column .plan_caracs ul {
  width: 54%;
  padding-left: 6%;
}

.planes_column .plan_caracs ul li {
  font-size: 21px !important;
  font-weight: 400 !important;
  color: rgb(235, 235, 235) !important;
  display: flex !important; 
}

.planes_column .plan_caracs .importante {
  padding-left: 20px;
  width: 40%;
}

.planes_column .plan_caracs .importante b {
  font-size: 30px;
  /*letter-spacing: 1.1px;*/
  border-bottom: 2px solid white;
}

.planes_column .plan_caracs .importante p {
  padding-top: 13px;
}


.planes_column .plan {
  min-height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: right !important;
  padding-bottom: 50px !important;
}

.planes_column .plan .plan-cost {
  font-size: 60px !important;
  background-color: #FFDE59;
  color: #060724 !important;
  padding: 22px;
  border-radius: 20px;
  font-weight: 600;
}

.column {
  display: flex;
  flex-direction: column;
}

.planes {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  background-color: #060724
}

.planes_low {
  min-height: 300px !important;
}

.planes_low .plan_caracs {
  min-height: 300px !important;
}

.divisor_boton {
  border-radius: 20px;
  background-color: #FFDE59;
  margin: 30px;
  width: calc(100% - 60px);
  text-align: center;
  padding: 10px !important;

}

.divisor_boton:last-of-type {
  margin: 30px;
  width: calc(100% - 60px);
}

.divisor_boton .gboton {
  font-size: 40px;
  line-height: auto;

  color: #060724 !important;
  padding: 22px;
  font-weight: 600;
 
}

.planes .plan {
  margin: 0;
  width: 60%;
  position: relative;
  float: left;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planes .plan .plan-header {
  margin: 0 10%;
}
.planes .plan .plan-cost { 
  font-weight: 600;
  line-height: auto;
  color: rgb(235, 235, 235);
  text-align: center;
}
.planes .plan .plan-title {
  font-size: 1.3rem;
  /*letter-spacing: 1.5px;*/
}
.planes .plan .plan-subtitle {
  font-size: 2rem;
  font-weight: 600;
}
.planes .plan .plan-select a {
  color: #202040;
  text-decoration: none;
  padding: 20px 34px;
  margin: 20px 0;
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
}

/*CARACS*/

.planes .plan .plan-header h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 13px;
}

.listado_membresias{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;

  flex-wrap: wrap;

}

.listado_membresias .plan-cost {
  padding: 20px 20px;
}

.listado_membresias .plan-cost .iconomembre {
  font-size: 68px;
  padding-bottom: 24px;
  color:  #fdd73f;
}


.listado_membresias .plan-cost .plan-name {
  line-height: 30px;
  font-weight: 400;
}

.listado_membresias .plan-cost .plan-price {
  margin-bottom: 15px;
}

.planes .plan_caracs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  width: 30%;
}
.planes .plan_caracs ul li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.2;
  color: rgb(235, 235, 235);
  display: flex;
  align-items: center;
}
.planes .plan_caracs ul li .tickblue {
  color: #202040;
  margin-right: 5px;
}

.planes * {
  box-sizing: border-box;
  transition: all 0.25s ease-out;
}

.planes .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.planes .featured .plan-select a {
  margin: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .planes .plan {
    width: 50%;
  }

  .planes .plan-title,
.planes .plan-select a {
    transform: translateY(0);
  }

  .planes .plan-select a,
.planes .featured .plan-select a {
    margin: 20px;
  }

  .planes .featured {
    margin-top: 0;
  }
  
  .welcome .leftdata h1 {
    width: 100%; 
}
}
@media only screen and (max-width: 440px) {
  .planes .plan {
    width: 100%;
  }
}
.footer-distributed {
  background-color: #202040;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer links */
.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #31314e;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all 0.25s;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}



.plan_nmodel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}

.plan_nmodel .plan_nmodel_rimage {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.img_out_nmodel{ 
    max-width: 600px;
    width: 35%;
    padding: 0 7%;
}





.plan_nmodel .plan_nmodel_rimage img {
  width: 70%;
}

.plan_nmodel .plan_nmodel_limage {
  display: flex;
  justify-content: flex-start;
}

.plan_nmodel .plan_nmodel_limage img {
  width: 70%;
}

.plan_nmodel .plan_nmodel_desc {
  /*width: 100%;*/
  padding-right: 30px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}




.plan_nmodel .plan_nmodel_desc h1 {
  font-size: 3rem;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}

.plan_nmodel .plan_nmodel_desc h2 {
  width: 100%;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}


.plan_nmodel .plan_nmodel_desc p {
  font-size: 16px;
  white-space: pre-wrap;
  font-weight: 500;
  /*letter-spacing: 1.1px;*/
}

@media screen and (min-width: 769px) {
  .desc_left {
    text-align: left !important;
    display: flex !important;
    /*align-items: flex-end !important;*/
    padding-right: 0 !important;
    padding-left: 30px;
  }

  .desc_left h1 {
    text-align: left !important;
  }
  
  .desc_left h2 {
    text-align: left !important;
  }
  
  .desc_left p {
    text-align: left !important;
  }
  
}

/* Media Queries */
@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }

  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }

  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
.modal-btn {
  height: 34px;
  width: 144px;
  border: 1px solid transparent;
  background-image: linear-gradient(45deg, #d4fff8, #ffdeff, #ffe6e6), linear-gradient(45deg, #007a65, #7f0e7f, #ff8983);
  background-clip: padding-box, border-box;
  background-origin: border-box, border-box;
  border-radius: 25px;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px;
}

.modal-btn:hover {
  opacity: 0.7;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  font-family: Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 0.1);
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top 0.3s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 600px;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 65%;
  min-height: 160px;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__tittle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ff6363;
  font-weight: 900;
  font-size: 2rem;
}
.modal__tittle h3 {
  margin: 0 10px;
}

.modal__close:after,
.modal__close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  width: 98%;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
    height: 70%;
    box-sizing: border-box;
    padding: 1em 1.5em;
  }

  .pnm_invert {
    flex-direction: column-reverse !important;
  }
  
  
  .img_out_nmodel{ 
    max-width: 600px;
    width: 85%;
    padding: 0 1%;
}

  .plan_nmodel {
    flex-direction: column;
  }
  
  .plan_nmodel .plan_nmodel_rimage {
    
    justify-content: center;
  }
  
  .plan_nmodel .plan_nmodel_rimage img {
    width: 60%;
  }
  
  .plan_nmodel .plan_nmodel_limage {
    
    justify-content: center;
  }
  
  .plan_nmodel .plan_nmodel_limage img {
    width: 60%;
  }

  .plan_nmodel .plan_nmodel_desc {
    padding-right: 0;
    align-items: center;
  }
  
  .plan_nmodel .plan_nmodel_desc h1 {
    font-size: 3rem;
    width: 80%;
    padding-bottom: 10px;
    text-align: left;
  }
  
  .plan_nmodel .plan_nmodel_desc h2 {
    width: 80%;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
  }
  
  
  .plan_nmodel .plan_nmodel_desc p {
    font-size: 15px;
    width: 80%;
    white-space: pre-wrap;
    font-weight: 500;
    /*letter-spacing: 1.1px;*/
  }
  
}
.goldtext {
  color: #ff6363;
}
.button_Gold {
  font-size: 16px !important; 
}

.button_Gold_Big {
  font-size: 28px !important; 
}

.comparison {
  max-width: 40%;
  margin: 0 auto;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #CCC;
}

.comparison td, .comparison th {
  border: 1px solid #CCC;
  empty-cells: show;
  padding: 10px;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}

.comparison .tickblue {
  color: #ff6363;
}

.comparison .tickgreen {
  color: #ff6363;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #CCC;
}

.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  border-right: 1px solid #CCC;
  border-bottom: 0;
}

.comparison .qbse_s {
  color: #FFF;
  background-color: rgba(245, 222, 179, 0) !important;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  border-right: 1px solid #CCC;
  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #ff6363;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  background: #ff6363;
  border-top-right-radius: 3px;
  border-right: 0px;
}

.comparison .price-info {
  padding: 5px 15px 15px 15px;
}

.comparison .price-was {
  color: #999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color: #f3d4c6;
}

.comparison .price-now span {
  font-size: 32px;
}

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px;
}

.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.comparison .price-try {
  font-size: 12px;
}

.comparison .price-try a {
  color: #202020;
}

@media (max-width: 767px) {
  .comparison {
    max-width: 99% !important;
  }
}
.button_Gold {
  font-size: 16px !important; 
}

.button_Gold_Big {
    font-size: 24px;
}

.opiniones {
  background-color: #EBF0F6;
  font-family: "Lato", sans-serif !important;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 100px 0;
}
.opiniones h3 {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.opiniones h2 {
  font-weight: 600;
  color: #111827;
  font-size: 48px;
}
.opiniones h2 .blue {
  color: #4f46e5;
}
.opiniones .items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  flex-wrap: wrap;
}
.opiniones .items .opinion {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  background-color: #ffffff;
  position: relative;
}
.opiniones .items .opinion img {
  top: -30px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
  position: absolute;
}
.opiniones .items .opinion svg {
  padding: 20px 0;
}
.opiniones .items .opinion .opinion_desc {
  color: #6b7280;
  font-size: 16px;
}
.opiniones .items .opinion .opinion_nombre {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  color: #333;
}
.opiniones .items .regalo {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  background-color: #ffffff;
  position: relative;
}
.opiniones .items .regalo img {
  top: -30px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
  position: absolute;
}
.opiniones .items .regalo iframe {
  padding: 20px 0;
}
.opiniones .items .regalo .opinion_nombre {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  color: #333;
  position: absolute;
  top: 50px;
}


.nuestroequipo {
  background-color: #EBF0F6;
  font-family: "Lato", sans-serif !important;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 100px 0;
}
.nuestroequipo h3 {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.nuestroequipo h2 {
  font-weight: 600;
  color: #111827;
  font-size: 48px;
}
.nuestroequipo h2 .blue {
  color: #4f46e5;
}
.nuestroequipo .items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  flex-wrap: wrap;
}
.nuestroequipo .items .miembro {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 240px;
  background-color: #ffffff;
  position: relative;

  border-radius: 20px;
  background: #f1f1f1;
  box-shadow:  13px 13px 23px #c1c1c1,
               -13px -13px 23px #ffffff;
}
.nuestroequipo .items .miembro img {
  top: -30px;
  height: 150px;
  width: 175px;
  
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.nuestroequipo .items .miembro svg {
  padding: 20px 0;
}
.nuestroequipo .items .miembro .miembro_desc {
  color: #6b7280;
  font-size: 16px;
}
.nuestroequipo .items .miembro .miembro_nombre {
  margin-top: 90px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

@media (max-width: 630px) {
  .welcome {
    padding-top: 100px;
    height: auto;
    max-height: auto;
  }
  
.button_Gold {
  font-size: 16px !important; 
}

.button_Gold_Big {
    font-size:20px;
}

  .opiniones .items .regalo {
    width: 80%;
  }
  .nuestroequipo .items .miembro
  {
    margin-bottom: 50px;
  }

  .leftdata_button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .leftdata_button a {
    margin-top: 7px;
  }
}/*# sourceMappingURL=style.css.map */

.strong {
  font-weight: 600;
}


.caracteristicas {
  background-color: #EBF0F6;
  font-family: "Lato", sans-serif !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  
 /* padding: 100px 0;*/
padding-top: 40px;
    padding-bottom: 30px;
}

.caracteristicas .titulo {
  width: 90%;
  text-align: left;
  color: #000839;
}

.caracteristicas .subtitulo {
  width: 90%;
  text-align: left;
  color: #000839;
}

.caracteristicas .crearAcc {
  margin-top: 50px;
}

.caracteristicas h4 { 
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
.caracteristicas h2 {
  font-weight: 600; 
  font-size: 48px;
  color: #000839;
}

.caracteristicas h3 {
  font-weight: 400;
  padding-top: 10px;
  color: #0A1455; 
  font-size: 16px;
  width: 90%;
  line-height: 22px;
  /*letter-spacing: 1.1px;*/
  
}

.caracteristicas h2 .blue {
  color: #000839;
}

.caracteristica {

  
  padding: 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left !important; 

}
.caracteristica:first-of-type {
  padding: 0px 0px;
}


.caracteristica .caracteristica__left:first-child {
  width: 100%;
  margin: 0 60px;
  padding-top: 40px;
}

.caracteristica .caracteristica__left {
  width: 60%;
  margin: 0 40px;
}
.caracteristica .caracteristica__left .pretitle {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  color: #4f46e5;
}
.caracteristica .caracteristica__left .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000839;
  /*color: white;*/
}
.caracteristica .caracteristica__left .descripcion {
  font-weight: 400;
  font-size: 16px;
  color: #000839;
  /*color: white;*/
  /*letter-spacing: 1.1px;*/
  line-height: 22px;
  padding-bottom: 40px;
}
.caracteristica .caracteristica__left a {
  padding: 15px 20px;
  background-color: #FFDE59;
      color: #202040;
  letter-spacing: 1px;
  border-radius: 3rem;
}
.caracteristica .caracteristica__right {
  margin: 40px;
}

.caracteristica .caracteristica__right img {
  max-width: 360px;
  object-fit: contain;
}


footer {
  background: linear-gradient(180deg, #0a74ff 0%, #6451ec 100%);
  /* Sticks footer to bottom */
  /* Footer main */
  /* Footer main | Newsletter form */
  /* Footer social */
  /* Footer legal */
  /* one before the last child */
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer footer {
  background-color: #555;
  color: #bbb;
  line-height: 1.5;
}
footer footer a {
  text-decoration: none;
  color: #eee;
}
footer a:hover {
  text-decoration: underline;
}
footer .ft-title {
  color: #fff;
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
}

.footTitle {
  padding-bottom: 8px !important;
}


footer body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
footer .container {
  flex: 1;
}
footer .ft-main {
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 29.8125rem) {
  footer .ft-main {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 77.5rem) {
  footer .ft-main {
    justify-content: space-evenly;
  }
}
footer .ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;
  max-width: 25%;
}
footer .ft-main-item p {
  color: #e8e8e8;
}
footer form {
  display: flex;
  flex-wrap: wrap;
}
footer input[type=email] {
  border: 0;
  padding: 0.625rem;
  margin-top: 0.3125rem;
}
footer input[type=submit] {
  background-color: #00d188;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.3125rem;
}
footer .ft-social {
  padding: 0 1.875rem 1.25rem;
}
footer .ft-social-list {
  display: flex;
  justify-content: center;
  border-top: 1px white solid;
  padding-top: 1.25rem;
}
footer .ft-social-list li {
  margin: 0.5rem;
  font-size: 1.25rem;
}
footer .ft-legal {
  padding: 0.9375rem 1.875rem;
}
footer .ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .ft-legal-list li {
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}
footer .ft-legal-list li:nth-last-child(2) {
  flex: 1;
}


.button_Gold {
  cursor: pointer;
  border-radius: 20px;
  background-color: #FFDE59;
  text-align: center;
  font-size: 25px;
  line-height: auto;
  margin-top: 20px;
  color: #060724 !important;
  padding: 8px 20px;
  font-weight: 600;
}

.button_Gold_Big {
  cursor: pointer;
  border-radius: 20px;
  background-color: #FFDE59;
  text-align: center;
  font-size: 27px;
  line-height: auto;
  margin-top: 20px;
  color: #060724 !important;
  padding: 8px 20px;
  font-weight: 600;
}

.swiper {
  margin-top: 20px;
  width: 90vw;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btnBlue {
    padding: 15px 20px;
/*    background-color: #080354;*/
  background-color: #FFDE59;
      color: #202040;
    letter-spacing: 1px;
    border-radius: 3rem;
    cursor: pointer;
}








.flechasaltarin {
    color: #FFDE59;
    font-size: 60px;
    animation: jump-arrow 2.5s infinite;

}



@keyframes jump-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    transform: translate3d(-50%, -15px, 0);
  }

  70% {
    transform: translate3d(-50%, -10px, 0);
  }

  90% {
    transform: translate3d(-50%, -5px, 0);
  }
}


@media only screen and (max-width: 500px) {     
    .welcome .leftdata h1 {      
        font-size: 30px; 
        width: 100%;    
        text-align: center;
    } 
    
    .welcome .leftdata {
        margin: 40px 0;
        width: 100%;
        margin-right: 0;
    }
    
    .leftdata_button {
        width: 100%;
    }
}