

body{
    font-family: 'Open Sans', sans-serif;
}

.navbar{
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%);
    background-color: #ff0000;
}

.navbar-brand{
    padding: 0;
}

.navbar-collapse{
    justify-content: flex-end;
}

section#content{
    padding: 100px 0;
    background-image: url("../img/bg-desktop.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.claim{
    width: 40%;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.btn-ofertas{
    background-color: #ffffff;
    color: #ff0000;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 25px;
}

a.btn-ofertas:hover{
    text-decoration: none;
    background-color: #ff0000;
    color: #ffffff;
}

.linea-blanca{
    border-top: 2px solid #ffffff;
    width: 350px;
    margin-top: 50px;
}

.bajada{
    width: 60%;
}

.foto-cierre{
    width: 45%;
}

footer{
    border-top: 3px solid #e9e9e9;
    padding: 25px 0;
}

.footer-section-title{
    font-size: 16px;
    height: 43px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.footer-section ul li {
    padding-bottom: 15px;
}

.footer-section a {
    text-decoration: none;
    color: #282828;
}

ul.ul-rrss{
    display: inline-flex;
}

i.icon-up{
    padding-right: 15px;
}

li.phone, li.form{
    font-weight: 700;
}

li.phone{
    font-size: 18px;
}

.footer-section a i{
    padding-right: 20px;
    font-size: 25px;
}

.col-inicio-mobile{
    display: none;
}

.bajada-mobile{
    display: none;
}

.foto-cierre-mobile{
    display: none;
}

@media (max-width: 1200px) {
    #topnav{
        display: none;
    }
}

@media (max-width: 768px) {
    .col-logo-top{
        padding: 10px 0 !important;
        text-align: center;
    }

    section#content{
        background-image: url("../img/bg-mobile.jpg");
        padding: 50px 0;
    }

    .col-inicio-mobile{
        display: block;
        width: 70%;
    }

    .foto-inicio-mobile{
        width: 90%;
    }

    .claim{
        width: 65%;
    }

    .bajada{
        display: none;
    }

    .bajada-mobile{
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .foto-cierre{
        display: none;
    }

    .foto-cierre-mobile{
        display: block;
        margin: 0 auto;
        width: 80%;
    }

}

@media (max-width: 576px) {
    .logo-top{
        width: 75%;
    }
}