@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    height: 100vh;
    font-family: 'Wix Madefor Display', sans-serif;
}

a{
    text-decoration: none;
}

/*INICIO HEADER*/

.divIdiomas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
  z-index: 2;
  transition: background-color .6s cubic-bezier(.19,1,.22,1);
  transition: all 1s ease 0s;
  height: 50%;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-width: 30%;
  background-color: #273749ab;
  backdrop-filter: blur(30px);
}

.encabezadoModal {
  display: flex;
  width: 100%;
  padding: 0px 20px;
  color: #f2e5e1;
}

.encabezadoModal .em1 {
  width: 50%;
  text-align: left;
}

.encabezadoModal .em2 {
  width: 50%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btnCerrarModal {
  cursor: pointer;
  display: block;
}

.btnCerrarModal img {
  width: 30px;
}

.opIdiomas {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.opIdiomas a {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  display: flex;
  color: #F2E5E1;
  cursor: pointer;
  text-decoration: none;
}

.activeIdioma {
  outline: none;
  background: #1a2b3e;
}

.navPrimary, .navSecundary {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    z-index: 2;
    transition: 1s;
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: 1s;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px #333;
  }

  .navSecundary{
    background-color: #273749ab;
  backdrop-filter: blur(30px);
  }

  .navPrimary {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: #F2E5E17D;
  -webkit-backdrop-filter: saturate(100%) blur(20px);
  backdrop-filter: saturate(100%) blur(20px);
  }

  .navPrimary ul, .navSecundary ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
  }

  .navPrimary ul li, .navSecundary ul li {
    margin: 0 5px;
  }

  .menuS > li {
    float: left;
    text-align: left;
  }

  .navPrimary ul li a {
    color: #0e1c35;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 8px 20px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    text-transform: uppercase;
    cursor: pointer;
    transition: 1s;
    border-bottom: solid 1px #192a3c00;
  }

  .navPrimary ul li a:hover {
    border-bottom: solid 1px #192a3c29;
    transition: 1s;
  }

  .containerFlexRow, .containerMenu {
    width: 100%;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .containerFlexColumn {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  input[type="checkbox"] {
    display: none;
  }

  .menu-btn{
    display: none;
  }

  .navPrimary .menu-btn i, .navSecundary .menu-btn i {
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }

  .navPrimary ul li a.active {
    color: var(--color-primary);
    transition: 1s;
    font-weight: 600;
    cursor: pointer;
  }

  .mi-div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s ease, height 0.5s ease;
    z-index: 2;
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    backdrop-filter: saturate(10%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: all 3s ease 0s;
  }

  .gallery-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: transform 0.3s ease;
  }

  .containerPaddingTop2 {
    padding: 100px 120px 100px 120px;
    min-height: 100vh;
  }

  #containerA {
    overflow-x: scroll;
    white-space: nowrap;
    height: 100%;
    margin-top: 10px;
    width: 100%;
    margin-top: 130px;
  }

  #containerA p, a .parrafo-m {
    color: #cc8b8b;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal;
  }

  #containerA h1, a .parrafo-g {
    color: #1b2b3e;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
  }

  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A2B3ED1;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
    cursor: pointer;
  }

  .text-overlay h2 {
    color: white;
    text-align: center;
  }

  .text-overlay p {
    color: white;
    text-align: center;
    padding: 10px;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: black;
    justify-content: center;
    align-items: center;
  }

  .cerrar {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
  }

  .modal-contenido {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.2s ease;
  }

  .btnMenuGaleria {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #image-container {
    width: 100%;
    height: 80vh;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .moverScroll {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .moverScroll a {
    border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  border: solid 1px #333;
  }

  .moverScroll a:hover {
    background-color: #F2E5E1;
  }

  .moverScroll a img {
    width: 1rem;
  filter: invert(100%);
  }

  #image-container img {
    display: inline-table;
  margin-right: 30px;
  width: 500px;
  height: 65vh;
  object-fit: cover;
  max-width: 100%;
  }

  .btnMenu {
    display: none;
    justify-content: center;
    align-items: center;
  }

  .btnMenuGaleria img, .btnMenu img {
    max-width: 20px;
    max-height: 20px;
    cursor: pointer;
  }

  .menuContent {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top: 10px;
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: all 1s ease 0s;
  }

  #menuResponsive {
    width: 100%;
    margin: 70px 0 0;
    text-decoration: none;
    flex-direction: column;
    justify-content: revert-layer;
    transition: opacity 0.5s ease, height 0.5s ease;
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: all 1s ease 0s;
    text-align: left;
  }

  #menuResponsive a {
    text-decoration: none;
    color: #1B2B3E99;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
  }

  #menuResponsive a.active {
    color: var(--color-primary);
  }

.menuP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    position: fixed;
    top: 30px;
    z-index: 1000;
    width: 500px;
    max-width: 90%;
}

.logo img {
    width: 200px;
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.menu-desplegable {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #333;
    z-index: 1001;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: max-height 2.0s ease;
}

.menu-desplegable a {
    display: block;
    color: white;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

.menu-desplegable a:hover {
    color: #667469;
}

@media only screen and (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .menu-desplegable {
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        display: block;
        height: 100vh;
        /* Ocupa el 100% de la altura de la ventana */
        padding: 0;
    }

    .menu-desplegable.show {
        max-height: 100vh;
        opacity: 1;
        padding: 50px;
        /* Nuevo: Agregado padding cuando se muestra */
    }

    .menu-desplegable a {
        margin-right: 0;
    }
}

.menu-toggle {
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1000;
    color: #ffedd4;
}

.menu.active {
    transform: translateY(0);
    transition: 3s;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #04231eb0;
    backdrop-filter: blur(40px);
    transition: transform 0.5s ease;
    z-index: 999;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: 3s;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 30px;
}

.menu ul li {
    padding: 10px 0;
    justify-content: center;
  display: flex;
}

.menu ul li a {
    color: #ffedd4;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
    transition: all 1s;
    padding: 10px 20px;
    width: 500px;
    justify-content: space-between;
  display: flex;
}

.menu ul li a:hover {   
    background-color: #ffedd426;
    padding: 10px 70px;
    border-radius: 5px;
}

.menu ul li a i {
    display: inline-block;
    transition: transform 1s ease; /* Aplica la transición */
    margin-left: 80px;
}

.menu ul li a:hover i {
    transform: rotate(-45deg);
    transition: transform 1s ease;
}

#menu-icon {
    transition: transform 1s ease, opacity 1s ease;
}

.rotate-out {
    transform: rotate(180deg);
    opacity: 0;
}

.rotate-in {
    transform: rotate(0deg);
    opacity: 1;
}


/*FIN HEADER*/

.bg-dgr{
    background: rgb(4,35,30);
    background: linear-gradient(14deg, rgba(4,35,30,1) 0%, rgba(177,174,156,1) 46%, rgba(202,194,174,1) 70%, rgba(255,237,212,1) 100%); 
}

.bg-p {
    background-color: #04231e;
    /*#04231e*/
}

.bg-pd {
    background-color: #ffedd417;
    backdrop-filter: blur(30px);
}

.bg-p-blur {
    background-color: #04231ec4;
    backdrop-filter: blur(30px);
}

.bg-p1 {
    background-color: #87BBA5;
}

.bg-s {
    background-color: #E3BA94;
}

.bg-s1 {
    background-color: #F6F2F1;
}

.txt-color-p {
    color: #101C17;
}

.txt-color-p1 {
    color: #101c1794;
}

.txt-color-s {
    color: #D8AB87;
}

.txt-color-s1 {
    color: #FFEDD4;
}

.txt-color-s2 {
    color: #ffedd491;
}

.txt-cursiva{
        font-family: "Libre Baskerville", serif;
        font-style: italic;
}

.title-main {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.title-main span {
    font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #E3BA94;
}

.title-c {
    font-size: 25px;
    line-height: 1;
}

.title-m {
    font-size: 40px;
    line-height: 1;
}

.title-g {
    font-size: 90px;
    line-height: 1;
    margin: 0;
}

/* Tamaño de textos */
.title_xg {
    font-size: 19.2352941176vw;
    line-height: 1;
}

.title_xg span {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
}

.parrafo-c {
    font-size: 12px;
}

.parrafo-m {
    font-size: 16px;
    margin: 0;
}

.parrafo-g {
    font-size: 22px;
}

.padding-tp-max {
    padding: 150px 0px 0px;
}

.grupo-cards .card {
    background-color: #ffedd41f;
    padding: 20px;
    height: 100%;
    transition: 1s;
}

.grupo-cards .card:hover {
    border: solid 1px #FFEDD4;
    transition: 1s;
}

.grupo-cards .card-p {
    background-color: #04231e;
    padding: 20px;
    height: 100%;
    transition: 1s;
}

.grupo-cards .card-p:hover {
    transition: 1s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #04231ec5;
}


.grupo-redes a img{
    width: 30px;
    margin-right: 20px;
}

.grupo-redes a:hover img{
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.containerRedesSociales {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.mini-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.br {
    border-radius: 20px;
}

.cardInfo {
    padding: 30px;
    transition: 1s;
}

.cardInfo:hover{
    transition: 1s;
    padding: 30px;
    border: solid 0.5px #04231e;
}

.cardInfo img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.cardInfo .img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.cardInfo.border-p{
  padding: 20px;
  height: 100%;
  border: solid 1px #1b2b3e;
}

.grupoEtiquetas div {
    border: solid 1px #04231e;
    padding: 10px;
    font-size: 12px;
    color: #04231e;
    margin-right: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    transition: 1s;
}

.grupoEtiquetas div:hover {
    border: solid 1px #04231e;
    color: #C79A69;
    background-color: #04231e;
    transition: 1s;
    cursor: pointer;
}

.grupoEtiquetas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.grupoEtiquetas input[type="checkbox"] {
    display: none;
}

.grupoEtiquetas label {
    border: solid 1px #FFEDD4;
    padding: 10px 20px;
    font-size: 14px;
    color: #FFEDD4;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

.grupoEtiquetas label:hover {
    border: solid 1px #E3BA94;
    background-color: #04231e27;
    color: #E3BA94;
}

.grupoEtiquetas input[type="checkbox"]:checked + label {
    border-color: #C79A69;
    background-color: #04231e;
    color: #C79A69;
}

input, textarea{
  background: #ffffff12 !important;
  color: #ffedd4 !important;
}

button{
    background-color: #E3BA94;
    border: solid 1px #E3BA94;
    padding: 10px !important;
}

button:hover{
    background-color: #b79371;
    border: solid 1px #E3BA94;
    padding: 10px;
}

.link-btn{
    background-color: #04231e;
    color: #FFEDD4;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.link-btn:hover{
    background-color: #04231e;
    color: #b79371;
    cursor: pointer;
}

.link-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight: 500;
    flex-direction: column;
}

.link-img i {
  font-size: 30px;
}

.link-img.color-s a, .link-img.color-s i{
    color: #E3BA94;
}

.link-img a, .link-img i{
    color: #04231e;
}

.link-img i {
    margin-right: 20px;
    transition: 1s;
}

.link-img:hover i {
    margin-right: 0px;
    transition: 1s;
    cursor: pointer;
}

.c-img-100 img {
    width: 100%;
}

.bb-s1 {
    border-bottom: solid 1px #FFEDD4;
}

.bb-p {
    border-bottom: solid 1px #04231e53;
}

.card-p:hover i{
    margin-right: 0px;
    transition: 1s;
    cursor: pointer;
}

.nameLogo {
    font-size: 30px;
    margin: 0;
}

.parrafo-c {
    font-size: 12px;
}

/* Sección parallax */
.parallax {
    position: relative;
    height: 50vh;
    background-image: url('/img/floor_concreto.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.parallax2 {
    position: relative;
    height: 50vh;
    background-image: url('/img/piso10r.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Para centrar el contenido sobre el fondo parallax */
.content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
}

.content h1 {
    font-size: 3rem;
    color: #333;
}

.title {
    width: 100%;
    top: 20vh;
    right: 0;
    overflow: hidden;
    pointer-events: none;

    p {
        white-space: nowrap;
        animation: marquee 10s linear infinite;
    }

    z-index: 10;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #04231e;
    flex-direction: column;
    overflow: hidden;
  }
  
  .contentPortada {
    text-align: left;
    position: relative;
    width: 900px;
    max-width: 100%;
    display: flex;
  }
  
  .paragraph {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .image {
    width: 500px;
    height: auto;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }
  
  .bottom-paragraph {
    font-size: 350px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    white-space: nowrap;
    line-height: 0;
    font-weight: 700;
  }
  
  .bottom-paragraph span {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
  }
  
  ul {
    list-style-type: none;
    /* Esto elimina los puntos */
  }

@keyframes marquee {
    0% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(-141.5vw, 0);
    }
}

.title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    color: white;
    font-family: poppins;
    font-size: 100px;
    font-weight: 600;
}

.container-footer {
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("https://vacoi.com.mx/images/footerFondo.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
}

.menuLateral {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
}

.enlaceML,
.menuLateral .enlaceColorPrimary {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--color-primary);
    cursor: pointer;
}

.divIcon img {
    width: 10px;
    margin-right: 10px;
}

.enlaceML {
    color: #FFEDD4;
    border-bottom: solid 1px #F2E5E11F;
}

.enlaceML:hover {
    color: #FFEDD4;
    backdrop-filter: saturate(100%) blur(20px);
    transition: 1s;
}

/*Animacion de elevación de textos*/
/*Animacion de elevación de textos*/
.elevarArriba {
    opacity: 0;
    transition: all 1s;
    animation: elevarAbajo 1s;
}

.show {
    opacity: 1;
    transition: all 1s;
    animation: elevarArriba 1s;
}

/* Estilos para slider automatico */

.center {
    width: 100%;
    height: 100%;
  }
  
  .title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    color: white;
    font-family: poppins;
    font-size: 100px;
    font-weight: 600;
  }
  
  .slider {
    width: 100%;
    height: fit-content;
    overflow: hidden;
  }
  
  .itemsLeft {
    width: fit-content;
    display: flex;
    animation: slide 50s linear infinite;
  }
  
  .itemsRight {
    width: fit-content;
    display: flex;
    animation: slide 30s reverse infinite;
  }
  
  .item {
    width: 300px;
    border-radius: 10px;
    margin: 10px;
  }
  
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-50%);
    }
  }

@keyframes elevarArriba {
    100% {
        transform: translateY(0px);
    }

    0% {
        transform: translateY(60px);
    }

}

@keyframes elevarAbajo {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(60px);
    }
}

.invisibleAbajo {
    opacity: 1;
    transition: 1s;
}

/* Dispositivos pequeños (teléfonos en vertical, menos de 576px) */
@media (max-width: 575.98px) {

    .title-m {
        font-size: 30px;
        line-height: 1;
      }

    .title-g {
        font-size: 40px;
        line-height: 1;
        margin: 0;
      }

      .bottom-paragraph {
        font-size: 160px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        white-space: normal;
        line-height: 1;
        font-weight: 700;
        text-align: center;
      }

      .image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        z-index: 1;
        position: relative;
        padding: 40px;
      }

      .contentPortada {
        text-align: left;
        position: relative;
        width: 900px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
      }

      .title-main {
        font-size: 50px;
        line-height: 1;
        padding: 20px !important;
        margin-top: 150px;
      }

      .btnMenu {
        cursor: pointer;
        display: flex;
      }

      .navPrimary ul, .navSecundary ul {
        display: none;
      }
}

/* Dispositivos medianos (teléfonos en horizontal o tablets pequeñas, entre 576px y 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
.title-g {
        font-size: 50px;
        line-height: 1;
        margin: 0;
      }

      .title-main {
        font-size: 40px;
        line-height: 1;
        text-transform: uppercase;
        margin-top: -180px;
      }

      .navPrimary ul, .navSecundary ul {
        display: none;
      }
      .btnMenu {
        cursor: pointer;
        display: flex;
      }

      .secionIdiom {
        background: #1b2b3e;
        padding: 10px;
        text-align: center;
        color: #f3e5e1;
        cursor: pointer;
      }

      .menuContent {
        display: flex;
        flex-direction: row;
        justify-content: end;
        padding-top: 20px;
        -webkit-backdrop-filter: saturate(0%) blur(20px);
        transition: background-color .6s cubic-bezier(.19,1,.22,1);
        transition: all 1s ease 0s;
        width: 100% !important;
      }
}

/* Dispositivos grandes (tablets y pequeños portátiles, entre 768px y 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

  
    .title-g {
        font-size: 50px;
        line-height: 1;
        margin: 0;
      }

      .btnMenu {
        cursor: pointer;
        display: flex;
      }

      .navPrimary ul, .navSecundary ul {
        display: none;
      }

      .navPrimary.abajo {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        position: fixed;
        z-index: 2;
        transition: 1s;
        background-color: var(--bg-color-backdrop-secundary);
        -webkit-backdrop-filter: saturate(100%) blur(20px);
        transition: background-color .6s cubic-bezier(.19,1,.22,1);
        transition: 1s;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
      }

      #menuResponsive .active {
        text-decoration: none;
        color: var(--color-primary);
        font-size: 2.5rem;
        line-height: 1.1;
        font-weight: 500;
        padding-bottom: 20px;
      }

      .menuContent {
        display: flex;
        flex-direction: row;
        justify-content: end;
        padding-top: 20px;
        -webkit-backdrop-filter: saturate(0%) blur(20px);
        transition: background-color .6s cubic-bezier(.19,1,.22,1);
        transition: all 1s ease 0s;
        width: 100% !important;
      }

      .mi-div {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        z-index: 100;
        -webkit-backdrop-filter: saturate(100%) blur(20px);
        backdrop-filter: saturate(100%) blur(20px);
        -webkit-transition: 1s linear;
        transition: 1s linear;
      }

      .btnMenu {
        cursor: pointer;
        display: flex;
      }
      
      .navPrimary ul, .navSecundary ul {
        display: none;
      }

      .secionIdiom {
        background: #1b2b3e;
        padding: 10px;
        text-align: center;
        color: #f3e5e1;
        cursor: pointer;
      }

      .containerFlexColumn {
        width: 100%;
        flex-direction: column;
        background-color: var(--bg-color-secundary-light);
        padding: 20px;
        justify-content: space-between;
        display: flex;
        margin-right: auto;
        margin-left: auto;
      }
}

/* Dispositivos extra grandes (pantallas medianas y grandes, entre 992px y 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .menuContent {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top: 20px;
    -webkit-backdrop-filter: saturate(0%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: all 1s ease 0s;
    width: 100% !important;
  }

  .menuContent {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top: 20px;
    -webkit-backdrop-filter: saturate(0%) blur(20px);
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    transition: all 1s ease 0s;
    width: 100% !important;
  }

}

/* Dispositivos extra extra grandes (pantallas grandes, más de 1200px) */
@media (min-width: 1200px) {
}

