@font-face {
    font-family: 'Futura';
    src: url(../Fonts/FuturaLT-Light.woff2) format('woff2');
}

body {
    
    font-family: 'Futura', Arial, sans-serif !important;
    margin: 0px;
}

:root {
    --primaryGreen: #72A611;
    --primarylBlue: #0A262B;
    --primaryGray: #1D1D1D;
    --primaryWhite: #fAfAfA;
    --secondaryWhite: #DEDEDE;
}

._h3 {
    font-size: 14px;
    color: #7e9e3e;
}

.visually-hidden{
  position: absolute;
  left:-9999px;
}

.right-container a {
    font-size: 14px;
    color: #59595b;
    text-decoration: none;
    font-weight: 600;
    font-family: Futura;
}

    .right-container a:hover {
        color: #7e9e3e;
        text-decoration: none;
    }


    span {
        font-size: 11px;
        color: white;
    }

a:any-link {
    text-decoration: none;
    z-index:100;
}

    ._link-home:hover {
        text-decoration: none;
        color: var(--primaryGray)
    }


footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #2A2A2B;
    padding: 20px 0;
}

.footer-bottom {
    width: 100%;
    text-align: center;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8rem;
}

.sitemap, .services {
    width: 20%;
}

    .sitemap ul, .services ul {
        list-style: none;
        padding: 0;
    }

        .sitemap ul li, .services ul li {
            margin-bottom: 2px;
        }

._socialmedia {
    width: 55%;
    display: flex;
    justify-content: flex-end;
}

    ._socialmedia a {
        margin-left: 10px;
    }

.footer-line {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    padding-top: 6px;
    color: white;
}

    .footer-line span {
        margin: 0 10px;
    }

.footer-line2 {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    padding-top: 2px;
    color: white;
}

    .footer-line2 span {
        margin: 0 10px;
    }

.footer-icons {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

    .footer-icons a {
        margin: 0 10px;
    }

.footer-icons img{
    width: 1.5rem;
    height: auto;
}

li{
    list-style: none;
    display: block;
}

._image-socialmedia{
    width: 2.5rem;
    height: auto;
    margin: 1em 1em;
}

._navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2A2A2B;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    z-index: 1000;
    font-family: 'Futura', Arial, sans-serif !important;
}

.navbar-left {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

.logo {
    margin-right: 5px;
}

._logonav{
    width: 2rem;
    height: auto;
}

.text {
    margin-right: 20px;
    color: white;
}

.spacer {
    width: 5px;
}

.navbar-right {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.hamburger-menu-cel {
    display: none;
}

.hamburger-menu {
    margin-right: 20px;
}

    .hamburger-menu img {
        width: 1.5rem;
        height: auto;
        margin-left: 30px;
    }

.hamburger-menu-cel img {
    width: 1.5rem;
    height: auto;
    margin-left: 30px;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-links li {
        display: inline;
        margin-right: 20px;
    }

        .nav-links li:last-child {
            margin-right: 0;
        }

        .nav-links li a {
            text-decoration: none;
            color: #333;
            font-size: 12px;
            color: white;
        }

            .nav-links li a:hover {
                color: #7e9e3e;
            }


.nav-links-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-links-footer li a {
        text-decoration: none;
        color: #333;
        font-size: 11px;
        color: white;
    }

        .nav-links-footer li a:hover {
            color: #7e9e3e;
        } 

/*Submenu servicios*/

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 10.7rem;
    background-color: #59595b;
    border: 1px solid #ccc;
    padding: 5px 0;
    z-index: 999; /* Asegura que el menú esté por encima de otros elementos */
    border-radius: 10px;
}

    .submenu li {
        display: block;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* Estilo para el menú cuando se muestra */
    .submenu.active {
        display: block;
    }


/*Submenu marcas*/

.submenu-marcas{
    color: white;
    font-size: 11px;
    font-family: Futura;
    margin: 5px 10px;
}

.orientacion{
    right: 1rem !important;
}

.submenu-marcas img {
    height: 1rem;
    width: auto;
    margin: 5px;
}



/*Cuerpo*/
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.left-container {
    margin-right: auto;
    margin-left: auto;
    width: 35%;
    justify-content: center;
    display: flex;
}

.right-container {
    text-align: left;
    margin-right: 7rem;
}

.new-container {
    margin-top: 3rem; /* Espacio después del nav */
    margin-bottom: auto; /* Espacio antes del footer */
}

._h2 {
    font-size: 18px;
    color: #7e9e3e;
    font-weight: 700;
    font-family: Futura;
}

._h3-body {
    font-size: 16px;
    color: #59595b;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: Futura;
}

._p{
    font-size: 15px;
    margin-bottom: 1px;
    text-indent: 1rem;
    font-family: Futura;
    margin-top: 5px;
}

/* logo animado */

@keyframes str31 {
    from {
        stroke-dashoffset: -2000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes str32 {
    from {
        stroke-dashoffset: -1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.linea {
    stroke: #7e9e3e;
    stroke-width: 1.5px;
    stroke-miterlimit: 22.9256;
    animation: str32 7s 1s infinite forwards;
    stroke-dashoffset: -1000;
    stroke-dasharray: 1000;
    fill: none;
}

.circulo {
    stroke: black;
    stroke-width: 0.5px;
    stroke-miterlimit: 22.9256;
    stroke-dashoffset: -2000;
    stroke-dasharray: 2000;
    animation: str31 5s 0s forwards;
    fill: none;
}

@keyframes fill {
    to {
        opacity: 1;
    }
}

.red {
    opacity: 0;
    animation: fill 3s 3s forwards;
}

.letras {
    opacity: 0;
    animation: fill 3s 3s forwards;
}

@media screen and (max-width: 3000px) and (min-width: 1500px) {
    .container{
        margin-top: 11rem;
    }

    

}

/* Para tablets en modo vertical y teléfonos en modo horizontal */
@media screen and (max-width: 1024px) and (min-width: 768px) {

.footer-top{
    padding: 0 6rem;
}

._socialmedia a{
   display: flex;
   justify-content: flex-end;
   margin-right: 0;
}

._socialmedia a>img{
    margin-right: 0;
}

}

/* Para teléfonos en modo vertical y pantallas más pequeñas */
@media screen and (max-width: 767px) and (min-width: 401px) {
    body{
        box-sizing: border-box;
    }

    .nav-links{
        display: none;
    }

    .hamburger-menu {
        display: none;
    }

    .hamburger-menu-cel {
        display: block;
    }

    .submenu li {
        font-size: 11px;
        line-height: 12px;
        list-style: none;
        margin-top: 7px;
    }

    .submenu a {
        font-family: Futura;
        color: white;
    }

    ._h3submenu {
        font-family: Futura;
        font-size: 11px;
        font-weight: 700;
        color: white;
    }

    .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .right-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-right: 0;
    }

    .footer-top{
        padding: 0 7rem;
        padding-left: 6rem;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .sitemap,.services{
        width: 50%;
    }

    ._socialmedia{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    ._image-socialmedia {
        width: clamp(1.5rem, 2.2rem, 3rem);
        height: auto;
        margin: 1em 1em;
    }
}

/* Para teléfonos en modo vertical y pantallas más pequeñas */
@media screen and (max-width: 420px) {

    .nav-links {
        display: none;
    }

    .container {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    ._h3 {
        font-size: 11px;
    }
    
    .footer-top {
        padding: 0px 2rem;
        flex-wrap: wrap;
        display: block;
    }

    .nav-links-footer li a {
        font-size: 8px;
    }

    ._image-socialmedia {
        width: 25px;
        margin: 5px 3px;
    }

    .footer-icons img {
        width: 1rem;
    }

    ._socialmedia {
        display:flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        justify-content: center;
    }

    .container {
        display: block;
    }

    .left-container {
        height: 13rem;
    }

    ._h3-body {
        font-size: 13px;
        color: #59595b;
        margin-top: 10px;
        margin-bottom: 2px;
        font-weight: 700;
    }

    ._p {
        font-size: 12px;
        margin-bottom: 1px;
    }

    ._h2 {
        font-size: 13px;
        font-weight: 700;
    }

    .right-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-right: 0;
        
    }

    .sitemap, .services {
        width: 38%;
        display: inline-block;
        margin-left: 2rem;
    }

    .hamburger-menu {
        display: none;
    }

    .hamburger-menu-cel {
        display: block;
    }

    .submenu li {
        font-size: 11px;
        line-height: 12px;
        list-style: none;
        margin-top: 7px;
    }

    .submenu a{
        font-family: Futura;
        color: white;
    }

    ._h3submenu {
        font-family: Futura;
        font-size: 11px;
        font-weight: 700;
        color:white;
    }

    .text {
        font-size: 15px;
    }

    footer {
        margin-top: 6rem;
    }
}

