body {
  background-color: #ffffff;
}

#mobil-menu {
  background-color: #ffffff;

  .site-mobile-menu-body {
    display: inline-block !important;
    width: 100%;
  }

  .site-mobile-menu-header {
    .site-mobile-menu-close {
      .row {
        align-items: center;
      }

      .col-5 {
        text-align: right;
      }
    }
  }
}

.bottones-movil {
  width: 90%;
  border: solid 1px #897e7e;
}

.color_gris {
  color: #5E5B52;
}

.color_verde {
  color: #51892D;
}

.botton_footer {
  background-color: #096DC1;
  color: var(--wwwfigmacomwhite);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 600;
  width: -webkit-fill-available;
  border-radius: 15px;
}

.botton_footer:hover {
  background-color: #0256a5;
  color: white;
}

.Formulario3 div div a {
  font-size: 13px;
}

.Formulario3 div a {
  font-size: 13px;
}

a:hover {
  color: black;
}

#botton-inicio {
  color: black;
}

#botton-inicio:hover {
  color: #51892D;
}

.icon-menu {
  color: #51892D;
}

header .container-fluid {
  background: #ffffff00;
  display: flex;
  align-items: center;
}

.nav-link,
.nav-link a {
  display: inline;
}

.site-navbar .site-navigation .site-menu>div>a {
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  color: black;
}

p {
  margin-top: auto;
  margin-bottom: auto;
}

a {
  color: black;
}

.nav-link {
  font-weight: 400;
  padding: 0.5rem 0.45rem;
  font-size: 16px;
}

.btn_verde {
  padding: 0.5rem 1rem;
  background-color: #51892D;
  color: white;
}

.btn_verde:focus,
.btn_verde.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn_verde:hover {
  background-color: #74a157;
  color: white;
}

.btn_naranja {
  padding: 0.5rem 1rem;
  background-color: #ea9b1c;
  color: white;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.fondo_1 {
  background-size: cover;
  height: 85vh;
  /* padding-top: 5%; */
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.fondo_2 {
  align-items: center;
  background-image: url(../images/frame-127.1.png);
  background-size: 63%;
  background-position-x: 20px;
}

.text-frist {
  text-align: center;
  color: #FCFCFC;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
}

.cycles_text::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #ea9b1c;
  display: inline-block;
  margin: 0 15px 9px 0;
}

.borde_puntuacion {
  border-left: solid 3px #EFEFEF;
  border-right: solid 3px #EFEFEF;
}

.hr_1 {
  width: 70%;
  /* Ancho del guion medio */
  border: none;
  border-top: 2px solid #EFEFEF;
  /* Color y grosor del guion medio */
  margin: 20px auto;
  /* Margen para centrarlo verticalmente */
}

.box {
  /* margin: 100px auto; */
  /* width: 300px; */
  height: 50px;
  display: flex;
  justify-content: center;
}

.form-control:focus {
  color: #32374B;
  background-color: #ffffff;
  border-color: #69879D;
  -webkit-box-shadow: 0 0 0 0.2rem #007bff00;
  box-shadow: 0 0 0 0.2rem #007bff00;
}

.form-control {
  background-color: #ffffff;
  border-color: #CCD0E4;
  border-radius: 15px;
  color: var(--hoki);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  /* padding-bottom: 17px;
  padding-top: 10px; */
}

.container-1 {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-1 input#search {
  width: 300px;
  height: 50px;
  background: #ffffff;
  /* border: none; */
  font-size: 10pt;
  float: left;
  color: #59545493;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.container-1 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.container-1 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e;
}

.container-1 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e;
}

.container-1 input#search:-ms-input-placeholder {
  color: #65737e;
}

.container-1 .icon {
  position: absolute;
  /* top: 50%; */
  /* top: 25%; */
  margin-left: 17px;
  margin-top: 12px;
  z-index: 1;
  color:
    #4f5b66;
}

.span2 {
  text-decoration: line-through;
  color: #92908a;
}

/* header styling */
h1 {
  color: green;
}

/* pagination position styling */
.pagination_section {
  position: relative;
}

.pagination_section .active {
  background-color: #32374B;
  color: white;
}

/* pagination styling */
.pagination_section a {
  padding: 7px 13px;
  /* margin: px; */
  text-decoration: none;
  border-radius: 15%;
  color: #32374B;
  font-size: 14px;
  border-radius: 24px;
}

/* pagination hover effect on non-active */
.pagination_section a:hover:not(.active, .pagination_text, .pagination_text2) {
  background-color: #EEF2F5;
  color: #32374B;
}

/* pagination hover effect on active*/

.pagination_section a:nth-child(1) {
  font-weight: bold;
}

.pagination_section a:nth-child(6) {
  font-weight: bold;
}

.pagination_text {
  margin-right: 40px;
}

.pagination_text2 {
  margin-left: 40px;
}

/* modal */
.form-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.modal-header .close {
  margin: -1rem -1rem;
  color: #51892D;

}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

.close {
  :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
  }

}

/* animaicon */

.texto {
  position: relative;
  /* Añadido */
  transition: opacity 1s ease;
  /* Modificado */

}

@keyframes slidein {
  from {
    opacity: 0;
    top: -10px;
  }

  to {
    opacity: 1;
    top: 0px;

  }
}

.fade-in {
  animation-duration: 1s;
  animation-name: slidein;
}

@keyframes slideon {
  from {
    opacity: 1;
    bottom: 0px;
  }

  to {
    opacity: 0;
    bottom: -10px;
  }
}

.fade-on {
  animation-duration: 1s;
  animation-name: slideon;
}

.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}


/* pop */
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #5e5b52;
  color: white;
  padding: 10px;
  text-align: center;
  /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); */
  display: none;
  /* El anuncio estará oculto inicialmente */
  animation: slideUp 0.5s ease-in-out;

  p {
    color: white;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

/* hover productos */
.zoom {
  transition: transform .6s;
  background-color: #e9e7e3;
  border-radius: 3% 3% 0% 0%;
}

.zoom:hover {
  transform: scale(1.2);
  background-color: #ffffff00;
}

/* focus  */
.modal-header .close {
  margin: -1rem -1rem;
  color: #51892D;

}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

.close {
  :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
  }

}

.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.cycles_text {
  letter-spacing: 0.25em;
  font-weight: 600;
  color: #5e5b52;
}

.titulo_productos {
  color: #5e5b52;
  font-weight: 400;
  line-height: 1.2;

  span {
    font-weight: 500;
  }
}

input:focus-visible {
  /* outline-offset: 11px !important; */
  outline-color: #bebcb900;
  border: solid 1px #8e8c86;
}

input {
  border: solid 1px #bebcb9;
}

.btn_produc {
  color: #92908a;
}

.btn_produc:hover {
  background-color: #f4f0dd;
  color: #5e5b52;
}

.borde_inicio {
  border: solid 2px #b2c99e;
  padding: 15px;
  border-radius: 2%;

  div {
    background-color: #f4f0dd;
  }
}

.borde_boton {
  border-bottom: solid 2px #92908a;
}

.text-tarjeta h6 {
  color: #e7e3dc !important;
}

.titulo_productos {
  span {
    color: #ea9b1c;
  }
}

.quienes_somos {
  div {
    h2 {
      color: #5e5b52;
    }

    h5 {
      color: #92908a;
    }
  }
}

.item-producto {
  .contenedor {
    padding-bottom: 15px;
    border-bottom: solid 3px #51892D;
    max-width: fit-content;
    margin: 0 auto;

    button {
      overflow: hidden;
    }
  }

  h6 {
    color: #656464
  }

  p {
    color: #92908a;
  }

  .precio {
    color: #51892d;
  }
}

.formulario2 {
  div div label {
    color: #5E5B52;
  }
}

.redes_inco {
  justify-content: center
}

.redes_inco a {
  background-color: #dfe6eb;
  color: #69879d;
  border-radius: 10px;
}

.redes_inco a:hover {
  background-color: #d0dce5;
  color: #69879D;
}

.redes_inco button i {
  color: #F4F0DD;
}

.partada_contenedor {
  h6 {
    font-size: .9rem;
    font-weight: 400;
  }
}

#myModalnav2,
#myModalnav3 {
  padding-right: 15px;
}


@media only screen and (max-width: 600px) {

  #myModalnav2,
  #myModalnav3 {
    padding-right: 0px;
  }

  .fondo_1 {
    padding-top: 15px;
    /* padding-top: 55vw; */
    height: auto;
  }

  .fondo_2 {
    background-image: none;
  }

  .text-frist {
    font-size: 13px;
  }

  .pantalla_movil {
    margin-top: 17vh;
  }

  .text-tarjeta div h5 {
    font-size: 1.1rem;
    padding-right: 10px;
  }

  .text-tarjeta div h6 {
    font-size: .9rem;
    padding-right: 10px;
  }

  .text-tarjeta {
    margin-right: 2px;
  }

  .borde_puntuacion {
    border-left: solid 0px #92908a;
    border-right: solid 0px #92908a;
    border-top: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
  }

  .pagination_text {
    margin-right: 0px;
    /* display: none; */
  }

  .pagination_text2 {
    margin-left: 0px;
  }

  .display_none {
    display: none;
  }

  .text-footer div {
    padding: 10px !important;
  }

  .text-footer :nth-child(1) {
    text-align: left;
  }

  .text-footer :nth-child(2) {
    text-align: left;
  }

  .text-footer :nth-child(3) {
    text-align: left;
  }

  .titulo1 h1 {
    font-size: 2rem;
  }

  .titulo1 h6 {
    font-size: 1.2rem;
    font-weight: 400;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }
}

/* dispositivos grandes */
@media only screen and (min-width: 1200px) {
  .fondo_1 {
    background-size: 90%;
    background-position-x: center;
    background-position-y: center;
  }
}




/* nuevo codigo */

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Inter:900,700,600,800,500,400");

/* @font-face {
  font-family: "Organetto-UltraBold";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/organetto-ultrabold.ttf') format("truetype");
} */

:root {
  --alto: #d9d9d9;
  --applecomathens-gray: #000000;
  --applecomathens-gray-80: #000000;
  --applecomazure-radiance: #000000;
  --applecomblack: #000000;
  --applecomblack-16: #000000;
  --applecomblack-40: #000000;
  --applecomblack-42: #000000;
  --applecomblack-48: #000000;
  --applecomblack-56: #000000;
  --applecomblack-72: #000000;
  --applecomblack-88: #000000;
  --applecomdodger-blue: #000000;
  --applecomfrench-gray: #000000;
  --applecommercury: #000000;
  --applecommine-shaft: #000000;
  --applecommischka: #000000;
  --applecomscience-blue: #000000;
  --applecomshark: #000000;
  --applecomwhisper: #000000;
  --applecomwhite: #000000;
  --black: #0000007a;
  --ceramic: #fcfcfc;
  --eerie-black: #1e1e1e;
  --hoki: #69879d;
  --licorice: #121212;
  --nevada: #6a6e7f;
  --periwinkle: #ccd0e4;
  --porcelain: #eef2f5;
  --science-blue: #096dc1;
  --steel-gray: #242532;
  --steel-gray-2: #232531;
  --torch-red: #ff002a;
  --tuna: #32374b;
  --wwwfigmacomalto: #000000;
  --wwwfigmacomblack: #000000;
  --wwwfigmacomblack-10: #000000;
  --wwwfigmacomblack-5: #000000;
  --wwwfigmacomlynch: #000000;
  --wwwfigmacommercury: #000000;
  --wwwfigmacommine-shaft: #000000;
  --wwwfigmacommountain-meadow: #000000;
  --wwwfigmacomwhite: #ffffff;
  --wwwfigmacomwild-sand: #000000;

  --font-size-12px: 12px;
  --font-size-10px: 10px;
  --font-size-14px: 14.5px;
  --font-size-19px: 19px;
  --font-size-l: 22px;
  --font-size-m: 16px;
  --font-size-s: 13.2px;
  --font-size-xl: 26px;
  --font-size-xxl: 28px;
  --font-size-xxxl: 30px;
  --font-size-xxxxl: 48px;

  --font-family-inter: "Inter", Helvetica;
  --font-family-organetto-ultrabold: "Organetto-UltraBold", Helvetica;
}

/* scrol{ */
.sticky-wrapper {
  position: relative;
}

/* .scrolled{
  position: absolute;
} */

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin: 1.3rem 0 0;
}

.nav-item.dropdown .dropdown-toggle {
  pointer-events: none;
  /* Evita que el enlace reaccione al hacer clic */
}

.nav-pills .nav-link {
  cursor: pointer;
}

/* animaciones css */
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 55px;
  transform: translateX(-50%) scaleX(0);
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #0087ca;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}


/* fin animaciones */

/* navbar */

.dropdown-toggle::after {
  content: url('../images/icons/vector-1.svg') !important;
  border-top: 0 solid;
  vertical-align: 0px;
}

.informacion_contacto {
  color: var(--steel-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-12px);
  margin: 0;
}

.text_logo {
  color: var(--steel-gray);
  font-family: var(--font-family-organetto-ultrabold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.text_inicio {
  color: var(--steel-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-14px);
  font-style: normal;
  font-weight: 400;

}

.text_inicio_active {
  color: var(--steel-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-14px);
  font-style: normal;
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  /* font-weight: 400; */
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--steel-gray);
  font-weight: 400;
  text-decoration: none;
  background-color: #08080800;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f8f9fa00;
}

.dropdown-menu {
  border: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.icon-menu:before {
  /* content: "\e5d2"; */
  content: url('../images/icons/frame-7.svg') !important;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: none;
  margin-top: 8px;
}

.titulo_logo {
  font-weight: 800;
  line-height: 0;
  margin-bottom: 0rem;
}

.container_nav {
  background-color: white;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn_nav {
  font-weight: 700;
  background-color: var(--science-blue);
  color: white;
  border-radius: 50px;
  padding-right: 40px;
  padding-left: 40px;
}

.btn_nav2 {
  padding-right: 30px;
  padding-left: 30px;
  color: black;
  background-color: transparent;
  border: 1px solid;
  border-radius: 50px;
  border-color: var(--periwinkle);
  font-weight: 600;
  /* :hover{
    background-color: ;
  } */
}

/* inicio */
.title_1 {
  color: var(--steel-gray-2);
  font-family: var(--font-family-inter);
  /* font-size: 69px; */
  font-style: normal;
  font-weight: 800;
}

.icono_1 {
  width: 3.5%;
}

p {
  color: var(--tuna);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-14px);
  font-style: normal;
  font-weight: 400;
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(.7, .7, .7);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.button_arrow {
  position: static;
  height: 37px;
  width: 37px;
  top: 7px;
  right: 10px;
  left: 184px;
  background-color: #ffffff;
  background-size: cover;
  z-index: 4;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.btn_nav:hover {
  background-color: #0256A5;
  color: white;
}

.btn-hover {
  color: #0775a8;
  cursor: pointer;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  padding: 0.5rem .5rem;
}

.btn-ver {
  color: #0775a8;
  cursor: pointer;
  height: 45px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}

.btn-hover.color-9 {
  border-radius: 25px;
  display: flex;
  align-items: center;
}

.btn-hover.color-9 {
  background: linear-gradient(to right, #083579, #0989E5);
}

.btn-ver.color-8 {
  background: linear-gradient(to right, #266AD1, #0989E5);
}

.btn-hover:hover {
  background-position: 90% 0;
  background-image: linear-gradient(to right, #5183ce, #0b95f7);
}


.btn-hoverx.color-9 {
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #083579, #0989E5);
  transition: padding 0.3s ease-in-out, background 0.3s ease-in-out;
  padding: 12px 30px;
  overflow: hidden;
  /* Evita cambios bruscos */
}

.button_content {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Espaciado entre el texto y el icono */
  flex-grow: 1;
}

.btn-hoverx.color-9 {
  padding: 8px 11px;
}

.btn-hoverx.color-9:hover {
  padding: 12px 20px;
  /* Crece hacia los lados */
  background-position: 90% 0;
  background: linear-gradient(to right, #083579, #47A6EA);
}

.button_arrow {
  transition: transform 0.3s ease-in-out;
}

.btn-hoverx.color-9:hover .button_arrow {
  transform: translateX(10px);
  /* Mueve suavemente el icono a la derecha */
}



button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.button_text {
  position: static;
  z-index: 4;
  top: 7px;
  color: white;
  font-weight: 600;
  margin: 0;
}

.display-4 {
  font-size: 3.9rem;
}

.div_inicio {
  position: absolute;
  width: 85%
}

.text_anexo {
  color: var(--steel-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.p_anexo {
  color: var(--tuna);
  font-family: var(--font-family-inter);
  /* font-size: var(--font-size-m); */
  font-style: normal;
  font-weight: 400;
}

.lista li:hover {
  color: #0087ca;
}
.lista li a:hover {
  color: #0087ca;
}

/* Icon when the collapsible content is shown */
.btn3:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}

/* Icon when the collapsible content is hidden */
.btn3.collapsed:after {
  content: "\e080";
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: linear-gradient(to right, #266AD1, #0989E5);
  color: var(--ceramic);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  /* font-weight: 600; */
}

.nav-link2,
.nav-link2 a {
  display: block;
  color: var(--steel-gray);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.c_group1 {
  .card {
    border: 0px solid rgba(0, 0, 0, 0);
    background-color: #EEF2F5;
    border-radius: 25px;

    .card-footer,
    .card-body {
      background-color: #ffffff;
      border-radius: 25px !important;
      border-top: 0px solid rgba(0, 0, 0, 0);
    }
  }

  .card-title {
    color: var(--steel-gray);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-14px);
    font-style: normal;
    font-weight: 700;
  }

  .card-subtitle {
    color: var(--nevada);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-12px);
    font-style: normal;
    font-weight: 400;
  }
}

.c_group2 {
  display: flex;
  gap: 20px;
}

#c_group2 .card {
  margin: 20px;
  border: 1px solid #CCD0E4;
  border-radius: 10px;
  overflow: hidden !important;
}


.text_nuestros {
  color: var(--tuna);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-14px);
  font-style: normal;
  font-weight: 400;
  line-height: initial;

}

.conecta_card {
  justify-content: space-between;
  align-items: center;
  background-color: #EEF2F5;
  border-radius: 25px;
  margin-right: 0px;
  margin-left: 0px;

  div {
    align-content: center;
  }
}

.text_m {
  color: var(--tuna);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  text-align: right;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}

.text_m::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 2px;
  background-color: #096dc1;
}

/* tarjetas de youtube */
.custom-video-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.custom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.945);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.custom-video-container:hover .custom-overlay {
  opacity: 1;
}

.custom-text {
  color: rgb(14, 14, 14);
  font-size: 20px;
  text-align: left;
  padding: 25px;

  p {
    font-size: var(--font-size-10px);
  }
}

iframe {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
}


.fondo_logotipo {
  background-color: #EEF2F5;
  border-radius: 25px;
}

.li_footer {
  padding: 0;
}

.title_2 {
  color: var(--hoki);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 800;
}

.title_3 {
  color: var(--hoki);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l9px);
  font-style: normal;
  font-weight: 700;
}

.li_footer {
  color: var(--hoki);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 500;
}

.text-footer {
  color: var(--porcelain);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  background-color: var(--steel-gray);
  border-radius: 25px 25px 0 0;
}

.text-copyright {
  color: var(--porcelain);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 500;
}


/* modal*/
.modal-dialog {
  background-color: rgba(0, 0, 0, .75);
  width: 100vh;
  height: 100vh;
}

.modal-content {
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  border: 0;
  border-radius: 0rem;
  /* width:auto; */
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0rem;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.iframe_modal {
  /* width: 978px; */
  /* height: 550px; */
  background-color: rgba(0, 0, 0, .75);
}

.modal-dialog-centered {
  flex-direction: row;
  justify-content: center;
}

.close {
  position: absolute;
  right: 5px;
  font-size: 2.5rem;
  top: 5px;
  color: aliceblue;
  font-weight: 400;
}

.close:hover {
  color: #ffffff;
}

/* soporte */
.tarjeta_img {
  background-image: url(../images/nuestra_empresa.png);
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 25px;
}

.tarjeta2 {
  background-image: url(../images/infrstructura.png);
}

.tarjeta3 {
  background-image: url(../images/informacion.png);
}

.font-m {
  font-size: var(--font-size-m);
}

.font-12 {
  font-size: var(--font-size-12px);
}

.color-9 .fa-arrow-right {
  transition: transform 0.2s ease-in-out;
}

.color-9:hover .fa-arrow-right {
  transform: rotate(357deg);
}

.vector_1 svg {
  transition: transform .5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.vector_1:hover svg {
  transform: translateY(10px);
  color: #096DC1;

}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.vector_1:hover .icon {
  animation: rotate360 0.6s ease-in-out;
}

.plus-icon {
  color: white;
  display: inline-block;
  transition: transform 0.6s ease-in-out, color 0.6s ease-in-out, letter-spacing 0.6s ease-in-out;
  transform-origin: center;
  /* Rota alrededor de su propio centro */
}

.color-8 {
  transition: padding 0.6s ease-in-out, background-color 0.6s ease-in-out;
  /* Transiciones para el botón */
  padding: 10px 20px;
  /* Padding inicial */
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-8:hover {
  padding-left: 30px;
  /* Aumenta el padding lateral sin deformar */
  padding-right: 30px;
}

.color-8:hover .plus-icon {
  transform: rotate(180deg);
  /* Gira el ícono en su propio eje */
  letter-spacing: 5px;
  /* Alarga el ícono */
}

.icon-rotate,
.icon-rotate2 {
  transition: transform 0.3s ease-in-out;
}

.rotate-180 {
  transform: rotate(180deg);
}

.text-cl {
  text-align: center;
}

/* quienes sm */
/* Animación suave del grupo */
.svg-group {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

/* Área invisible más grande para mejorar detección */
.hover-area {
  fill: transparent;
  stroke: none;
  pointer-events: all;
}

/* Efecto de hover sin brincos */
.svg-group.hovered {
  transform: translateY(-15px);
}

/* Modal flotante */
.custom-modal {
  width: 250px;
  /* display: none; */
  visibility: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: auto;
}

/* Eliminar interferencia del fondo */
.custom-modal .modal-header {
  border-bottom: none;
}

.custom-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal.visible {
  visibility: visible;
  opacity: 1;
}

#modal1,
#modal2,
#modal3 {
  position: absolute;
  background-size: cover;
  width: 190px;
  height: 190px;
  border-radius: 22px;
}

#modal1 .modal-footer,
#modal2 .modal-footer,
#modal3 .modal-footer {
  border-radius: 15px;
  justify-content: center;
  border-top: 0px;
}

#modal1 {
  /* top: 250px; */
  left: 90px;
  bottom: 200px;
  background-image: url(../images/sonora.png);
}

#modal1 .modal-footer {
  background-color: #19B27D;
}

#modal2 {
  bottom: -30px;
  left: 210px;
  background-image: url(../images/aguascalientes.png);
}

#modal2 .modal-footer {
  background-color: #329FED;
}

#modal3 {
  right: 100px;
  bottom: 50px;
  background-image: url(../images/merida.png);
}

#modal3 .modal-footer {
  background-color: #FF2E51;
}

.icono_qs {
  width: 5%;
}

/* animaciones de acordion */
.svg-rotate-down {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.svg-rotate-up {
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

.svg2-rotate-down {
  transform: rotate(360deg);
  transition: transform 0.5s ease-in-out;
}

.svg2-rotate-up {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.vector-arriba {
  color: #096dc1;
}

svg {
  transition: color 0.3s ease-in-out;
}
.img-infres{
  width: 33%;
}


/* responsive */

/* Estilos para móviles (pantallas pequeñas) */
@media only screen and (max-width: 599px) {
  .img-infres{
    width: 55%;
  }
  .display-4 {
    font-size: 2.2rem;
  }

  .icono_1 {
    width: 6%;
  }

  p {
    font-size: var(--font-size-m);
  }

  .div_inicio {
    position: absolute;
    width: 85%
  }

  .button_arrow {
    position: static;
    height: 37px;
    width: 37px;
    background-color: #ffffff;
    background-size: cover;
    z-index: 4;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
  }

  .button_text {
    position: static;
    z-index: 4;
    top: 0px;
    color: white;
    font-weight: 600;
    margin-bottom: 0.0rem;
  }

  .btn-hover {
    color: #0775a8;
    cursor: pointer;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    padding: 0.5rem .5rem;
  }

  .btn-ver {
    color: #0775a8;
    cursor: pointer;
    height: 45px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
  }

  .btn-hover.color-9 {
    background: linear-gradient(to right, #083579, #0989E5);
  }

  .btn-ver.color-8 {
    background: linear-gradient(to right, #266AD1, #0989E5);
  }

  .btn-hover:hover {
    background-position: 90% 0;
    background-image: linear-gradient(to right, #5183ce, #0b95f7);
  }

  button:focus {
    outline: 0px auto -webkit-focus-ring-color;
  }

  .embed-responsive {
    /* height: 329px; */
    height: 262px;
  }

  .fondo_logotipo {
    background-color: #eef2f500;
    border-radius: 25px;
  }

  .text_m {
    color: var(--tuna);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-left: 0.25rem;
  }

  .text_m::after {
    left: 0;
    margin-left: 5px;
    height: 60%;
    width: 2.4px;
  }

  .text_m {
    text-align: left;
    padding-left: 1.25rem;
  }

  .title_3 {
    color: var(--hoki);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
  }

  .li_footer {
    color: var(--hoki);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
  }

  .title_2 {
    font-size: var(--font-size-xl);
  }

  .redes_inco {
    justify-content: space-between;

    .btn {
      padding: 0.5rem 0.5rem !important;
      display: flex;
    }
  }

  .svg-inline--fa {
    width: 20px;
    height: 20px;
    padding: 3px;
  }

  .iframe_modal {
    width: 100%;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, .75);
  }

  .img_inico {
    width: -webkit-fill-available;
  }

  .text_inico {
    font-size: var(--font-size-12px);
    display: flex;
    align-items: center;
  }

  .fa-circle {
    width: 10px;
    height: 10px;
  }

  .container_nav {
    border-radius: 0px 0px 0px 0px;
  }

  .tarjeta_img {
    height: 220px;
    border-radius: 0px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .text-cl {
    text-align: left;
  }

  .custom-text p {
    font-size: var(--font-size-s);
  }

  .text-mm {
    font-size: var(--font-size-12px);
  }

  #modal1 {
    left: 25%;
    bottom: 0px;
    visibility: visible;
    opacity: 1;
  }

  #modal2 {
    bottom: 0px;
    left: 25%;
  }

  #modal3 {
    left: 25%;
    bottom: 0px;
  }

  .padding-mapa {
    padding-bottom: 13rem;
  }

  .icono_qs {
    width: 10%;
  }

  .button_text {
    font-size: 1.3rem;
  }

  .tarjeta2 {
    background-image: url(../images/infrestructura_m.png);
    height: 239px;
  }

  .tarjeta3 {
    background-image: url(../images/informacion_m.png);
    height: 239px;
  }

}

/* Estilos para tablets (pantallas de 600px a 899px) */
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .container_nav {
    border-radius: 0px 0px 0px 0px;
  }

  .mobil_inicio .hover-underline-animation::after {
    width: 33px;
  }

  .close .icon-menu:before {
    content: url(../images/icons/x.png) !important;
  }

  .display-4 {
    font-size: 2.6rem;
  }

  .fondo_1 {
    height: auto;
    padding-top: 10px;
  }

  .text_m {
    text-align: left;
  }

  .iframe_modal {
    height: 431px;
  }

  .box_center_tb {
    display: flex;
    justify-content: center;
  }

  .text_m {
    text-align: left;
    padding-left: 1.25rem;
  }

  .text_m::after {
    left: 0;
    margin-left: 5px;
    height: 60%;
    width: 2.4px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .text-cl {
    text-align: left;
  }

  .custom-text p {
    font-size: var(--font-size-s);
  }

  .button_text {
    position: static;
    z-index: 4;
    top: 0px;
    color: white;
    font-weight: 600;
    margin-bottom: 0.0rem;
  }

  .button_text {
    font-size: 1.3rem;
  }

  .title_2 {
    display: flex;
    justify-content: center;
  }
}

/* Estilos para pantallas medianas (900px a 1199px) */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text_m {
    text-align: right;
  }

  .container_nav {
    border-radius: 0px 0px 25px 25px;
  }

  .display-4 {
    font-size: 3.7rem;
  }

  .fondo_1 {
    height: auto;
    padding-top: 15px;
  }

  .text_m::after {
    right: 0;
  }

  .modal-content {
    width: auto;
  }

  .iframe_modal {
    width: 978px;
    height: 550px;
  }
}

/* Estilos para pantallas grandes (PCs y monitores grandes, 1200px en adelante) */
@media only screen and (min-width: 1200px) {
  .text_m {
    text-align: right;
  }

  .container_nav {
    border-radius: 0px 0px 25px 25px;
  }

  .display-4 {
    font-size: 3.7rem;
  }

  .fondo_1 {
    height: auto;
    padding-top: 15px;
  }

  .text_m::after {
    right: 0;
  }

  .modal-content {
    width: auto;
  }

  .iframe_modal {
    width: 978px;
    height: 550px;
  }
}