@font-face {
    font-family: "BricBrec";
    src: url("../fonts/Bricbrac.ttf");
}


.cabecera{
    background-color: black!important;
    height: 78px;
}

.liston{
    padding: 8rem 2rem;
    background-image: url("../img/portada_registro.png") !important;
    background-repeat: repeat-x;
}

.menu li{
    padding: 1px 5px !important;
}

.menu li a{

    padding: 4rem 1rem;
    color: gray !important;
    #font-family: "RNS Camelia";
}

.menu li a:hover{
    #background-color: #fab915;
    color: black!important;
    font-family: "RNS Camelia Bold";
}

.menu li .active{
    #background-color: #fab915 ;
    color: black!important;
    font-family: "RNS Camelia Bold";
}

.titulo{
    color: #ffffff;
    font-family: 'Roboto Slab';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
    padding-top: 80px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 800px){
    .titulo{
        color: #ffffff;
        font-family: 'Roboto Slab';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.22;
        text-transform: uppercase;
    }
    .liston{
        padding: 2rem 2rem;
        background-image: url("../img/portada_registro.png") !important;
        background-repeat: repeat-x;
        max-height: 160px;
    }
    #numero_placa{
        position: absolute;
        top: 35%;
        left: 28%;
        font-size: 60px;
        width: 100%;
    }

}
@media only screen and (max-width: 1024px){
    .titulo{
        color: #ffffff;
        font-family: 'Roboto Slab';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.22;
        text-transform: uppercase;
    }
    .liston{
        padding: 2rem 2rem;
        background-image: url("../img/portada_registro.png") !important;
        background-repeat: repeat-x;
        max-height: 160px;
    }
    #numero_placa{
        position: absolute;
        top: 35%;
        left: 10%;
        font-size: 70px;
        width: 100%;
    }

}

.pie{
    padding: 2rem 2rem;
    background-color:#ffcd00;
    color: #3c3c3b;
    z-index: 9;
}

.numero_corredor{
    font-weight:normal;
    font-style:normal;
    font-size: 100px;
}

#placa{
    position: relative;
}

#numero_placa{
    position: absolute;
    top: 35%;
    left: 20%;
    width: 100%;
}

.azulbackg{
    background: rgb(0,134,198);
    background: -moz-linear-gradient(top, rgba(0,134,198,1) 0%, rgba(0,76,119,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,134,198,1) 0%,rgba(0,76,119,1) 100%);
    background: linear-gradient(to bottom, rgba(0,134,198,1) 0%,rgba(0,76,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086c6', endColorstr='#004c77',GradientType=0 );
    min-height: 300px;
}



@media only screen and (max-width: 992px) {
    .cabecera{
        height: 110px !important;
    }
}

.partner_icon{
    min-height: 60px;
    min-width: 60px;
    padding: 10px;
}

.pincelada_r{
    background: url("../img/index/pincelada_r.png") center no-repeat;
    width: 100%;
    min-height: 20rem;
    background-size: cover;
}

.social_icon{
    height: 40px;
    min-width: 40px;
    padding: 10px;
}

.navbar-main{
    height: 8rem;
}
