@import url('https://fonts.googleapis.com/css?family=Beth+Ellen');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    background: url('/front/assets/img/fondo_1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Beth Ellen', sans-serif;
}
.navbar-nav{
    font-family: 'Roboto', sans-serif;
}
main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-transparent {
    background-color: transparent !important;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size:0.9rem;
    font-family: 'Roboto', sans-serif;
}
button {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;

}
.footer{
    background: rgba(0,0,0,1) !important;
}
.circle{
    font-size: 1.2em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #000;
    border-radius: 0.8em; /* or 50% width & line-height */
    background: rgba(142,106,95,1);
}
.main-color {
    color: rgba(142,106,95,1)!important;
}
.text-white{
    color: #fff!important;
}
.text-bonet{
    position: relative;
}
.text-bonet h3 {
    position: absolute;
    bottom: 15px;
}
.no-opacity{
    opacity: 0.4;
}
.full-opacity {
    opacity: 1;
}
.footer-mobile{
    position: inherit;!important;;
}

.margin-top-25-percent{
    margin-top: -5%;;
}
