@font-face{
    font-family: "BebasNeue-Regular";
    src: url("../font/BebasNeue/BebasNeue-Regular.otf") format("truetype");
}

@font-face{
    font-family: "BebasNeue-Bold";
    src: url("../font/BebasNeue/BebasNeue-Bold.otf") format("truetype");
}

@font-face{
    font-family: "BebasNeue-Book";
    src: url("../font/BebasNeue/BebasNeue-Book.otf") format("truetype");
}

@font-face{
    font-family: "Museo-700";
    src: url("../font/Museo700-Regular.ttf") format("truetype");
}

body{
    font-family: "BebasNeue-Regular";
    padding-top: 3.8rem;
}

header{
    background-color: black;
    padding: 5px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.content-opciones a{
    letter-spacing: 0.2rem;
    font-size: 1rem;
    text-decoration: none;
}

.li-opciones .btn-opciones{
    border: solid 1px white;
    border-radius: .7rem;
    color: white;
    -moz-border-radius: .7rem;
    -webkit-border-radius: .7rem;
    margin-right: 1rem;
}


.li-opciones-active .btn-opciones-active{
    background-color: white;
    border: solid 1px white;
    color: black;
    border-radius: .7rem;
    -moz-border-radius: .7rem;
    -webkit-border-radius: .7rem;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-top: .7rem;
}

.only-phone{
    display: none;
}

@media (max-width: 768px) {
    body{
        padding-top: 3.8rem;
    }
    .sinpadding{
        padding-left: 0;
        padding-right: 0;
    }

    .content-opciones a{
        letter-spacing: 0.2rem;
        font-size: .7rem;
    }

    .li-opciones-active .btn-opciones-active{
        margin-left: .1;
        margin-right: .1;
        font-size: .7rem;
    }

    .only-computer{
        display: none;
    }

    .only-phone{
        display: block;
    }
}


@media (max-width: 575px) {
    body{
        padding-top: 3.4rem;
    }
    .content-opciones a{
        letter-spacing: 0.2rem;
        font-size: .8rem;
    }

    .li-opciones .btn-opciones{
        margin-right: .5rem;
        padding-top: .7rem;
    }
    
    .li-opciones-active .btn-opciones-active{
        margin-right: .5rem;
        margin-left: .5rem;
        padding-top: .7rem;
    }
    .content-data{
        margin-top: 3rem;
    }
}

.li-btn-landing img{
    height: 1.8rem;
    width: auto;
}

.btn-top-options{
    width: 100%;
    margin-bottom: .2rem;
    margin-top: .3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    font-family: "Museo-700";
    font-size: .8rem;
    color: white;
}

.option-active{
    color: black;
    background: white;
}

.option-neutral{
    background: black;
    border-color: white;
}

#container-options-bartola{
    background: url("../img/fondo_menu_bartola2.jpg"); 
    /*background-position: center center;*/
    background-position: 50% 0%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

    
    -webkit-background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-body-bartola{
    background: url("../img/fondo_bartola.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.menu-bartola{
    background-color: black;
    color: white;
    cursor: pointer;
    border-radius: .7rem;
    -moz-border-radius: .7rem;
    -webkit-border-radius: .7rem;
    margin-bottom: 1rem;
    padding: 1rem;
}