@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.otf);
}

@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.otf);
}

@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.otf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.otf);
}

@font-face {
  font-family: "Inter-Black";
  src: url(../fonts/Inter-Black.otf);
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url(../fonts/ClashDisplay-Variable.ttf);
}

body {
  font-family: "Inter-Regular" !important;
  background-color: #ffffff;
  color: #484848;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  /**********************************************************************************************************************************************************************************************************************************************************************************  ESTILOS TOP Y GENERALES    ************************************************************************************/

  .off-header-nav {
    background-color: #cea008;
    color: #252525;
  }
  .off-body-nav {
    background-color: #000000f2;
    color: white;
  }

  .iconomenuoffcanvasw {
    color: white;
    font-size: 1.8rem;
  }

  .iconomenuoffcanvas {
    background-color: rgba(0, 0, 0, 0);
    margin-right: -10px;
    margin-top: 15px;
  }

  .info-head {
    padding: 15px 10% 0px 10%;
    background-color: #eab70d;
  }

  .verifiedhead {
    width: 15px;
  }

  .text-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .social-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }

  .icon-socialheadinfo1 {
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-texas {
    background-image: linear-gradient(90deg, #000000ed, #000000);
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .alinknav {
    margin-left: 0px;
  }

  .logo-nav {
    width: 150px;
  }

  .item-navbar {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }

  .item-navbar:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #cecece;
    font-size: 1rem;
  }

  .item-navbar-seacrh {
    font-family: "Inter-Regular" !important;
    background-color: #cea008;
    border-radius: 20px;
    color: #272727;
    font-size: 14px;
    padding: 10px 14px;
  }

  .item-navbar-seacrh:hover {
    font-family: "Inter-Regular" !important;
    background-color: #eab70d;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    padding: 10px 14px;
  }

  .margnavitem {
    margin-right: 7px;
  }

  .align-icontexas {
    text-align: end;
  }

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: start;
  }

  /* header */

  .header {
    background-image: linear-gradient(0deg, #000000, #000000db, #000000e8),
      url(../img/ciudad.png);
    min-height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 7% 10%;
  }

  /* video banner  */

  .control-search-header {
    background: #e7e7e7f7;
    color: black;
    font-size: 12px;
    height: 40px;
  }

  .span-search-header {
    height: 40px;
    color: black;
    background: #eab70d;
    border-color: #eab70d;
    border-radius: 20px 0px 0px 19px;
  }

  .video-container {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }
  /* Puedes añadir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0; /* ajusta la opacidad al golpe */
    z-index: 0; /* debajo del contenido y encima del video */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  /* banner-head */

  .title-header {
    font-family: "Inter-Black" !important;
    color: #eab70d;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 10%;
  }

  .alignbtnhead {
    margin-top: 5%;
    text-align: center;
  }

  .texthead {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 10%;
  }

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btntexas {
    text-align: start;
    margin-top: 5%;
  }
  .btn-texas {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #eab70d;
    color: #000000;
    padding: 5px 15px;
    border-radius: 25px;
    text-decoration: none;
    height: 40px;
  }
  .btn-texas:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #eab70d;
    color: #000000;
    padding: 5px 15px;
    border-radius: 25px;
    text-decoration: none;
    height: 40px;
  }

  .btn-texas2 {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }
  .btn-texas2:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    HOME STYLE       ****************************************************************************************/

  .principales-pub {
    background-image: linear-gradient(45deg, #000000, #000000);
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0px;
    margin-bottom: 0%;
  }

  .title-serv-destacados {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
  }

  .subtitle-serv-destacados {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5%;
  }

  .col-stadist-home {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
  }

  .imagen-stadist-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }

  .categoria-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 14px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 7%;
  }
  .title-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 15px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 5px;
  }

  .text-stadist-home1 {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 0%;
    margin-bottom: 0px;
  }
  .text-stadist-home {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 2%;
  }

  .alignbtnstadis {
    text-align: center;
  }

  .btn-stadist {
    font-family: "Inter-Regular";
    font-size: 10px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 4px;
    width: 100%;
  }
  .btn-stadist:hover {
    font-family: "Inter-Regular";
    font-size: 10px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 4px;
    width: 100%;
  }

  .btn-urlweb {
    font-family: "Inter-Regular";
    font-size: 10px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 0px;
    width: 100%;
  }
  .btn-urlweb:hover {
    font-family: "Inter-Regular";
    font-size: 10px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 0px;
    width: 100%;
  }

  .social-icon-stadits {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 16px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 8px;
  }

  .icon-stadits {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    text-align: start;
    padding: 6px 10px;
    margin-bottom: 14px;
    border-radius: 20px;
  }

  /* SECTION QR */

  .section-qr {
    margin-bottom: 1%;
    padding: 5% 0px 5% 0px;
    background: #ffffff;
  }

  .row-qrcod {
    background-color: #000000;
    border-radius: 0px;
    justify-content: center;
  }

  .col-qrcode {
    background-image: linear-gradient(#00000000, #00000000),
      url(../img/migente.png);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0px 10% 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  .title-qrcode {
    font-family: "Inter-Black" !important;
    color: #f1f1f1;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 5%;
  }

  .subtitle-qrcode {
    font-family: "Inter-Light" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 0%;
  }

  .text-qrcode {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 12%;
  }

  .alignqr {
    text-align: center;
    margin-bottom: 10%;
  }

  /* SECTION COUNTERS */

  .cont-counter {
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 10% 0px;
  }
  .title-counter {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 10%;
    text-transform: uppercase;
  }

  .col-countertarjet {
    background-color: #f2f2f27a;
    border-radius: 20px;
    padding: 20px 0px;
    box-shadow: 0px 1px 4px 2px #0000000d;
    margin-bottom: 10%;
    min-height: 145px;
  }

  .number-counter {
    font-family: "Inter-Medium" !important;
    font-size: 9px;
  }

  .name-counter {
    font-family: "Inter-Bold" !important;
    font-size: 14px;
    color: #000000;
  }

  .counternumber {
    font-family: "Inter-Bold" !important;
    font-size: 2rem;
    color: #eab70d;
    text-align: center;
  }

  .icon-counter {
    width: 100%;
  }

  /* SECTION PLANS */
  .pricing {
    background-image: linear-gradient(0deg, #000000, #000000);
    padding: 5% 0px;
  }

  .title-pricingg {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-pricingg {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
  }

  .row-tarjet-pricing {
    margin-top: 5%;
  }
  .col-tarjet-pricing {
    background-color: #ececec;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 350px;
    margin-bottom: 10%;
  }

  .col-tarjet-pricing2 {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }
  .title-princing {
    font-family: "Inter-Bold" !important;
    color: #0f0f0f;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .precio-princing {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .align-btn-princing {
    text-align: center;
    margin-top: 10%;
  }

  .btn-princing {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #bbbbbb, #252525);
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .btn-princing2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #d1d1d1, #ffffff, #cfcfcf);
    color: #000000;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .items {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items2 {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .items2 > li {
    font-family: "Inter-Light" !important;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PAGE    *********************************************************************************************/

  .header-servicios {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/serve-section.jpg);
    background-color: #ffffff;
    min-height: 160px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    padding: 10% 10% 5% 10%;
  }

  .title-serviciossection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-serviciossection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
  }

  .servcios-page {
    background-image: linear-gradient(135deg, #ffffff, #e7e7e770, #ffffff);
    padding: 5% 0px;
    margin-bottom: 0%;
  }

  .container-fss {
    padding: 0px 10%;
  }

  .title-filters-section {
    font-family: "Inter-Medium" !important;
    color: #ac8605;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .title-filters-general {
    font-family: "Inter-Bold" !important;
    color: #484848;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }

  .text-bg-primary-mget {
    background-color: black;
  }

  .link-categoriasfilter {
    text-decoration: none;
    color: #888888;
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .link-categoriasfilter:hover {
    text-decoration: none;
    color: rgb(15, 15, 15);
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .list-group-item-mget {
    margin-bottom: 12px;
    border-bottom: 0px solid #e4e4e4;
    padding-left: 20px;
  }

  .imagen-stadist-servicios {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    border-radius: 20px;
  }

  .col-stadist-home-servicios {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
    margin-bottom: 15%;
    min-height: 630px;
  }

  input[type="range"]::-webkit-slider-thumb {
    background: black; /* Cambia por el color que quieras */

    cursor: pointer;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PUBLICAR     ****************************************************************************************/

  .header-publicar {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/pub-section.jpg);
    background-color: #ffffff;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 10% 10% 5% 10%;
  }

  .title-publicarsection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-publicarsection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .pricing-publicar {
    background-image: linear-gradient(0deg, #ffffff, #e0e0e0, #ffffff);
    padding: 5% 0px;
  }

  .row-tarjet-pricingp {
    margin-top: 5%;
  }

  .col-tarjet-pricingp {
    background-color: #e3e3e3;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 450px;
  }

  /* Estilo para los otros hijos que NO tengan la clase 'especial' */
  .col-tarjet-pricing2p {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS CONTACTO     ************************************************************************************/

  .header-contacto {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    padding: 10% 10% 5% 10%;
  }

  .section-contactus {
    padding: 10% 0px;
    background-color: white;
  }

  .col-info-contact {
    background-color: #000000;
    padding: 5%;
    border-radius: 20px 20px 0px 0px;
  }

  .col-info-contact2 {
    background-color: #fafafa;
    border-radius: 0px 0px 20px 20px;
    padding: 5%;
    box-shadow: 0px 1px 6px #0000001a;
  }

  .title-getintoch {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    text-transform: uppercase;
  }

  .title-getintoch2 {
    font-family: "Inter-Medium" !important;
    color: #6e6e6e;
    font-size: 1rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-getintoch {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    text-align: start;
  }

  .icon-contact {
    background-color: #eab70d;
    color: black;
    padding: 15px 2px;
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
  }

  .title-icon-contact {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 12px;
    text-align: start;
    text-transform: uppercase;
  }
  .text-icon-contact {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }

  .control-mget {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
  }

  .control-mget:focus {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
    box-shadow: 1px 1px 1px 1px transparent;
  }

  /****************************************************************************************************************************************************************************************************************************************************************    SERVICIOS LOGIN AND REGISTER        *****************************************************************************************/

  .header-sigin {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    padding: 10% 10% 5% 10%;
  }

  .title-signin {
    font-family: "Inter-Bold" !important;
    color: #606060;
    font-size: 16px;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }
  .section-sigin {
    padding: 5% 0px;
    background-color: white;
  }

  .col-info-sigin {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/login-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
    display: none;
  }

  .col-info-sigin2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10% 5% 5% 5%;
  }

  .btn-login {
    font-family: "Inter-Medium";
    font-size: 12px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 5px 40px;
    border-radius: 25px;
    width: 100%;
    text-decoration: none;
  }

  .link-regist-text {
    font-family: "Inter-Regular" !important;
    color: #4f4f4f;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    text-transform: none;
  }
  .link-regist {
    color: #dda400;
  }

  .col-info-signup {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/regis-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
    display: none;
  }

  .col-info-signup2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5% 5% 5% 5%;
  }

  /******************************************************************************************************************************************************************************************************************************************************************************    CHECKOUT STYLES        ******************************************************************************************/

  .section-checkout {
    padding: 5% 10%;
  }

  .col-checkout-now {
    background-color: #f7f7f7;
    padding: 10% 5%;
    border-radius: 10px;
    margin-top: 5%;
  }
  .col-order-now {
    background-color: #f7f7f7;
    padding: 10% 7%;
    border-radius: 5px;
    margin-top: 5%;
  }

  .title-order-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
  }

  .descrip-order-checkout {
    font-family: "Inter-Regular" !important;
    color: #565656;
    font-size: 12px;
    line-height: 16px;
    text-align: start;
  }

  .title-princing-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
  }
  .precio-princing-checkout {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: end;
  }

  .items-checkout {
    list-style: circle;
    text-align: start;
    padding-left: 0px !important;
    margin-top: 1%;
    margin-left: 5%;
  }

  .items-checkout > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    text-align: start;
  }

  .title-info-pago {
    font-family: "Inter-Medium" !important;
    color: #5c5a56;
    font-size: 12px;
    line-height: 20px;
    text-align: start;
    margin-bottom: 5%;
    margin-top: 3%;
  }

  /***********************************************************************************************************************************************************************************************************************************************************************************  STRIPE STYLES ************************************************************************************************/
  .StripeElement {
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background-color: #ffffff00;
    box-shadow: 0px 0px 0px 0px #00000000;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }

  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }

  .StripeElement--invalid {
    border-color: #fd0000;
  }

  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  #card-errors {
    color: #7a2020;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 5%;
  }
  /*********************************************************************************************************************************************************************************************************************************************************************************** SWIPER STYLES *************************************************************************************************/

  .swiper {
    width: 100%;
    height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 600px;
    margin-bottom: 200px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    WHATSAPP STYLES    ****************************************************************************************/

  .wssss {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #37be0a;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .control-texas {
    font-family: "Inter-Medium" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-texas::placeholder {
    font-family: "Inter-Medium" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    FOOTER STYLES    ****************************************************************************************/

  .section-foot {
    background-image: linear-gradient(45deg, #1a1a1a, black);
    padding: 5% 10% 2% 10%;
  }

  .title-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
  }
  .row-copy {
    background: #000000;
    padding: 20px 0px 0px 0px;
  }
  .text-copy {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  /* BOTONTES */

  .btn-urlweb-news {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-urlweb-news:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .icon-stadits-tiktk {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-tiktk:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-fb {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-fb:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ig {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ig:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ws {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ws:hover {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-web {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-web:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .link-gruop-trj {
    color: #212121;
    text-decoration: none;
  }

  /* FOOTER-SOCIAL */

  .nfooter {
    background-image: linear-gradient(0deg, #151515, #151515, #151515);
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 0% 5%;
  }

  .col-footer-social {
    padding: 0px 50px;
  }
  .title-footer-social {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    text-align: start;
    padding: 0px 0px 1% 0px;
    margin-top: 5%;
    margin-bottom: 10%;
    border-bottom: 1px solid #f5c1114d;
  }
  .link-item-footer-social {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #9a9a9a !important;
    transition: all 0.5s;
  }
  .link-item-footer-social:hover {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #ffffff !important;
    transition: all 0.5s;
  }
  .iconitem-footer-social {
    font-family: "Inter-Regular" !important;

    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    padding: 0px 0px;
    display: inline;
    margin-top: 0%;
  }
  .textitem-footer-social {
    font-family: "Inter-regular" !important;

    font-size: 16px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    display: inline;
    margin-top: 0%;
  }

  .text-logofooter {
    font-family: "Inter-regular" !important;
    color: #c2c2c2;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0px 10px;
    margin-top: 0%;
  }

  .title-miembros-capac {
    font-family: "Inter-bold" !important;
    color: #c2c2c2;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5%;
  }

  .btn-footer {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  .btn-footer:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  /* PREGUNTAS FRECUENTES */

  .answers-freque {
    background-color: #eaeaea;
    padding: 1% 0px 5% 0px;
  }

  .col-frequeanswers {
    background: linear-gradient(
      315deg,
      #a5999900,
      #eaeaea00,
      #ffffff00,
      #ffffff00
    );
    padding: 6% 5%;
    border-radius: 20px;
    border: 1px solid #19b6fe00;
  }

  .title-preguntas-frecuentes {
    font-family: "Inter-Medium" !important;
    font-size: 3rem;
    color: white;
    margin-top: 0%;
    text-align: center;
    margin-bottom: 5%;
  }

  .row-answer {
    margin-bottom: 1%;
  }

  .number-answer {
    background-color: #000000;
    padding: 6% 5%;
    border-radius: 20px;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    box-shadow: inset 0px -3px 5px 1px #5e5e5e;
  }

  .title-answer {
    font-family: "Inter-Medium" !important;
    font-size: 1.5rem;
    color: #000000;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 1%;
  }

  .answer-text {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #707070;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 5%;
  }

  /* TERMINOS Y CONDICIONES */

  .contenedosterms {
    padding: 5% 0px;
  }

  .terminosconten > h1 {
    font-family: "Inter-Medium" !important;
    font-size: 12px;
    line-height: 18px;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > h2 {
    font-family: "Inter-Medium" !important;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #090909;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > p {
    font-family: "Inter-Regular" !important;
    font-size: 12px;
    line-height: 17px;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .title-filtro-superior {
    font-family: "Inter-bold" !important;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b0f11;
    text-align: start;
    margin-top: -2%;
    margin-bottom: 2%;
  }

  .body-filter-1 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .body-filter-2 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .categoria-acordion {
    background-color: #d7a707;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 20px;
    color: white;
  }

  .title-categoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 14px;
    color: #ffffff;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .title-subcategoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 1rem;
    color: #292929;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .link-producto-filter {
    color: #303030;
    font-family: "Inter-Regular" !important;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.5s;
  }

  .subcategoria-acordion {
    background-color: #65656500;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 0px;
    color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  /**********************************************************************************************************************************************************************************************************************************************************************************  ESTILOS TOP Y GENERALES    ************************************************************************************/

  .off-header-nav {
    background-color: #cea008;
    color: #252525;
  }
  .off-body-nav {
    background-color: #00000000;
    color: white;
  }

  .iconomenuoffcanvasw {
    color: white;
    font-size: 1.8rem;
  }

  .iconomenuoffcanvas {
    background-color: rgba(0, 0, 0, 0);
    margin-right: -50px;
  }

  .info-head {
    padding: 15px 10% 0px 10%;
    background-color: #eab70d;
  }

  .verifiedhead {
    width: 15px;
  }

  .text-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }

  .social-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: end;
  }

  .icon-socialheadinfo1 {
    color: #000000;
    font-size: 18px;
    margin-right: 18px;
  }

  .nav-texas {
    background-image: linear-gradient(90deg, #000000ed, #000000);
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .alinknav {
    margin-left: auto;
  }

  .logo-nav {
    width: 200px;
  }

  .item-navbar {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }

  .item-navbar:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #cecece;
    font-size: 1rem;
  }

  .item-navbar-seacrh {
    font-family: "Inter-Regular" !important;
    background-color: #cea008;
    border-radius: 20px;
    color: #272727;
    font-size: 14px;
    padding: 10px 14px;
  }

  .item-navbar-seacrh:hover {
    font-family: "Inter-Regular" !important;
    background-color: #eab70d;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    padding: 10px 14px;
  }

  .margnavitem {
    margin-right: 7px;
  }

  .align-icontexas {
    text-align: end;
  }

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: start;
  }

  /* header */

  .header {
    background-image: linear-gradient(0deg, #000000, #000000db, #000000e8),
      url(../img/ciudad.png);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 7% 10%;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }
  /* Puedes añadir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0; /* ajusta la opacidad al golpe */
    z-index: 0; /* debajo del contenido y encima del video */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  /* banner-head */

  .title-header {
    font-family: "Inter-Black" !important;
    color: #eab70d;
    font-size: 5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 10%;
  }

  .alignbtnhead {
    margin-top: 5%;
    text-align: center;
  }

  .texthead {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btntexas {
    text-align: start;
    margin-top: 5%;
  }
  .btn-texas {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #eab70d;
    color: #000000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
  }
  .btn-texas:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #eab70d;
    color: #000000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
  }

  .btn-texas2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
  }
  .btn-texas2:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    HOME STYLE       ****************************************************************************************/

  .principales-pub {
    background-image: linear-gradient(45deg, #000000, #000000);
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0px;
    margin-bottom: 0%;
  }

  .title-serv-destacados {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
  }

  .subtitle-serv-destacados {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .col-stadist-home {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
  }

  .imagen-stadist-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%;
    border-radius: 20px;
  }

  .categoria-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 7%;
  }
  .title-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 18px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 5px;
  }

  .text-stadist-home1 {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 0%;
    margin-bottom: 0px;
  }
  .text-stadist-home {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 3%;
  }

  .alignbtnstadis {
    text-align: center;
  }

  .btn-stadist {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-stadist:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .btn-urlweb {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-urlweb:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .social-icon-stadits {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 18px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 15px;
  }

  .icon-stadits {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 6px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  /* SECTION QR */

  .section-qr {
    margin-bottom: 1%;
    padding: 5% 0px 5% 0px;
    background: #ffffff;
  }

  .row-qrcod {
    background-color: #000000;
    border-radius: 20px;
  }

  .col-qrcode {
    background-image: linear-gradient(#00000000, #00000000),
      url(../img/migente.png);
    background-color: #ffffff;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0px 10% 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .title-qrcode {
    font-family: "Inter-Black" !important;
    color: #f1f1f1;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
  }

  .subtitle-qrcode {
    font-family: "Inter-Light" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  .text-qrcode {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .alignqr {
    text-align: start;
  }

  /* SECTION COUNTERS */

  .cont-counter {
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 10% 0px;
  }
  .title-counter {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 10%;
    text-transform: uppercase;
  }

  .col-countertarjet {
    background-color: #f2f2f27a;
    border-radius: 20px;
    padding: 20px 0px;
    box-shadow: 0px 1px 4px 2px #0000000d;
  }

  .number-counter {
    font-family: "Inter-Medium" !important;
    font-size: 14px;
  }

  .name-counter {
    font-family: "Inter-Bold" !important;
    font-size: 18px;
    color: #000000;
  }

  .counternumber {
    font-family: "Inter-Bold" !important;
    font-size: 3rem;
    color: #eab70d;
    text-align: center;
  }

  .icon-counter {
    width: 100%;
  }

  /* SECTION PLANS */
  .pricing {
    background-image: linear-gradient(0deg, #000000, #000000);
    padding: 5% 0px;
  }

  .title-pricingg {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-pricingg {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .row-tarjet-pricing {
    margin-top: 5%;
  }
  .col-tarjet-pricing {
    background-color: #ececec;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 450px;
  }

  .col-tarjet-pricing2 {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }
  .title-princing {
    font-family: "Inter-Bold" !important;
    color: #0f0f0f;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .precio-princing {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
  }
  .align-btn-princing {
    text-align: center;
    margin-top: 10%;
  }

  .btn-princing {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #bbbbbb, #252525);
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .btn-princing2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #d1d1d1, #ffffff, #cfcfcf);
    color: #000000;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .items {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items2 {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .items2 > li {
    font-family: "Inter-Light" !important;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PAGE    *********************************************************************************************/

  .header-servicios {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/serve-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-serviciossection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-serviciossection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .servcios-page {
    background-image: linear-gradient(135deg, #ffffff, #e7e7e770, #ffffff);
    padding: 5% 0px;
    margin-bottom: 0%;
  }

  .container-fss {
    padding: 0px 10%;
  }

  .title-filters-section {
    font-family: "Inter-Medium" !important;
    color: #ac8605;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .title-filters-general {
    font-family: "Inter-Bold" !important;
    color: #484848;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }

  .text-bg-primary-mget {
    background-color: black;
  }

  .link-categoriasfilter {
    text-decoration: none;
    color: #888888;
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .link-categoriasfilter:hover {
    text-decoration: none;
    color: rgb(15, 15, 15);
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .list-group-item-mget {
    margin-bottom: 12px;
    border-bottom: 0px solid #e4e4e4;
    padding-left: 20px;
  }

  .imagen-stadist-servicios {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    width: 100%;
    border-radius: 20px;
  }

  .col-stadist-home-servicios {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
    margin-bottom: 15%;
    min-height: 540px;
  }

  input[type="range"]::-webkit-slider-thumb {
    background: black; /* Cambia por el color que quieras */

    cursor: pointer;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PUBLICAR     ****************************************************************************************/

  .header-publicar {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/pub-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-publicarsection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-publicarsection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .pricing-publicar {
    background-image: linear-gradient(0deg, #ffffff, #e0e0e0, #ffffff);
    padding: 5% 0px;
  }

  .row-tarjet-pricingp {
    margin-top: 5%;
  }

  .col-tarjet-pricingp {
    background-color: #e3e3e3;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 450px;
  }

  /* Estilo para los otros hijos que NO tengan la clase 'especial' */
  .col-tarjet-pricing2p {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS CONTACTO     ************************************************************************************/

  .header-contacto {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .section-contactus {
    padding: 10% 0px;
    background-color: white;
  }

  .col-info-contact {
    background-color: #000000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5%;
  }

  .col-info-contact2 {
    background-color: #f9f9f9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5%;
  }

  .title-getintoch {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
    text-transform: uppercase;
  }

  .title-getintoch2 {
    font-family: "Inter-Medium" !important;
    color: #6e6e6e;
    font-size: 1rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-getintoch {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }

  .icon-contact {
    background-color: #eab70d;
    color: black;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
  }

  .title-icon-contact {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 12px;
    text-align: start;
    text-transform: uppercase;
  }
  .text-icon-contact {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }

  .control-mget {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
  }

  .control-mget:focus {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
    box-shadow: 1px 1px 1px 1px transparent;
  }

  /****************************************************************************************************************************************************************************************************************************************************************    SERVICIOS LOGIN AND REGISTER        *****************************************************************************************/

  .header-sigin {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-signin {
    font-family: "Inter-Bold" !important;
    color: #606060;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }
  .section-sigin {
    padding: 5% 0px;
    background-color: white;
  }

  .col-info-sigin {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/login-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
  }

  .col-info-sigin2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10% 5% 5% 5%;
  }

  .btn-login {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 8px 40px;
    border-radius: 25px;
    width: 100%;
    text-decoration: none;
  }

  .link-regist-text {
    font-family: "Inter-Regular" !important;
    color: #4f4f4f;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    text-transform: none;
  }
  .link-regist {
    color: #dda400;
  }

  .col-info-signup {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/regis-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
  }

  .col-info-signup2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5% 5% 5% 5%;
  }

  /******************************************************************************************************************************************************************************************************************************************************************************    CHECKOUT STYLES        ******************************************************************************************/

  .section-checkout {
    padding: 5% 10%;
  }

  .col-checkout-now {
    background-color: #f7f7f7;
    padding: 2% 5%;
    border-radius: 5px;
  }
  .col-order-now {
    background-color: #f7f7f7;
    padding: 10% 7%;
    border-radius: 5px;
  }

  .title-order-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
  }

  .descrip-order-checkout {
    font-family: "Inter-Regular" !important;
    color: #565656;
    font-size: 12px;
    line-height: 16px;
    text-align: start;
  }

  .title-princing-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
  }
  .precio-princing-checkout {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: end;
  }

  .items-checkout {
    list-style: circle;
    text-align: start;
    padding-left: 0px !important;
    margin-top: 1%;
    margin-left: 5%;
  }

  .items-checkout > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    text-align: start;
  }

  .title-info-pago {
    font-family: "Inter-Medium" !important;
    color: #5c5a56;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    margin-bottom: 2%;
    margin-top: 3%;
  }

  /***********************************************************************************************************************************************************************************************************************************************************************************  STRIPE STYLES ************************************************************************************************/
  .StripeElement {
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background-color: #ffffff00;
    box-shadow: 0px 0px 0px 0px #00000000;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }

  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }

  .StripeElement--invalid {
    border-color: #fd0000;
  }

  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  #card-errors {
    color: #7a2020;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 5%;
  }
  /*********************************************************************************************************************************************************************************************************************************************************************************** SWIPER STYLES *************************************************************************************************/

  .swiper {
    width: 100%;
    height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 600px;
    margin-bottom: 200px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    WHATSAPP STYLES    ****************************************************************************************/

  .wssss {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #37be0a;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .control-texas {
    font-family: "Inter-Medium" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-texas::placeholder {
    font-family: "Inter-Medium" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    FOOTER STYLES    ****************************************************************************************/

  .section-foot {
    background-image: linear-gradient(45deg, #1a1a1a, black);
    padding: 5% 10% 2% 10%;
  }

  .title-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
  }
  .row-copy {
    background: #000000;
    padding: 20px 0px 0px 0px;
  }
  .text-copy {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  /* BOTONTES */

  .btn-urlweb-news {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-urlweb-news:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .icon-stadits-tiktk {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-tiktk:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-fb {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-fb:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ig {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ig:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ws {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ws:hover {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-web {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-web:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .link-gruop-trj {
    color: #212121;
    text-decoration: none;
  }

  /* FOOTER-SOCIAL */

  .nfooter {
    background-image: linear-gradient(0deg, #151515, #151515, #151515);
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 5% 0% 5%;
  }

  .col-footer-social {
    padding: 0px 50px;
  }
  .title-footer-social {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    padding: 0px 0px 5% 0px;
    margin-top: 3%;
    margin-bottom: 5%;
    border-bottom: 1px solid #f5c1114d;
  }
  .link-item-footer-social {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #9a9a9a !important;
    transition: all 0.5s;
  }
  .link-item-footer-social:hover {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #ffffff !important;
    transition: all 0.5s;
  }
  .iconitem-footer-social {
    font-family: "Inter-Regular" !important;

    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    padding: 0px 0px;
    display: inline;
    margin-top: 0%;
  }
  .textitem-footer-social {
    font-family: "Inter-regular" !important;

    font-size: 16px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    display: inline;
    margin-top: 0%;
  }

  .text-logofooter {
    font-family: "Inter-regular" !important;
    color: #c2c2c2;
    font-size: 16px;
    line-height: 26px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 0%;
  }

  .title-miembros-capac {
    font-family: "Inter-bold" !important;
    color: #c2c2c2;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5%;
  }

  .btn-footer {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  .btn-footer:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  /* PREGUNTAS FRECUENTES */

  .answers-freque {
    background-color: #eaeaea;
    padding: 1% 0px 5% 0px;
  }

  .col-frequeanswers {
    background: linear-gradient(
      315deg,
      #a5999900,
      #eaeaea00,
      #ffffff00,
      #ffffff00
    );
    padding: 6% 5%;
    border-radius: 20px;
    border: 1px solid #19b6fe00;
  }

  .title-preguntas-frecuentes {
    font-family: "Inter-Medium" !important;
    font-size: 3rem;
    color: white;
    margin-top: 0%;
    text-align: center;
    margin-bottom: 5%;
  }

  .row-answer {
    margin-bottom: 1%;
  }

  .number-answer {
    background-color: #000000;
    padding: 6% 5%;
    border-radius: 20px;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    box-shadow: inset 0px -3px 5px 1px #5e5e5e;
  }

  .title-answer {
    font-family: "Inter-Medium" !important;
    font-size: 1.5rem;
    color: #000000;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 1%;
  }

  .answer-text {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #707070;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 5%;
  }

  /* TERMINOS Y CONDICIONES */

  .contenedosterms {
    padding: 5% 0px;
  }

  .terminosconten > h1 {
    font-family: "Inter-Medium" !important;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > h2 {
    font-family: "Inter-Medium" !important;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #090909;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > p {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .title-filtro-superior {
    font-family: "Inter-bold" !important;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b0f11;
    text-align: start;
    margin-top: -2%;
    margin-bottom: 2%;
  }

  .body-filter-1 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .body-filter-2 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .categoria-acordion {
    background-color: #d7a707;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 20px;
    color: white;
  }

  .title-categoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 1rem;
    color: #ffffff;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .title-subcategoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 1rem;
    color: #292929;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .link-producto-filter {
    color: #303030;
    font-family: "Inter-Regular" !important;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.5s;
  }

  .subcategoria-acordion {
    background-color: #65656500;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 0px;
    color: #000000;
  }
}

@media (min-width: 1920px) {
  /**********************************************************************************************************************************************************************************************************************************************************************************  ESTILOS TOP Y GENERALES    ************************************************************************************/

  .off-header-nav {
    background-color: #cea008;
    color: #252525;
  }
  .off-body-nav {
    background-color: #00000000;
    color: white;
  }

  .iconomenuoffcanvasw {
    color: white;
    font-size: 1.8rem;
  }

  .iconomenuoffcanvas {
    background-color: rgba(0, 0, 0, 0);
    margin-right: -50px;
  }

  .info-head {
    padding: 15px 10% 0px 10%;
    background-color: #eab70d;
  }

  .verifiedhead {
    width: 15px;
  }

  .text-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }

  .social-headinfo {
    font-family: "Inter-Regular" !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: end;
  }

  .icon-socialheadinfo1 {
    color: #000000;
    font-size: 18px;
    margin-right: 18px;
  }

  .nav-texas {
    background-image: linear-gradient(90deg, #000000ed, #000000);
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .alinknav {
    margin-left: auto;
  }

  .logo-nav {
    width: 200px;
  }

  .item-navbar {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }

  .item-navbar:hover {
    font-family: "Inter-Regular" !important;
    text-align: start;
    color: #cecece;
    font-size: 1rem;
  }

  .item-navbar-seacrh {
    font-family: "Inter-Regular" !important;
    background-color: #cea008;
    border-radius: 20px;
    color: #272727;
    font-size: 14px;
    padding: 10px 14px;
  }

  .item-navbar-seacrh:hover {
    font-family: "Inter-Regular" !important;
    background-color: #eab70d;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    padding: 10px 14px;
  }

  .margnavitem {
    margin-right: 7px;
  }

  .align-icontexas {
    text-align: end;
  }

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: start;
  }

  /* header */

  .header {
    background-image: linear-gradient(0deg, #000000, #000000db, #000000e8),
      url(../img/ciudad.png);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 7% 10%;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }
  /* Puedes añadir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0; /* ajusta la opacidad al golpe */
    z-index: 0; /* debajo del contenido y encima del video */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  /* banner-head */

  .title-header {
    font-family: "Inter-Black" !important;
    color: #eab70d;
    font-size: 5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 10%;
  }

  .alignbtnhead {
    margin-top: 5%;
    text-align: center;
  }

  .texthead {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btntexas {
    text-align: start;
    margin-top: 5%;
  }
  .btn-texas {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #eab70d;
    color: #000000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
  }
  .btn-texas:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #eab70d;
    color: #000000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
  }

  .btn-texas2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
  }
  .btn-texas2:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    HOME STYLE       ****************************************************************************************/

  .principales-pub {
    background-image: linear-gradient(45deg, #000000, #000000);
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0px;
    margin-bottom: 0%;
  }

  .title-serv-destacados {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
  }

  .subtitle-serv-destacados {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 5%;
  }

  .col-stadist-home {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
    min-height: 600px;
  }

  .imagen-stadist-home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    width: 100%;
    border-radius: 20px;
  }

  .categoria-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 7%;
  }
  .title-stadist-home {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 18px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 5px;
  }

  .text-stadist-home1 {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 14px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 0%;
    margin-bottom: 0px;
  }

  .text-stadist-home {
    font-family: "Inter-Light" !important;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 3%;
    margin-bottom: 25px;
  }

  .alignbtnstadis {
    text-align: center;
  }

  .btn-stadist {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-stadist:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .btn-urlweb {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-urlweb:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .social-icon-stadits {
    font-family: "Inter-Medium" !important;
    color: #343434;
    font-size: 18px;
    text-align: start;
    padding: 0px 10px;
    margin-bottom: 15px;
  }

  .icon-stadits {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 6px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  /* SECTION QR */

  .section-qr {
    margin-bottom: 1%;
    padding: 5% 0px 5% 0px;
    background: #ffffff;
  }

  .row-qrcod {
    background-color: #000000;
    border-radius: 20px;
  }

  .col-qrcode {
    background-image: linear-gradient(#00000000, #00000000),
      url(../img/migente.png);
    background-color: #ffffff;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0px 10% 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

  .title-qrcode {
    font-family: "Inter-Black" !important;
    color: #f1f1f1;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
  }

  .subtitle-qrcode {
    font-family: "Inter-Light" !important;
    color: #eab70d;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  .text-qrcode {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .alignqr {
    text-align: start;
  }

  /* SECTION COUNTERS */

  .cont-counter {
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 10% 0px;
  }
  .title-counter {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 10%;
    text-transform: uppercase;
  }

  .col-countertarjet {
    background-color: #f2f2f27a;
    border-radius: 20px;
    padding: 20px 0px;
    box-shadow: 0px 1px 4px 2px #0000000d;
  }

  .number-counter {
    font-family: "Inter-Medium" !important;
    font-size: 14px;
  }

  .name-counter {
    font-family: "Inter-Bold" !important;
    font-size: 18px;
    color: #000000;
  }

  .counternumber {
    font-family: "Inter-Bold" !important;
    font-size: 3rem;
    color: #eab70d;
    text-align: center;
  }

  .icon-counter {
    width: 100%;
  }

  /* SECTION PLANS */
  .pricing {
    background-image: linear-gradient(0deg, #000000, #000000);
    padding: 5% 0px;
  }

  .title-pricingg {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-pricingg {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .row-tarjet-pricing {
    margin-top: 5%;
  }
  .col-tarjet-pricing {
    background-color: #ececec;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 450px;
  }

  .col-tarjet-pricing2 {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }
  .title-princing {
    font-family: "Inter-Bold" !important;
    color: #0f0f0f;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .precio-princing {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
  }
  .align-btn-princing {
    text-align: center;
    margin-top: 10%;
  }

  .btn-princing {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #bbbbbb, #252525);
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .btn-princing2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background: linear-gradient(45deg, #d1d1d1, #ffffff, #cfcfcf);
    color: #000000;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
  }

  .items {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items2 {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
    margin-top: 7%;
  }

  .items > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .items2 > li {
    font-family: "Inter-Light" !important;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PAGE    *********************************************************************************************/

  .header-servicios {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/serve-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-serviciossection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-serviciossection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .servcios-page {
    background-image: linear-gradient(135deg, #ffffff, #e7e7e770, #ffffff);
    padding: 5% 0px;
    margin-bottom: 0%;
  }

  .container-fss {
    padding: 0px 10%;
  }

  .title-filters-section {
    font-family: "Inter-Medium" !important;
    color: #ac8605;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .title-filters-general {
    font-family: "Inter-Bold" !important;
    color: #484848;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }

  .text-bg-primary-mget {
    background-color: black;
  }

  .link-categoriasfilter {
    text-decoration: none;
    color: #888888;
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .link-categoriasfilter:hover {
    text-decoration: none;
    color: rgb(15, 15, 15);
    font-size: 15px;
    transition: 0.5s all;
    font-family: "Inter-Medium";
  }

  .list-group-item-mget {
    margin-bottom: 12px;
    border-bottom: 0px solid #e4e4e4;
    padding-left: 20px;
  }

  .imagen-stadist-servicios {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    border-radius: 20px;
  }

  .col-stadist-home-servicios {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 2px #0000000d;
    margin-bottom: 15%;
    min-height: 630px;
  }

  input[type="range"]::-webkit-slider-thumb {
    background: black; /* Cambia por el color que quieras */

    cursor: pointer;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS PUBLICAR     ****************************************************************************************/

  .header-publicar {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/pub-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-publicarsection {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-publicarsection {
    font-family: "Inter-Regular" !important;
    color: #eab70d;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .pricing-publicar {
    background-image: linear-gradient(0deg, #ffffff, #e0e0e0, #ffffff);
    padding: 5% 0px;
  }

  .row-tarjet-pricingp {
    margin-top: 5%;
  }

  .col-tarjet-pricingp {
    background-color: #e3e3e3;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 450px;
  }

  /* Estilo para los otros hijos que NO tengan la clase 'especial' */
  .col-tarjet-pricing2p {
    background-color: #ffc916;
    padding: 10% 5%;
    border-radius: 20px;
    min-height: 500px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    SERVICIOS CONTACTO     ************************************************************************************/

  .header-contacto {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .section-contactus {
    padding: 10% 0px;
    background-color: white;
  }

  .col-info-contact {
    background-color: #000000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5%;
  }

  .col-info-contact2 {
    background-color: #f9f9f9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5%;
  }

  .title-getintoch {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
    text-transform: uppercase;
  }

  .title-getintoch2 {
    font-family: "Inter-Medium" !important;
    color: #6e6e6e;
    font-size: 1rem;
    text-align: start;
    margin-bottom: 5%;
  }

  .text-getintoch {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }

  .icon-contact {
    background-color: #eab70d;
    color: black;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
  }

  .title-icon-contact {
    font-family: "Inter-Bold" !important;
    color: #eab70d;
    font-size: 12px;
    line-height: 12px;
    text-align: start;
    text-transform: uppercase;
  }
  .text-icon-contact {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }

  .control-mget {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
  }

  .control-mget:focus {
    font-family: "Inter-Regular" !important;
    border-radius: 0px;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #d7d6d6;
    background: #ff000000;
    box-shadow: 1px 1px 1px 1px transparent;
  }

  /****************************************************************************************************************************************************************************************************************************************************************    SERVICIOS LOGIN AND REGISTER        *****************************************************************************************/

  .header-sigin {
    background-image: linear-gradient(#000000e6, #000000e6),
      url(../img/contact-section.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5% 10% 5% 10%;
  }

  .title-signin {
    font-family: "Inter-Bold" !important;
    color: #606060;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 5%;
    text-transform: uppercase;
  }
  .section-sigin {
    padding: 5% 0px;
    background-color: white;
  }

  .col-info-sigin {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/login-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
  }

  .col-info-sigin2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10% 5% 5% 5%;
  }

  .btn-login {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 8px 40px;
    border-radius: 25px;
    width: 100%;
    text-decoration: none;
  }

  .link-regist-text {
    font-family: "Inter-Regular" !important;
    color: #4f4f4f;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    text-transform: none;
  }
  .link-regist {
    color: #dda400;
  }

  .col-info-signup {
    background-image: linear-gradient(#000000ad, #000000ab, #000000),
      url(../img/regis-form.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0% 0% 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 500px;
  }

  .col-info-signup2 {
    background-color: #f6f6f6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5% 5% 5% 5%;
  }

  /******************************************************************************************************************************************************************************************************************************************************************************    CHECKOUT STYLES        ******************************************************************************************/

  .section-checkout {
    padding: 5% 10%;
  }

  .col-checkout-now {
    background-color: #f7f7f7;
    padding: 2% 5%;
    border-radius: 5px;
  }
  .col-order-now {
    background-color: #f7f7f7;
    padding: 10% 7%;
    border-radius: 5px;
  }

  .title-order-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
  }

  .descrip-order-checkout {
    font-family: "Inter-Regular" !important;
    color: #565656;
    font-size: 12px;
    line-height: 16px;
    text-align: start;
  }

  .title-princing-checkout {
    font-family: "Inter-Medium" !important;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
  }
  .precio-princing-checkout {
    font-family: "Inter-Bold" !important;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: end;
  }

  .items-checkout {
    list-style: circle;
    text-align: start;
    padding-left: 0px !important;
    margin-top: 1%;
    margin-left: 5%;
  }

  .items-checkout > li {
    font-family: "Inter-Light" !important;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    text-align: start;
  }

  .title-info-pago {
    font-family: "Inter-Medium" !important;
    color: #5c5a56;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    margin-bottom: 2%;
    margin-top: 3%;
  }

  /***********************************************************************************************************************************************************************************************************************************************************************************  STRIPE STYLES ************************************************************************************************/
  .StripeElement {
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background-color: #ffffff00;
    box-shadow: 0px 0px 0px 0px #00000000;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }

  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }

  .StripeElement--invalid {
    border-color: #fd0000;
  }

  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  #card-errors {
    color: #7a2020;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 5%;
  }
  /*********************************************************************************************************************************************************************************************************************************************************************************** SWIPER STYLES *************************************************************************************************/

  .swiper {
    width: 100%;
    height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 600px;
    margin-bottom: 200px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    WHATSAPP STYLES    ****************************************************************************************/

  .wssss {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #37be0a;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .control-texas {
    font-family: "Inter-Medium" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-texas::placeholder {
    font-family: "Inter-Medium" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /**********************************************************************************************************************************************************************************************************************************************************************************    FOOTER STYLES    ****************************************************************************************/

  .section-foot {
    background-image: linear-gradient(45deg, #1a1a1a, black);
    padding: 5% 10% 2% 10%;
  }

  .title-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "Inter-Medium" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
  }
  .row-copy {
    background: #000000;
    padding: 20px 0px 0px 0px;
  }
  .text-copy {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 1%;
    margin-bottom: 2%;
  }

  /* BOTONTES */

  .btn-urlweb-news {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }
  .btn-urlweb-news:hover {
    font-family: "Inter-Regular";
    font-size: 12px;
    background-color: #747474;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
  }

  .icon-stadits-tiktk {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-tiktk:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-fb {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-fb:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #0a39ae);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 13px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ig {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ig:hover {
    font-family: "Inter-Medium" !important;
    background: linear-gradient(45deg, #cd1265, #840f43, #7746c8f7);
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 11px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-ws {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-ws:hover {
    font-family: "Inter-Medium" !important;
    background: #2a9108;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .icon-stadits-web {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .icon-stadits-web:hover {
    font-family: "Inter-Medium" !important;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-align: start;
    padding: 7px 9px;
    margin-bottom: 15px;
    border-radius: 20px;
  }

  .link-gruop-trj {
    color: #212121;
    text-decoration: none;
  }

  /* FOOTER-SOCIAL */

  .nfooter {
    background-image: linear-gradient(0deg, #151515, #151515, #151515);
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 5% 0% 5%;
  }

  .col-footer-social {
    padding: 0px 50px;
  }
  .title-footer-social {
    font-family: "Inter-Bold" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    padding: 0px 0px 5% 0px;
    margin-top: 3%;
    margin-bottom: 5%;
    border-bottom: 1px solid #f5c1114d;
  }
  .link-item-footer-social {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #9a9a9a !important;
    transition: all 0.5s;
  }
  .link-item-footer-social:hover {
    display: flex;
    text-decoration: none;
    margin-bottom: 15px;
    color: #ffffff !important;
    transition: all 0.5s;
  }
  .iconitem-footer-social {
    font-family: "Inter-Regular" !important;

    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    padding: 0px 0px;
    display: inline;
    margin-top: 0%;
  }
  .textitem-footer-social {
    font-family: "Inter-regular" !important;

    font-size: 16px;
    line-height: 20px;
    text-align: start;
    padding: 0px 10px;
    display: inline;
    margin-top: 0%;
  }

  .text-logofooter {
    font-family: "Inter-regular" !important;
    color: #c2c2c2;
    font-size: 16px;
    line-height: 26px;
    text-align: start;
    padding: 0px 10px;
    margin-top: 0%;
  }

  .title-miembros-capac {
    font-family: "Inter-bold" !important;
    color: #c2c2c2;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding: 0px 10px;
    margin-top: 5%;
  }

  .btn-footer {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  .btn-footer:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background: linear-gradient(45deg, #ffbb00, #eab70d);
    color: #000000;
    padding: 10px 40px;
    border-radius: 15px;
    text-decoration: none;
  }

  /* PREGUNTAS FRECUENTES */

  .answers-freque {
    background-color: #eaeaea;
    padding: 1% 0px 5% 0px;
  }

  .col-frequeanswers {
    background: linear-gradient(
      315deg,
      #a5999900,
      #eaeaea00,
      #ffffff00,
      #ffffff00
    );
    padding: 6% 5%;
    border-radius: 20px;
    border: 1px solid #19b6fe00;
  }

  .title-preguntas-frecuentes {
    font-family: "Inter-Medium" !important;
    font-size: 3rem;
    color: white;
    margin-top: 0%;
    text-align: center;
    margin-bottom: 5%;
  }

  .row-answer {
    margin-bottom: 1%;
  }

  .number-answer {
    background-color: #000000;
    padding: 6% 5%;
    border-radius: 20px;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    box-shadow: inset 0px -3px 5px 1px #5e5e5e;
  }

  .title-answer {
    font-family: "Inter-Medium" !important;
    font-size: 1.5rem;
    color: #000000;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 1%;
  }

  .answer-text {
    font-family: "Inter-Regular" !important;
    font-size: 14px;
    color: #707070;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 5%;
  }

  /* TERMINOS Y CONDICIONES */

  .contenedosterms {
    padding: 5% 0px;
  }

  .terminosconten > h1 {
    font-family: "Inter-Medium" !important;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > h2 {
    font-family: "Inter-Medium" !important;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #090909;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .terminosconten > p {
    font-family: "Inter-Regular" !important;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #272727;
    margin-top: 0%;
    text-align: start;
    margin-bottom: 3%;
  }

  .title-filtro-superior {
    font-family: "Inter-bold" !important;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b0f11;
    text-align: start;
    margin-top: -2%;
    margin-bottom: 2%;
  }

  .body-filter-1 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .body-filter-2 {
    background-color: #bdbdbd00;
    border-color: #bdbdbd00;
  }

  .categoria-acordion {
    background-color: #d7a707;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 20px;
    color: white;
  }

  .title-categoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 1rem;
    color: #ffffff;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .title-subcategoria-acordion {
    font-family: "Inter-bold" !important;
    font-size: 1rem;
    color: #292929;
    text-align: start;
    text-decoration: none;
    transition: all 0.5s;
  }

  .link-producto-filter {
    color: #303030;
    font-family: "Inter-Regular" !important;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.5s;
  }

  .subcategoria-acordion {
    background-color: #65656500;
    border: none !important;
    padding: 1% 1% 1% 2%;
    border-radius: 0px;
    color: #000000;
  }
}
