@font-face {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Bold.ttf");
}

@font-face {
  font-family: "Archivo-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Medium.ttf");
}

@font-face {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Regular.ttf");
}
@font-face {
  font-family: "Archivo-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-SemiBold.ttf");
}

body {
  font-family: "Archivo-Regular" !important;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden; /* Evita el scroll */
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
  /**************************************************************************
***************************** PRELOADER ***********************************
***************************************************************************/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .preloader img {
    width: 100px;
    height: auto;
    animation: girar 3s linear infinite;
  }

  @keyframes girar {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  /**************************************************************************
***************************** sidebar  ***************************************
*****************************************************************************/

  .navbar-mobile {
    display: inline-block;
  }

  #sidebarcarey {
    display: inline-block;
  }

  #sidebarcarey.active {
    left: 0;
  }

  #sidebarcarey {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #141414;
    transition: left 0.3s ease;
    z-index: 1000;
  }

  .navbar-dektopab {
    display: none;
  }

  .item-nav-bars-mobile {
    font-family: "Archivo-Regular" !important;
    font-size: 30px;
    color: #1f2938;
    padding: 0px 0px;
    border-radius: 40px;
    transition: all 0.5s;
  }

  /**************************************************************************
***************************** HEADER  ***************************************
*****************************************************************************/

  .info-head {
    background-color: #141414;
    padding: 20px 0px 5px 0px;
  }

  .text-headinfo {
    font-family: "Archivo-Regular" !important;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }
  .icon-headinfo {
    color: #e0e0e0;
  }
  .social-headinfo {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .icon-socialheadinfo1 {
    background-color: #e0e0e0;
    color: #2f2e2e;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 20px;
  }
  .icon-socialheadinfo2 {
    background-color: #e0e0e0;
    color: #2f2e2e;
    font-size: 14px;
    padding: 12px 13px;
    border-radius: 20px;
  }

  .header {
    background-image: url(../img/banner.png);
    background-color: #ffffff;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 0px 0px;
  }

  .img-nav {
    width: 180%;
  }

  .item-navb {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .item-navb:hover {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
  }
  .contacto-nav {
    background-color: #d9ac35;
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
    padding: 5px 20px;
  }
  .contacto-nav:hover {
    background-color: #d9ac35;
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
    padding: 5px 20px;
  }

  .title-header {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 0rem;
    margin-top: 25px;
    margin-bottom: auto;
  }

  .align-btn-head {
    text-align: center;
    margin-top: 5%;
  }

  .btn-oned {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
  }
  .btn-oned:hover {
    background-color: #afafaf;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
  }

  /*********************************************************************
  *********************   SPOY
  **********************************************************************/

  .soy {
    margin-top: 10%;
  }

  .title-soy {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3%;
  }
  .subtitle-soy {
    font-family: "Archivo-Semibold" !important;
    text-align: center;
    color: #3f3f3f;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 5%;
  }
  .text-soy {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #676767;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 3%;
  }

  .align-btn-soy {
    text-align: center;
    margin-top: 5%;
  }

  .btn-twod {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    color: #000000;
    font-size: 1.2rem;
    padding: 10px 30px;
    border-radius: 0px !important;
  }

  /*********************************************************************
  *********************   SERVICIOS OBJ
  **********************************************************************/

  .servicios-obj {
    /* background-image: linear-gradient(#000000a6, #000000e8),
      url(../img/objetivos.jpg);
    background-attachment: fixed;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: linear-gradient(360deg, #efefeff2, white);
    margin-top: 0%;
    padding: 5% 0px 5% 0px;
  }
  .title-servicios-obj {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #d9ab35;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 0%;
  }
  .subtitle-servicios-obj {
    font-family: "Archivo-Semibold" !important;
    text-align: center;
    color: #3f3f3f;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 2%;
  }
  .text-servicios-obj {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #676767;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 3%;
  }

  /*********************************************************************
  *********************   PLANS
  **********************************************************************/

  .plans {
    background-color: #11110e;
    padding: 7% 0px;
    margin-top: 10%;
  }

  .title-servicios-plans {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0%;
  }
  .subtitle-servicios-plans {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #9d9d9d;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 2%;
    margin-bottom: 10%;
  }

  .col-plans1 {
    background: linear-gradient(180deg, #c69435, #e0ba2c);
    padding: 10% 5%;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px #00000047;
    margin-top: -0%;
    transition: all 0.5s;
  }
  .col-plans1:hover {
    margin-top: -0%;
    transition: all 0.5s;
  }

  .btn-pricing1 {
    font-family: "Archivo-Bold";
    font-size: 1.5rem;
    background: #ffffff00;
    border: 1px #4d4d4d00 solid;
    border-radius: 0px !important;
    color: #2d2d2d;
  }
  .price-pricing1 {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    font-size: 2rem;
    margin-top: -3%;
  }
  .text-pricing1 {
    text-align: center;
    font-size: 12px;
    font-family: "Archivo-Regular";
  }
  .align-pricing1 {
    text-align: center;
  }
  .get-pricing1 {
    background: #ffffff;
    border: 3px #efefef solid;
    border-radius: 20px !important;
    padding: 5px 30px;
    color: #11110e;
  }
  .get-pricing1:hover {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .icon-pricing1 {
    color: #000000;
    text-align: center;
    font-size: 12px;
  }

  .itempricing1 {
    margin-bottom: 5%;
    font-size: 12px;
  }

  /* dos */

  .col-plans {
    background-color: #ffffff;
    padding: 10% 5%;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px #00000047;
    transition: all 0.5s;
  }
  .col-plans:hover {
    margin-top: -5%;
    transition: all 0.5s;
  }

  .btn-pricing {
    font-family: "Archivo-Bold";
    font-size: 1.5rem;
    background: #ffffff00;
    border: 1px #4d4d4d00 solid;
    border-radius: 0px !important;
    color: #2d2d2d;
  }
  .price-pricing {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    font-size: 2rem;
    margin-top: -3%;
  }
  .text-pricing {
    text-align: center;
    font-size: 12px;
    font-family: "Archivo-Regular";
  }
  .align-pricing {
    text-align: center;
  }
  .get-pricing {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .get-pricing:hover {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .icon-pricing {
    color: #000000;
    text-align: center;
    font-size: 12px;
  }

  .itempricing {
    margin-bottom: 5%;
    font-size: 12px;
  }

  .align-btn-plan {
    text-align: center;
    margin-top: 10%;
  }

  /*********************************************************************
  *********************   PIONEROS
  **********************************************************************/

  .pioneros {
    background-image: linear-gradient(#000000bf, #000000bf),
      url(../img/back-img.png);
    background-color: #ffffff;
    min-height: 300px;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 2% 0px;
  }

  .title-pioneros {
    color: white;
    text-align: center;
    font-family: "Archivo-Bold";
    font-size: 1.5rem;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .play {
    width: 100%;
    cursor: pointer;
  }

  /*********************************************************************
  *********************   FORMULARIO
  **********************************************************************/

  .label-form-ab {
    color: white;
  }

  .form-content {
    background-image: url("../img/footer.png");
    background-color: #ffffff;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
    margin-top: 0%;
  }

  .title-form {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  .text-form {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }

  .subtitle-form {
    font-family: "Poppins-Bold" !important;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 3%;
  }

  .span-white {
    color: #fff;
  }

  .control-polish {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }
  .control-polish::placeholder {
    font-family: "Archivo-Regular";
    font-size: 14px;
    color: white;
  }
  .control-polish:hover {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }
  .control-polish:focus {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }

  .control-polish:active {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }

  .social {
    background-color: #1d1d1d;
    padding: 20px;
  }

  .icons-footer-social {
    text-align: center;
  }
  .icon-footer {
    font-family: "Archivo-Regular" !important;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .copy {
    background: #141414;
    padding: 20px 0px 0px 0px;
  }
  .copy-title {
    font-family: "Archivo-Regular" !important;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
  }

  .link-ia {
    font-family: "Archivo-Regular" !important;
    text-decoration: none;
    color: #ffffff;
  }

  /**************************************************************************************************************************************************************  WHATSAPP ***********************************************************
*******************************************************************************************************************/

  .wssss {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #098b4c;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  /* NUEVOSSSSSSS */

  .biografia-seccion {
    background-image: linear-gradient(#00000000, #00000000),
      url(../img/back-bio.jpg);
    background-color: #ffffff;
    min-height: 530px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 2% 0px;
  }
  .section-biografia-seccion {
    margin-top: 3%;
  }

  .title-biografia-seccion {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #c59210;
    font-size: 2rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }
  .subtitle-biografia-seccion {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #c59210;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 0%;
  }

  .text-biografia-seccion {
    font-family: "Archivo-Regular" !important;
    text-align: justify;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1%;
  }

  /* galery */

  .galery {
    margin-top: 10%;
  }

  .title-galery {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  .img-container-galery {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .img-img-galery {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .align-btn-galery {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /* plans pagina */

  .title-plans-pag {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  /* LOGINS */

  .title-registro {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 4rem;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }

  .btn-registro {
    background-color: #d9ac35;
    color: white;
    width: 100%;
    border-radius: 5px;
  }
  .btn-registro:hover {
    background-color: #d9ac35;
    color: white;
    width: 100%;
    border-radius: 5px;
  }

  .text-registrarme {
    font-family: "Archivo-Regular" !important;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }

  .link-registro {
    color: #d9ac35;
  }

  .collapse-astrid {
    margin-left: -10%;
  }

  /* mision vision valores */

  .mision-section {
    background-color: #ededed;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-mision {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-mision {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  .vision-section {
    background-color: #ffffff;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-vision {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-vision {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  .valors-section {
    background-color: #ededed;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-valors {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-valors {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  /*********************************************************************************************
  ****************************  NUEVOS *********************************************************
  **********************************************************************************************/

  .events {
    background-image: linear-gradient(#000000ad, #000000),
      url(../img/events.png);
    background-color: #ffffff;
    min-height: 140px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
    margin-bottom: 5%;
  }

  .title-evetns {
    font-family: "Archivo-Bold" !important;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
  }

  .col-eventos {
    background-color: #f7f7f77a;
    padding: 3% 3%;
    border-radius: 25px;
    box-shadow: 0px 0px 12px 1px #0000001f;
  }

  .title-evento-general {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 2rem;
    text-align: start;
    margin-top: 5%;
  }

  .contenedor-evento-p {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .contenedor-evento-p2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-evento-p {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .btn-ver-plans {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
    border: 1px solid #d9d9d9;
  }
  .btn-ver-plans:hover {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
    border: 1px solid #d9d9d9;
  }

  .content-plans {
    padding: 2% 2%;
  }

  .content-plans > h1 {
    color: #313131;
    font-family: "Archivo-Bold";
    font-size: 2rem;
    margin-bottom: 2%;
  }

  .content-plans > h2 {
    color: #595959;
    font-family: "Archivo-Regular";
    font-size: 1.5rem;
  }

  .content-plans > p {
    color: #000000;
    font-family: "Archivo-Regular";
    font-size: 1rem;
    text-align: justify;
    margin-top: 5%;
  }
  .content-plans > h3 {
    color: #595959;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
  }

  .content-planes {
    padding: 2% 2%;
  }

  .col-plan-tienda {
    background-color: #ffffff54;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 1px #0000001f;
    padding: 5%;
  }

  .col-plan-tienda > h3 {
    font-family: "Archivo-Bold";
    color: #93847a;
    font-size: 1.5rem;
  }

  .col-plan-tienda > h4 {
    font-family: "Archivo-Bold";
    color: #696969;
  }

  .col-plan-tienda > ul {
    list-style: circle;
  }

  .col-plan-tienda > ul > li {
    color: #000000;
    text-align: justify;
  }

  .cant-producto-shop {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    font-size: 1rem;
    background: #141414;
    margin-right: 10px;
    color: white;
    border-radius: 0px !important;
  }
  .cant-producto-shop:focus {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    font-size: 1rem;
    background: #141414;
    margin-right: 10px;
    color: white;
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  .agg-producto-shop {
    background-color: #d9ac35;
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }
  .agg-producto-shop:hover {
    background-color: #d9ac35;
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }

  .btn-seguircompradno {
    width: 100%;
    background: #c5c4c4;
    padding: 2% 0px;
  }
  .btn-seguircompradno:hover {
    width: 100%;
    background: #c5c4c4;
    padding: 2% 0px;
  }

  .btn-ircheckout {
    width: 100%;
    padding: 2% 0px;
  }

  .title-evetns-cart {
    font-family: "Archivo-Bold" !important;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 10px;
  }

  /* checkout */

  .col-iniciasesioncheck {
    background: #f7f7f7;
    box-shadow: 0px 0px 5px 0px #0000001a;
  }
  .mensaje-careyperson {
    font-family: "Archivo-Regular" !important;
    color: #717171;
    font-size: 16px;
    text-align: start;
    margin-bottom: 5%;
  }
  .btn-regist-checkout {
    background-color: #a37a4e;
    color: white;
    border-radius: 5px;
  }

  .btn-regist-checkout:hover {
    background-color: #a37a4e;
    color: white;
    border-radius: 5px;
  }

  .title-producto-cart {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 16px;
  }

  .details-producto-cart {
    font-family: "Archivo-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito-checkout {
    background-color: #000000d1;
    padding: 10px 20px;
    margin-top: 10%;
    color: white;
    padding-top: 2%;
  }
  .row-checkcart1 {
    margin-top: 2%;
  }

  .item-cart-check-one {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-four-2 {
    font-family: "Archivo-Medium" !important;
    color: #ffffff;
    font-size: 20px;
    text-align: end;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }

  .col-desglose-check {
    border-left: solid 1px #d9d9d996;
    background: #f7f7f740;
    padding-bottom: 10px;
  }

  .item-cart-check-three-2 {
    font-family: "Archivo-Medium" !important;
    color: #ffffff;
    font-size: 20px;
    text-align: start;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #7a6d33;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
    font-size: 12px;
  }

  .row-items-checkous {
    margin-bottom: 5%;
  }

  .col-payment-entrega {
    background-color: #f3f3f3;
    padding: 3% 5%;
    color: white;
  }

  .title-payment-entrega {
    font-family: "Archivo-Bold" !important;
    color: #2e2e2e;
    font-size: 1.5rem;
    text-align: start;
  }
  .text-payment-entrega {
    font-family: "Archivo-Regular" !important;
    color: #696969;
    font-size: 1rem;
    text-align: start;
  }

  /* STYLOS ASTRID NUEVOS */

  .title-section-blog {
    font-family: "Archivo-Bold" !important;
    color: #000000;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .feedig {
    background: #f4f4f4;
    padding: 5% 0px;
  }

  .title-ig {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 6%;
  }

  .textosdeplanes {
    margin-top: 5%;
    text-align: center;
    text-align: center;
    font-size: 14px;
    font-family: "Archivo-Regular";
  }

  .ourteam {
    margin-top: 10%;
    background-color: #11110e;
    padding: 5% 0px;
  }

  .title-ourteam {
    font-family: "Archivo-bold" !important;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5%;
  }

  .title-team1 {
    font-family: "Archivo-medium" !important;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
  }

  .ocupa-team1 {
    font-family: "Archivo-Regular" !important;
    font-size: 7px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
}

/* FIN DE RESPONSIVE PHONES */

@media only screen and (min-width: 769px) {
  /**************************************************************************
***************************** PRELOADER ***********************************
***************************************************************************/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .preloader img {
    width: 100px;
    height: auto;
    animation: girar 3s linear infinite;
  }

  @keyframes girar {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  .navbar-mobile {
    display: none;
  }

  #sidebarcarey {
    display: none;
  }

  /**************************************************************************
***************************** HEADER  ***************************************
*****************************************************************************/

  .navbar-dektopab {
    display: inline-block;
  }

  .info-head {
    background-color: #141414;
    padding: 20px 0px 5px 0px;
  }

  .text-headinfo {
    font-family: "Archivo-Regular" !important;
    font-size: 14px;
    color: #ffffff;
  }
  .icon-headinfo {
    color: #e0e0e0;
  }
  .social-headinfo {
    font-family: "Archivo-Bold" !important;
    text-align: end;
  }
  .icon-socialheadinfo1 {
    background-color: #e0e0e0;
    color: #2f2e2e;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 20px;
  }
  .icon-socialheadinfo2 {
    background-color: #e0e0e0;
    color: #2f2e2e;
    font-size: 14px;
    padding: 12px 13px;
    border-radius: 20px;
  }

  .header {
    background-image: url(../img/banner.png);
    background-color: #ffffff;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 0px 0px;
  }

  .img-nav {
    width: 60%;
  }

  .item-navb {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #2b2b2b;
    font-size: 1rem;
  }
  .item-navb:hover {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #2b2b2b;
    font-size: 1rem;
  }
  .contacto-nav {
    background-color: #d9ac35;
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }
  .contacto-nav:hover {
    background-color: #d9ac35;
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }

  .title-header {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 5rem;
    margin-left: 0rem;
    margin-top: auto;
    margin-bottom: auto;
  }

  .align-btn-head {
    text-align: start;
    margin-top: 5%;
  }

  .btn-oned {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
  }
  .btn-oned:hover {
    background-color: #afafaf;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
  }

  /*********************************************************************
  *********************   SPOY
  **********************************************************************/

  .soy {
    margin-top: 10%;
  }

  .title-soy {
    font-family: "Archivo-bold" !important;
    text-align: start;
    color: #000;
    font-size: 4rem;
    line-height: 3rem;
    margin-top: 3%;
  }
  .subtitle-soy {
    font-family: "Archivo-Semibold" !important;
    text-align: start;
    color: #3f3f3f;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 5%;
  }
  .text-soy {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #676767;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 3%;
  }

  .align-btn-soy {
    text-align: start;
    margin-top: 5%;
  }

  .btn-twod {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    color: #000000;
    font-size: 1.2rem;
    padding: 10px 30px;
    border-radius: 0px !important;
  }

  /*********************************************************************
  *********************   SERVICIOS OBJ
  **********************************************************************/

  .servicios-obj {
    /* background-image: linear-gradient(#000000a6, #000000e8),
      url(../img/objetivos.jpg);
    background-attachment: fixed;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: linear-gradient(360deg, #efefeff2, white);
    margin-top: 0%;
    padding: 5% 0px 5% 0px;
  }
  .title-servicios-obj {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #d9ab35;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 0%;
  }
  .subtitle-servicios-obj {
    font-family: "Archivo-Semibold" !important;
    text-align: center;
    color: #3f3f3f;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-top: 2%;
  }
  .text-servicios-obj {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #676767;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 3%;
  }

  /*********************************************************************
  *********************   PLANS
  **********************************************************************/

  .plans {
    background-color: #11110e;
    padding: 7% 0px;
    margin-top: 10%;
  }

  .title-servicios-plans {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 0%;
  }
  .subtitle-servicios-plans {
    font-family: "Archivo-Regular" !important;
    text-align: center;
    color: #9d9d9d;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 2%;
    margin-bottom: 10%;
  }

  .col-plans1 {
    background: linear-gradient(180deg, #c69435, #e0ba2c);
    padding: 10% 5%;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px #00000047;
    margin-top: -5%;
    transition: all 0.5s;
  }
  .col-plans1:hover {
    margin-top: -8%;
    transition: all 0.5s;
  }

  .btn-pricing1 {
    font-family: "Archivo-Bold";
    font-size: 1.5rem;
    background: #ffffff00;
    border: 1px #4d4d4d00 solid;
    border-radius: 0px !important;
    color: #2d2d2d;
  }
  .price-pricing1 {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    font-size: 2rem;
    margin-top: -3%;
  }
  .text-pricing1 {
    text-align: center;
    font-size: 12px;
    font-family: "Archivo-Regular";
  }
  .align-pricing1 {
    text-align: center;
  }
  .get-pricing1 {
    background: #ffffff;
    border: 3px #efefef solid;
    border-radius: 20px !important;
    padding: 5px 30px;
    color: #11110e;
  }
  .get-pricing1:hover {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .icon-pricing1 {
    color: #000000;
    text-align: center;
    font-size: 12px;
  }

  .itempricing1 {
    margin-bottom: 5%;
    font-size: 12px;
  }

  /* dos */

  .col-plans {
    background-color: #ffffff;
    padding: 10% 5%;
    min-height: 530px;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px #00000047;
    transition: all 0.5s;
    margin-bottom: 10%;
  }
  .col-plans:hover {
    margin-top: -5%;
    transition: all 0.5s;
  }

  .btn-pricing {
    font-family: "Archivo-Bold";
    font-size: 1.5rem;
    background: #ffffff00;
    border: 1px #4d4d4d00 solid;
    border-radius: 0px !important;
    color: #2d2d2d;
  }
  .price-pricing {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    font-size: 2rem;
    margin-top: -3%;
  }
  .text-pricing {
    text-align: center;
    font-size: 12px;
    font-family: "Archivo-Regular";
  }
  .align-pricing {
    text-align: center;
  }
  .get-pricing {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .get-pricing:hover {
    background: #4d4d4d00;
    border: 3px #4d4d4d solid;
    border-radius: 20px !important;
    padding: 5px 30px;
  }
  .icon-pricing {
    color: #000000;
    text-align: center;
    font-size: 12px;
  }

  .itempricing {
    margin-bottom: 5%;
    font-size: 12px;
  }

  .align-btn-plan {
    text-align: center;
    margin-top: 10%;
  }

  /*********************************************************************
  *********************   PIONEROS
  **********************************************************************/

  .pioneros {
    background-image: linear-gradient(#000000bf, #000000bf),
      url(../img/back-img.png);
    background-color: #ffffff;
    min-height: 530px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 2% 0px;
  }

  .title-pioneros {
    color: white;
    text-align: center;
    font-family: "Archivo-Bold";
    font-size: 3rem;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .play {
    width: 100%;
    cursor: pointer;
  }

  /*********************************************************************
  *********************   FORMULARIO
  **********************************************************************/

  .label-form-ab {
    color: white;
  }

  .form-content {
    background-image: url("../img/footer.png");
    background-color: #ffffff;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
    margin-top: 0%;
  }

  .title-form {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  .text-form {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }

  .subtitle-form {
    font-family: "Poppins-Bold" !important;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 3%;
  }

  .span-white {
    color: #fff;
  }

  .control-polish {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }
  .control-polish::placeholder {
    font-family: "Archivo-Regular";
    font-size: 14px;
    color: white;
  }
  .control-polish:hover {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }
  .control-polish:focus {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }

  .control-polish:active {
    background-color: #0000004a;
    font-family: "Archivo-Regular";
    font-size: 14px;
    border: 1px solid #ffffff78;
    color: white;
    box-shadow: none !important;
    min-height: 50px;
  }

  .social {
    background-color: #1d1d1d;
    padding: 20px;
  }

  .icons-footer-social {
    text-align: center;
  }
  .icon-footer {
    font-family: "Archivo-Regular" !important;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .copy {
    background: #141414;
    padding: 20px 0px 0px 0px;
  }
  .copy-title {
    font-family: "Archivo-Regular" !important;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
  }

  .link-ia {
    font-family: "Archivo-Regular" !important;
    text-decoration: none;
    color: #ffffff;
  }

  /**************************************************************************************************************************************************************  WHATSAPP ***********************************************************
*******************************************************************************************************************/

  .wssss {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #098b4c;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .biografia-seccion {
    background-image: linear-gradient(#00000000, #00000000),
      url(../img/back-bio.jpg);
    background-color: #ffffff;
    min-height: 530px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0px 2% 0px;
  }
  .section-biografia-seccion {
    margin-top: 3%;
  }

  .title-biografia-seccion {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #c59210;
    font-size: 2rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }
  .subtitle-biografia-seccion {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    color: #c59210;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 0%;
  }

  .text-biografia-seccion {
    font-family: "Archivo-Regular" !important;
    text-align: justify;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1%;
  }

  /* galery */

  .galery {
    margin-top: 10%;
  }

  .title-galery {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 4rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  .img-container-galery {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .img-img-galery {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .align-btn-galery {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  /* plans pagina */

  .title-plans-pag {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 4rem;
    line-height: 3rem;
    margin-top: 3%;
  }

  /* LOGINS */

  .title-registro {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }

  .btn-registro {
    background-color: #d9ac35;
    color: white;
    width: 100%;
    border-radius: 5px;
  }
  .btn-registro:hover {
    background-color: #d9ac35;
    color: white;
    width: 100%;
    border-radius: 5px;
  }

  .text-registrarme {
    font-family: "Archivo-Regular" !important;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }

  .link-registro {
    color: #d9ac35;
  }

  .collapse-astrid {
    margin-left: -10%;
  }

  /* mision vision valores */

  .mision-section {
    background-color: #ededed;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-mision {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-mision {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  .vision-section {
    background-color: #ffffff;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-vision {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-vision {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  .valors-section {
    background-color: #ededed;
    padding: 2% 3%;
    margin-top: 5%;
  }

  .title-valors {
    font-family: "Archivo-Bold" !important;
    color: #000;
    font-size: 4rem;
    text-align: start;
    margin-top: 10px;
  }
  .text-valors {
    font-family: "Archivo-Regular" !important;
    color: #000;
    font-size: 1.1rem;
    text-align: justify;
    margin-top: 10px;
  }

  /*********************************************************************************************
  ****************************  NUEVOS *********************************************************
  **********************************************************************************************/

  .events {
    background-image: linear-gradient(#000000ad, #000000),
      url(../img/events.png);
    background-color: #ffffff;
    min-height: 200px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0px 5% 0px;
    margin-bottom: 5%;
  }

  .title-evetns {
    font-family: "Archivo-Bold" !important;
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    margin-top: 10px;
  }

  .col-eventos {
    background-color: #f7f7f77a;
    padding: 3% 3%;
    border-radius: 25px;
    box-shadow: 0px 0px 12px 1px #0000001f;
  }

  .title-evento-general {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 2rem;
    text-align: start;
    margin-top: 5%;
  }

  .contenedor-evento-p {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .contenedor-evento-p2 {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .imagen-evento-p {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .btn-ver-plans {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
    border: 1px solid #d9d9d9;
  }
  .btn-ver-plans:hover {
    background-color: #d9d9d9;
    font-family: "Archivo-Regular";
    font-size: 1rem;
    color: #000000;
    padding: 10px 30px;
    border-radius: 0px !important;
    transition: all 0.5s;
    border: 1px solid #d9d9d9;
  }

  .content-plans {
    padding: 2% 2%;
  }

  .content-plans > h1 {
    color: #313131;
    font-family: "Archivo-Bold";
    font-size: 2.5rem;
    margin-bottom: 2%;
  }

  .content-plans > h2 {
    color: #595959;
    font-family: "Archivo-Regular";
    font-size: 1.8rem;
  }

  .content-plans > p {
    color: #000000;
    font-family: "Archivo-Regular";
    font-size: 1.1rem;
    text-align: justify;
  }
  .content-plans > h3 {
    color: #595959;
    font-family: "Archivo-Regular";
    font-size: 1.2rem;
  }

  .content-planes {
    padding: 2% 2%;
  }

  .col-plan-tienda {
    background-color: #ffffff54;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 1px #0000001f;
    padding: 5%;
  }

  .col-plan-tienda > h3 {
    font-family: "Archivo-Bold";
    color: #93847a;
    font-size: 1.8rem;
  }

  .col-plan-tienda > h4 {
    font-family: "Archivo-Bold";
    color: #696969;
  }

  .col-plan-tienda > ul {
    list-style: circle;
  }

  .col-plan-tienda > ul > li {
    color: #000000;
    text-align: justify;
  }

  .cant-producto-shop {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    font-size: 1rem;
    background: #141414;
    margin-right: 10px;
    color: white;
    border-radius: 0px !important;
  }
  .cant-producto-shop:focus {
    font-family: "Archivo-Bold" !important;
    text-align: start;
    font-size: 1rem;
    background: #141414;
    margin-right: 10px;
    color: white;
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  .agg-producto-shop {
    background-color: #d9ac35;
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }
  .agg-producto-shop:hover {
    background-color: #d9ac35;
    font-family: "Archivo-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: 0px 1px 4px 0px #00000024;
  }

  .btn-seguircompradno {
    width: 100%;
    background: #c5c4c4;
    padding: 2% 0px;
  }
  .btn-seguircompradno:hover {
    width: 100%;
    background: #c5c4c4;
    padding: 2% 0px;
  }

  .btn-ircheckout {
    width: 100%;
    padding: 2% 0px;
  }

  .title-evetns-cart {
    font-family: "Archivo-Bold" !important;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    margin-top: 10px;
  }

  /* checkout */

  .col-iniciasesioncheck {
    background: #f7f7f7;
    box-shadow: 0px 0px 5px 0px #0000001a;
  }
  .mensaje-careyperson {
    font-family: "Archivo-Regular" !important;
    color: #717171;
    font-size: 18px;
    text-align: start;
    margin-bottom: 5%;
  }
  .btn-regist-checkout {
    background-color: #a37a4e;
    color: white;
    border-radius: 5px;
  }

  .btn-regist-checkout:hover {
    background-color: #a37a4e;
    color: white;
    border-radius: 5px;
  }

  .title-producto-cart {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 14px;
  }

  .details-producto-cart {
    font-family: "Archivo-Regular" !important;
    color: #818181;
    font-size: 12px;
    margin-top: -5px;
  }

  .price-producto-cart {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 18px;
  }

  .finalcarrito-checkout {
    background-color: #000000d1;
    padding: 10px 20px;
    margin-top: 10%;
    color: white;
    padding-top: 2%;
  }
  .row-checkcart1 {
    margin-top: 2%;
  }

  .item-cart-check-one {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: start;
  }
  .item-cart-check-two {
    font-family: "Archivo-Medium" !important;
    color: #000000;
    font-size: 14px;
    text-align: end;
  }

  .item-cart-check-four-2 {
    font-family: "Archivo-Medium" !important;
    color: #ffffff;
    font-size: 20px;
    text-align: end;
  }

  .row-checkcart1 {
    margin-top: 2%;
  }

  .col-desglose-check {
    border-left: solid 1px #d9d9d996;
    background: #f7f7f740;
    padding-bottom: 10px;
  }

  .item-cart-check-three-2 {
    font-family: "Archivo-Medium" !important;
    color: #ffffff;
    font-size: 20px;
    text-align: start;
  }

  .producto-row-cart {
    margin-top: 5%;
    background: #eafbf500;
    box-shadow: 0px 0px 4px 1px #0000000f;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .number-cart-headlight {
    position: absolute;
    background-color: #7a6d33;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
    font-size: 12px;
  }

  .row-items-checkous {
    margin-bottom: 5%;
  }

  .col-payment-entrega {
    background-color: #f3f3f3;
    padding: 3% 5%;
    color: white;
  }

  .title-payment-entrega {
    font-family: "Archivo-Bold" !important;
    color: #2e2e2e;
    font-size: 1.5rem;
    text-align: start;
  }
  .text-payment-entrega {
    font-family: "Archivo-Regular" !important;
    color: #696969;
    font-size: 1rem;
    text-align: start;
  }

  /* STYLOS ASTRID NUEVOS */

  .title-section-blog {
    font-family: "Archivo-Bold" !important;
    color: #000000;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-top: 5%;
    text-align: center;
  }

  .contenedor-img-section-blog {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
  }

  .imagen-section-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .text-section-blog {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 1.5rem;
    text-decoration: none;
  }

  .link-section-blog {
    font-family: "Archivo-Regular" !important;
    text-align: start;
    font-size: 16px;
    color: #1b1b1b;
  }

  .contenedor-img-section-detalle {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5%;
  }

  .imagen-section-detalle {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .feedig {
    background: #f4f4f4;
    padding: 5% 0px;
  }

  .title-ig {
    font-family: "Archivo-bold" !important;
    text-align: center;
    color: #000;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 6%;
  }

  .textosdeplanes {
    margin-top: 5%;
    text-align: center;
    text-align: center;
    font-size: 14px;
    font-family: "Archivo-Regular";
  }

  .ourteam {
    margin-top: 10%;
    background-color: #11110e;
    padding: 5% 0px;
  }

  .title-ourteam {
    font-family: "Archivo-bold" !important;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5%;
  }

  .title-team1 {
    font-family: "Archivo-medium" !important;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
  }

  .ocupa-team1 {
    font-family: "Archivo-Regular" !important;
    font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}
