
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-aspect-ratio: 4/3) {
    body {
        background-image: url('/img-new/background-mobile-tall.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .menu {
        display: none;
    }
    .logo {
        display: none;
    }
    
    .menu {
        display: none;
    }
    .logo {
        display: none;
    }

    
    .main {
        display: none;
    }

    .vl {
        display: none;
    }

    .servicios {
        display: none;
    }

    .cde-pin {
        display: none;
    }

    .cde {
        display: none;
    }

    .asu-pin {
        display: none;
    }

    .asu {
        display: none;
    }
    
}

@media screen and (min-aspect-ratio: 4/3) {
    body {
        background-image: url('/img-new/background.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    .menu-mobile {
        display: none;
    }
    .logo-mobile {
        display: none;
    }

    
    .main-mobile {
        display: none;
    }

    .vl-mobile {
        display: none;
    }

    .servicios-mobile {
        display: none;
    }

    .cde-pin-mobile {
        display: none;
    }

    .cde-mobile {
        display: none;
    }

    .asu-pin-mobile {
        display: none;
    }

    .asu-mobile {
        display: none;
    }
}

.whatsapp-float {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    text-decoration: none !important;
}


.menu-mobile {
    position: absolute;
    top: 16%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mobile ul li {
    display: inline-block;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out; 
}

.menu-mobile ul li a {
    text-decoration: none;
    color: #333;
    font-size: 30px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.menu-mobile ul li a:hover {
    background-color: #ffd04f;
    color: #4b4b4b;
}

.menu {
    position: absolute;
    top: 16%;
    left: 40%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    display: inline-block;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out; 
}

.menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.menu ul li a:hover {
    background-color: #ffd04f;
    color: #4b4b4b;
}

.strong {
    font-weight: bold;
}


.main {
    position: absolute;
    top: 30%;
    left: 40%;
    background-color: transparent;
}

.vl {
    border-left: 4px solid #ffd04f;;
    height: 15%;
    position: absolute;
    top: 43%;
    left: 42%;
    margin-left: -3px;
}

.servicios {
    position: absolute;
    top: 40%;
    left: 45%;
    background-color: transparent;
    font-size: x-large;
}

.cde-pin {
    position: absolute;
    top: 67%;
    left: 48%;
    height: 90px;
    object-fit: contain;
}

.cde {
    position: absolute;
    top: 65%;
    left: 55%;
    background-color: transparent;
    max-width: 250px;
}

.asu-pin {
    position: absolute;
    top: 67%;
    left: 73%;
    height: 90px;
    object-fit: contain;
}

.asu {
    position: absolute;
    top: 65%;
    left: 80%;
    background-color: transparent;
    max-width: 250px;
}

.main-mobile {
    position: absolute;
    top: 22%;
    left: 10%;
    background-color: transparent;
    font-size: x-large;
    max-width: 440px;
}

.vl-mobile {
    border-left: 4px solid #ffd04f;;
    height: 11%;
    position: absolute;
    top: 41%;
    left: 10%;
    margin-left: -3px;
}

.servicios-mobile {
    position: absolute;
    top: 40%;
    left: 14%;
    background-color: transparent;
    font-size: xx-large;
}

.cde-pin-mobile {
    position: absolute;
    top: 62%;
    left: 10%;
    height: 90px;
    object-fit: contain;
}

.cde-mobile {
    position: absolute;
    top: 61%;
    left: 20%;
    background-color: transparent;
    max-width: 250px;
    font-size: x-large;
}

.asu-pin-mobile {
    position: absolute;
    top: 62%;
    left: 60%;
    height: 90px;
    object-fit: contain;
}

.asu-mobile {
    position: absolute;
    top: 61%;
    left: 70%;
    background-color: transparent;
    max-width: 250px;
    font-size: x-large;
}

.logo {
    position: absolute;
    top: 8%;
    left: 80%;
    background-color: transparent;
}

.logo img {
    width: 200px;
    object-fit: contain;
}

.logo-mobile {
    position: absolute;
    top: 3%;
    left: 60%;
    background-color: transparent;
}

.logo-mobile img {
    width: 300px;
    object-fit: contain;
}
