@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900&display=swap");
/* COLORES */
header {
  height: auto;
}

/***MENU MOVIL**/
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #6e5dc1;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-7px, 7px);
  background-color: #6e5dc1;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-6px, -6px);
  background-color: #6e5dc1;
}

.menu {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

ul.navbar-nav {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iconred {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #88d9ac;
}

.itemSlide {
  background-color: #f2faf0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.img-top {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 18rem;
  margin-top: 30px;
}

.btn-ingresar {
  background-color: #022279;
  border: 1px solid #022279;
  color: white;
  border-radius: 5px;
  -webkit-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  width: 6rem;
  font-family: 'Roboto', sans-serif;
}

.btn-ingresar:hover {
  color: #022279;
  background-color: transparent;
}

.text-carousel {
  font-size: 44pt;
  color: #022279;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.text-carouselTwo {
  color: #6e5dc1;
  font-size: 16pt;
  font-family: 'Roboto', sans-serif;
}

.btn-adquirir {
  background-color: #6e5dc1;
  border: 1px solid #6e5dc1;
  color: white;
  border-radius: 3px;
  -webkit-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  font-weight: 400;
  width: 14rem;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-adquirir:hover {
  color: white;
}

.planes {
  background-color: #6e5dc1;
  padding-bottom: 10rem;
}

#owl-demo {
  background-color: #f2faf0;
}

.owl-dots {
  position: relative;
  z-index: 99999999;
  /* background: red; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 1rem;
  top: -3rem;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.owl-dots .owl-dot {
  border: 1px solid #d3eaf3 !important;
  background: #d3eaf3 !important;
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  z-index: 99999999;
  border-radius: 50%;
}

.owl-dot.active {
  border: 0px solid #978cf6 !important;
  background-color: #978cf6 !important;
}

.beneficios {
  background-color: #f2faf0;
}

.img-beneficio {
  position: relative;
  /*  left: 25rem;
   width: 90%; */
  left: 13rem;
  width: 110rem;
  margin-top: 3rem;
}

.bottom {
  background-color: #f2faf0;
}

.bottomfooter {
  background-color: #022279;
}

.textBottom {
  color: #f2faf0;
  font-size: 9pt;
  font-family: 'Roboto', sans-serif;
}

.contacto {
  background-color: #f2faf0;
  padding-top: 10rem;
}

.conocer {
  background-color: #88d9ac !important;
  color: #022279 !important;
  font-weight: 600;
}

/* CARTS PLANES */
.card {
  position: relative;
  cursor: pointer;
  max-width: 300px;
  max-height: 530px;
  height: auto;
  background-color: #022279;
  /* background: linear-gradient(-45deg,#fe0847,#feae3f); */
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 10px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
}

.card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 30px 1px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 1px -2px rgba(0, 0, 0, 0.1);
}

.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fa {
  /* background: linear-gradient(-45deg,#f403d1,#64b5f6); */
  background-color: #d3eaf3;
}

.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {
  /* background: linear-gradient(-45deg,#ffec61,#f321d7); */
  /* background-color: #88d9ac; */
}

.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa {
  /* background: linear-gradient(-45deg,#24ff72,#9a4eff); */
  background-color: #022279;
}

.title .fa {
  color: #fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}

.price, .option {
  position: relative;
  z-index: 2;
  top: 6rem;
}

.price h4 {
  margin: 0;
  /* padding: 20px 0 ; */
  color: #fff;
  font-size: 50px;
}

.option ul {
  margin: 0;
  padding: 0;
}

.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}

.card a:hover {
  text-decoration: none;
}

.titleCard {
  letter-spacing: 5px;
  font-size: 25pt;
  color: #372199;
  font-weight: 700;
}

ul.navbar-nav li.nav-item > a.nav-link {
  color: #263c83;
  font-size: 10pt;
  font-weight: 500;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-family: 'Roboto', sans-serif;
}

ul.navbar-nav li.nav-item > a.nav-link:hover {
  border: 1px solid #263c83;
  border-radius: 0%;
  color: #263c83 !important;
}

.numberBack {
  color: #76cba6;
  position: absolute;
  font-size: 150pt;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 3.5rem;
  font-family: 'Roboto', sans-serif;
}

.sizeCard {
  height: 400px !important;
  width: 270px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
}

.textPrice {
  letter-spacing: 4px;
  font-size: 12pt;
  color: #022279;
  font-family: 'Roboto', sans-serif;
}

.linespace {
  width: 20%;
  border: 2px solid #372199;
}

.mesesImg {
  width: 4rem;
  position: absolute;
  top: 8rem;
  right: 42%;
}

.btn-contratar {
  border-radius: 0px;
  border: 1px solid #372199;
  background-color: #372199;
  height: 45px;
  width: 170px;
  text-decoration: none;
  color: white;
  letter-spacing: 4px;
  font-weight: 600;
  margin-top: 45px;
  font-family: 'Roboto', sans-serif;
}

.btn-contratar:hover {
  color: white;
}

.textTitleB {
  color: #252525;
  font-weight: 300;
  font-size: 26pt;
  font-family: 'Roboto', sans-serif;
}

.textSombra {
  color: #614cbd;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.textViñeta {
  font-size: 12px;
  color: #4B4B4B;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.textParrafo {
  color: #f2faf0;
  font-family: 'Roboto', sans-serif;
}

.numberPrice {
  font-size: 28pt;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.form {
  width: 432px;
  background-color: #614cbd;
  height: 530px;
  position: absolute;
  padding: 2rem;
  top: -6rem;
  font-family: 'Roboto', sans-serif;
}

.btn-enviar {
  width: 100%;
  color: #f2faf0;
  background-color: #022279;
  padding: 1rem;
  border: 1px solid #022279;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 0.8rem;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.inputStyle {
  border-radius: 0px;
  color: #bebebe;
  height: 50px;
  border: 1px solid transparent;
  font-family: 'Roboto', sans-serif;
}

.textContacto {
  color: #022279;
  font-size: 12pt;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contentItems {
  width: 80%;
  margin: auto;
}

.imgSize {
  width: 520px !important;
  margin-top: 100px;
}

.info-beneficios{
  /* width: 48%; */
  width: 190px;
  /* width: 230px; */
}

.slide-info{
  position: relative;
  width: 35rem;
  right: 1rem;
  text-align: left;
}


/* Responsvie */
@media (max-width: 1024px) {
  .mB{
    margin-bottom: 30px;
  }
  .img-beneficio {
    left: 2rem;
  }

  .form {
    right: 3rem;
  }

  .contentItems {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .textTitleB{
    font-size: 25px!important;
  }
  .itemSlide {
    height: 700px!important;
    position: relative!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
  }
  .text-carouselTwo{
    font-size: 30px!important;
  }

  .text-carousel {
    font-size: 40px!important;
    line-height: 50px!important;
    text-align: center!important;
  }

  .slide-info{
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    text-align: center;
  }
  .cuadro{
    margin: 0!important;
  }
  .btn-adquirir{
    margin: auto;
    margin-bottom: 20px!important;
    height: 50px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 20px!important;
  }
  .imgSize{
    /* left: 0!important;
    margin-top: 0!important;
    top: -7rem!important; */
    width: 100%!important;
    position: unset!important;
    margin: auto!important;
    margin-top: 115px!important;
  }



  .textCenter{
    text-align: center;
  }
  .itemList{
    margin-top: 0!important;
  }

  .info-beneficios{
    width: 48%;
  }
  .navbar-collapse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu.fixed-top {
    background: #f2faf0;
  }

  .contentItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .itembeneficios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .listStylee {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .img-beneficio {
    left: 0rem;
    width: 45rem;
  }

  .itemForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form {
    position: initial;
  }

  .imgSize {
    width: 50%;
    /* width: 30rem !important; */
    position: relative;
    left: -3rem;
  }

  .img-top {
    width: 12rem;
  }
}
@media (max-width: 425px) {
  .img-beneficio {
    left: 0rem;
  }

  .form {
    width: auto;
  }

  .itemList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0rem;
    width: 100%;
  }

  .imgSize {
    /* left: -20rem; */
    top: -2rem;
  }

  .text-carousel {
    z-index: 3;
  }

  .cuadro {
    z-index: 3;
  }

  .btn-adquirir {
    z-index: 3;
  }
}
