@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main {
  flex: 1;
}
/******** Menu css ********/
.wrapper-menu ul.navbar-nav li a {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-left: 4px;
}
.nav-item.buy-now a {
  background: #302018;
  border-radius: 10px;
  padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-left: 23px;
  background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
  margin-left: auto;
}
.add-banner-wr .col-md-3 {
  padding: 0px;
}
.add-banner-wr {
  background-size: cover;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .menu-bar ul.menu {
    position: fixed;
    width: 253px;
    left: 0;
    text-align: left;
    background: #ffffff;
    z-index: 2;
    padding: 0px 0px;
    z-index: 999;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 5px 0 5px -5px #333;
  }
  .nav_area ul li a img {
    padding-right: 10px;
    max-width: 41px;
    margin-top: -10px;
  }
  .menu-bar ul.menu.open {
    left: 0;
  }
  .header .row {
    align-items: center;
  }
  .toggle {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    text-align: center;
    display: block;
    position: absolute;
    right: 7px;
    top: -35px;
    z-index: 9999;
    /* background: #353ac3; */
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
  }
  .menu-side {
    position: initial;
  }
  .nav_area ul li a {
    line-height: 39px !important;
    font-size: 14px;
    color: #1b2c54;
    padding: 0px 14px;
    display: inline-block;
    width: 100%;
  }
  span.arrow {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 10px;
    width: 40px;
    text-align: center;
    height: 30px;
  }
  nav.nav_area ul li {
    display: block;
    position: relative;
    border: 0;
  }
  nav.nav_area ul li {
    border-bottom: solid 1px #cbcbcb;
  }
  .menu-logo-mobile-view {
    padding: 12px;
  }
  .menu-logo-mobile-view a {
    display: inline-block;
    max-width: 95%;
  }
  ul.sub-menu {
    display: none;
    position: relative;
    background: transparent;
    padding: 0;
  }
  ul li .sub-menu li a {
    line-height: 14px;
  }
  .header .container {
    position: initial;
  }
  ul.sub-menu span.arrow {
    right: 10px;
    text-align: right;
  }
  span.arrow.close-icon i:before {
    content: "\f106";
  }
  ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
    content: "\f106";
  }
  .home-slider.owl-carousel .owl-item img {
    height: 300px;
  }
  .top-bar img {
    max-width: 25px;
    vertical-align: middle;
  }
  .select-drop {
    margin: 20px auto 0;
  }
  .menu-bar {
    position: initial;
    background: transparent;
  }
}
@media (min-width: 992px) {
  label.toggle {
    display: none;
  }
  .menu-bar {
    width: 100%;
    text-align: right;
  }
  .nav_area > ul > li {
    display: inline-block;
    position: relative;
    padding-left: s0px;
  }
  li.menu-item-has-children.language::after {
    content: "";
    position: absolute;
    border-right: solid 1px #fff;
    right: -4px;
    height: 14px;
    top: 5px;
  }
  li.menu-item-has-children.language {
    position: relative;
  }
  li.menu-item-has-children.language-chan {
    padding-right: 0px;
  }
  .nav_area ul li a {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 18px;
    font-weight: 400;
    padding: 6px 24px;
    background-color: transparent;
    border-radius: 10px;
  }
  .nav_area ul li a:hover,
  .nav_area ul li a.active {
    padding: 6px 24px;
    background-color: #00c697;
    border-radius: 10px;
  }
  span.arrow {
    display: none;
    padding-left: 0px;
    color: #a50050;
    margin-left: 4px;
    position: absolute;
    bottom: 23px;
    font-size: 9px;
  }
  .nav_area > ul > li ul.sub-menu {
    display: block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    display: none;
    padding: 10px 14px;
  }
  ul.sub-menu {
    min-width: 195px;
  }
  ul.sub-menu {
    position: absolute;
    background: #003681;
    z-index: 555;
    text-align: left;
  }
  .nav_area ul li:hover ul.sub-menu {
    display: block;
  }
  ul.sub-menu {
    position: absolute;
    background: #00c697;
    z-index: 555;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
    box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav_area > ul > li:hover > ul.sub-menu,
  .nav_area ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    overflow: visible;
    z-index: 20;
    -webkit-transition: opacity 0.2s ease-out,
      -webkit-transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15);
    transition: opacity 0.2s ease-out,
      -webkit-transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15);
    -o-transition: opacity 0.2s ease-out,
      transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15);
    transition: opacity 0.2s ease-out,
      transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15);
    transition: opacity 0.2s ease-out,
      transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15),
      -webkit-transform 0.25s cubic-bezier(0.1, 0.47, 0.3, 1.15);
  }
  ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0px;
    width: 100%;
  }
  .nav_area > ul > li ul.sub-menu li a:hover {
    width: 100%;
    padding-left: 26px;
    background: transparent;
  }
  .nav_area > ul > li ul.sub-menu li a {
    color: #ffffff;
    position: relative;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  ul.sub-menu li a {
    color: #000;
    line-height: 20px;
    padding: 6px 17px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    width: 100%;
  }
  ul.sub-menu li.menu-item-has-children .arrow {
    color: #fff;
    padding-left: 0;
  }
}
.top-logo.logo-mobile {
  display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
  background: #50418a;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0;
  margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
  font-size: 15px;
  padding-left: 11px;
  padding-right: 7px;
  margin-left: 0px;
  line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
  background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 14px;
}
.wrapper-menu nav#nav {
  padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
  padding-bottom: 12px;
}
.header-section {
  background-color: #1b2c54;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.header-section .container {
  max-width: 95%;
}
.logo a {
  display: inline-block;
  max-width: 55%;
}
.row.header-row {
  align-items: baseline;
}
/******** Menu css End ********/
.banner-section {
  padding: 195px 0px;
  background-color: #f2f6fd;
}
.banner-img img {
  width: 98%;
}
.banner-text-info {
  margin-left: 30px;
}
.banner-text-info .banner-text-logo {
  padding-bottom: 10px;
}
.banner-text-info .banner-title-text {
  font-size: 48px;
  font-weight: 600;
  color: #1b2c54;
  line-height: 61px;
}
.banner-text-info p {
  margin-bottom: 0px;
  font-size: 20px;
  color: #1b2c54;
  font-weight: 600;
  line-height: 30px;
  padding-top: 8px;
}
.funcionalidades-section {
  padding: 110px 0px 160px;
  background-color: #00c697;
}
.heading-text {
  text-align: center;
  font-size: 40px;
  color: #f2f6fe;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 72px;
}
.funcionalidades-box-wrapper-row .col-md-4 {
  margin-bottom: 22px;
}
.funcionalidades-box-wrapper {
  padding: 18px 35px;
  padding-bottom: 43px;
  padding-right: 60px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
  min-height: 100%;
  position: relative;
}
.funcionalidades-box-wrapper .funcionalidades-title {
  padding-top: 18px;
  font-size: 19px;
  font-weight: 600;
  color: #00c697;
  line-height: 22px;
  padding-bottom: 4px;
}
.funcionalidades-box-wrapper p {
  font-size: 13px;
  color: #00c697;
  line-height: 21px;
  font-weight: 600;
}
.sabermas-btn {
  text-align: right;
  position: absolute;
  bottom: 17px;
  width: 100%;
  left: 0;
  padding-right: 30px;
}
.sabermas-btn a {
  display: inline-block;
  background-color: #1b2c54;
  font-size: 12px;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 50px;
  text-decoration: none;
}
.como-funcionan-section {
  padding: 70px 0px 50px;
  background-color: #f2f6fe;
}
.heading-text.text {
  font-size: 48px;
  color: #1b2c54;
  line-height: 60px;
  margin-bottom: 55px;
}
.como-funcionan-details-box {
  width: 81%;
  margin: auto;
  background-color: #ffffff;
  margin-bottom: 53px;
  padding: 10px 25px;
  align-items: center;
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}
.number-text {
  font-size: 115px;
  font-weight: 600;
  color: #00c697;
  line-height: 82px;
}
.como-funcionan-details-text {
  font-size: 17px;
  color: #000000;
  line-height: 26px;
  font-weight: 600;
}
.como-funcionan-img {
  text-align: right;
}
.banner-oferta-section {
  background-color: #dae2ef;
  padding: 40px 0px 25px;
}
.banner-oferta-details-row {
  align-items: center;
}
.banner-oferta img {
  width: 100%;
}
.banner-oferta-details .banner-oferta-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #1b2c54;
}
.btn-wrapper {
  margin-top: 12px;
}
.btn-wrapper a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background-color: #00c697;
  padding: 5px 30px;
  border-radius: 10px;
  text-decoration: none;
}
.testimoniales-section {
  background-color: #1b2c54;
  padding: 100px 0px 80px;
}
.testimoniales-section .container {
  max-width: 72%;
}
.testimoniales-details-info .testimoniales-cont {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}
.testimoniales-details {
  display: flex;
  justify-content: center;
  padding-top: 23px;
  align-items: center;
}
.testimoniales-img img {
  max-width: 50px !important;
}
.testimoniales-details-text {
  color: #ffffff;
  margin-left: 10px;
}
.testimoniales-details-text .testimoniales-details-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
}
.testimoniales-details-text span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#slider-testimoniales .owl-nav button.owl-prev {
  position: absolute;
  left: -7%;
  top: 28%;
  box-shadow: none !important;
  outline: none !important;
}
#slider-testimoniales .owl-nav button.owl-next {
  position: absolute;
  top: 28%;
  right: -7%;
  box-shadow: none !important;
  outline: none !important;
}
#slider-testimoniales .owl-nav button.owl-next img {
  max-width: 35px !important;
}
#slider-testimoniales .owl-nav button.owl-prev img {
  max-width: 35px !important;
}
#slider-testimoniales .owl-dot {
  display: none;
}
.accordion-section {
  padding: 80px 0px 160px;
}
.accordion-title {
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}
.accordion .card-header:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f0aa";
  float: right;
  color: #c4c4c4;
  font-size: 21px;
  font-weight: 200;
}
.accordion .card-header.collapsed:after {
  content: "\f0ab";
  font-family: "Font Awesome 6 Sharp";
  color: #c4c4c4;
}
a.card-title {
  color: #000000 !important;
  font-size: 18px;
  line-height: 37px;
  font-weight: 600;
}
.card-body {
  padding: 20px 0px 0px;
  font-weight: 600;
  font-size: 15px;
}
.card {
  border: none;
  border-radius: 0;
  border-top: solid 1px #c4c4c4;
}
.card-header {
  padding: 15px 0px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #c4c4c4;
}
.footer-section {
  background-color: #1b2c54;
  padding: 50px 0px 25px;
  float: left;
  width: 100%;
}
.footer-section .container {
  max-width: 95%;
}
.footer-section .container .row {
  align-items: center;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 12px;
}
.social-icon ul li a {
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
}
.footer-logo {
  text-align: right;
}
.footer-logo a {
  display: inline-block;
  max-width: 32%;
}
.sabermas-btn a i {
  font-weight: 300;
  margin-left: 2px;
}
/****** certificado page CSS ******/
.certificado-section {
  float: left;
  width: 100%;
  margin-top: 53px;
  margin-bottom: 53px;
}
.detalle-certificado-box-wrapper {
  max-width: 80%;
  margin: auto;
  background-color: #ffffff;
  padding: 40px 65px;
  border-radius: 8px;
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}
.detalle-certificado-box-wrapper .col-md-6 {
  padding: 0px 0px;
}
.certificado-img {
  margin-left: 30px;
}
.certificado-img img {
  width: 100%;
}
.detalle-certificado-title {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
.detalle-certificado-icon img {
  max-width: 55px;
}
.detalle-certificado-title-text {
  margin-left: 20px;
  font-size: 24px;
  line-height: 30px;
  color: #1b2c54;
  font-weight: 600;
}
/****** Planes page CSS ******/
.content-planes-section {
  padding: 60px 0px;
  background-color: #dae2ef;
  float: left;
  width: 100%;
}
.planes-heading {
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #1b2c54;
  margin-bottom: 60px;
}
.planes-details-box-wrapper-row {
  width: 80%;
  margin: auto;
}
.planes-details-box-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 45px 41px;
  padding-bottom: 150px;
  min-height: 100%;
  position: relative;
  border: solid 1px #00c697;
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px,
    rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}
.planes-title {
  font-size: 20px;
  color: #1b2c54;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  padding-bottom: 30px;
}
.rate-text {
  text-align: center;
  font-size: 60px;
  color: #1b2c54;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 22px;
}
.planes-mensual {
  border: solid 1px #d3d7e3;
  border-radius: 50px;
  margin-bottom: 50px !important;
  max-width: fit-content;
  margin: auto;
  text-align: center;
  padding-right: 12px;
  line-height: 17px;
}
.planes-mensual ul li {
  display: inline-block;
  font-size: 11px;
  color: #1b2c54;
  font-weight: 500;
}
.planes-mensual ul li a {
  margin-right: 15px;
  display: inline-block;
  background: #d3d7e3;
  padding: 3px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #1b2c54;
}
.planes-btn {
  text-align: center;
  margin-bottom: 43px;
}
.planes-btn a {
  display: inline-block;
  padding: 5px 21px;
  background-color: #00c697;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.planes-details-info ul li {
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.planes-details-info ul li i.far {
  position: absolute;
  left: 0;
  top: 17px;
  color: #00c697;
  font-weight: bold;
}
.topicon {
  position: absolute;
  top: 21px;
  left: 15px;
  max-width: 23px;
}
/****** diseno-plataforma page 1 ******/
.diseno-plataforma-section {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.diseno-plataforma-section .container-width {
  max-width: 450px;
  margin: 0px auto;
  background-color: #f2f6fe;
}
.diseno-plataforma-box-wrapper {
  width: 100%;
  padding: 80px 55px;
}
.diseno-plataforma-btn {
  text-align: center;
}
.diseno-plataforma-btn ul li {
  margin-bottom: 22px;
}
.diseno-plataforma-btn ul li a {
  display: inline-block;
  background-color: #1b2c54;
  width: 327px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 10px;
  height: 53px;
  line-height: 45px;
}
.diseno-plataforma-btn ul li a img {
  max-width: 32px;
  margin-right: 5px;
}
.buscar-paciente-info {
  text-align: center;
  padding-top: 36px;
}
.buscar-paciente-info .buscar-paciente-title {
  font-size: 20px;
  color: #1b2c54;
  font-weight: 500;
  margin-bottom: 20px;
}
.search-container {
  border-radius: 10px;
  padding: 4px 0px;
  width: 327px;
  display: inline-block;
  background-color: #ffffff;
}
.search-container input {
  margin-top: 0px;
  font-size: 15px;
  border: none;
  box-shadow: none;
  outline: none;
  width: 83%;
  color: #5f5c5c;
  font-weight: 300;
}
.search-container button {
  background: #d7d7d7;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none;
  color: #cccc;
}
.mostrar-registros {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #5f5c5c;
}
.mostrar-registros img {
  max-width: 45px;
}
.buscar-paciente-info.mostrar {
  margin-top: 30px;
}
.buscar-paciente-info.mostrar .buscar-paciente-title {
  margin-bottom: 10px;
}
.mostrar-registros {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #5f5c5c;
}
.mostrar-registros img {
  max-width: 45px;
}
.select-box-r {
  display: flex;
  justify-content: center;
}
.select-box-r .custom-select-box select {
  border: none;
  height: 29px;
  margin: 0px 9px;
  min-width: 56px;
  border-radius: 5px;
  color: #5f5c5c;
  font-size: 15px;
  padding: 0px 5px;
  outline: 0;
}
/****** diseno-plataforma page 2 ******/
.siguiente-box-wrapper {
  width: 100%;
  padding: 80px 55px;
}
.siguiente-box-wrapper .siguiente-box {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 240px;
  margin-bottom: 17px;
}
.siguiente-box-info {
  float: left;
  width: 100%;
}
.siguiente-box-info .siguiente-box-title {
  font-size: 25px;
  margin-bottom: 6px;
  color: #5f5c5c;
  font-weight: bold;
}
.siguiente-box-info p {
  font-size: 16px;
  line-height: 26px;
  color: #5f5c5c;
}
.siguiente-box .siguiente-btn {
  position: absolute;
  right: 17px;
  bottom: 21px;
}
.siguiente-box .siguiente-btn a {
  background: #00c697;
  padding: 6px 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.siguiente-btn a i {
  font-size: 23px;
  margin-left: 6px;
}
.siguiente-box-wrapper .siguiente-box2 {
  min-height: 75px;
}
.last-siguiente-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 41px;
}
.last-siguiente-btn a {
  background: #1b2c54;
  display: inline-block;
  font-size: 12px;
  padding: 12px 38px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding-right: 46px;
  position: relative;
}
.last-siguiente-btn a i {
  margin-top: -3px;
  position: absolute;
  right: 16px;
}
.detalle-certificado-info p {
  font-size: 16px;
  line-height: 35px;
  color: #1b2c54;
  font-weight: 500;
}
.diseno-plataforma-btn ul li a:hover {
  background-color: #00c697;
}

/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
  .heading-text {
    font-size: 32px;
    line-height: 51px;
    margin-bottom: 43px;
  }
  .accordion-title {
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 25px;
    text-align: center;
  }
  .banner-section .banner-img {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .testimoniales-section .row {
    margin: 0px;
  }

  .testimoniales-details-info .testimoniales-cont {
    font-size: 24px;
    line-height: 34px;
  }
  .testimoniales-details-info {
    padding: 0px 17px;
  }

  .testimoniales-section {
    padding: 58px 0px 60px;
  }

  .banner-oferta-details {
    margin-top: 21px;
  }
  .banner-oferta-section {
    padding: 53px 0px 53px;
  }
  .banner-oferta-details .banner-oferta-title br {
    display: none;
  }

  .header-section {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .diseno-plataforma-btn ul li a img {
    max-width: 22px;
    margin-right: 5px;
  }
  .banner-section {
    padding: 43px 0px;
  }
  .banner-text-info {
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }
  .banner-text-info .banner-title-text {
    font-size: 31px;
    line-height: 47px;
  }
  .funcionalidades-section {
    padding: 54px 0px 37px;
  }
  .funcionalidades-box-wrapper {
    padding: 23px;
    padding-bottom: 44px;
    padding-right: 23px;
  }
  .heading-text.text {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 40px;
  }
  .heading-text br {
    display: none;
  }
  .como-funcionan-details-box {
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    margin-bottom: 22px;
    text-align: center;
  }
  .testimoniales-section .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .social-icon {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo a {
    display: inline-block;
    max-width: 100%;
  }
  .footer-section {
    padding: 21px 0px 21px;
  }
  .accordion-section {
    padding: 50px 0px 50px;
  }
  .como-funcionan-img {
    text-align: center;
    margin-top: 16px;
  }
  .como-funcionan-details-text {
    font-size: 16px;
    line-height: 29px;
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .number-text {
    font-size: 83px;
    line-height: 58px;
    margin-top: 15px;
  }
  .detalle-certificado-box-wrapper {
    max-width: 100%;
    padding: 27px;
  }
  .certificado-img {
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .planes-details-box-wrapper-row {
    width: 100%;
  }
  .planes-details-box-wrapper {
    padding: 23px;
    padding-bottom: 23px;
    margin-bottom: 29px;
    min-height: auto;
  }
  .rate-text {
    font-size: 41px;
    line-height: 38px;
    padding-bottom: 22px;
  }
  .planes-details-info ul li {
    line-height: 33px;
    font-size: 13px;
  }
  .planes-heading {
    font-size: 32px;
    line-height: 49px;
  }
  .planes-mensual ul li a {
    margin-right: 6px;
    padding: 3px 16px;
  }
  body.open label.toggle i.fa::before {
    content: "\f00d";
  }
  body.open:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 33;
    display: inherit;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .search-container {
    width: 100%;
  }
  .diseno-plataforma-btn ul li a {
    width: 100%;
  }
  .diseno-plataforma-box-wrapper {
    padding: 46px 30px;
  }
  .diseno-plataforma-section .container-width {
    max-width: 100%;
  }
  .container-width .row {
    margin: 0px;
  }
  .siguiente-box-wrapper {
    width: 100%;
    padding: 53px 18px;
  }
  .last-siguiente-btn a {
    font-size: 11px;
    padding: 12px 30px;
    padding-top: 10px;
  }
  .last-siguiente-btn a i {
    margin-top: -3px;
    position: relative;
    right: 0;
  }
  .diseno-plataforma-btn ul li a {
    width: 100%;
    height: 49px;
  }
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    padding: 103px 0px;
    padding-bottom: 62px;
  }
  .funcionalidades-box-wrapper {
    padding: 26px !important;
  }

  .banner-oferta-details .banner-oferta-title {
    font-size: 32px;
    line-height: 48px;
  }

  .banner-text-info .banner-title-text {
    font-size: 37px;
    line-height: 50px;
  }
  .number-text {
    font-size: 78px;
    line-height: 82px;
  }

  .como-funcionan-details-text {
    font-size: 13px;
    line-height: 26px;
  }

  .detalle-certificado-box-wrapper {
    max-width: 100%;
  }
  .planes-details-box-wrapper-row {
    width: 100%;
    margin: auto;
  }
  body.open label.toggle i.fa::before {
    content: "\f00d";
  }
  body.open:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 33;
    display: inherit;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .toggle {
    top: -27px;
  }
}
