body {
    background-color: #DB8456;
    width: 100%;
    font-family: "Nunito", sans-serif;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: black;
}

.img-logo{
    width: 30%;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.video-container {
    max-width: 100%; /* Asegura que el video no sobrepase el contenedor */
    max-height: 500px; /* Ajusta la altura máxima según sea necesario */
}

video {
    width: 100%; /* Ajusta el ancho del video al contenedor */
    height: auto; /* Mantiene la proporción del video */
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #29A61A; /* Color verde de WhatsApp */
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 1000; /* Asegura que el botón esté sobre otros elementos */
    text-decoration: none;
}

.whatsapp-button img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ico-services{
    width: 30%;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.footer {
    background-color: #E3B654;
    height: 60px;
    width: 101%;
}

.thumb-desing {
    width: 60%;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.btn {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
    body {
        padding: 0;
        font-size: 16px;
    }

    .img-logo {
        width: 80%;
        margin: 0 auto;
    }

    .video-container {
        width: 150%;
    }

    .whatsapp-button {
        bottom: 20px;
        right: 20px;
        padding: 8px; 
        width: 60px;
        height: 60px;
    }

    .whatsapp-button img {
        width: 2.5rem; 
        height: 2.5rem;
    }

    .ico-services {
        width: 80%;
        margin: 0 auto;
    }

    .footer {
        height: 50px;
        width: 100%;
    }

    .thumb-desing {
        width: 80%;
        margin: 0 auto;
    }

    .btn {
        width: 100%;
        padding: 12px;
        font-size: 18px;
    }

    a {
        font-size: 18px;
    }
}
