﻿/* Banner */

#banner {
    min-height: 450px;
    padding-top: 100px;
}

#banner .tituloBanner {
    font-size: 30px;
}
#banner .numerosBanner {
    font-size: 100px;
}

#banner .contenedorTarjeta p {
    margin-bottom: 0 !important;
}

.productosDestacados .tituloSeccion {
    margin-bottom: 35px;
}


/*Estilos overview*/

#card-overview-wrapper .list-section .section-heading {
    margin-top: 20px;
}



@media (max-width: 768px) {
    #banner {
        padding-top: 40px;
    }

    #banner .tituloBanner {
        font-size: 14px;
    }

    a.botonBanner {
        display: none !important;
    }

    #banner .numerosBanner {
        font-size: 75px;
    }

    #banner #tituloProducto {
        font-size: 28px;
    }  
}

@media(min-width:768px){
    .hidden-xs{
        display: block;
    }
    .visible-xs{
        display: none;
    }
}

@media(max-width:767px){
    .visible-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
}