
body {
    margin: 0;
    background-color: #292929;
}

.cont-full {
    background-color: red;
    width: 100vw;
}

.cont-1920 {
    max-width: 1024px;
    width: 100vw;
    height: 300px;
    margin: auto;
}

.video-desktop {
    display: block;
}

.video-mobile {
    display: none;
}

.cabecera-logo {
    /* background-color: blue; */
    max-width: 1024px;
    width: 100vw;
    height: 95px;
    background-image: url('../img/fondo-cabecera-nav-2023.png');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-tangram {
    width: 185px;
}

.cont-video {
    height: 471px;
}

.cont-text {
    background-image: url('../img/fondo-arboles.png');
    background-size: cover;
    padding: 60px;
    text-align: center;
}

.cont-text-bottom {
    background-position: bottom;
}

.kalnia-font {
    font-family: 'Kalnia', serif;
    font-size: 25px;
    color: #ffffff;
}

.cont-abuelos {
    height: 144px;
    margin-top: -7px;
}

.adopta-img {
    width: 100%;
    display: block;
}

.adopta-img-mobile {
    display: none;
}

.colabora-button {
    padding: 15px;
    background-color: #f3d3a7;
    color: red;
    width: 200px;
    font-size: 30px;
    border-radius: 100px;
    font-weight: bold;
}

.cont-button {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.colabora-link {
    text-decoration: none;
}

.cont-feliz {
    margin-top: 30px;
}

img.feliz-img {
    max-width: 400px;
    width: 100%;
}

@media screen and (max-width: 767px) {

    .video-desktop {
        display: none;
    }
    
    .video-mobile {
        display: block;
    }

    .kalnia-font {
        font-size: 20px;
    }

    .cont-text {
        padding: 30px;
        margin-top: -10px;
    }

    .cont-video {
        height: auto;
    }

    .cont-abuelos {
        height: auto;
        margin-top: -7px;
    }

    .adopta-img-mobile {
        width: 100%;
        display: block;
    }
    
    .adopta-img {
        display: none;
    }

}