@import "externos/owl.carousel.min.css";

@import "externos/owl.theme.default.min.css";
/*** EXTERNOS ***/
/*** contenidos comunes *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
  color: #1d1d1b;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
/*** color ***/
/**/
/**/
/**** MIXINS LESS CLASES *****/
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid.col-3-1 {
    grid-template-columns: 3fr 300px;
  }
  .grid.col-1-3 {
    grid-template-columns: 300px 3fr;
    gap: 100px;
  }
  .grid .column {
    display: block;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
  }
  .grid.center {
    align-items: center;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid.col-6 {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 150px 150px 150px 150px 150px 150px;
    overflow-y: scroll;
  }
  .grid.col-4 {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
/**** FLEXBOX ***/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/***** CONTENIDOS COMUNES ******/
body.open {
  overflow: hidden !Important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #1d1d1b;
  font-family: "Jost", sans-serif;
}
#main {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
.wrapper {
  max-width: 1360px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .wrapper {
    width: 1360px;
  }
}
.short-content {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.modulo {
  padding: 70px 0;
  display: block;
}
.modulo.bg-color {
  background: #E9F9FF;
  background: linear-gradient(180deg, #e9f9ff 0%, #ffffff 50%, #eefbff 100%);
}
.modulo.bgdark {
  background: #1d1d1b;
}
.modulo.bd-radius {
  border-radius: 40px 40px 0 0;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .modulo.bd-radius {
    margin-left: 0;
    margin-right: 0;
  }
}
.modulo.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .modulo {
    padding: 40px 0;
  }
}
.tit1 {
  color: #1d1d1b;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
.tit1.light {
  color: #fff;
}
.tit1 span {
  font-weight: 400;
  color: #e73f7e;
}
.tit2 {
  color: #1d1d1b;
  font-family: "Jost", sans-serif;
  font-size: 52px;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
.tit2 strong {
  font-weight: 700;
}
.tit2 span {
  color: #e73f7e;
}
.tit2.center {
  text-align: center;
  display: block;
}
.tit2.mbot20 {
  margin-bottom: 20px;
}
.tit2.light {
  color: #fff;
}
.tit3 {
  color: #1d1d1b;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px 0;
}
.tit4 {
  color: #e73f7e;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 20px;
  display: inline-flex;
  margin: 0 0 20px 0;
  border: solid 1px #e73f7e;
  border-radius: 18px;
  line-height: 36px;
}
.tit5 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 110%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
.tit5 strong {
  font-weight: 700;
}
.tit5 span {
  color: #feee59;
}
.tit6 {
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
.tit6 strong {
  font-weight: 700;
}
.tit6 span {
  color: #e73f7e;
}
.tit6 span.yy {
  color: #feee59;
}
.tit6.light {
  color: #fff;
}
.tit6.center {
  text-align: center;
}
@media (max-width: 900px) {
  .tit6 {
    font-size: 22px;
  }
}
.tx-comon {
  color: #1d1d1b;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
}
ul.listado {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
ul.listado li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "Jost", sans-serif;
}
ul.listado li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.article p {
  color: #1d1d1b;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.img-responsive.round {
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .img-responsive {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .tit1 {
    font-size: 22px;
  }
  .tit2 {
    font-size: 26px;
  }
  .tit5 {
    font-size: 24px;
  }
}
/**** BOTONES ****/
.btn {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  background: #e73f7e;
  cursor: pointer;
}
.btn .icon {
  margin-right: 5px;
  display: flex;
}
.btn.filled {
  color: #fff;
  border: solid 1px #fff;
  background: #ffffff00;
}
.btn.filled:hover {
  color: #fff;
  background: #777;
}
.btn:hover {
  background: #7d1039;
}
.btn.no-hover:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 14px;
    padding: 0 14px;
  }
}
.btns-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.btns-area.centered {
  justify-content: center;
}
.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/************ FOOTER **************/
.footer {
  display: block;
  padding: 60px 0 20px 0;
}
.footer .logo-f img {
  display: block;
  max-width: 240px;
  min-width: 240px;
  margin: 0 auto 20px;
}
@media (max-width: 1023px) {
  .footer .logo-f img {
    margin: 0 auto 20px;
    max-width: 180px;
    min-width: 180px;
  }
}
.list-items {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.list-items li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.list-items li::before {
  content: "\2022";
  color: #e73f7e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.list-items li a {
  color: #fff;
}
.list-items li a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .list-items {
    text-align: center;
    padding: 0;
  }
}
.redes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.redes a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.redes a:hover {
  opacity: .8;
}
.redes a img {
  max-width: 20px;
}
@media (max-width: 1023px) {
  .redes {
    justify-content: center;
  }
}
.sub-footer {
  background: #fff;
  display: block;
  padding: 30px 0;
}
.sub-footer .legal {
  color: #1d1d1b;
  font-size: 12px;
  text-align: center;
}
.sub-footer .agentes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 1023px) {
  .sub-footer .legal {
    margin-bottom: 20px;
    text-align: center;
  }
  .sub-footer .agentes {
    justify-content: center;
  }
}
/*********************/
@media (max-width: 1023px) {
  #main {
    padding-top: 0;
  }
}
/********** WP FORMS PLUGIN CUSTOMIZE ******/
.form-area {
  /*background: lighten(@secondaryColor, 20%);*/

  background: #000000b3;
  border-radius: 24px;
  padding: 30px 20px;
  display: block;
  max-width: 460px;
}
.form-area .form-tit {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
.form-area .form-txt {
  color: #fff;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  margin: 0 0 20px 0;
}
.form-area .thanks {
  color: #e73f7e;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  margin: 0;
  padding: 30px 0 20px 0;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .form-area .form-tit {
    font-size: 24px;
  }
  .form-area .form-tit br {
    display: none;
  }
}
.wpforms-confirmation-container {
  display: block;
  text-align: center;
}
.wpforms-confirmation-container p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.form-custom {
  display: block;
  max-width: 700px;
}
.wpforms-recaptcha-container {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpforms-recaptcha-container iframe {
  width: 100%;
}
/***** inputs custom ***/
.wpforms-field {
  display: block;
  padding: 0 0 10px 0;
  position: relative;
}
.wpforms-field input[type="text"] {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="text"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="tel"] {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="tel"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="password"] {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="password"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="email"] {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="email"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="number"] {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="number"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="checkbox"] {
  margin-right: 10px;
}
.wpforms-field input[type="radio"] {
  margin-right: 10px;
}
.wpforms-field select {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 40px;
}
.wpforms-field select:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field textarea {
  font-family: "Jost", sans-serif;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 100px;
  resize: none;
  padding: 5px 10px;
  text-indent: 0;
  line-height: 20px;
}
.wpforms-field textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-submit {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  background: #e73f7e;
  cursor: pointer;
}
.wpforms-submit:hover {
  background: #7d1039;
}
@media (max-width: 1023px) {
  .wpforms-submit {
    font-size: 14px;
  }
}
.wpforms-error {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  color: #d1d1d1;
}
.wpforms-field-label {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #feee59;
  padding: 0;
  font-weight: 600;
}
.wpforms-field-layout-preset-33-33-33 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wpforms-field-layout-preset-50-50 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wpforms-field ul {
  margin-bottom: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.wpforms-field ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.wpforms-field ul li::before {
  display: none;
}
/**** HOME ***/
.top {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .logo img {
  width: 120px;
  display: block;
}
.top.stiky {
  top: 0;
  box-shadow: 1px 0 5px 0 #C4C4C4;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  padding: 40px 0;
  background: url('../img/bg-top.webp') center center no-repeat;
  background-size: cover;
}
.hero.partners {
  background: url('../img/bg-top-partners.webp') center center no-repeat;
}
.hero.desa {
  background: transparent;
  height: auto;
  padding: 80px 0;
}
.hero .logo-h {
  margin: 0 0 20px 0;
}
.hero .logo-h img {
  display: block;
  max-width: 280px;
}
.hero .logo-h.desa img {
  max-width: 180px;
}
.hero .tit {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
  font-family: "Jost", sans-serif;
}
.hero .tit span {
  /*color: @primaryColor;*/

  font-weight: 700;
}
.hero .txt {
  color: #fff;
  font-size: 26px;
  line-height: 125%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.hero .txt.mbot {
  margin-bottom: 30px;
}
.hero video {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero {
    height: auto;
    padding: 30px 0;
  }
  .hero .logo-h img {
    max-width: 200px;
  }
  .hero .tit {
    font-size: 30px;
  }
  .hero .txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.tag {
  display: inline-block;
  background: #444;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 20px 0;
}
.metodo {
  padding: 80px 0;
  background: #1c1c1a;
}
.metodo .tit {
  color: #fff;
  font-size: 114px;
  text-transform: uppercase;
  line-height: 90%;
  font-weight: 500;
  margin: 0;
  padding: 0 0 40px 0;
  font-family: "Jost", sans-serif;
}
.metodo .tit span {
  color: #e73f7e;
}
.metodo .txt {
  color: #fff;
  font-size: 26px;
  line-height: 125%;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .metodo .tit {
    font-size: 50px;
  }
  .metodo .txt {
    font-size: 20px;
  }
  .metodo .img-responsive {
    margin-top: 30px;
  }
}
.somos {
  overflow: hidden;
  position: relative;
  background: #1d1d1b;
}
.somos .tit2 {
  color: #fff;
}
.somos .tit1 {
  color: #fff;
}
.somos .tx-comon {
  color: #fff;
}
.pastis {
  max-width: 800px;
  margin: 50px auto 0 auto;
  display: block;
}
.pastis .pst {
  background: #e73f7e;
  color: #fff;
  border-radius: 15px;
  font-size: 45px;
  line-height: 98px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.pastis .pst.ad {
  background: #d81b62;
}
.pastis .pst.rt {
  background: #7d1039;
}
@media (max-width: 1023px) {
  .pastis .pst {
    font-size: 30px;
    line-height: 70px;
  }
}
.clientes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clientes img {
  display: block;
  max-width: 100%;
}
@media (max-width: 800px) {
  .clientes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.clientes-slider.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.clientes-slider .ima {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.bullets {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.bullets .bul {
  background: #E5F2F6;
  border-radius: 15px;
  padding: 20px;
  color: #feee59;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.bullets .bul:before {
  content: ' ';
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #feee59;
  margin-right: 10px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.bullets .bul.l1:before {
  background-image: url('../img/l1.svg');
}
.bullets .bul.l2:before {
  background-image: url('../img/l2.svg');
}
.bullets .bul.l3:before {
  background-image: url('../img/l3.svg');
}
.bullets .bul.l4:before {
  background-image: url('../img/l4.svg');
}
.bullets .bul.l5:before {
  background-image: url('../img/l5.svg');
}
.bullets .bul.l6:before {
  background-image: url('../img/l6.svg');
}
.bullets .bul.l7:before {
  background-image: url('../img/l7.svg');
}
.bullets .bul.l8:before {
  background-image: url('../img/l8.svg');
}
.bullets .bul.l9:before {
  background-image: url('../img/l9.svg');
}
.bullets .bul.l10:before {
  background-image: url('../img/l10.svg');
}
.bullets .bul.l11:before {
  background-image: url('../img/l11.svg');
}
.bullets .bul.l12:before {
  background-image: url('../img/l12.svg');
}
@media (max-width: 1023px) {
  .bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 0 0;
  }
  .bullets .bul {
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 12px;
  }
  .bullets .bul:before {
    display: none;
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.separator {
  margin: 40px 0 0 0;
  padding: 60px 0;
  display: flex;
  width: 100%;
  text-align: center;
  background: url('../img/bg-frase.webp') center center no-repeat;
  background-size: cover;
  position: relative;
}
.separator .tit {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 35px;
  line-height: 125%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}
.separator .tit span {
  color: #feee59;
}
.separator video {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
}
@media (max-width: 1023px) {
  .separator .tit {
    font-size: 20px;
  }
  .separator .tit br {
    display: none;
  }
}
.cards .card {
  border-radius: 20px;
  height: 280px;
  padding: 30px;
}
.cards .card .ico {
  background: #e73f7e;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 20px auto;
}
.cards .card .ico img {
  max-width: 60px;
  margin: 0 auto;
}
.cards .card .tit {
  color: #1d1d1b;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-family: "Jost", sans-serif;
}
.cards .card .txt {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .cards {
    padding: 40px 0 0 0;
  }
  .cards .card {
    margin-bottom: 30px;
    padding: 0;
    height: auto;
  }
  .cards .card .ico {
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
  }
  .cards .card .ico img {
    max-width: 45px;
  }
  .cards .card .tit {
    font-size: 14px;
    font-weight: 400;
  }
  .cards .card .tit br {
    display: none;
  }
}
.plan {
  display: block;
  padding: 40px 30px;
  margin: 0 0 30px 0;
  /*border: solid 1px #e8e8e8;*/

  border-radius: 30px;
  position: relative;
  min-height: 536px;
  overflow: hidden;
  background: #1d1d1b;
}
.plan .tit {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin: 0;
  color: #fff;
}
.plan .tit span {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #fff;
}
.plan .txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 20px 0;
}
.plan .specs {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
  min-height: 160px;
}
.plan .specs li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.plan .specs li::before {
  content: ' ';
  font-weight: bold;
  display: flex;
  width: 5px;
  margin-left: -20px;
  margin-right: 10px;
  height: 5px;
  outline: 3px solid #e73f7e;
  border-radius: 50%;
  position: relative;
  max-width: 5px;
  max-height: 5px;
  min-width: 5px;
  min-height: 5px;
}
.plan .copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.plan .copy strong {
  font-weight: 600;
}
.plan .dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.plan .dates .price {
  color: #fff;
}
.plan .dates .price p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: -1px;
  color: #fff;
}
.plan .dates .price p strong {
  font-weight: 700;
  font-size: 45px;
}
.plan .dates .price p sup {
  top: -16px;
  font-size: 70%;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .plan .tit {
    font-size: 38px;
  }
  .plan .dates .price p {
    font-size: 20px;
  }
  .plan .dates .price p strong {
    font-size: 28px;
  }
}
.casos-slider.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.caso {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #1d1d1b;
}
.caso .bgcaso {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  max-width: 70%;
  display: block;
}
.caso .super {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
}
.caso .super .info {
  max-width: 24%;
  min-width: 24%;
}
.caso .super .info .logo {
  margin-bottom: 20px;
}
.caso .super .info .logo img {
  max-width: 200px;
  display: block;
}
.caso .super .info h3 {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.caso .super .info ul {
  margin: 0;
  padding: 0;
}
.caso .super .info ul li {
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border-bottom: solid 1px #fff;
  display: block;
  margin: 0;
}
.caso .super .info ul li:last-child {
  border-bottom: none;
}
.caso .super .icons {
  max-width: 28%;
  min-width: 28%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.caso .super .icons .spec {
  background: #e73f7eb3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  padding: 15px;
}
.caso .super .icons .spec .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.caso .super .icons .spec .ico img {
  max-width: 100%;
  max-height: 100%;
}
.caso .super .icons .spec h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 5px 0 0 0;
}
.caso .super .datas {
  max-width: 44%;
  min-width: 44%;
}
.caso .super .datas .data {
  background: #e73f7eb3;
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 15px;
  margin: 15px 0;
  gap: 20px;
}
.caso .super .datas .data .tx {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}
.caso .super .datas .data .nu {
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .caso .super {
    display: block;
  }
  .caso .super .info,
  .caso .super .icons,
  .caso .super .datas {
    max-width: 100%;
    min-width: 100%;
  }
  .caso .super .info .data,
  .caso .super .icons .data,
  .caso .super .datas .data {
    display: block;
  }
  .caso .super .info .data .nu,
  .caso .super .icons .data .nu,
  .caso .super .datas .data .nu {
    font-size: 52px;
  }
  .casos-slider.owl-carousel .owl-item img.bgcaso {
    display: none;
  }
}
/***** desarrollo ***/
.expertice {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 14px;
}
.expertice .dt {
  background: #444;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 900px) {
  .card-grid {
    display: block;
  }
}
.card-serv {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-serv:hover {
  background: #feee59;
}
@media (max-width: 900px) {
  .card-serv {
    margin-bottom: 20px;
  }
}
.card-serv h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 900px) {
  .card-serv h3 {
    font-size: 20px;
  }
}
.card-serv .muted {
  font-size: 16px;
  line-height: 24px;
}
.separador {
  padding: 60px 0;
}
.separador.short {
  max-width: 900px;
  margin: 0 auto;
}
.card-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 900px) {
  .card-grid-4 {
    display: block;
  }
}
.step {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.step:hover {
  background: #feee59;
}
@media (max-width: 900px) {
  .step {
    margin-bottom: 20px;
  }
}
.step .num {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px 0;
  color: #e73f7e;
}
.step h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
}
.step .muted {
  font-size: 16px;
  line-height: 20px;
}
