.fright{
    float: right;
}
.fondo-blanco{
    background: #FFFFFF;
    margin-top: 65px;
}
.site-content{
    background: #efefef;
    text-align: left;
}

.mt60{
    padding-top: 60px;
}

.contenedor{
    width: 1704px;
    margin: auto;
    position: relative;
}

.contenedor:before, .contenedor:after {
    content: "";
    float: none;
    clear: both;
}

.block_content{
    font-weight: 300;
}

.block_content strong{
    color: #2d2d2d;
    font-weight: 500;
}

.cabecera_interiores{
    min-height: 937px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    position: relative;
}

.cabecera_interiores::before {
    content: '';
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.articulo-listado{
	clear:both;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 73px 0 116px 0;
}

.articulo-listado .articulo-listado-item{
    position: relative;
    width: 24%;
    max-width: 367px;
    height: 514px;
    margin-bottom: 74px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.articulo-listado .articulo-listado-item:hover{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.39);
}

.articulo-listado .articulo-listado-item a{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    text-decoration: none;
}

.articulo-listado .articulo-listado-foto{
    height: 230px;
    overflow: hidden;
}

.articulo-listado .articulo-listado-foto img{
    height: auto;
    width: 100%;
}

.articulo-listado .articulo-listado-foto img.invertir{
    height: 100%;
    width: auto;
}

.articulo-listado .articulo-listado-titulo h2{
    font-family: 'Hind';
    color: #0a0a0a;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    margin: 30px 30px 10px 30px;
}
.articulo-listado .articulo-listado-contenido{
    font-family: 'Hind';
    color: #6f766c;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
    margin: 0 30px 0 30px;
}

.icon-date{
    color: #000000;
    font-size: 20px;
}

.updated{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.destacado{
    height: 937px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.destacado::before {
    content: '';
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.destacado .overlay, .cabecera_interiores .overlay{
    background: rgba(0,0,0,0.4);
    height: 100%;
}

.articulo-destacado{
    padding-top: 113px;
    padding-left: 25px;
    color: #FFFFFF;
}
.titulo-seccion{
    position: relative;
}

.titulo-seccion::before{
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 53px;
    display: block;
    background: #FFFFFF;
}

.titulo-seccion-pre{
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2px;
}

h1.titulo-seccion-pre{
    text-align: left;
    margin: 0;
}

.titulo-seccion-pre strong{
    font-weight: 700;
}

.titulo-seccion-h1{
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    padding-top: 5px;
}

.articulo-destacado h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0 10px 0;
}

.articulo-destacado .articulo-destacado-contenido{
    width: 50%;
    font-weight: 300;
    font-size: 20px;
}

.articulo-destacado .updated, .articulo-destacado .icon-date {
    color: #FFFFFF;
}

.articulo-destacado .enlace-destacado{
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 14px 120px;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.articulo-destacado .enlace-destacado:hover{
    color: #000000;
    background: #FFFFFF;
}

.articulo .left {
    float: left;
    width: 870px;
    width: calc(100% - 475px);
    width: -moz-calc(100% - 475px);
    width: -webkit-calc(100% - 475px);
    width: -o-calc(100% - 475px);
}

.articulo .right{
    width: 391px;
    float: right;
}

.cabecera_banner{
    background-image: url("images/cabecera-noticias.jpg");
    background-size: cover;
    background-position: right;
    height: 322px;
}
.cabecera_interior{
    color: #FFFFFF;
    padding-left: 25px;
    padding-top: 112px;
    position: relative;
}

.page-template-page-neumaticos .cabecera_interior,
.page-template-page-tire .cabecera_interior,
.page-template-page-classics .cabecera_interior,
.page-template-page-utiles .cabecera_interior{
    padding-top: 245px;
}

.cabecera_contenido{
    font-size: 20px;
    font-weight: 300;
    width: 45%;
}

.cabecera_contenido h2{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}

.cabecera_contenido strong{
    font-weight: 600;
}


.pagina-marca .block_content{
    position: relative;
}

.pagina-marca .cabecera_contenido, .pagina-neumatico .cabecera_contenido{
    font-size: 20px;
    font-weight: 300;
}

.pagina-marca .cabecera_contenido strong, .pagina-neumatico .cabecera_contenido strong{
    font-weight: 500;
}

.pagina-marca .cabecera_contenido h1{
    color: #FFFFFF;
}

.pagina-neumatico .cabecera_contenido h3{
    font-weight: 500;
    margin: 0 0 5px 0;
}

.pagina-marca .cabecera_contenido .slogan{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.pagina-marca .cabecera_contenido .logo{
    padding: 15px 0;
}


.contenido-sobre-nosotros .cabecera_contenido{
    width: 63%;
}

.contenido-sobre-nosotros .cabecera_contenido h1 {
    font-size:30px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}

.contenido-sobre-nosotros .cabecera_contenido strong{
    font-weight: 500;
}

.cabecera_contenido .btn{
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 14px 120px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cabecera_contenido .btn:hover{
    color: #000000;
    background: #FFFFFF;
}

.cabecera_contenido .btn:hover a{ color: #000000;}

.articulo{
    padding-top: 87px;
}

.articulo-fecha{
    padding: 10px 0 0 0;
}

.articulo img{
    max-width: 100%;
    height: auto;
}

.articulo figure{
    max-width: 100%;
    height: auto;
}


.articulo p, .articulo p strong{
    font-weight: 300;
}

.contacto-google-maps{
    height: 690px;
    position: relative;
    clear: both;
}

.contacto-google-maps iframe{
    width: 100%;
    height: 690px;
    position: absolute;
    bottom: 0;
}

.titulo-pagina{
    color: #0a0a0a;
    padding-left: 25px;
    padding-top: 70px;
}

.pagina-neumatico .titulo-pagina{
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.titulo-pagina-404{
    color: #0a0a0a;
    padding-top: 70px;
}

.titulo-pagina-contenido{
    position: relative;
}

.titulo-pagina-contenido::before{
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 53px;
    display: block;
    background: #da110a;
}

.titulo-pagina-contenido.sin-sub::before{
    height: 25px;
}

.titulo-pagina-contenido.blanco::before{
    background: #FFFFFF;
}

.titulo-pagina-contenido.negro::before{
    background: #000000;
}

.distribucion .txt_complet {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 50px;
}

.titulo-pagina-pre{
    color: #0a0a0a;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: -2px;
}

.titulo-pagina-pre strong{
    font-weight: 700;
    color: #0a0a0a;
}
.titulo-pagina-pre-404{
    color: #0a0a0a;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.titulo-pagina-pre-404 strong{
    font-weight: 700;
}
.blanco .titulo-pagina-pre.distribucion .txt_complet{
    color: #FFFFFF;
}

.blanco .titulo-pagina-pre{
    color: #FFFFFF;
}

.blanco .titulo-pagina-pre strong{
    color: #FFFFFF;
}

.subtitulo-pagina{
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    color: #6f766c;
}

.subtitulo-pagina-404{
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    color: #6f766c;
    text-transform: uppercase;
}

.blanco .subtitulo-pagina{
    color: #FFFFFF;
}

.form-ayuda input[type="text"], .form-ayuda input[type="email"],.form-ayuda select{
    background: #FFFFFF !important;
    height: 58px !important;
    border: 1px solid #000000 !important;
    width: 96% !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
    margin: 20px 0 0 0 !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    color: #0a0a0a !important;
}

.form-ayuda textarea{
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
    width: 96% !important;
    padding: 2% !important;
    margin: 20px 0 0 0 !important;
    height: 100px !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
    color: #0a0a0a !important;
}

.form-ayuda input[type="checkbox"]:focus, .form-ayuda input[type="checkbox"]:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-ayuda input::-webkit-input-placeholder { /* Edge */
    color: #0a0a0a !important;
}

.form-ayuda input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0a0a0a !important;
}

.form-ayuda input::placeholder {
    color: #0a0a0a !important;
}

.form-ayuda textarea::placeholder {
    color: #0a0a0a !important;
}

.form-ayuda .wpcf7-list-item {
    margin: 0;
}

.form-ayuda .wpcf7-form p , .form-ayuda .wpcf7-form p a{
    color: #0a0a0a;
    font-weight: 400;
    text-decoration: none;
}

.form-ayuda .wpcf7-form p small {
    font-size: 18px;
    color: #6f766c;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    line-height: 22px;
}

.form-ayuda span.wpcf7-not-valid-tip {
    font-size: 18px;
    margin: 0;
}

.form-ayuda .wpcf7 .screen-reader-response{
    position: relative;
}

.form-ayuda .wpcf7-form input[type="submit"] {
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    float: none !important;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    background-color: #da110a !important;
    padding: 8px 11px 8px 11px;
    color: #fff;
    margin: 0;
    font-family: 'Hind', sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.widget_search input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover{
    background-color: #000000 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-ayuda .enviar {
    width: 100%;
    display: block;
    position: relative;
}

.form-ayuda .wpcf7-spinner {
    right: 20px;
    top: 5px;
    position: absolute;
}

.form-ayuda .wpcf7 form.invalid .wpcf7-response-output, .form-ayuda .wpcf7 form.unaccepted .wpcf7-response-output, .form-ayuda .wpcf7 form.payment-required .wpcf7-response-output, .form-ayuda .wpcf7 form.spam .wpcf7-response-output {
    margin-top: 20px;
    border-color: #db241e;
    background: #db241e;
    color: #FFFFFF;
    font-size: 18px;
}

.form-ayuda .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 20px;
    border-color: #46b450;
    background: #46b450;
    color: #FFFFFF;
    font-size: 18px;
}

.formulario {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 400;
}

.formulario_separador{
    display: block;
    height: 30px;
}

.formulario.claro{
    background: #FFFFFF;
}

.formulario .col-3{
    width: 33%;
    float: left;
}

.formulario .col-4{
    width: 25%;
    float: left;
}

.formulario label{
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.formulario label small{
    font-size: 12px;
    line-height: 12px;
    text-transform: none;
    letter-spacing: -1px;
}

.formulario input[type="text"], .formulario input[type="email"],.formulario select{
    background: #FFFFFF !important;
    height: 58px !important;
    border: 1px solid #000000 !important;
    width: 98% !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
    margin: 0 !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    color: #6f766c !important;
}

.wpcf7-form .formulario input[type="checkbox"]{ height:20px; margin:10px 0!important;}
.wpcf7-form .formulario .tipos-productos input[type="checkbox"], .wpcf7-form .formulario .tienda-online input[type="checkbox"]{ height:20px; margin:5px 0!important;}

.wpcf7-form .formulario .tienda-online input[type="radio"]{ height:20px; margin:5px 0!important;width: 20px;}

.formulario input[type="file"]{
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
}

.formulario .col-4 input[type="text"], .formulario .col-4 input[type="email"] {
    width: 84% !important;
}

input:focus, textarea:focus {
    /* Opcion 1 */
    outline: 0;
    /* Opcion 2 */
    outline: none;
}

.separador_textarea{
    padding-top: 40px;
}

.formulario textarea{
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
    width: 93% !important;
    padding: 2% !important;
    margin: 0 !important;
    height: 100px !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
    color: #6f766c !important;
}

.formulario small{
    font-size: 20px;
    color: #0a0a0a;
    font-weight: 400;
}

.formulario .wpcf7-list-item {
    margin: 0;
}

.contenido-formulario .wpcf7-form p {
    color: #0a0a0a;
}

.contenido-formulario .wpcf7-form p a{
    text-decoration: none;
    color: #da110a;
}

.contenido-formulario .wpcf7-form input[type="submit"] {
    width: 326px;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    float: none !important;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    background-color: #da110a !important;
    padding: 8px 11px 8px 11px;
    color: #fff;
    font-family: 'Hind', sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.formulario input[type="checkbox"]:focus, .formulario input[type="checkbox"]:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.contenido-formulario .enviar{
    width: 100%;
    text-align: right;
    display: block;
    padding-bottom: 40px;
}

.contenido-formulario .wpcf7 form.invalid .wpcf7-response-output, .contenido-formulario .wpcf7 form.unaccepted .wpcf7-response-output, .contenido-formulario .wpcf7 form.payment-required .wpcf7-response-output, .contenido-formulario .wpcf7 form.spam .wpcf7-response-output {
    margin-bottom: 20px;
    border-color: #db241e;
    background: #db241e;
    color: #FFFFFF;
    font-size: 20px;
    width: 95%;
}

.contenido-formulario.form-solicita .wpcf7 form.invalid .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.unaccepted .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.payment-required .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.spam .wpcf7-response-output {
    width: 1704px;
    margin: auto;
    margin-bottom: 30px;
    top: -75px;
    position: relative;
}

.contenido-formulario.form-solicita .wpcf7-form input[type="text"],.contenido-formulario.form-solicita .wpcf7-form select,.contenido-formulario.form-solicita .wpcf7-email,.contenido-formulario.form-solicita .wpcf7-form textarea {

        border: 1px solid #6f766c !important;
        border-radius: 20px !important;
}

.contenido-formulario .wpcf7 form.sent .wpcf7-response-output {
    margin-bottom: 20px;
    border-color: #46b450;
    background: #46b450;
    color: #FFFFFF;
    font-size: 20px;
    width: 95%;
}

.contenido-formulario.form-solicita .wpcf7 form.sent .wpcf7-response-output {
    width: 1704px;
    margin: auto;
    margin-bottom: 30px;
    top: -75px;
    position: relative;
}

.formulario span.wpcf7-not-valid-tip {
    font-size: 20px;
}

.contenido-formulario .wpcf7-spinner {
    left: -100px;
    opacity: 1;
}

.contenido-formulario .condiciones .wpcf7-spinner {
    left: 263px;
    top: 25px;
}

.contenido-formulario .wpcf7-spinner::before {
    background-color: #FFFFFF;
    top: 15px;
    left: 0px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
}

.formulario input[type="text"].filecss{
    width: 425px!important;
    float: left;
}

.adjunto p{
    margin: 0;
}

.formulario #click_file{
    float: left;
    height: 58px !important;
    line-height: 58px;
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #FFFFFF !important;
    font-size: 22px;
    padding: 0 50px;
    cursor: pointer;
    text-align: center;
}
.formulario #click_file p{
    color: #FFFFFF;
}


.formulario .checks .wpcf7-list-item{
    display: block;
}

.formulario .checks input[type="checkbox"]{
    top: 10px;
    position: relative;
}

.formulario.condiciones {
    position: relative;
    top: -150px;
}

.formulario.condiciones input[type="submit"]{
   margin-right: 50px;
    float: right!important;
}

#curriculum{
    display: none;
}


.grecaptcha-badge{
    display: none;
}

.solicita-text{
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

.solicita-text strong{
    font-weight: 700;
}

.solicita-subtext{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.btn-404{
    display: inline-block;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    float: none;
    height: 58px;
    width: 325px;
    margin: 25px 0;
    line-height: 58px;
    cursor: pointer;
    text-decoration: none;
    background-color: #da110a;
    /*padding: 8px 11px 8px 11px;*/
    color: #fff;
    font-family: 'Hind', sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.btn-404:focus, .btn-404:hover{
    background-color: #8d8d8d;
}

.content-404{
    float: left;
    width: 50%;
}

.content-404 input[type="search"] {
    width: 295px!important;
    background: #FFFFFF !important;
    height: 58px !important;
    border: 1px solid #000000 !important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px !important;
    margin: 0 !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    color: #6f766c !important;
}


.content-404 input[type="submit"] {
    background: #000000 !important;
    height: 58px !important;
    border: 0;
    color: #FFFFFF;
    font-family: 'Hind', sans-serif !important;
    font-size: 22px !important;
    margin: 0 !important;
    padding-left: 60px;
    padding-right: 60px;
    left: -6px;
    top: 1px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.sub_titulo_buscador_404{
    font-size: 22px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.img_404{
    float: right;
    width: 50%;
    padding-top: 100px;
}

.img_404 img{
    max-width: 100%;
}

.widget_categories .widget-title, .widget_recent_entries .widget-title, .widget_search .widget-title{
    display: none;
}

.widget {
    padding: 60px 0 0 0;
}

.widget.widget_search, .widget.widget_categories, .widget.widget_recent_entries{
    padding: 10px 0 0 0;
}

.widget.widget_categories{
    padding-bottom: 20px;
}

.widget_search input[type="search"] {
    width: 100%;
    background: #FFFFFF !important;
    /*height: 58px !important;*/
    /*border: 1px solid #000000 !important;*/
    font-family: 'Hind', sans-serif !important;
    /*font-size: 20px !important;*/
    margin: 0 !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    color: #6f766c !important;
}

.widget_search input::-webkit-input-placeholder { /* Edge */
    color: #0a0a0a !important;
}

.widget_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0a0a0a !important;
}

.widget_search input::placeholder {
    color: #0a0a0a !important;
}

.widget_search textarea::placeholder {
    color: #0a0a0a !important;
}

.widget_search input[type="submit"] {
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-size: 22px;
    float: none !important;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    background-color: #da110a !important;
    padding: 8px 11px 8px 11px;
    color: #fff;
    margin: 20px 0 0 0;
    font-family: 'Hind', sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.widget .search-submit:hover {
    background-color: #da110a !important;
    cursor: pointer;
}

.widget ul {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.widget ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #0a0a0a;
    text-transform: uppercase;
}


.wsp-pages-list li a {
    font-size: 30px;
    color: #0a0a0a !important;
    font-weight: normal;
    text-transform: uppercase;
}

.wsp-pages-list li ul li a {
    color: #6f766c !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.wsp-pages-list li ul li, .wsp-categories-list li {
    list-style: none !important;
    list-style-image: none !important;
}

.site-map{
   padding-bottom: 100px;
}

.site-map .col{
    width: 25%;
    float: left;
}

.site-map .st-menu{
    padding-bottom: 20px;
}

.site-map .st-titulo{
    font-size: 30px;
    font-weight: 400;
    color: #0a0a0a;
    padding-bottom: 5px;
}

.site-map .st-titulo a{
    font-size: 30px;
    font-weight: 400;
    color: #0a0a0a;
    text-decoration: none;
}

.site-map .st-submenu{
    font-size: 20px;
    font-weight: 300;
    color: #6f766c;
    display: block;
    line-height: 25px;
}

.site-map .st-submenu a{
    font-size: 20px;
    font-weight: 300;
    color: #6f766c;
    text-decoration: none;
    display: block;
    line-height: 25px;
}

.site-map .st-submenu.es{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png") no-repeat 0 4px;
    padding-left: 25px;
}

.site-map .st-submenu.pt{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/pt.png") no-repeat 0 4px;
    padding-left: 25px;
}

.site-map .st-submenu.en{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png") no-repeat 0 4px;
    padding-left: 25px;
}

.site-map .st-submenu.fr{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png") no-repeat 0 4px;
    padding-left: 25px;
}

.site-map .st-submenu.it{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/it.png") no-repeat 0 4px;
    padding-left: 25px;
}

.site-map .st-submenu.de{
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.png") no-repeat 0 4px;
    padding-left: 25px;
}

.todas-marcas{
    padding-top: 65px;
}

.todas-marcas h3.marcas{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hind';
    padding-left: 25px;
}

.todas-marcas h3.marcas a{
    padding-top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.todas-marcas h3.marcas a.categoria{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hind';
}

.todas-marcas h3.marcas a.categoria_sel, .todas-marcas h3.marcas a.categoria:hover{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Hind';
    border-top: 4px solid #da110a;
}


.todas-marcas .titulo-pagina{
    float: left;
    padding-top:0;
}

.todas-marcas .items-marcas{
    float: right;
    padding-top: 20px;
}

#marcas{
    width: 100%;
}

#marcas .marca{
    /*width: 304px;*/
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    height: 304px;
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 14%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#marcas .marca:hover {
    background-color: white;
    -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 39%);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 39%);
}

#marcas .marca a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#marcas .owl-stage-outer{
    padding-bottom: 60px;
}

#marcas .owl-dots{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -30px;
    top: 43.5%;
}

#marcas .owl-dots .owl-dot span{
    background: white;
    border: 1px solid #da110a;
    border-radius: 0;
    width: 5px;
    height: 25px;
    margin-bottom: 0;
}

#marcas .owl-dots .owl-dot:hover span,
#marcas .owl-dots .owl-dot.active span{
    background: #da110a;
}

.neumaticos {
    padding-top: 15px;
}

.neumaticos .neumatico{
    display: inline-block;
    padding-right: 15px;
}

.capa-garantia{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #da110a;
}

.capa-garantia .garantia{
    width: 50%;
    float: left;
}


.capa-garantia .garantia h2.garantia-titulo{
    color: #fffdfd;
    font-size: 58px;
    line-height: 58px;
    margin: 0;
    font-weight: 300;
    padding-left: 60px;
}

.capa-garantia .garantia .garantia-texto p{
    color: #fffdfd;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
    padding-left: 60px;
    padding-right: 55px;
}

.capa-garantia .video{
    width: 50%;
    float: left;
}

.btn-cabecera{
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 14px 120px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-cabecera:hover{
    color: #000000;
    background: #FFFFFF;
}

#top-ventas .titulo-pagina{
    float: left;
    width: 33%;
}

#top-ventas .logo-ventas {
    width: 100%;
    text-align: center;
   /* position: absolute;
    top: -35px;*/
}

#neumaticos {
    position: relative;
    padding-bottom: 60px;
}

#neumaticos.owl-theme .owl-nav {
    top: 50%;
    top: calc(50% - 39px);
    top: -moz-calc(50% - 39px);
    top: -webkit-calc(50% - 39px);
    top: -o-calc(50% - 39px);
    position: absolute;
    width: 100%;
}

#neumaticos .owl-prev {
    left: 0;
}

#neumaticos .owl-next {
    right: 0;
}

#neumaticos.owl-theme .owl-nav [class*=owl-]{
    background: transparent;
}

#neumaticos.owl-carousel .owl-item img{
    display: inherit;
    width: auto;
    margin: auto;
}

#neumaticos .neumatico-texto h3{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#neumaticos .neumatico-texto{
    color: #6f766c;
    font-size: 20px;
    font-weight: 300;
    max-width: 565px;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
}

#owl-organigrama .item {
    position: relative;
    background: #fff;
    padding: 0px;
    margin: 1%;
    color: #fff;
    text-align: center;
    float: left;
    -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 14%);
}

.pagina-neumatico h1.titulo-seccion-pre{
    text-transform: uppercase;
}

.container_texto_solicita{
    display: inline-flex;margin-top:-60px;
}
.texto_solicita{
    width: 610px;
    margin-top:120px;
}

.texto_solicita.tresm{
    margin-top:60px;
    font-weight: 400;
    width: 565px;
 }

.texto_solicita ul li{
    line-height: 35px;
}

.rmp_menu_trigger.rmp-menu-trigger-boring.rayas-fixed{ z-index:99999;}

.dnone{
    display: none;
}
.acordeon{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
}

.title-toogle{float:left;width:100%;padding: 10px 20px;width:calc(100% - 40px);width: -moz-calc(100% - 40px);width: -webkit-calc(100% - 40px);width: -o-calc(100% - 40px);margin:20px 0 0 0;cursor:pointer;color:#FFF;background-color:#db241e;font-size:14px;font-weight:bold;text-transform:uppercase;}
.title-toogle:hover, .title-toogle.active{color:#FFF;background-color:#000000;}
.title-toogle img{margin-top: 3px;}
.title-toogle h2{margin:0;padding:0;width:auto;float:left;font-size:16px;}
.subseccion-container {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
}
.imagen-acordeon{
    background: url("images/flecha_menus.png");
    width: 15px;
    height: 12px;
    display: block;
}
.imagen-acordeon2{
    background: url("images/flecha_menus2.png");
    width: 15px;
    height: 12px;
    display: block;
}

@media only screen and (max-width: 1515px) {
    .img-descuento{
        position: relative;
        top: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .img-descuento{
        top: 0;
    }
}


@media only screen and (max-width: 1734px) {
    .contenedor{
        width: 95%;
    }
    .contenido-formulario.form-solicita .wpcf7 form.invalid .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.unaccepted .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.payment-required .wpcf7-response-output, .contenido-formulario.form-solicita .wpcf7 form.spam .wpcf7-response-output {
        width: 95%;
    }

    .contenido-formulario.form-solicita .wpcf7 form.sent .wpcf7-response-output {
        width: 95%;
    }
}

@media only screen and (max-width: 1530px) {
    .todas-marcas .titulo-pagina {
        float: none;
    }
    .todas-marcas .items-marcas {
        padding-top: 40px;
    }
    .capa-garantia .garantia h2.garantia-titulo {
        font-size: 45px;
        line-height: 45px;
    }
    .capa-garantia .garantia .garantia-texto p {
        font-size: 19px;
    }
}


@media only screen and (max-width: 1317px) {
    .cabecera_interiores{
        min-height: auto;
    }
	
	.site-main {
		padding-top: 162px;
	}
}

@media only screen and (max-width: 1300px) {
    .articulo-listado .articulo-listado-item{
        width: 32%;
        max-width: none;
    }

    .rmp_menu_trigger.rmp-menu-trigger-boring.rayas-fixed{
        right: 3% !important;
        top: 15px !important;
    }
}

@media only screen and (max-width: 1260px) {
    .todas-marcas h3.marcas a.categoria {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1250px) {
    .articulo-destacado .articulo-destacado-contenido, .cabecera_contenido, .contenido-sobre-nosotros .cabecera_contenido{
        width: 100%;
    }
    .page-template-page-neumaticos .cabecera_interior,
.page-template-page-tire .cabecera_interior,
.page-template-page-classics .cabecera_interior,
    .page-template-page-utiles .cabecera_interior {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .capa-garantia {
        flex-direction: column;
    }
    .capa-garantia .garantia {
        width: 100%;
        float: none;
        padding: 50px 0;
    }
    .capa-garantia .video {
        width: 100%;
        float: none;
    }
    .formulario {
        font-size: 16px;
    }
    .formulario label {
        font-size: 14px;
    }
}


@media only screen and (max-width: 1155px) {
    .todas-marcas h3.marcas {
        float: left;
        width: 20%;
    }
}

@media only screen and (max-width: 1100px) {
	.img-descuento img{
		width:300px;
		padding-top:100px;
		}
}

@media only screen and (max-width: 1050px) {
    .content-404 input[type="submit"] {
        left: 0;
        top: 0;
        display: block;
        width: 295px;
    }
}

@media only screen and (max-width: 991px) {
    .no-991{
        display: none;
    }

    .articulo-listado .articulo-listado-item{
        width: 48%;
        max-width: none;
    }
    .articulo-listado .articulo-listado-foto img, .articulo-listado .articulo-listado-foto img.invertir {
        height: auto;
        width: 100%;
    }
    .formulario .col-3, .formulario .col-4 {
        width: 100%;
        float: none;
    }
    .formulario .col-3.checks{
        margin-bottom: 25px !important;
    }

    .formulario input[type="text"] {
        width: 93% !important;
        margin-bottom: 25px !important;
    }
    .formulario select {
        width: 97% !important;
        margin-bottom: 25px !important;
    }
    .formulario .col-4 input[type="text"], .formulario .col-4 input[type="email"] {
        width: 93% !important;
    }
    .formulario .col-4 select {
        width: 97% !important;
    }

    .formulario input[type="text"].filecss {
        width: 30%!important;
    }
    .formulario #click_file {
        width: 40%!important;
        font-size: 20px;
    }

    .contenido-formulario .wpcf7-form input[type="submit"]{
        width: 97%;
    }
    .contenido-formulario .enviar{
        text-align: left;
    }
    .form-solicita .formulario span.wpcf7-not-valid-tip {
        top: 0;
        position: relative;
    }

    .formulario span.wpcf7-not-valid-tip {
        top: -28px;
        position: relative;
    }
    .formulario small {
        font-size: 18px;
    }

    .formulario.condiciones{
        top: -25px;
    }
    .formulario.condiciones input[type="submit"] {
        margin-right: 0;
        float: none!important;
    }

    .articulo .left {
        width: calc(100% - 350px);
        width: -moz-calc(100% - 350px);
        width: -webkit-calc(100% - 350px);
        width: -o-calc(100% - 350px);
    }

    .articulo .right{
        width: 275px;
    }
    .site-map .col{
        width: 33%;
        float: left;
    }

    #marcas .owl-dots {
        left: -18px;
    }

    #top-ventas .titulo-pagina{
        float: none;
        width: 100%;
    }

    #top-ventas .logo-ventas {
        position: relative;
        top: 12px;
    }
}

@media only screen and (max-width: 900px) {
	.texto_solicita{ width:450px;}
}
	
@media only screen and (max-width: 768px) {

    .articulo-destacado h2{
        font-size: 24px;
    }
    .articulo-listado .articulo-listado-item{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .articulo-destacado .articulo-destacado-contenido{
        height: 460px;
        overflow: hidden;

    }
    .cabecera_interior {
        padding-top: 40px !important;
    }

    .cabecera_interiores {
        height: auto;
        padding-bottom:20px;
    }

    .cabecera_contenido {
        font-size: 16px;
    }

    .cabecera_contenido img{
        width: 200px;
        max-width: 90%;
    }

    .cabecera_contenido .slogan-3m img{
        width: 100px;
    }

    .slogan-3m .cab_h1{
        font-size: 26px !important;
        line-height: 29px;
    }

    .cabecera_banner{
        height: 240px;
    }

    .solicita-text{
        font-size: 16px;
    }

    .texto_solicita.tresm {
        margin-top: 80px;
    }

    .formulario {
        font-size: 16px;
        padding-left: 10px;
    }

    .formulario label {
        font-size: 15px;
    }
    .formulario span.wpcf7-not-valid-tip {
        font-size: 15px;
    }
    .contenido-formulario .wpcf7 form.invalid .wpcf7-response-output, .contenido-formulario .wpcf7 form.unaccepted .wpcf7-response-output, .contenido-formulario .wpcf7 form.payment-required .wpcf7-response-output, .contenido-formulario .wpcf7 form.spam .wpcf7-response-output {
        font-size: 15px;
    }
    .contenido-formulario .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
    }

    .contenido-formulario span.wpcf7-not-valid-tip {
        font-size: 16px;
    }
    .contenido-formulario .enviar {
        padding-bottom: 0;
        width: 98%;
        text-align: center;
    }

    .distribucion .txt_complet{
        font-size: 20px;
        line-height: 26px;
    }


    .content-404{
        float: none;
        width: 100%;
    }
    .btn-404{
        width: 100% !important;
    }
    .content-404 input[type="search"] {
        width: 100% !important;
    }
    .content-404 input[type="submit"] {
        width: 100%;
    }
    .img_404{
        width: 100%;
        text-align: center;
        float: none;
    }

    .articulo {
        padding-top: 0;
    }
    
    .articulo .left {
        width: 100%;
        float: none;
    }

    .articulo .right{
        width: 100%;
        float: none;
    }

    .site-map .col{
        width: 50%;
        float: left;
    }

    #marcas .owl-dots {
        left: -10px;
    }

    .img-descuento, .img-descuento img{
        padding-top: 0;
    }

    .texto_solicita{
        /*display: none;*/
		width: 98%;
		margin-top: 80px;
    }

    .texto_solicita.tresm {
        width: 98%;
    }

	.container_texto_solicita{ display:block;}
	.titulo-seccion-h1{ font-size:18px;}
	.texto_solicita ul{ padding-left:20px; margin-top:-10px;}
	.texto_solicita ul li{ line-height:22px; list-style:disc;}
	.texto_solicita span{ font-weight:600;}
	.cabecera_contenido .btn.ancla{ margin-bottom:30px;}
}


@media only screen and (max-width: 600px){
    .formulario input[type="text"].filecss {
        width: 93%!important;
    }
    .formulario #click_file {
        width: 97%!important;
        padding: 0;
    }
}

@media only screen and (max-width: 530px){
    .todas-marcas h3.marcas {
        float: left;
        width: 100%;
        padding-left: 0;
    }
}


@media only screen and (max-width: 500px){
    .articulo-listado .articulo-listado-item article {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .cabecera_contenido .btn {
        padding: 10px 0;
        text-align: center;
        width: 90%;
		font-size:18px;
    }
}


@media only screen and (max-width: 490px){
    .slogan-3m img {
        float: none;
        padding-right: 0;
    }
}


@media only screen and (max-width: 450px){
    .contenido-formulario .wpcf7-form input[type="submit"] {
        width: 100%;
    }
    .contenido-formulario .wpcf7-spinner {
        top: -65px;
        left: 55px;
    }
    .site-map .col{
        width: 100%;
        float: left;
    }
}