
/* Estilos para el header */
#header {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* Estilos para el logo */
#header img {
    transition: all 0.3s ease;
}

#header img:hover {
    transform: scale(1.05);
}

/* Estilos para la navbar */
#navbar {
    display: flex;
}

#navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

#navbar ul li {
    position: relative;
    padding: 0 15px;
}

#navbar ul li a {
    color: #011c40;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

#navbar ul li a:hover {
    color: #0d6efd;
}

/* Estilos para el dropdown */
#navbar ul li.dropdown > a {
    position: relative;
}

#navbar ul li.dropdown > a i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

#navbar ul li.dropdown:hover > a i {
    transform: rotate(180deg);
}

#navbar ul li.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1001;
    flex-direction: column;
    padding: 10px 0;
}

#navbar ul li.dropdown:hover ul {
    display: block;
}

#navbar ul li.dropdown ul li {
    padding: 0;
    width: 100%;
}

#navbar ul li.dropdown ul li a {
    padding: 10px 20px;
    width: 100%;
    white-space: nowrap;
}

#navbar ul li.dropdown ul li a:hover {
    background-color: #f8f9fa;
}

/* Estilos para el mobile nav toggle */
.mobile-nav-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #011c40;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .mobile-nav-toggle {
        display: block;
    }
    
    #navbar {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 80%;
        max-width: 300px;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        height: calc(100vh - 70px);
        transition: all 0.3s ease;
        flex-direction: column;
        padding: 20px 0;
    }
    
    #navbar.active {
        right: 0;
    }
    
    #navbar ul {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    
    #navbar ul li {
        width: 100%;
        padding: 0;
    }
    
    #navbar ul li a {
        padding: 12px 20px;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
    
    #navbar ul li.dropdown ul {
        position: static;
        box-shadow: none;
        display: none;
        background: #f8f9fa;
        padding-left: 20px;
    }
    
    #navbar ul li.dropdown:hover ul {
        display: block;
    }
    
    #navbar ul li.dropdown ul li a {
        padding-left: 40px;
    }
}

/* Estilo para el indicador de dropdown en móvil */
@media (max-width: 992px) {
    #navbar ul li.dropdown > a::after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 18px;
    }
    
    #navbar ul li.dropdown.active > a::after {
        content: '-';
    }
}

.gm-footer{
   
  background-color: rgb(0, 67, 90);
color: #ffffff;
  font-size: 0.9rem;

}


/* Ajustes para que el contenido no quede oculto */
body {
    padding-top: 70px; /* Ajusta según la altura de tu header */
}

/* Header fijo */
#header {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    height: 70px; /* Altura fija */
}

/* Asegura que el contenedor del header tenga altura completa */
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 100%;
}

/* Para pantallas pequeñas, ajusta el padding del body */
@media (max-width: 992px) {
    body {
        padding-top: 70px; /* Misma altura */
    }
}

/* Para el main que contiene tu contenido */
main {
    min-height: calc(100vh - 150px); /* Ajusta según necesidades */
    padding-top: 20px;
}

.footer-gov-logo.blanco {
    filter: brightness(0) invert(1);
}

.carrusel-combustibles-cd-ixtepec{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes combustibles-cd-ixtepec {

  0%,
  20% {
    background-image: url("../img/Combustibles/IXTEPEC/0d5e6c09-98c2-4862-9689-a463465a4549.jpg");
  }
  21%,
  40% {
    background-image: url("../img/Combustibles/IXTEPEC/21317334-e929-48cb-9892-88c1b90cb9bc.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/IXTEPEC/4df5c4da-c99e-43d4-b3a5-0289a73956c5.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/IXTEPEC/baf41fbb-3213-430d-a04c-f479478e8de8.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/IXTEPEC/cd_ixtepec_2_demo.jpg");
  }
}
.carrusel-combustibles-apodaca{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes combustibles-apodaca {
  0%,
  20% {
    background-image: url("../img/Combustibles/APODACA/apodaca.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/APODACA/combus1.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/APODACA/combus2.jpg");
  }
  61%,
  80% {
    background-image: url("../img/Combustibles/APODACA/combus3.jpg");
  }
  81%,
  100% {
    background-image: url("../img/Combustibles/APODACA/combus4.jpg");
  }

}


.carrusel-combustibles-ciudad-victoria{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes combustibles-ciudad-victoria {
  0%,
  20% {
    background-image: url("../img/Combustibles/CIUDAD_VICTORIA/02d690a4-83ae-4fa4-8aad-262e27d756e4.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/CIUDAD_VICTORIA/1c8e126a-91f5-4cd1-95bf-0c319d90130e.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/CIUDAD_VICTORIA/3e569db5-02c4-495e-a7a8-2605f759b0ac.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/CIUDAD_VICTORIA/58a044c7-2b00-4654-8425-eca83a7dc45f.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/CIUDAD_VICTORIA/96009967-f19a-4f8b-9425-cbc7e69a4864.jpg");
  }
}


.carrusel-combustibles-nogales{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes combustibles-nogales {

  0%,
  20% {
    background-image: url("../img/Combustibles/NOGALES/2816f8ec-b0a2-4ce3-81e6-2d121573f237.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/NOGALES/3dc2cb6e-8ed5-49b0-944b-6861648d98f1.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/NOGALES/5be165fd-14b5-4c8d-b373-c7214d02e8c2.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/NOGALES/76a6999d-5ae9-463a-9d77-b7f1e6e7474a.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/NOGALES/e952244b-f22f-416a-87b9-a76eb1a99637.jpg");
  }
}


.carrusel-combustibles-campeche{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes combustibles-campeche {
  0%,
  20% {
    background-image: url("../img/Combustibles/CAMPECHE/26dd7b07-48e8-430d-9bb1-e38525838dfd.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/CAMPECHE/3e7284bb-cf69-4b78-9ce2-a0b5c0a3aa2d.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/CAMPECHE/48051d30-f36d-4959-b99d-06bcbd708574.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/CAMPECHE/682e8993-4e21-4b25-b698-fe85a984eafd.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/CAMPECHE/b2777dd7-ff3c-4e33-b38a-6bf9c0c33e13.jpg");
  }
}


.carrusel-combustibles-nuevo-laredo{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes combustibles-nuevo-laredo {

  0%,
  20% {
    background-image: url("../img/Combustibles/NUEVO_LAREDO/1cc8a371-541e-4e13-b0a0-57fe57bd78e6.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/NUEVO_LAREDO/1d6c2bfb-c486-4a61-9cb8-36d7bb1c7cd2.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/NUEVO_LAREDO/31700d89-6e16-409c-bfcc-43d09f5f5c9f.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/NUEVO_LAREDO/4a3dc486-aecb-4809-9e72-c26d9fe1f28d.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/NUEVO_LAREDO/9e989990-2fec-4b89-a82e-592a8f8ee44f.jpg");
  }
}


.carrusel-combustibles-uruapan{
    width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes combustibles-uruapan {
  0%,
  20% {
    background-image: url("../img/Combustibles/URUAPAN/45a86ef0-9f4e-46ce-9b44-1fec7b898577.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/URUAPAN/582e6ec7-c8a7-450b-ba86-51c3372d3cd5.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/URUAPAN/deb1a9fc-ebe6-4430-b595-db52bbab5cd0.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/URUAPAN/f64016c3-5443-4c91-af56-d98111b0137c.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/URUAPAN/nfurireiuj-389r4hr-389ujr4j-39kj432k.jpg");
  }
}


.carrusel-combustibles-tamuin{
     width: 100%;
    height: 23vw;
    animation: combustibles-cd-ixtepec 20s infinite linear alternate;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
@keyframes combustibles-tamuin {
  0%,
  20% {
    background-image: url("../img/Combustibles/TULUM/Imagen5.jpg");
  }

  21%,
  40% {
    background-image: url("../img/Combustibles/TULUM/Imagen5.jpg");
  }

  41%,
  60% {
    background-image: url("../img/Combustibles/TULUM/Imagen5.jpg");
  }

  61%,
  80% {
    background-image: url("../img/Combustibles/TULUM/Imagen5.jpg");
  }

  81%,
  100% {
    background-image: url("../img/Combustibles/TULUM/Imagen5.jpg");
  }
}
