.external-container {
    width: 100%;
    height: 100vh;
    background-image: url('https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-externa-final.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
}

.external-logos {
    width: 100%;
    display: flex;
    justify-content: center;
}

.external-logos-img {
    max-width: 300px;
    margin: 50px;
}

.container-img-external {
    width: 60%; 
    text-align: center;
}

.external-container-text-description{
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    opacity: 0.7;
}

.external-text-yellow {
    color: #ffe900;
}

.external-container-buttons a {
    text-decoration: none;
    color: blue;
}

.external-button {
    padding: 5px 25px;
    background-color: rgb(252, 201, 31);
    margin-top: 10px;
    border-radius: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: #128094;
    font-weight: bold;
}

.external-container-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

@media(max-width: 1300px) {
    .container-img-external {
        width: 100%; 
    }
}

@media(max-width: 800px) {
    .external-container-text-description {
        font-size: 18px;
    }

    .external-container {
        justify-content: center;
    }
}

@media(max-width: 600px) {
    .external-logos-img {
        max-width: 200px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .external-container-text-description {
        font-size: 16px;
        margin-top: 20px;
        padding: 0px 20px;
    }
}