@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica,Arial, sans-serif;
    color: #333;
}

.headerInformativo{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: 1px solid #aaa;
}

.linkPagina{
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all .3s ease;
}

.linkPagina:hover{
    color:#034EA2
}

.contenedorEscudo{
    width: 250px;
    background-color: #eee;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}
.contenedorEscudo h6{
    font-size: 12px;
    text-align: center;
    margin-left: 2.5rem;
}
.innerEscudo{
    width: 100px;
    height: 50px;
    background-color: #034EA2;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    justify-content: flex-end;
}

.escudo{
    width: 80px;
}
.navHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 15px;
}

.titulo h1{
    font-weight: 600;
    letter-spacing: 0;
    color: #333;
}
.titulo h1 span{
    color: #034EA2;
}

.btnInicioSesion{
    background-color: #3073c0;
    border: none;
    border-radius: 8px;
    padding: 7px 10px;
    color: #eee;
    transition: all .3s ease;
}
.btnInicioSesion:hover{
    background-color: #034EA2;
    color: #fff;
}

.menuLogin{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
}
.menuLogin ul{
    display: flex;
    list-style: none;
    gap:2rem;
}

.menuLogin ul li a{
    color: #333;
    cursor: pointer;
}

.navbar{
    background-color: #034EA2;
}
.nav-link{
    color: #ddd;
}
.nav-link:hover{
    color: #fff;
}

.nav-item{
    margin: 3px 0;
    border-radius: 3px;
}
.nav-item:hover{
    background-color: #41a6ff;
}

.navbar-toggler{
    color: transparent;
    border: none
}
.navbar-toggler .navbar-toggler-icon{
    background-color: #3073c0;
}

.active{
    color: #fff !important;
    font-weight: 600;
}

footer{
    background-color: #034EA2;
    width: 100%;
    padding: 3rem;
    display: flex;
}

.logoFooter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.5rem;
}
.escudoFooter{
    width: 200px;
}
.logoFooter p{
    font-family:'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #eee;
}

.mapaSitio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mapaSitio p{
    color: #ddd;
    text-align: center;
}
.separador{
    width: 80%;
    height: 1px;
    background-color: #ddd;
}
.mapaSitio ul{
    margin-top: 1rem;
    list-style: none;
    width: 100%;
}
.mapaSitio ul li{
    cursor: pointer;
    text-align: left;
    width: 100%;
}
.mapaSitio ul li a{
    text-decoration: none;
    color: #ddd;
}
.mapaSitio ul li a:hover{
    color: #fff;
}

.contactos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    
}
.contacto-tel{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.contacto-tel i{
    font-size: 3rem;
    color: #ddd;
}
.call{
    letter-spacing: 1px;
    color: #ddd;
}
.tel{
    font-size: 1.5rem;
    color: #ddd;
}

.redes{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.redes a i{
    color: #ddd;
    font-size: 2rem;
    transition: all .3s ease;
}

.redes a i:hover{
    transform: scale(1.3);
    color: #41a6ff;

}
.menuLoginSesion{
    height: 100%;
    display: flex;
    gap: 15px;
    padding: 5px;
}

.btnMySpace{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #41a6ff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 5px;
}
.btnMySpace i{
    font-size: 20px;
}

@media (max-width: 768px) {
    .linkPagina {
        display: none;
    }

    .headerInformativo {
        padding: 0;
    }
    .contenedorEscudo{
        width: 100%;
        align-items: center;
    }
    .contenedorEscudo h6{
        margin-top: 5px;
    }
    .navHeader{
        flex-direction: column;
        padding-bottom: 1rem;
    }

    footer{
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }
    .logoFooter{
        justify-content: center;
    }

}
.iconoMenu{
    display: none;
}
@media (min-width: 995px){
    .btn-menu{
        width: 100%;
        height: 120px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all ease .3s;
    }
    
    .btn-menu:hover{
        transform: scale(1.1);
        -webkit-box-shadow: 1px 3px 22px 0px rgba(255,255,255,.2);
        -moz-box-shadow: 1px 3px 22px 0px rgba(255,255,255,.2);
        box-shadow: 1px 3px 22px 0px rgba(255,255,255,.2);
    }
    .iconoMenu{
        width: 80px;
        display: flex;
    }
    .nav-item:nth-child(1) .btn-menu{
        background-color: #00244d;
    }
    .nav-item:nth-child(2) .btn-menu{
        background-color: #002f64;
    }
    .nav-item:nth-child(3) .btn-menu{
        background-color: #00428d;
    }
    .nav-item:nth-child(4) .btn-menu{
        background-color: #004da5;
    }
    .nav-item:nth-child(5) .btn-menu{
        background-color: #0061cf;
    }
    .nav-item:nth-child(6) .btn-menu{
        background-color: #0372f0;
    }
}