@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
    overflow-x: clip;
}
body {
    background-color: rgba(0, 3, 56) !important;
}
nav {
    background-color: rgba(0, 3, 56) !important;
    color: white !important;
}
.dropdown {
    background-color: rgba(0, 3, 56);
    color: white;
}
nav {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    top: 0;
    font-size: 2.2vw;
    z-index: 1;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

nav div {
    margin: 0px 0 0 150px;
    height: 100%;
    width: auto;
}
.menu {
    position: relative;
    z-index: 4;
}
#menuP {
    font-weight: 400;
}
.menu:hover {
    color: rgba(191, 191, 191);
    cursor: pointer;
}
.dropdown {
    overflow: hidden;
    position: absolute;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    top: 90%;
    border-radius: 8px;
    padding: 0vw 2vw 1vw 2vw;
    height: 0;
    z-index: 4;
    transition: height 0.5s ease-in-out;
    display: none;
}
.dropdown ul {
    margin: 0;
    padding: 0;
}
.dropdown li {
    list-style: none;
    margin: 1.5vw 0;
    font-weight: 100;
    cursor: pointer;
}
.dropdown li a {
    text-decoration: none;
    color: white;
}

.dropdown li a:hover {
    color: rgba(0, 50, 161);
    cursor: pointer;
}
.menu,
.telefono {
    display: flex;
    align-items: center;
    justify-content: center;
}
.telefono p {
    margin-left: 1.5vw;
}
.telefono img {
    width: 4vw;
    height: auto;
}
.whatsap img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 600px) {
    nav {
        height: 20vw;
    }
    nav div {
        margin: 0px 0 0 15px;
    }
    .telefono img {
        width: 6vw;
    }
    .telefono p {
        display: none;
    }
    .menu,
    .telefono {
        font-size: 5vw;
    }
    .dropdown {
        width: 380%;
        left: -60%;
        top: 100%;
        border-top-left-radius: 0vw;
        border-top-right-radius: 0vw;
        margin: 0;
    }

    .menu li {
        font-size: 6vw;
    }
    .dropdown li {
        margin: 3vw 0;
    }
}
