@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');
* {
    padding: 0;
    scroll-behavior: smooth;
    margin: 0;
}

a,
button,
.btn,
* a,
* button,
* .btn {
    transition: all ease-in-out .3s;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

:root {
    --rojo: #e1251b;
    --blanco: #ffffff;
    --rojiso: #FF553F;
    --celeste: #69c6dc;
    --azulmarino: #007da5;
    --azul: #001689;
    --azuloscuro: #141a24;
    --amarillo: #fcb500;
    --gris01: #253242;
    --gris02: #272d42;
    --c_parrafo: #7B868C;
    --tab : #414141;
}

body {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #000;
}

hr {
    border-color: white;
}

* h1 {
    font-family: 'Exo', sans-serif;
    font-size: 48px;
}

* h2 {
    font-family: 'Exo', sans-serif;
    font-size: 33px;
}

* h3 {
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    font-weight: 500;
}

* h4 {
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

* h5 {
    font-family: 'Exo', sans-serif;
    font-size: 21px;
}

* p {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.grisClaro {
    color: var(--c_parrafo);
}

.gris {
    color: #E9E9E9;
}

.gris01 {
    color: var(--gris01)
}

.negro {
    color: #242424;
}

.negroBlack {
    color: #131314;
}

.celeste {
    color: var(--celeste)
}

a.blanco,
a.blanco:hover,
.blanco {
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.rojo {
    color: var(--rojo)
}

.amarillo {
    color: var(--amarillo);
}

.azul {
    color: var(--azul);
}

.bg_formEscuela { 
    background-color: #060606b8;
    border-radius: 18px ;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    -moz-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    border: 3px solid #707070;
}
 
.img_rookerBig {
    -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.copyright {
    background-color: #3C3C3C;
}

.bg-negro01 {
    background-color: #040000;
}

.bg-gris01 {
    background-color: var(--gris01);
}


.bg-gris02 {
    background-color: var(--gris02);
}

.bg-amarillo {
    background-color: var(--amarillo);
}

.bg-blanco01 {
    background-color: #E3E4E6;
}

.bg-blanco {
    background-color: #ffffff;
}

.bg-blog__color {
    background-color: #141A24;
}

.bg-blog__colorBlack {
    background-color: #1A1A1A;
}

.bg-valida__color {
    background-color: #272D42;
}

.bg-azul_oscuro {
    background-color: #001689;
}

.bg-azul_claro {
    background-color: #007DA5;
}

.bg_colorBlack {
    position: relative;
}

.bg_colorBlack::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0%;
    width: calc(14.5% * 3);
    background-color: #1A1A1A;
}

.bg_esuclerooker {
    min-height: 600px;
}

.content_medidad {
    max-width: 54%;
}

.img_escuela {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 45%;
}

.rounded,
.rounded-extra {
    border-radius: 4px!important;
}

.fc .fc-daygrid-day-frame {
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
}

.fc .fc-toolbar-title {
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
}

.fc .fc-daygrid-day-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    color: #fff;
}

.fc-h-event {
    background-color: var(--rojo)!important;
    border: 1px solid var(--rojo)!important; 
    font-weight: 700;
    color: var(--blanco)!important;
    font-size: 12px!important;
    background-color:var(--rojo)!important; 
    cursor: pointer;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
    color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--celeste)!important;
}

.fc .fc-scrollgrid table {
    margin-bottom: 0!important;
}
 
.woocommerce #productos img,
.woocommerce-page #productos img {
    height: 215px;
    object-position: center;
    object-fit: contain;
    position: relative;
    overflow: hidden;    
}

.owl-carousel.owl-cliente .owl-item img.card-img-top {
    width: auto;
    height: 73px;
    object-position: center center;
    object-fit: contain;
    max-width: 159px;
    margin: 0 auto;
}
 
.btn {
    font-size: 21px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    border-radius: 0px;
}

.btn_reglamento {
    font-size: 19px;
}

.btn-danger {
    background-color: var(--rojo);
    border: 1px solid var(--rojo);
    color: #fff;
}

.bg-rojiso {
    background-color: var(--rojiso);
}

.bg-negrodark {
    background-color: #131314;
}

.bg-negro {
    background-color: #000;
}

.bg-darkis {
    background-color: #19191A;
}

.bg-destacados {
    background: rgb(63, 63, 63);
    background: -moz-radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(1, 1, 1, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(1, 1, 1, 1) 100%);
    background: radial-gradient(circle, rgba(63, 63, 63, 1) 0%, rgba(1, 1, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f", endColorstr="#010101", GradientType=1);
}

.font-w200 {
    font-family: CairoLight;
}

.font-w600 {
    font-family: CairoSemiBold;
}

.font-w700 {
      
}

.fw-thin {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.fw-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.fw-800 {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
}

.fw-700 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
}

.fw-600 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.fw-500 {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
}

.fw-400 {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.fw-200 {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
}

.fw-100 {
    font-family: 'Exo', sans-serif;
    font-weight: 100;
}

.fz-42 {
    font-size: 42px;
}

.fz-32 {
    font-size: 32px;
}

.fz-28 {
    font-size: 28px;
}

.fz-26 {
    font-size: 26px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.fz-14 {
    font-size: 14px;
}

.fz-12 {
    font-size: 12px;
}


/**** WEB **

.owl-styleCenter .owl-item:hover .item .card_curso img {
    width: 320px;
    height: 280px;
    object-fit: contain;
    object-position: center;
}

.owl-styleCenter .owl-item:not(:hover) .item .card_curso img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}


**/


.owl-styleCenter .owl-item:not(:hover) .item .card_curso h3, 
.owl-styleCenter .owl-item:not(:hover) .item .card_curso div {
    display: block;
}




.owl-galeria-home .img-gallery {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    width: 100%;
    height: 230px;
    display: block;
    border-radius: 10px;
}

.owl-center>.owl-stage-outer>.owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.owl-center .owl-item {
    position: relative
}

.owl-center .owl-item.center {
    z-index: 9
}

.owl-center .owl-item:not(.center) {
    padding: 50px 0
}

.owl-center .owl-item .item {
    position: relative;
    padding: 50px 0 50px
}

.owl-center .owl-item.center .item {
    margin: 50px 0;
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    transform: scale(1.9);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}


/*
.owl-center .owl-item .item .reflect {
    position: absolute;
    width: 100%;
    bottom: 22px;
    height: 60px;
    transform: rotate(-180deg) scaleX(-1);
    background-position: center bottom!important;
    background-size: 130% auto!important;
    background-repeat: no-repeat!important;
    opacity: .5;
}
.owl-center .owl-item .item .reflect:after {
    content: '';
    position: absolute;
    height: 101%;
    width: 101%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .5) 25%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .5) 25%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .5) 25%, #fff 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
*/

.general-text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.bg-menu {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position: center!important;
    background-image: url('../images/web/fondo_header.jpg');
}

.bg_rokers {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position: center!important;
}

.wrrape-banner {
    position: relative;
    overflow: hidden;
}

.wrrape-banner .content_banner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.wrrape-banner img {
    width: 100%;
    height: 200px!important;
    object-fit: cover;
    object-position: center;
}

.bg-home_a {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: -3px;
    background-position-x: center;
    background-image: url('../images/web/fondo-home.jpg');
}

.bg-rokcup {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 520px;
    background-image: url(../images/web/fondo_rokcup.jpg);
}

.bg-categorias {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 520px;
    background-image: url(../images/web/fondo_categorias.jpg);
}

.bg-categorias-temporada {
    
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 320px;
    background-image: url(../images/web/fondo_categorias.jpg);
}

.bg-textura {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 520px;
    background-image: url(../images/web/fondo_textura.jpg);
}

.bg-italia {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 511px;
    background-image: url(../images/web/fondo-italia.jpg);
}

.bg-vortex {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 511px;
    background-image: url(../images/web/fondo-vortex.jpg);
}

.bg-contacto {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position: center!important;
    background-image: url('../images/web/fondo_contacto.jpg');
}

.bg-eventos {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-repeat: no-repeat;
    background-position: top center!important;
    background-image: url('../images/web/fondo_eventos.jpg');
}

.bg-pago {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-repeat: no-repeat;
    background-position: top center!important;
    background-image: url('../images/web/fondo-pago.jpg');
}


.bg-valida {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden;
    min-height: 511px;
    background-image: url(../images/web/fondo_validas.jpg);
}
 
.bg-reglamento {
    background-size: cover!important;
    transition: all 0.7s ease-in-out 0s;
    background-position-y: 0px;
    background-position-x: center;
    overflow: hidden; 
}

.img_reglamento_single {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
}

.title img {
    margin-left: -8em;
    width: 589px;
    margin-right: -7em;
    height: 49px!important;
    object-fit: cover;
}

.logo-footer {
    max-width: 70%!important;
}

@media (min-width: 1000px) {
    .bg-decoracion {
        background-size: 45%;
        transition: all 0.7s ease-in-out 0s;
        background-position: top right;
        background-image: url(../images/web/decoracion.png);
        background-repeat: no-repeat;
    }
}

.owl-pilotos_temporada .img__pilotos {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 73%!important;
    border-radius: 31px;
    height: 180px;
    object-fit: cover;
}

.owl-pilotos_temporada.owl-center>.owl-stage-outer>.owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.owl-pilotos_temporada.owl-center .owl-item {
    position: relative;
    padding: 0px 5px!important;
}

.owl-pilotos_temporada.owl-center .owl-item.center {
    z-index: 9
}

.owl-pilotos_temporada.owl-center .owl-item:not(.center) {
    padding: 0;
}

.owl-pilotos_temporada.owl-center .owl-item .item {
    position: relative;
    margin: 2.5rem auto 0.5rem;
}

.owl-pilotos_temporada.owl-center .owl-item.center .item,
.owl-pilotos-rocket.owl-center .owl-item.center .item {
    margin: 2.5rem auto 0.5rem;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
}

.owl-theme .owl-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 98.2%;
    top: calc(41% / 1);
}

.owl-banner-home.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--rojo);
    background-color: var(--rojo);
}

.owl-pilotos_temporada.owl-carousel .owl-nav .owl-prev {
    margin-left: -4rem;
}

.owl-pilotos_temporada.owl-carousel .owl-nav .owl-next {
    margin-right: -4rem;
}

.owl-carousel .owl-nav .owl-next {
    margin-left: auto;
}

.owl-carousel .owl-nav .owl-prev {
    margin-right: auto;
}

.owl-eventos .card .card-body img {
    max-width: 25px;
    width: auto!important;
    display: inline-block!important;
}

.card_piloto {
    background-color: #080808;
    border: 2px solid #fff;
    border-radius: 14px;
    min-height: 320px;
    margin-bottom: 9em;
}

.img__pilotos {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    border-radius: 31px;
    height: 180px;
    object-fit: cover;
}

.card_piloto img.img_spin {
    transition: transform .7s ease-in-out;
    width: 43px;
    height: 43px;
    border: 2px solid #cdc;
    border-radius: 40px;
    object-fit: cover;
    object-position: center;
}

.card_piloto:hover img.img_spin {
    transform: rotate(360deg);
}

.card {
    top: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -10px;
}

.t-talla {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    table-layout: fixed;
    justify-content: start;
    padding: 0;
}

.t-talla__item {
    display: inline-block;
    line-height: 16px;
    text-align: center;
    user-select: none;
    position: relative;
    transition: transform 0.25s;
    width: 25px;
    height: 25px;
    font-size: 10px;
    border-radius: 20px;
    border: 1px solid #c4c7c7;
    background-color: #ddddd6;
    margin-bottom: 0;
}

.t-talla [type=radio]:checked+label:after {
    width: 28px;
    height: 28px;
    transition: transform 0.25s;
    border: 1px solid #c4c7c7;
}

.t-talla [type=radio]:checked+label::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 7px;
    width: 0;
    height: 0;
    border-width: 10px 6px 0;
    border-style: solid;
    border-color: #117fa3 transparent transparent;
}

header.entry-header {
    display: none;
}

.type-product .single-product {
    background-color: #fff;
    padding: 1em;
    border-radius: 18px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--rojo)!important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--rojo)!important;
    border: 1px solid var(--rojo)!important;
    color: #fff;
}

.woocommerce div.product form.cart div.quantity {
    float: none!important;
    margin: 0 4px 0 0;
}

.imgHomenosotros {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 61%;
    width: 100%;
}

.img_rokker{
    position: absolute;
    bottom: -52px;
}

.imgNosotros {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 34%;
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content form .form-row label {
    width: 100%;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    color: #fff;
    display: block;
    padding: .5rem 0rem;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    border: 1px solid #e4e4e4;
    margin-bottom: -1px;
    padding: 5px 15px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-MyAccount-navigation li.is-active {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

.form-group textarea.form-control {
    height: 100px!important;
}


/* CSS BRIEF  */

.brief .steps-brief li.check {
    background-color: var(--azulmarino);
    color: #fff!important;
}

.brief .steps-brief li.active {
    background-color: var(--rojo);
    color: #fff!important;
}

.brief .form-group textarea.form-control {
    height: 100px!important;
}

.brief .form-group small {
    font-weight: 200;
    display: block;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.brief {
    position: relative;
}

.brief p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.brief .steps-brief li {
    list-style: none;
    display: inline-block;
    color: #808080;
    text-transform: uppercase;
    cursor: none;
    font-size: 20px;
    min-width: 18%;
    background-color: #333333;
}

.brief .steps-brief li:nth-last-child(1) {
    margin-right: 0em;
}

.brief .form-group.form-check-a .cuerpo_form .form-label.colla.collapsed::after {
    margin-top: -3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-right: 2px solid #ff5000;
    border-bottom: 2px solid #ff5000;
}

.brief .form-group.form-check-a .cuerpo_form .form-label.colla:hover::after {
    border-right: 2px solid #ff5000;
    border-bottom: 2px solid #ff5000;
}

.brief .form-group.form-check-a .cuerpo_form .form-label.colla::after {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 41%;
    margin-top: -6px;
    content: "";
    border-right: 2px solid #00AFFF;
    border-bottom: 2px solid #00AFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    right: 0;
}

.block-photos {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bg-img {
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important
}

.img-tabs {
    max-width: 91px;
    margin: -6em auto 1em;
    display: block;
}

.waza {
    position: fixed;
    bottom: 1rem;
    right: 1.25rem;
    z-index: 99999!important;
    overflow: hidden;
    cursor: pointer;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: rgb(133, 133, 133);
    font-size: 21px;
    font-weight: 700;
    height: 80px;
    outline: 0;
    width: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    border-radius: 18px;
    margin: 0 auto;
}


.nav-escuelas_interno .nav-link  {
    border-radius: 0.25rem;
    color:var(--blanco);
    font-size: 18px;
    background-color: var(--tab);
    font-weight: 700; 
    outline: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    border-radius: 24px;
    margin: 0 auto;
    padding: .7rem 1rem;
}

.nav-escuelas_interno .nav-link.active {
    background-color: var(--rojo)!important;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.tablas-rokup {
    border-collapse: separate;
    border-spacing: 5px 10px!important;
}

.tablas-rokup_mini.table thead th {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Exo', sans-serif; 
}

.tablas-rokup_mini.table.dataTable tbody th,
.tablas-rokup_mini.table.dataTable tbody td {
    text-align: center;
}

.dataTables_paginate a { 
    text-decoration: none!important; 
    border-radius: 0!important;
}

.tablas-rokup_mini.table tbody tr {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.dataTables_paginate a { 
    height: 100%;
    text-decoration: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 15px;
    background-color: #242424!important;
    border: 1px solid #242424!important;
    border-radius: 4px!important;
}

.dataTables_filter,
.dataTables_length {
    display: none!important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff!important;
    border: 1px solid var(--celeste);
    background-color: var(--celeste)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: var(--celeste)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff;
    border: 1px solid var(--celeste);
    background-color: transparent;
}

.nav-pills .nav-link span {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: -40px;
}

.nav-pills .nav-link img {
    width: 100%;
    max-width: 45px;
}

.nav-pills .nav-link.active img,
.nav-pills .show>.nav-link img {
    max-width: 65px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    outline: 0;
    border-color: transparent!important;
    background-color: #333333;
}

.nav-pills .nav-link.active::after,
.nav-pills .show>.nav-link::after {
    position: absolute;
    content: '';
    width: 65%;
    margin: 0 auto;
    height: 3px;
    bottom: -2px;
    background-color: var(--rojo);
}

.contentFormulario .form-group {
    position: relative;
}

.contentFormulario .form-group .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 7px)!important;
    padding: .575rem .75rem;
    line-height: 1.5;
    color: #292C32;
    border-radius: 0rem;
    font-size: 17px;
}

.contentFormulario .form-group .custom-file-label::after {
    display: none
}

.contentFormulario .form-group .cuerpo_form .form-label {
    position: absolute;
    left: 18px;
    top: 15px;
    margin-bottom: 0;
    width: auto;
    font-size: 16px;
    color: #858585;
    z-index: 1;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.contentFormulario .focused .form-label {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    font-size: 10px!important;
    color: #fff!important;
}

.contentFormulario .form-group textarea.form-control {
    height: 125px!important;
}

.contentFormulario .form-group .form-control,
.contentFormulario .form-group .custom-select {
    outline: 0;
    height: calc(1.5em + .75rem + 15px)!important;
    border-radius: 5px;
    border: 1px solid #858585;
    background-color: #131314;
    font-size: 18px;
    color: #858585;
    padding: 20px 11px 10px;
}

form .form-control {
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 0.4rem 0.6rem 0.4rem 0.6rem!important;
}

.contentFormulario .form-group .custom-select {
    padding: 15px 11px 10px!important;
}

.contentFormulario .form-group .form-control[type=date] {
    padding: 20px 11px 20px!important;
}

.contentFormulario {
    position: relative;
}

.bg-transparent {
    background-color: transparent!important;
}

.fecha_carerra {
    position: absolute;
    right: 9%;
    display: none!important;
    top: calc(9% / 2);
    z-index: 3;
    border-radius: 18px;
    max-width: 370px;
    background-color: #19191a8a;
    border: 1px solid #fff;
}

.fecha_carerra h1 {
    font-size: 39px;
}

.fecha_carerra img:nth-last-child(1) {
    max-width: 80%;
}

.site-main {
    overflow: hidden;
}


.grid_productos_home img {
        
}

.card-img-mini  {
    height: 209px;
    object-fit: cover;
    object-position: center;   
}

.card-img-big  { 
    height: 297px;
    object-fit: cover;
    object-position: center;
} 


.text-truncateLimitv2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.text-truncateLimitv2 p:nth-last-child(1) {
    margin-bottom: 0;
}


.text-truncateLimit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.text-truncateLimit p:nth-last-child(1) {
    margin-bottom: 0;
}

@media (max-width:996px) {

    .card-img-big {
        
    }

    .card-img-mini  {
        
    }

    .imgHomenosotros {
        position: relative; 
        max-width: 100%;
        width: 100%;
    }

    .title img {
        margin-left: -4.4em;
        width: 589px;
        margin-right: -5.5em; 
    }

    .site-branding {
        margin-top: -1.5rem;
        margin-bottom: 0.5rem;
    }
    .campo_info .fz-16 { font-size: 12px!important;}
    .campo_info img { width: 12px!important;}
    .fecha_carerra {
        position: relative;
        left: 0%;
        right: 0%;
        margin: 0 auto;
        top: 0;
        z-index: 3;
        border-radius: 18px;
        max-width: 96%;
        background-color: rgba(25, 25, 26);
        border: 1px solid rgb(255, 255, 255);
    }
    .nav-pills .nav-link {
        margin-bottom: 1em;
    }
    .content_pdf {
        background-size: cover!important;
        transition: all 0.7s ease-in-out 0s;
        background-position: right!important;
    }
    .price-box .header {
        margin: 1em auto 0.5em!important;
    }
    .navbar-collapse {
        padding: 1em 0;
        background-color: rgb(19, 19, 20);
    }
    .img-tabs {
        max-width: 100px;
        margin: -1em auto 1em;
        display: block;
    }
    .nav-pills .nav-link {
        height: 70px;
        width: 70px;
        margin-bottom: 1.5em;
    }
    .nav-pills .nav-link.active img,
    .nav-pills .show>.nav-link img {
        max-width: 55px;
    }
    .nav-pills .nav-link span {
        width: 100%;
        height: 49px!important;
        position: absolute;
        bottom: -64px!important;
        font-size: 13px!important;
    }
    .font-32 {
        font-size: 22px;
    }
    .content_pdf {
        background-size: 226%!important;
        background-image: url(../images/06.jpg);
        transition: all 0.7s ease-in-out 0s;
    }
}

@media (min-width: 475px) and (max-width: 768px) {}

@media (max-width:768px) {
    .wrrape-banner>img {
        object-fit: cover;
        object-position: -22px center;
    }
    .fecha_carerra {
        border-radius: 0!important;
    }
}

@media (max-width:445px) {
    .wrrape-banner>img {
        object-fit: cover;
        object-position: -74px;
    }
}

@media (min-width:998px) {
    .content_pdf {
        background-image: url(../images/06.jpg);
        transition: all 0.7s ease-in-out 0s;
    }
    .nav-pills .nav-link span {
        font-size: 13px;
    }
}

@media (min-width:1600px) {
    .wrrape-banner img {
        object-fit: cover;
        object-position: center;
    }
}

@media (min-width:1000px) {
    .price-box {
        height: 672px;
    }
}

.wrrape-banner a {
    position: absolute;
    bottom: calc( 20% - 9px);
    margin: 0 auto;
    left: 1%;
    right: 1%;
    z-index: 2;
    font-family: CairoRegular!important;
    width: auto;
    max-width: 25%;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    background-color: rgba(225, 225, 225, 0.1);
}

.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-black {
    background-image: url(../images/fodno01.jpg);
    background-attachment: fixed;
}

.content_pdf {
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../images/06.jpg);
    transition: all 0.7s ease-in-out;
}

.content_pdf:hover {
    background-size: 105%!important;
}

.btn-outline-info {
    border: 1px solid var(--celeste);
    color: var(--celeste);
}

.btn-outline-info:hover {
    background-color: var(--celeste)!important;
}

.btn-outline-light:hover svg,
.btn-outline-light:hover i {
    color: #212529;
}

.owl-carousel.owl-footer .owl-item img {
    width: auto;
    height: 60px;
    object-position: center center;
    object-fit: contain;
    max-width: 86px;
    margin: 0 auto;
}

.carritoImg {
    width: 100%;
    max-width: 250px;
}

footer a:visited,
footer a:hover {
    color: var(--celeste);
}

.chasis img {
    height: 91px;
    object-fit: contain;
    object-position: left;
}

.nav.nav-tabs {
    position: relative;
}

.bg_blacks {
    background-color: #0C0C0D;
}

.price-box {
    background: #19191A;
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 1px solid var(--celeste);
    transition: 0.3s;
}

.price-box {
    top: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.price-box:hover {
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -20px;
}

.price-box:hover .header {
    background-color: #19191A;
    color: #fff!important;
}

.price-box:hover li {
    color: #19191A;
}

.price-box .header {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 75%;
    margin: -2em auto 0.5em;
    border-radius: 7px;
    height: 165px;
    border: 1px solid rgb(0, 246, 255);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.price-box .header.header-green {
    background-color: #4CAf50;
}

.price-box li {
    padding: 20px;
    font-weight: 500;
    text-align: center;
}

.price-box .emph {
    padding: 0;
}

.nav-link .media img {
    width: 75px;
    filter: grayscale(80%);
    transition: 0.7s;
}

.media-body {
    width: 100%;
}

.nav-link.active img {
    transition: 0.7s;
    width: 115px;
    filter: contrast(175%) brightness(3%);
}

.nav-link.active .media-body {
    color: var(--celeste);
      
}

.nav-link:hover img {
    transition: 1s;
    width: 115px;
    filter: contrast(175%) brightness(3%);
}

.nav-link:hover .media-body {
    color: var(--celeste);
      
}

.border-categoria {
    border-right: 1px solid #707070;
}

.nav-link.active .media::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 4px;
    background-color: rgb(36, 36, 36);
    border: 1px solid rgb(112, 112, 112);
    width: 120px;
    height: 120px;
    transition: all 1s ease 0s;
    z-index: 0;
    border-radius: 50%;
}

.media-img {
    position: relative;
    max-width: 30%;
    overflow: hidden;
}

.media-img img {
    height: 200px;
    object-fit: cover;
}

.media-img .tag_blog {
    position: absolute;
    top: 15px;
    right: 15px;
}

.content_destacado {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.content_destacado::before,
.content_destacado.content_destacado_mini::before {
    width: 100%;
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 68%) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 68%) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 68%) 100%);
}

.content_destacado .content_card {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.content_destacado .content_card .img_bigDestacado {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.content_destacado.content_destacado_mini img {
    height: 204px;
    object-fit: cover;
    object-position: center;
}

.nav-pills.nav-noticias .nav-link.active,
.nav-pills.nav-noticias .show>.nav-link {
    color: #fff;
    background-color: #00BED6;
}

.nav-pills.nav-noticias .nav-link {
    font-size: 21px;
    font-weight: 700;
    height: auto;
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    border: 1px solid #00BED6;
    ;
}

.link-categoria {
    background-color: #253242;
    border: 2px solid #69C6DC;
    border-radius: 16px;
    font-size: 20px;
    line-height: 26px;
    min-height: 104px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.link-categoria:hover {
    background-color: #69C6DC;
    border: 2px solid #69C6DC;
}

.sync2 .item {
    cursor: pointer;
}

.sync2 .current .item .link-categoria {
    background-color: #69C6DC;
    border: 2px solid #69C6DC;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

.sync1.owl-theme {
    position: relative;
}

.sync1.owl-theme .owl-next,
.sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background-color: #69C6DC;
}

.sync1.owl-theme .owl-prev {
    left: 10px;
}

.sync1.owl-theme .owl-next {
    right: 10px;
}

.w-30 {
    height: 150px;
    object-fit: cover;
    max-width: 30%;
    border-radius: 18px;
}

.woocommerce-Tabs-panel h2,
.related.products h2 {
    color: var(--gris01);
    margin-bottom: 0.7em;
    text-transform: uppercase;
    font-size: 20px !important;
}

.woocommerce-Tabs-panel table.table td {
    color: var(--gris);
    font-size: 14px;
}

.woocommerce table.table th {
    background-color: var(--azul);
    border-color: var(--azul);
    color: #FFF;
    border-bottom: 0;
}

.woocommerce table.shop_table td {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: var(--gris01);
    font-size: 14px;
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1)!important;
    margin: 0 -2px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px!important;
    background-color: #fff;
}

.woocommerce ul.products li.product:hover {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    -moz-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
    top: -4px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.woocommerce ul.products li.product a img {
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    -moz-transition: -moz-transform 0.6s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    padding: 11px;
    display: block;
}

.woocommerce ul.products li.product a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--gris);
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 1em;
}

.woocommerce ul.products li.product .price {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    padding: 0.3rem !important;
}

.woocommerce ul.products li.product .button {
    background-color: var(--azul);
    color: #fff;
    font-size: 16px;
    margin: 0 auto 1.25rem;
    display: table;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.cart_totals h2,
#order_review_heading {
    color: #FFF;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 27px !important;
}

.product_meta span {
    width: 100%;
    color: var(--gris);
    font-family: 'Exo', sans-serif;
    font-weight: 500;
}

.product_meta span span.sku {
    margin-left: 5px;
}

.product_meta span a {
    color: var(--gris);
    margin-left: 9px;
}

.product_meta span a:hover {
    color: var(--celeste)
}

.woocommerce-cart-form__cart-item a:visited {
    color: var(--celeste)
}

.single-product .woocommerce div.product p.price {
    margin-bottom: 0em!important;
}

.single-product .woocommerce div.product p.price span {
    font-size: 29px!important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--celeste);
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 22px!important;
}

.woocommerce div.product p.price del {
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: var(--gris)!important;
    font-size: 15px;
    padding: 10px 13px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: var(--azul);
}

.woocommerce .quantity .qty {
    width: 4.631em!important;
    height: 36px;
    color: var(--gris01);
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid var(--gris01);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--azul);
}

#tab-description {
    padding: 10px 15px;
}

.navigation {
    display: none;
}

.checkout .woocommerce-billing-fields__field-wrapper p {
    display: block;
}

.checkout .woocommerce-billing-fields__field-wrapper label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 9px;
    margin-left: 4px;
}

.checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper span {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100% !important;
    border-radius: 0;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid var(--gris);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 96%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--gris);
    line-height: 37px!important;
}

#customer_details h1,
#customer_details h2,
#customer_details h3,
#customer_details h4,
#customer_details p {
    color: #fff;
}

.woocommerce form .form-row .optional {
    visibility: visible;
    width: auto!important;
    display: inline-block!important;
}

.woocommerce form .form-row span {
    display: block;
    width: 100%;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
}

.wpcf7-form .form-inline .form-control {
    width: 100%!important;
    border: 1px solid var(--gris);
    border-radius: 0;
    color: var(--gris);
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.woocommerce-result-count {
    color: var(--gris);
    font-size: 15px;
}

.orderby {
    border: 1px solid var(--gris);
    border-radius: 0;
    color: var(--gris);
    height: calc(1.5em + .75rem + 2px);
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.wpcf7-form .form-inline .wpcf7-list-item-label {
    margin-left: 5px;
    color: var(--gris);
    font-size: 15px;
}

.wpcf7-form .form-inline .wpcf7-list-item-label a,
.wpcf7-form .form-inline .wpcf7-list-item-label a:visited {
    color: var(--azul)
}

.wpcf7-form .form-inline label {
    color: var(--gris);
    font-size: 14px;
    margin-bottom: 9px;
    margin-left: 4px;
}

.wpcf7-form .form-inline .wpcf7-form-control-wrap {
    width: 100%!important;
    display: block!important;
}

.wpcf7-form .form-inline .wpcf7-select option {
    color: var(--gris);
    font-size: 14px;
}

div.wpcf7-response-output {
    font-size: 13px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-left: 7px;
    width: 100%;
}

div.wpcf7 .ajax-loader {
    position: relative;
    top: -32px;
    left: calc(50% - -95px);
}

.wpcf7-form p {
    margin-bottom: 0;
}

.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr th {
    background-color: var(--rojo);
    border-color: var(--rojo);
    color: #FFF;
    border-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:nth-of-type(2n+1) {
    background-color: #f1f1f1 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--azul);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--amarillo);
    color: #fff;
}

.woocommerce-product-details__short-description {
    margin-bottom: 2em;
    color: var(--gris);
    font-size: 14px;
}

.woocommerce-product-details__short-description ul {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description ul li {
    margin-bottom: 7px;
}

.woocommerce-product-details__short-description p {
    color: var(--gris);
    font-size: 14px;
}

#respond,
#secondary {
    display: none;
}

.woocommerce.columns-4 {
    display: none;
}


/* #overlay {
    background: #000000;
    color: #FFFFFF;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .90;
}

.spinnerWP {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

#overlay.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(85, 85, 85, 0.84);
    z-index: 50;
}

#overlay .loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

#overlay.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}


/* PATROCINADORES */

.bg-gris { background-color: #2D2B2B; }
.bg-rojo { background-color: #FF0020; }
.fc-blanco { color: #ffff; }

.content_web_info {
	color: #fff;
	position: absolute;
	left: calc( 100% / 7);
    bottom: 3rem;
	max-width: 50%;
}

.decoracion_img, .decoracion_titulo, .decoracion_img img,
.decoracion_titulo h1, .decoracion_titulo p { z-index: 3; position: relative;}
 
.decoracion_img::after {
	content: '';
    position: absolute;
    right: 33px;
    z-index: 0;
    bottom: -14px;
    width: 50%;
    height: 60%;
    background-color: #FF0020;
}

.decoracion_titulo::after {
	content: '';
    position: absolute;
    right: -8em;
    z-index: 1;
    top: 0;
    width: 60%;
    height: 28%;
    background-color: #FF0020;
}

.card_bodyValida {
    border-radius: 24px;
    overflow: hidden;
    top: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
  
.card_bodyValida:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -10px;
}

.tab-content .dataTables_paginate .page-item.active a.page-link {
    color: #fff!important;
    background-color: transparent!important;  
}

.page-item .page-link {
    background-color: #ffffffad;
}

.page-item.disabled .page-link,
.tab-content .dataTables_paginate a.page-link {   
    border: transparent!important;
    font-weight: 500;
    text-decoration: none!important;
    font-size: 16px;
    background-color: #ffffffad;
    padding: .7rem .99rem!important; 
}

.page-item.active .page-link {
    color: #fff!important ;
    background-color: transparent!important;
    border: 1px solid var(--azulmarino)!important;
}

.owl-controlers .owl-nav .owl-next,
.owl-controlers .owl-nav .owl-next:hover,
.owl-controlers .owl-nav .owl-prev,
.owl-controlers .owl-nav .owl-prev:hover {
    color: transparent;
    position: relative;
    width: 55px;
    height: 51px;
}

.owl-controlers .owl-nav .owl-prev::after{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 3px;
    font-size: 31px;
    left: 17px;
    color: #fff;
} 

.owl-controlers .owl-nav .owl-next::after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 3px;
    font-size: 31px;
    right: 17px;
    color: #fff;
}


.nab-validas.nav-pills {
    width: 75%;
    margin: 0 auto;
}  

.nab-validas.nav-pills .nav-item:nth-child(2) {
    margin-left: 7rem;
    margin-right: 7rem;}

.nab-validas.nav-pills .nav-link {
    border-radius: 50%;
    height: 95px;
    width: 95px;
    background-color: #242424;
}

.nab-validas.nav-pills .nav-link img {
    max-width: 50px;
}

.nab-validas.nav-pills .nav-link.active, 
.nab-validas.nav-pills .show>.nav-link {
    color: #fff;
    outline: 0; 
    font-weight: 700;
    background-color: var(--celeste);
}

.nab-validas.nav-pills .nav-link.active span, 
.nab-validas.nav-pills .show>.nav-link span { 
    font-weight: 700; 
}
 
.nab-validas.nav-pills .nav-link span {
    width: 132%;
    height: 51px;
    font-size: 19px;
    position: absolute;
    font-weight: 400;
    bottom: -78px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.nab-validas.nav-pills .nav-link.active::after,
.nab-validas.nav-pills .show>.nav-link::after {
    display: none;
}

.nab-validas.nav-pills .nav-link.active::before,
.nab-validas.nav-pills .show>.nav-link::before {
    position: absolute;
    left: -13.4px;
    top: -13.4px;
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid var(--celeste)
}



.owl-pilotos_temporada .owl-nav>.owl-prev::after {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px; 
    color: #fff;
} 

.owl-pilotos_temporada .owl-nav>.owl-next::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px; 
    color: #fff;
} 
 
@media (min-width: 1200px) {
    .nab-validas::before {
        position: absolute;
        width: 73%;
        height: 3px;
        background-color: #353535;
        margin: 0 auto;
        top: 50px;
        left: 1%;
        right: 1%;
        content: '';
        z-index: 0;  
    }
}


@media (min-width: 996px) {

    .navbar .navbar-nav .menu-mega.menu-item-has-children > .sub-menu {
        min-width: 605px;
        max-width: 606px;
        z-index: 333;
        margin-left: -13rem;
    }

    .navbar .navbar-nav .menu-mega.menu-item-has-children > .sub-menu li {
        text-align: center;
        width: 49%;
        float: left;
        min-height: 58px;
        padding: 0 10px;
    }

    .navbar .navbar-nav .menu-mega.menu-item-has-children > .sub-menu li a {
        width: 100%;
    }

    
    .navbar .navbar-nav .menu-mega.menu-item-has-children > .sub-menu li a:has(img) { 
        padding: 0
        
    }

    .navbar .navbar-nav .menu-mega.menu-item-has-children > .sub-menu li.empyts {
        height: 0;
        float: inherit;
    }

}

.envivo {
    position: fixed;
    left: 1%;
    bottom: 4%;
    z-index: 3;
    max-width: 110px;
}

.post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 996px) {
 	.content_web_info { 
		left: calc( 100% / 12)!important; 
		max-width: 80%!important;
	}

	.content_web img { 
		height: 380px;
		object-fit: cover;
		object-position: center;
	}

    .img_reglamento_single {
        position: relative!important;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 380px;
        margin: 0 auto!important;
        display: table!important;
    }

    .nab-validas.nav-pills {
        width: 99%!important;
        margin: 0 auto;
    }

    .nab-validas.nav-pills .nav-item:nth-child(2) {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .nab-validas.nav-pills .nav-link { 
        height: 60px!important;
        width: 60px!important; 
    }

    .nab-validas.nav-pills .nav-link.active::before, .nab-validas.nav-pills .show>.nav-link::before {
        display: none!important;
    }

    .nab-validas.nav-pills .nav-link img {
        max-width: 35px;
    }

    .nab-validas.nav-pills .nav-link span {
        text-align: center;
    }

    .btn_reglamento {
        font-size: 19px;
        width: 100%;
        text-align: left;
    }

    .owl-center .owl-item:not(.center) {
        padding: 0px 0!important; 
    }

    .owl-center .owl-item .item {
        position: relative;
        padding: 0!important;
    }

    .navbar .navbar-nav .menu-item-has-children.show > .sub-menu {
        position: relative!important;
        margin: 0 0 0 0!important;
        width: 94%;
    }

    .pre-header ~ .container {
        padding: 0;
    }


}
 



.navbar {
	position: relative;
}

.navbar .navbar-toggler { 
    outline: none; 
    color: #fff;
    border-radius: 4px;
	line-height: normal;
}

.navbar .bars {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar .bars > .bar {
	padding-bottom: 1%;
	width: 100%;
	display: block;
}

.navbar .custom-logo-link {
	display: block;
}

.navbar .custom-logo-link img {
	max-width: 100%;
	max-height: 70px;
	width: auto;
	height: auto;
}

.navbar .navbar-nav .menu-item a {
	color: var(--blanco);
	font-size: 13px;
	display: block;
	padding: 5px 7px;
    text-transform: uppercase;
	cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.navbar .navbar-nav .menu-item.current-menu-item a,
.navbar .navbar-nav .menu-item a:hover,
.navbar .navbar-nav .menu-item a:focus,
.navbar .navbar-nav .menu-item a:active,
.navbar .navbar-nav .menu-item.current-menu-parent > a,
.navbar .navbar-nav .menu-item.current-menu-parent > .sub-menu > .current-menu-item a {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar .navbar-nav .menu-item-has-children,
.navbar .navbar-nav .menu-item-has-children > a {
	position: relative;
}

.navbar .navbar-nav .menu-item-has-children > a:after {
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 14px;
    margin-left: 8px;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
    padding-bottom: 1px;
}

.navbar .navbar-nav .menu-item-has-children.show > a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.navbar .navbar-nav .menu-item-has-children > .sub-menu {
	background: #1c1c1c;
	border-top: 0 solid #fff;
	border-left: 0 solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 0 solid #fff;
	padding: 25px 25px 25px 25px;
	position: absolute;
	list-style: none;
	margin: 25px 0 0 0;
	height: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	overflow: hidden auto;
	opacity: 0;
	min-width: 179px;
}

.navbar .navbar-nav .menu-item-has-children.show > .sub-menu {
	padding: 10px 15px;
	height: auto;
	opacity: 1;
}

.navbar .navbar-nav .menu-item-has-children > .sub-menu .menu-item > a {
	display: block;
	padding: 9px 0px;
	line-height: normal;
	color: #fff;
}

.navbar .navbar-nav .menu-item-has-children > .sub-menu .menu-item.empyts > a {
    padding: 0;
    height: 16px;
    float: none;
}

.navbar .navbar-nav .menu-item-has-children.show > .sub-menu {
    z-index: 333;
}

#navbarSupportedContent .navbar-nav {
    margin: 0;
    padding: 0.7rem 1.1rem;
}
   
.navbar .navbar-nav .menu-item-has-children > .sub-menu li:hover a {
    background: rgba(85, 85, 85, 0.861);
    text-decoration: none;
    color: #fff;
}