html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #f2f2f2;
    font-family: "Avenir-Heavy", sans-serif;
}

div.hero {
    background-image: url(../assets/img/fondo.jpg);
    height: 100vh;
    background-position: top center;
    background-size: cover;
}

footer {
    text-align: center;
    font-size: 8px;
    color: #ffffff;
    background-image: url(../assets/img/footer.png);
}

.stairs {
    position: absolute;
    width: 125px;
    margin-left: 84%;
}

.flecha {
    position: absolute;
    width: 125px;
    margin-left: -5%;
}


.video-site {
    width: 102%;
    height: 100%;
    margin-top: 5%;
    margin-left: -1%;
}

.jumbotron {
    border-radius: 20px;
    background-color: #0092b0;
    padding: 2% 1% !important;
    height: 80%;
    margin-top: 8%;
}

.title-site p {
    font-size: 38px;
    color: #f2f2f2;
    margin-left: -23%;
    text-align: center;
    margin-top: 10%;
    font-family: 'Lobster', cursive;
}

.text-site p {
    font-size: 14px;
    color: #f2f2f2;
    text-align: center;
}

.alert {
    color: #0092b0;
    border-top-right-radius: 3em 3em;
    border-bottom-left-radius: 3em 3em;
    font-size: 12px;
    text-align: center;
    width: 72%;
    margin-left: -4%;
}

.whapImg a img {
    width: 230px;
    margin-left: 35%;
}

.whapImg p {
    font-size: 10px;
    width: 50%;
    text-align: center;
    margin-left: 24%;
    margin-top: 1%;
    color: white;
}

.yesImg {
    width: 40px;
    margin-left: 44%;
}



@media (max-width: 800px) {
    div.hero {
        height: 178vh;
    }
    .logo-site {
        margin-left: -10%;
        width: 90%;
    }
    .stairs {
        width: 114px;
        margin-left: 73%;
    }
}
