:root {
    --blanco: #fff;
    --negro: #000000;
    --rojo: #CE0000;
    --titulo: #2B2B2B;
    --gris: #8A8A8A;
}
* {
    margin: 0;
    padding: 0;
}
a {text-decoration: none !important;}
label { margin-bottom: 0 !important;}
p {margin-bottom: 0 !important;}
textarea {resize: none !important;}
button {cursor: pointer;}
li {list-style-type: none !important;}
h1, h2, h3, h4, h5 {margin-bottom: 0 !important;}
input:focus, button:focus, textarea:focus, select:focus {outline: none !important;}
dl, ol, ul {margin-bottom: 0% !important;}
.flex {display: flex;}
.grid {display: grid;}
.header .btn-responsive,
.header a.closebtn,
.header a.busqueda-celular {
    display: none;
}
header .dropdown-menu
{
    background:#ce0000;
    border-radius:0;
    border:none;
}
header .dropdown-menu li 
{
    padding:10px 20px
}
.sec-calendario 
{
    max-width:800px;
    margin:auto;
}

.header .btn-responsive {
    border: none;
    background-color: transparent;
    font-size: 30px;
}
ul.pagination {
    column-gap: 15px;
    flex-wrap: wrap;
}
ul.pagination li {
    margin-top: 10px;
}
ul.pagination li a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--negro);
}
ul.pagination li.active a {
    color: var(--rojo);
    font-weight: 600;
}

/* ************ INICIO ************ */
/* HEADER */
.fondo-banner-home {
    background-image: url(../img/fondo-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header a.busqueda-celular .imagen-lupa {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header a.logo img {
    margin-top: 15px;
}
.header .btn-responsive i {
    color: var(--blanco) !important;
}
.header .barra {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    padding: 0 20px;
}
.header form {
    margin-top: 15px;
}
.header #busquedaComputador {
    margin-top: 0;
}
.header form .campo {
    background: transparent;
    display: flex;
}
.header form input {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    padding: 5px 15px;
    border: 1px solid var(--titulo);
    border-right: none;
}
.header form input::placeholder {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
}
.header form button[type="submit"] {
    padding: 5px 15px;
    background-color: var(--rojo);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    border: none;
}
.transmision .table
{
    display:none;
}
.header #navegacion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 10px 40px 20px 10px;
}
.header #navegacion a {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    transition: ease .5s;
    text-transform: uppercase;
}
.header #navegacion a.activo,
.header #navegacion a:hover {
    color: var(--rojo);
}
.sec-banner-home {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
.sec-banner-home .izq {
    padding-left: 150px;
    margin-top: 70px;
    position: relative;
}
.sec-banner-home .izq::before {
    position: absolute;
    content: '';
    top: 35px;
    left: 0;
    width: 120px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--rojo);
    z-index: 1;
}
.sec-banner-home .izq h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.sec-banner-home .izq h2 {
    font-size: 35px;
    font-weight: 200;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    margin-bottom: 30px !important;
}
.sec-banner-home .campo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sec-banner-home .campo a {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    padding: 10px;
    border: 1px solid var(--blanco);
    width: 600px;
    text-align: center;
    margin-bottom: 25px;
    transition: .7s;
}
.sec-banner-home .campo a:hover {
    background-color: var(--rojo);
    color: var(--blanco);
}
.sec-banner-home .der {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-banner-home .der a {
    margin-bottom: 25px;
}
.sec-banner-home .der a img {
    transition: ease 1s;
}
.sec-banner-home .der a:hover img {
    transform: rotate(360deg);
}
.sec-banner-home .der .barra-menu {
    height: 100%;
    width: 2px;
    background-image: url(../img/barra-vertical.svg);
    background-size: cover;
    background-position: center;
}
/* FIN HEADER */

/* INFO */
.sec-info-home {
    padding: 60px 0;
}
.sec-info-home .splide__slide,
.sec-foto-piloto .splide__slide,
.sec-equipo .splide__slide {
    min-height: 400px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-info-home .splide__slide {
    background-size: cover;
}
.sec-info-home .abajo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,60%);
}
.sec-info-home .abajo p {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    padding: 10px 15px;
}
.sec-info-home .abajo a.multimedia {
    background-color: rgba(0,0,0,60%);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
}
.sec-info-home .abajo a.multimedia span {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--rojo);
    margin-left: 10px;
}
.sec-info-home .abajo a.multimedia img.ojo {
    transition: ease .5s;
    opacity: 0;
}
.sec-info-home .abajo a.multimedia:hover img.ojo {
    opacity: 1;
}
.sec-info-home .abajo .izq {
    display: flex;
}
.sec-info-home .splide__arrow svg,
.sec-sponsor-home .splide__arrow svg,
.sec-foto-piloto .splide__arrow svg,
.sec-equipo .splide__arrow svg,
.sec-similar-noticia .splide__arrow svg {
    display: none;
}
.sec-info-home .splide__arrow--prev,
.sec-info-home .splide__arrow--next,
.sec-foto-piloto .splide__arrow--prev,
.sec-foto-piloto .splide__arrow--next,
.sec-equipo .splide__arrow--prev,
.sec-equipo .splide__arrow--next,
.sec-similar-noticia .splide__arrow--prev,
.sec-similar-noticia .splide__arrow--next {
    background-image: url(../img/arrow-left.svg);
    background-size: contain;
    background-color: transparent;
} 
.sec-similar-noticia .splide__arrow--prev,
.sec-sponsor-home .splide__arrow--prev {
    background-image: url(../img/arrow-left-5.svg);
}
.sec-info-home .splide__arrow--next,
.sec-foto-piloto .splide__arrow--next,
.sec-equipo .splide__arrow--next {
    background-image: url(../img/arrow-right.svg);
} 
.sec-similar-noticia .splide__arrow--next,
.sec-sponsor-home .splide__arrow--next {
    background-image: url(../img/arrow-right-5.svg);
}
.sec-info-home .splide__arrow,
.sec-info-home .splide__arrow:hover,
.sec-foto-piloto .splide__arrow,
.sec-foto-piloto .splide__arrow:hover,
.sec-equipo .splide__arrow,
.sec-equipo .splide__arrow:hover,
.sec-similar-noticia .splide__arrow,
.sec-similar-noticia .splide__arrow:hover {
    opacity: 1;
}
.sec-info-home .conoce {
    display: flex;
    column-gap: 50px;
    margin-top: 70px;
}
.sec-info-home .campo {
    display: flex;
    column-gap: 70px;
    justify-content: space-between;
    align-items: center;
    width: 45%;
}
.sec-info-home .campo h4 {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 8px !important;
}
.sec-info-home .campo p.subtitulo {
    font-size: 14px;
    font-weight: 200;
    font-family: 'Montserrat',sans-serif;
    color: var(--titulo);
    margin-bottom: 15px !important;
}
.sec-info-home .campo a,
.busqueda-piloto .campo button {
    background-color: var(--rojo);
    padding: 8px 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    transition: ease .5s;
}
.sec-info-home .campo a img {
    margin-left: 40px;
}
.sec-info-home .conoce .campo .imagen {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    width: 100%;
}
.sec-info-home .conoce .campo:nth-child(2) .imagen {
    height: 150px;
}
/* FIN INFO */

/* NOTICIAS */
.sec-noticia-home {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.sec-noticia-home .izq,
.sec-noticia-home .der {
    width: 50%;
}
.sec-noticia-home .izq .cabezera,
.sec-noticia-home .der .cabezera,
.sec-ranking .cabezera,
.sec-noticias .cabezera,
.sec-similar-noticia .cabezera {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.sec-noticia-home .der .cabezera .titulo,
.sec-ranking .cabezera .titulo {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.sec-ranking .cabezera {
    padding-left: 40%;
}
.sec-ranking .cabezera {
    column-gap: 50px;
}
.sec-noticia-home .der .cabezera .titulo {
    width: 100%;
}
.sec-noticia-home .izq .cabezera {
    padding-right: 30%;
}
.sec-noticia-home .izq .cabezera img.barra {
    width: 40%;
}
.sec-noticia-home .izq .cabezera .barra,
.sec-noticia-home .der .cabezera .barra,
.sec-sponsor-home .cabezera .barra,
.sec-ranking .cabezera .barra,
.sec-pilotos .cabezera .barra,
.sec-reglamento .cabezera .barra,
.sec-foto-piloto .cabezera .barra,
.sec-equipo .cabezera .barra,
.sec-multimedia > .cabezera .barra,
.sec-detalle-video .cabezera .barra,
.sec-noticias .cabezera .barra,
.sec-similar-noticia .cabezera .barra {
    background-image: url(../img/barra-horizontal.svg);
    background-size: cover;
    height: 2px;
    width: 100%;
}
.sec-noticia-home .izq .cabezera img.noticia,
.sec-noticias .cabezera img.noticia,
.sec-similar-noticia .cabezera img.noticia {
    height: 25px;
}
.sec-noticia-home .cabezera h5,
.sec-ranking .cabezera h5 {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-noticia-home .noticias {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    padding-left: 10%;
}
.sec-noticia-home .der .noticias {
    padding-left: 0;
    padding-right: 10%;
    margin-top: 80px;
}
.sec-noticia-home .noticias .contenedor,
.sec-pilotos .contenedor,
.sec-multimedia .grid a.contenedor,
.sec-detalle-multimedia .grid a.contenedor,
.sec-detalle-noticia .contenedor,
.sec-similar-noticia .contenedor {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,30%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,30%);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,30%);
    margin-bottom: 40px;
}
.sec-noticia-home .noticias .contenedor {
    position: relative;
}
.sec-noticia-home .noticias .cabezera,
.sec-detalle-noticia .contenedor .cabezera,
.sec-similar-noticia .contenedor .cabezera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    background-color: var(--rojo);
    flex-wrap: wrap;
    column-gap: 15px;
}
.sec-noticia-home .noticias .cabezera div,
.sec-detalle-noticia .contenedor .cabezera div,
.sec-similar-noticia .contenedor .cabezera div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.sec-noticia-home .noticias p.categoria,
.sec-detalle-noticia .contenedor .cabezera p.categoria,
.sec-similar-noticia .contenedor .cabezera p.categoria {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    text-transform: uppercase;
}
.sec-noticia-home .noticias img, 
.sec-detalle-noticia .contenedor .cabezera img, 
.sec-similar-noticia .contenedor .cabezera img {
    filter: brightness(100);
}
.sec-noticia-home .noticias p.fecha,
.sec-detalle-noticia .contenedor .cabezera p.fecha,
.sec-similar-noticia .contenedor .cabezera p.fecha {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
}
.sec-noticia-home .noticias .imagen {
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-noticia-home .noticias .info {
    padding: 15px;
    padding-bottom: 60px;
}
.sec-noticia-home .noticias p.titulo {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    margin-bottom: 10px !important;
}
.sec-noticia-home .noticias p.texto,
.sec-noticia-home .noticias p.fr-tag,
.sec-noticia-home .noticias a.detalle,
.sec-detalle-noticia .contenedor p.texto,
.sec-detalle-noticia .contenedor p.fr-tag {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--titulo);
}
.sec-noticia-home .noticias a.detalle,
.sec-similar-noticia a.detalle,
.sec-noticia-home a.detalle-ranking {
    color: var(--rojo);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    background-color: var(--rojo);
    color: var(--blanco);
    float: right;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: ease .5s;
}
.sec-noticia-home a.detalle-ranking {
    float: unset;
    margin-right: 15%;
    padding: 18px 10px;
    font-size: 20px;
    justify-content: center;
    display: flex;
}
.sec-noticia-home a.detalle-ranking span {
    line-height: 1;
}
.sec-noticia-home a.detalle-ranking img {
    height: 18px;
}
.sec-noticia-home .noticias a.detalle,
.sec-similar-noticia a.detalle {
    position: absolute;
    bottom: 0;
    right: 15px;
}
.sec-noticia-home .noticias a.detalle img,
.sec-similar-noticia a.detalle img {
    height: 16px;
}
.sec-noticia-home .noticias a.detalle:hover,
.sec-info-home .campo a:hover,
.sec-noticia-home .tab-pane a.detalle:hover,
.sec-reglamento .campo a:hover,
.sec-similar-noticia a.detalle:hover,
.busqueda-piloto .campo button {
    background-color: var(--titulo);
}
.sec-ranking .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}
.sec-noticia-home .nav-tabs .nav-link,
.sec-ranking .nav-tabs .nav-link {
    border: none;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-noticia-home .nav-tabs .nav-link:focus, 
.sec-noticia-home .nav-tabs .nav-link:hover,
.sec-ranking .nav-tabs .nav-link:focus, 
.sec-ranking .nav-tabs .nav-link:hover {
    border-color: transparent;
   /*  border-bottom: 1px solid var(--titulo); */
}
.sec-noticia-home .nav-tabs .nav-item.show .nav-link, 
.sec-noticia-home .nav-tabs .nav-link.active,
.sec-ranking .nav-tabs .nav-item.show .nav-link, 
.sec-ranking .nav-tabs .nav-link.active {
    background-color: transparent;
    color: initial;
}
.sec-noticia-home .der thead,
.sec-ranking thead {
    background-color: var(--rojo);
}
.sec-noticia-home .der thead th,
.sec-ranking thead th {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    text-transform: uppercase;
    text-align: center;
}
.sec-noticia-home .der tbody td,
.sec-ranking tbody td {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    border-top: none;
}
.sec-noticia-home .der tbody td:last-of-type {
    font-weight: 600;
    text-align: center;
    border-left: 1px solid var(--rojo);
}
.sec-noticia-home .der .tab-pane,
.sec-noticia-home .der ul.nav-tabs {
    margin-right: 15%;
    margin-left: 40px;
}
.sec-noticia-home .tab-pane a.detalle {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    padding: 7px 15px;
    background-color: var(--rojo);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    transition: ease .5s;
}
.sec-noticia-home .tab-pane a.detalle img {
    height: 24px;
}
/* FIN NOTICIAS */

/* SPONSORS */
.sec-sponsor-home {
    padding: 50px 0;
}
.sec-sponsor-home .cabezera {
    margin-bottom: 30px;
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.sec-sponsor-home h5,
.sec-contacto h5 {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-sponsor-home .cabezera .barra,
.sec-similar-noticia .cabezera .barra {
    width: 200px;
}
.sec-sponsor-home .splide__slide {
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 100%;
    text-align: center;
}
.sec-sponsor-home #splide2 {
    padding: 0 10%;
}
.sec-sponsor-home .splide__pagination,
.sec-foto-piloto .splide__pagination,
.sec-info-home .splide__pagination,
.sec-equipo .splide__pagination,
.sec-similar-noticia .splide__pagination {
    display: none;
}
.sec-sponsor-home .splide__arrow,
.sec-sponsor-home .splide__arrow:hover {
    opacity: 1;
}
.sec-sponsor-home .splide__arrow--prev {
    left: 20px;
}
.sec-sponsor-home .splide__arrow--next {
    right: 20px;
}
.sec-sponsor-home .splide__arrow--next,
.sec-sponsor-home .splide__arrow--prev {
    background-size: contain;
    background-position: center;
    background-color: transparent;
}
/* FIN SPONSORS */

/* INSCRIPCION LATIN TALENT CUP */
.sec-inscripcion {
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 0;
}
.sec-inscripcion .campo {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.sec-inscripcion .campo.dos {
    flex-direction: row;
    column-gap: 30px;
}
.sec-inscripcion .campo.dos > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.sec-inscripcion .campo label {
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.sec-inscripcion .campo input,
.sec-inscripcion .campo textarea {
    border: 1px solid #2B2B2B;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    width: 100%;
}
.sec-inscripcion .campo.instagram > div {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.sec-inscripcion .campo.instagram > div input {
    width: 100%;
}
.sec-inscripcion a.pagar,
.sec-inscripcion button[type="submit"] {
    background-color: #CE0000;
    color: var(--blanco);
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}
.sec-inscripcion button[type="submit"] {
    display: inline-block;
    border: none;
    width: 100%;
}
.sec-inscripcion h1 {
    text-align: center;
}
.sec-inscripcion .campo .telefono {
    position: relative;
}
.sec-inscripcion p.subtitulo {
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    color: #202020;
    margin-bottom: 20px !important;
    margin-top: 15px;
}
/* FIN INSCRIPCION LATIN TALENT CUP */



/* FOOTER */
.footer {
    margin-top: 50px;
}
.footer.mod-reglamento {
    margin-top: 0;
}
.footer .flex {
    background-color: var(--titulo);
    padding: 50px 100px;
    justify-content: space-between;
    column-gap: 50px;
}
.footer .flex .contenedor:nth-child(3) {
    width: 40%;
}
.footer .flex .contenedor:nth-child(2) p.titulo {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    margin-bottom: 10px !important;
}
.footer .flex .contenedor:nth-child(2) .campo {
    margin-bottom: 15px;
}
.footer .flex .contenedor:nth-child(2) .campo a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--gris);
}
.footer .flex .contenedor:nth-child(2) .campo img {
    height: 26px;
}
.footer .flex .contenedor:nth-child(2) .campo:nth-child(3) img {
    width: 29px;
}
.footer .flex .contenedor:nth-child(2) .campo:nth-child(4) {
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer .flex .contenedor:nth-child(2) .campo:nth-child(4) a:hover img {
    transition: ease 1s;
}
.footer .flex .contenedor:nth-child(2) .campo:nth-child(4) a:hover img {
    transform: rotate(360deg);
}
.footer .flex .contenedor:nth-child(3) p.titulo {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.footer .flex .contenedor:nth-child(3) p.subtitulo {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: #707070;
    margin-bottom: 10px !important;
}
.footer .flex .contenedor:nth-child(3) form {
    display: flex;
}
.footer .flex .contenedor:nth-child(3) form input {
    padding: 7px 15px;
    border: none;
    background-color: var(--gris);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    width: 100%;
}
.footer .flex .contenedor:nth-child(3) form input::placeholder {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--negro);
}
.footer .flex .contenedor:nth-child(3) form button[type="submit"] {
    padding: 10px 15px;
    background-color: var(--rojo);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    border: none;
}
.footer .copyright {
    padding: 20px 15px;
    text-align: center;
    background-color: var(--negro);
}
.footer .copyright p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
}
/* FIN FOOTER */
/* ************ FIN INICIO ************ */


/* ************ RANKING ************ */
.tab-content>.active
{
    opacity:1;
    display:block;
}
.sec-ranking {
    padding: 0 50px;
    min-width: 700px;
}
.sec-ranking tbody td.primero:before {
    position: absolute;
    content: '1';
    font-size: 30px;
    top: -1px;
    left: 5px;
    opacity: 0.1;
}
.sec-ranking tbody td.segundo:before {
    content: '2';
    font-size: 27px;
    position: absolute;
    top: 0px;
    left: 5px;
    opacity: 0.1;
}
.sec-ranking tbody td.tercero:before {
    content: '3';
    font-size: 25px;
    position: absolute;
    top: 2px;
    left: 5px;
    opacity: 0.1;
}
.sec-ranking tbody td.pole:after {
    content: 'POLE';
    position: absolute;
    opacity: 0.2;
    margin-left: 5px;
    font-size: 14px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.tit.cat
{
  font-size:15px;
  font-weight:Bold;
  margin-top:30px;
}
.nav-tabs > li a
{
  background-color: transparent;
  border:none!important;
  color: #6b6b6b;
padding: 20px;display: block;}
.nav-tabs > li.active a 
{
  /* color: white!important; */
}
.nav-tabs > li > a[aria-selected="true"]
{
  background-color: #ce0000;
  border-top-left-radius:6px;
  border-top-right-radius: 6px;
color: white;}
.nav-tabs
{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.sec-ranking tbody td.primero {
    background-color: #dfca16;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #a99915;
}
.sec-ranking tbody td.segundo {
    background-color: #a7a7a7;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #858585;
}
.sec-ranking tbody td.tercero 
{
    background-color: #a9843e;
    font-weight: bold;
    position: relative;
    border-bottom: 3px solid #83642c;
}
.sec-ranking .cabezera {
    padding-left: 50%;
    padding-bottom: 15px;
    margin-top: 40px;
}
.sec-ranking tbody,
.sec-noticia-home tbody {
    border: 1px solid #dbdbdb;
}
.sec-ranking tbody td,
.sec-noticia-home tbody td {
    border: 1px solid #dbdbdb;
    text-align: center;
    position: relative;
}
.sec-ranking tbody td a 
{
    border-bottom:1px dotted black;
    cursor:pointer;
}
.sec-ranking tbody tr:nth-child(1),
.sec-noticia-home tbody tr:nth-child(1) {
    background-color: #f3f5ba;
}
.sec-ranking tbody tr:nth-child(2),
.sec-noticia-home tbody tr:nth-child(2) {
    background-color: #e6e6e6;
}
.sec-ranking tbody tr:nth-child(3),
.sec-noticia-home tbody tr:nth-child(3) {
    background-color: #f1dfd5;
}
.sec-ranking tbody tr td:nth-child(2) {
    text-align: left;
}
.sec-ranking tbody tr td:nth-child(2) a 
{
    color:inherit
}
.sec-ranking .nav-tabs .nav-link {
    padding-bottom: 3px !important;
}
.sec-ranking .nav-tabs .nav-link.active,
.sec-ranking .nav-tabs .nav-link:focus, 
.sec-ranking .nav-tabs .nav-link:hover,
.sec-noticia-home .nav-tabs .nav-link.active,
.sec-noticia-home .nav-tabs .nav-link:focus,
.sec-noticia-home .nav-tabs .nav-link:hover {
    background-color: var(--rojo);
    color: var(--blanco);
}
/* ************ FIN RANKING ************ */


/* ************ REGLAMENTO ************ */
.sec-reglamento {
    position: relative;
    padding: 60px 0;
}
.sec-reglamento .cabezera {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-left: 40px;
    padding-right: 18%;
    margin-bottom: 40px !important;
}
.sec-reglamento h3 {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-reglamento .campo {
    padding: 0 18% 20px 23%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    position: relative;
}
.sec-reglamento .campo::before {
    position: absolute;
    content: '';
    top: 18px;
    width: 265px;
    height: 1px;
    background-color: var(--rojo);
    left: 0;
    right: 0;
}
.sec-reglamento .campo p.titulo {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Open Sans',sans-serif;
    color: var(--gris);
}
.sec-reglamento .campo a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    background-color: var(--rojo);
    margin-top: 10px;
    transition: ease .5s;
}
/* ************ FIN REGLAMENTO ************ */


/* ************ PILOTOS ************ */
.sec-pilotos {
    padding: 30px 40px;
    position: relative;
}
.sec-pilotos::before,
.sec-reglamento::before {
    position: absolute;
    content: '';
    background-image: url(../img/barra-vertical-2.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 1px;
    height: 100%;
    top: 0;
    left: 40px;
    bottom: 0;
}
.sec-pilotos .cabezera {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 70px;
    margin-right: 70px;
}
.sec-pilotos .cabezera .izq {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.sec-pilotos .cabezera .barra,
.sec-reglamento .cabezera .barra {
    width: 200px;
}
.sec-pilotos h3,
.sec-inscripcion h1 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-pilotos form 
{
    width:50%;
}
.sec-pilotos form select {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--gris);
    padding: 20px;
    border: 1px solid #707070;
    width:100%;
/* width: 70%; */}
.sec-pilotos .grid {
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
}
.sec-pilotos .grid a.contenedor {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-pilotos .grid a.contenedor .overlay {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,30%);
}
.sec-pilotos .grid a.contenedor .info {
    padding: 180px 270px 15px 15px;
    background-image: url(../img/fondo-piloto.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.sec-pilotos .grid a.contenedor p.numero {
    position: absolute;
    bottom: 0;
    right: 25px;
    bottom: 0;
    font-size: 50px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--rojo);
}
.sec-pilotos .grid a.contenedor .imagen-piloto {
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    right: 0;
    height: 100%;
    z-index: -1;
}
.sec-pilotos .grid a.contenedor p.nombre,
.sec-pilotos .grid a.contenedor p.rojo,
.sec-piloto p.rojo,
.sec-equipo p.rojo {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
}
.sec-pilotos.sec-equipos .grid a.contenedor p.nombre {
    margin-bottom: 10px !important;
    color: var(--titulo);
}
.sec-pilotos .grid a.contenedor .campo {
    margin-bottom: 15px;
}
.sec-pilotos .grid a.contenedor p.rojo,
.sec-piloto p.rojo,
.banner-equipo .izq p.rojo {
    font-size: 20px;
    font-weight: 500;
    color: var(--rojo);
    text-transform: uppercase;
}
.sec-pilotos .grid a.contenedor .campo p:last-of-type,
.sec-piloto .campo p:last-of-type {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: var(--blanco);
}
.sec-piloto.transmision .campo p:last-of-type
{
    font-size:15px;
color: white;}
/* ************ FIN PILOTOS ************ */


/* ************ DETALLE PILOTO ************ */
.sec-piloto {
    position: relative;
    display: flex;
}
.sec-piloto::before {
    position: absolute;
    content: '';
    background-image: url(../img/huellas.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.sec-piloto .izq {
    position: relative;
    width: 50%;
    padding: 40px 80px;
    padding-right: 180px;
}
.sec-piloto .der {
    width: 50%;
}
.sec-piloto.transmision .izq * 
{
    position:relative;
    z-index:11;
}
.sec-piloto.transmision .izq::before
{
    transform:rotate(15deg);
right: -87px;position: absolute;margin-right: 20px;content: '';left: initial;z-index: 1;}
.sec-piloto .izq::before {
    position: absolute;
    content: '';
    background-image: url(../img/fondo-piloto-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.sec-piloto .izq p.nombre {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.sec-piloto.transmision .izq p.nombre
{
    font-size:20px;
/* width: 100%; *//* right: -20px; */}
.sec-piloto.transmision .izq
{
    padding:10px;
width: 100%;background: linear-gradient(360deg,#202020, #101010);}
.sec-piloto .campo {
    margin-bottom: 10px;
}
.sec-piloto p.rojo {
    font-weight: 400;
}
.sec-piloto.transmision p.rojo
{
    font-size:15px;
}
.sec-piloto .campo p:last-of-type {
    color: var(--gris);
}
.sec-piloto .der {
    padding: 40px;
    padding-right: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-piloto .der::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 70px;
    background-color: var(--titulo);
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.sec-piloto .der .info p:not(.rojo),
.sec-piloto .der .info p:not(.rojo).fr-tag {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--gris);
}
.sec-piloto .imagen-piloto {
    width: 200px;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.sec-foto-piloto {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
.sec-foto-piloto .splide__slide,
.sec-equipo .splide__slide {
    background-size: contain;
    position: relative;
    min-height: 450px;
}
.sec-foto-piloto .splide__slide .abajo,
.sec-equipo .splide__slide .abajo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/fondo-piloto-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.sec-foto-piloto .splide__slide .abajo p,
.sec-equipo .splide__slide .abajo p {
    font-size: 35px;
    font-weight: 200;
    font-family: 'Open Sans',sans-serif;
    text-align: right;
    color: var(--blanco);
    padding: 10px 15px;
}
.sec-foto-piloto .cabezera,
.sec-equipo .cabezera,
.sec-detalle-video .cabezera {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.sec-foto-piloto.transmision
{
    width:100%
;padding: 40px 0;background: #202020;}
.sec-foto-piloto.transmision * 
{
    color:white!important;
    
}
.sec-foto-piloto.transmision .cabezera
{
    padding:0;
margin-top: 0;}
.sec-foto-piloto .cabezera p.titulo,
.sec-equipo .cabezera p.titulo,
.sec-detalle-video .cabezera p.titulo {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
}
.transmision .estadisticas
{
    padding-left:15px;
}
.sec-foto-piloto.transmision .cabezera p.titulo
{
    font-size:24px;
    margin-bottom:20px!important;
}
.sec-foto-piloto .cabezera .barra,
.sec-equipo .cabezera .barra,
.sec-detalle-video .cabezera .barra {
    width: 100px;
}
.sec-foto-piloto.transmision .cabezera .barra
{
    background:white
}
/* ************ FIN DETALLE PILOTO ************ */


/* ************ EQUIPOS ************ */
.sec-equipos .grid {
    grid-template-columns: repeat(3,1fr);
}
.sec-equipos .contenedor .cabezera {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 20px;
    margin-right: 0;
}
.sec-equipos .contenedor .cabezera p.nombre,
.sec-equipos .contenedor .cabezera p.ubicacion{
    font-size: 25px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 0 !important;
    line-height: 1.2;
}
.sec-equipos .contenedor .imagen {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 190px;
}
.sec-equipos .contenedor .logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 100px;
}
/* ************ FIN EQUIPOS ************ */


/* ************ DETALLE EQUIPO ************ */
.banner-equipo {
    padding: 30px 10%;
    padding-bottom: 120px;
    position: relative;
    display: flex;
}
.banner-equipo::before {
    position: absolute;
    content: '';
    background-image: url(../img/fondo-equipo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}
.banner-equipo .izq,
.banner-equipo .der {
    width: 50%;
}
.banner-equipo .izq {
    padding-top: 50px;
}
.banner-equipo .izq p.nombre {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    text-transform: uppercase;
}
.banner-equipo .izq p {
    line-height: 1.1;
}
.banner-equipo .izq p.rojo {
    font-weight: 400;
}
.banner-equipo .der .imagen {
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.sec-equipo {
    padding: 50px 20%;
    position: relative;
}
.fondo-equipo {
    position: relative;
}
.fondo-equipo::before {
    position: absolute;
    content: '';
    background-image: url(../img/fondo-equipo-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 60%;
    width: 100%;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.sec-equipo .arriba {
    display: flex;
    column-gap: 15px;
    flex-wrap: row-reverse;
    justify-content: space-between;
}
.sec-equipo .arriba .der {
    margin-top: 20px;
    width: 30%;
}
.sec-equipo p.rojo {
    font-size: 20px;
    color: var(--rojo);
    font-weight: 500;
    text-transform: uppercase;
}
.sec-equipo .arriba p:not(.rojo) {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    color: var(--gris);
    text-transform: uppercase;
}
.sec-equipo .arriba .der .logo {
    height: 270px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-equipo .arriba .campo {
    margin-bottom: 20px;
}
.sec-equipo .abajo {
    margin-top: 20px;
}
.abajo-equipo {
    background-image: url(../img/fondo-equipo-3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 450px;
    position: relative;
}
.abajo-equipo::before {
    position: absolute;
    content: '';
    background-image: url(../img/motos.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 65%;
    left: 50%;
    height: 230px;
    width: 500px;
    transform: translate(-50%,-50%);
}
/* ************ FIN DETALLE EQUIPO ************ */


/* ************ MULTIMEDIA ************ */
.sec-multimedia {
    padding: 50px 0;
}
.sec-multimedia > .cabezera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sec-multimedia > .cabezera .izq,
.sec-multimedia > .cabezera .der {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.sec-multimedia > .cabezera a.titulo {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--gris);
    text-transform: uppercase;
}
.sec-multimedia > .cabezera a.titulo.activo {
    font-weight: 800;
    color: var(--titulo);
}
.sec-multimedia > .cabezera .barra {
    width: 150px;
}
.sec-multimedia > .cabezera .der .barra:not(.activo) {
    opacity: .5;
}
.sec-multimedia .grid {
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}
.sec-multimedia .grid a.contenedor .cabezera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 15px;
    column-gap: 15px;
    background-color: var(--negro);
}
.sec-multimedia .grid a.contenedor .cabezera div {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}
.sec-multimedia .grid a.contenedor .cabezera span {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--rojo);
    text-transform: uppercase;
}
.sec-multimedia .grid a.contenedor img.ojo,
.sec-multimedia .grid a.contenedor img.flecha {
    opacity: 0;
    transition: ease .5s;
    height: 15px;
}
.sec-multimedia .grid a.contenedor img.flecha {
    height: initial;
    float: right;
}
.sec-multimedia .grid a.contenedor:hover img.ojo,
.sec-multimedia .grid a.contenedor:hover img.flecha {
    opacity: 1;
}
.sec-multimedia .grid a.contenedor .imagen {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-multimedia .grid a.contenedor .info {
    padding: 15px;
}
.sec-multimedia .grid a.contenedor .info p.titulo {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
}
.sec-multimedia .grid a.contenedor .info .flecha {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
/* ************ FIN MULTIMEDIA ************ */


/* ************ DETALLE MULTIMEDIA ************ */
.sec-detalle-multimedia {
    padding: 50px 0;
}
.sec-detalle-multimedia p.titulo {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    margin-bottom: 20px !important;
}
.sec-detalle-multimedia .grid {
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
}
.sec-detalle-multimedia .grid a.contenedor {
    height: 200px;
    margin-bottom: 30px;
}
.sec-detalle-multimedia .grid a.contenedor .imagen {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-detalle-multimedia .volver {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.sec-detalle-multimedia .volver a {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    padding: 5px 15px;
    background-color: var(--rojo);
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.sec-detalle-multimedia .volver a img {
    height: 20px;
}
/* ************ FIN DETALLE MULTIMEDIA ************ */


/* ************ VIDEOS ************ */
.sec-multimedia.sec-videos .grid {
    grid-template-columns: repeat(3,1fr);
}
.sec-multimedia.sec-videos a.contenedor .cabezera {
    background-color: var(--gris);
    justify-content: initial;
}
.sec-multimedia.sec-videos a.contenedor .cabezera span {
    color: var(--titulo);
}
.sec-multimedia.sec-videos a.contenedor .cabezera img {
    height: 20px;
}
.sec-multimedia.sec-videos .grid a.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}
.sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) > div:nth-child(1) {
    height: 80%;
}
.sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .imagen {
    height: 100%;
}
.sec-multimedia .grid a.contenedor .imagen {
    position: relative;
}
.sec-multimedia.sec-videos .grid a.contenedor .imagen::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../img/reproducir-blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 72px;
    width: 100%;
    opacity: 0;
    transition: ease .5s;
}
.sec-multimedia .grid a.contenedor:hover .imagen::before {
    opacity: 1;
}
.sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .info img {
    height: 35px;
}
.sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .imagen::before {
    height: 150px;
}
.sec-multimedia.sec-videos a.contenedor .info {
    padding: 20px;
}
.sec-multimedia.sec-videos a.contenedor:nth-child(1) .info {
    margin-top: 20px;
}
.sec-multimedia.sec-videos a.contenedor:nth-child(1) .info .izq {
    padding-right: 45px;
}
.sec-multimedia.sec-videos a.contenedor:nth-child(1) .info .der {
    margin-top: -15px;
}
.sec-multimedia.sec-videos a.contenedor .info .der {
    display: flex;
    justify-content: flex-end;
}
.sec-multimedia.sec-videos a.contenedor .info img {
    height: 24px;
}
/* ************ FIN VIDEOS ************ */



/* ************ DETALLE VIDEO ************ */
.sec-detalle-video {
    padding: 60px 0;
}
.sec-detalle-video iframe {
    height: 500px;
    width: 100%;
}
.sec-detalle-video .info {
    padding: 20px 0;
}
.sec-detalle-video .info p.texto,
.sec-detalle-video .info p.fr-tag {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
}
/* ************ FIN DETALLE VIDEO ************ */


/* ************ NOTICIAS ************ */
.sec-noticias {
    display: block;
}
.sec-noticias .cabezera {
    padding-right: 60%;
}
.sec-noticias .noticias {
    grid-template-columns: repeat(3,1fr);
}
.sec-noticia-home.sec-noticias .noticias {
    padding-left: 0;
}
/* ************ FIN NOTICIAS ************ */


/* ************ DETALLE NOTICIAS ************ */
.sec-detalle-noticia {
    padding: 60px 0;
}
.sec-detalle-noticia .contenedor .imagen {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-detalle-noticia p.titulo {
    padding: 30px 50px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
.sec-detalle-noticia .info {
    padding: 40px 50px;
}
.sec-detalle-noticia .info p.texto,
.sec-detalle-noticia .info p.fr-tag {
    font-size: 18px;
}
.sec-detalle-noticia .bajo-noticia {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
    padding: 10px 25px;
    background-color: #707070;
}
.sec-detalle-noticia .bajo-noticia p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: var(--blanco);
    margin-right: 15px !important;
}
.sec-similar-noticia {
    padding: 60px 0;
    padding-bottom: 30px;
    background-color: #F2F2F2;
}
.sec-similar-noticia .cabezera p.titulo {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
}
.sec-similar-noticia .contenedor {
    position: relative;
    height: 480px;
    background-color: var(--blanco);
}
.sec-similar-noticia .contenedor .imagen {
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-similar-noticia .contenedor .info {
    padding: 20px;
}
.sec-similar-noticia .contenedor p.titulo {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    color: var(--titulo);
    margin-bottom: 10px !important;
}
.sec-similar-noticia .contenedor p.texto,
.sec-similar-noticia .contenedor p.fr-tag {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--gris);
}
.sec-similar-noticia .splide__arrow {
    top: unset;
    bottom: 0;
}
.sec-similar-noticia .splide__arrow--prev {
    left: 45%;
}
.sec-similar-noticia .splide__arrow--next {
    right: 45%;
}
.sec-similar-noticia #splide1-track {
    padding-bottom: 50px;
}
.sec-similar-noticia .splide__slide {
    padding: 5px;
}
/* ************ FIN DETALLE NOTICIAS ************ */


/* ************ FORMULARIO TERMINOS ************ */
.sec-contacto {
    padding: 50px 0;
}
.sec-contacto h5 { 
    font-size: 25px;
    text-align: center;
}

.sec-contacto .opciones {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
}
.sec-contacto .opciones > div {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
}

.sec-contacto .campo.telefono {
    position: relative;
}

.sec-contacto .campo.telefono::before {
    content: '+56 9';
    position: absolute;
    top: 34px;
    left: 12px;
    color: #939393;
}

.sec-contacto .opciones > div p {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.sec-contacto .opciones a,
.sec-contacto a.ver-formulario,
.sec-contacto .paso-2 button[type="submit"] {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    color: var(--blanco);
    padding: 5px 10px;
    border-radius: 15px;
    background-color: var(--rojo);
    display: inline-block;
    margin: 0 auto;
}

.sec-contacto a.ver-formulario,
.sec-contacto .paso-2 button[type="submit"] {
    text-align: center;
    background-color: var(--negro);
    width: max-content;
    display: inherit;
    margin-top: 20px;
    border: none;
}

.sec-contacto .paso-2 .campo {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.sec-contacto .paso-2 .campo p.mensaje {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    color: var(--titulo);
}
.sec-contacto .paso-2 label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    color: var(--titulo);
    margin-bottom: 5px !important;
}
.sec-contacto .paso-2 .campo input {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    color: var(--negro);
    padding: 5px 10px;
}

.sec-contacto .campo.telefono input {
    padding-left: 57px;
}

.sec-contacto .paso-2 .campo.dos {
    flex-direction: row;
    column-gap: 30px;
}
.sec-contacto .paso-2 .campo.dos > div {
    width: 50%;
}
.sec-contacto .paso-2 button[type="submit"] {
    border-radius: 0;
}
/* ************ FIN FORMULARIO TERMINOS ************ */


/* ************ BUSQUEDA PILOTO ************ */
.busqueda-piloto h1 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
.busqueda-piloto .campo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: 20px;
}
.busqueda-piloto .campo input {
    border: 1px solid var(--gris);
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: var(--titulo);
    min-width: 300px;
    text-transform: uppercase;
}
.busqueda-piloto .campo button {
    border: none;
    font-size: 15px;
    padding: 5px 15px;
}


/* ************ FIN BUSQUEDA PILOTO ************ */




/* ************ RESPONSIVIDAD ************ */
@media (max-width: 1200px) {
    .sec-reglamento .campo::before {
        width: 200px;
    }
}

@media (max-width: 1100px) {
    .sec-piloto p.rojo,
    .sec-piloto .campo p:last-of-type,
    .banner-equipo .izq p.rojo {
        font-size: 17px;
    }
    .sec-piloto .izq p.nombre {
        font-size: 35px;
    }
    .sec-piloto .der {
        padding-left: 0;
    }
    .sec-piloto .imagen-piloto {
        left: unset;
    }
    .sec-piloto .der .info {
        left: unset;
        right: unset;
        bottom: unset;
    }
    .sec-piloto .der .info,
    .sec-piloto .imagen-piloto {
        position: relative;
    }
    .footer .flex {
        flex-wrap: wrap;
    }
    .footer .flex .contenedor {
        margin-bottom: 40px !important;
    }
    .footer .flex .contenedor:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    .sec-banner-home .izq::before {
        top: 15px;
    }
    .sec-banner-home .der img {
        height: 30px;
    }
    .sec-banner-home .der {
        column-gap: 15px;
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
        padding-top: 20px;
    }
    .sec-banner-home .campo {
        align-items: flex-start;
    }
    .sec-banner-home .izq {
        padding-left: 70px;
        padding-right: 0;
        margin-top: 0;
        padding-top: 70px;
    }
    .sec-banner-home {
        flex-direction: column;
        padding-right: 0;
        width: 90%;
    }
    .sec-noticia-home .der .tab-pane, .sec-noticia-home .der ul.nav-tabs {
        margin-right: 10%;
        margin-left: 15px;
    }
    .sec-pilotos .grid,
    .sec-noticia-home .noticias {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-equipos .grid,
    .sec-multimedia .grid,
    .sec-multimedia.sec-videos .grid,
    .sec-noticia-home.sec-noticias .noticias  {
        grid-template-columns: repeat(2,1fr);
    }
    .sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) {
        grid-column: 1/3;
        grid-row: unset;
    }
    .sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .imagen {
        height: 300px;
    }
}

@media (max-width: 900px) {
    .sec-equipo {
        padding: 40px 10%;
        padding-top: 0;
    }
    .sec-reglamento .campo::before {
        width: 115px;
    }
    .sec-piloto {
        flex-direction: column;
    }
    .sec-piloto .izq,
    .sec-piloto .der,
    .sec-banner-home .campo a {
        width: 100%;
    }
    .sec-piloto .der,
    .sec-piloto .izq {
        padding-left: 40px;
    }
    .sec-piloto .imagen-piloto {
        height: 250px;
    }
    .sec-piloto .der .info p:not(.rojo) {
        margin-top: 10px !important;
    }
    .sec-foto-piloto .splide__slide,
    .sec-equipo .splide__slide {
        min-height: 350px;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sec-detalle-multimedia .grid {
        grid-template-columns: repeat(3,1fr);
    }
    .sec-ranking
    {
        padding:10px
    }
    .nav-tabs > li a
    {
        padding:5px 10px;
        font-size: 12px;
    }
    .sec-noticia-home .der tbody td, .sec-ranking tbody td
    {
        font-size:12px;
        /*! min-width:100px */
        padding: 5px;
    }
    #Body_Ranking {
        min-width: fit-content;
    }
    .sec-detalle-noticia p.titulo {
        padding: 30px 20px;
    }
    .paddingTop .sec-banner-home {
        padding-top: 200px !important;
    }
    .header form {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .paddingTop .barra .btn-responsive i {
        color: var(--titulo) !important;
    }
    .paddingTop .header .barra {
        position: fixed;
        width: 100%;
        z-index: 10;
        background-color: var(--blanco);
    }
    .paddingTop .barra .imagen-lupa {
        background-image: url(../img/lupa-negra.svg) !important;
    }
    .paddingTop .header .barra {
        padding-top: 10px;
    }
    .sec-info-home .campo a {
        font-size: 23px;
    }
    .sec-detalle-noticia .info {
        padding: 25px;
    }
    .sec-similar-noticia .splide__arrow--next {
        right: 40%;
    }
    .sec-similar-noticia .splide__arrow--prev {
        left: 40%;
    }
    .sec-detalle-video iframe {
        height: 400px;
    }
    .sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .imagen::before {
        height: 100px;
    }
    .sec-multimedia .container {
        max-width: 620px;
    }
    .abajo-equipo::before {
        width: 380px;
    }
    .abajo-equipo {
        height: 300px;
    }
    .sec-equipo p.rojo {
        font-size: 18px;
    }
    .sec-equipo .arriba p:not(.rojo) {
        font-size: 19px;
    }
    .sec-equipos .grid,
    .sec-noticia-home.sec-noticias .noticias {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-foto-piloto .splide__slide .abajo p,
    .sec-equipo .splide__slide .abajo p,
    .sec-multimedia > .cabezera a.titulo {
        font-size: 25px;
    }
    .sec-piloto .izq p.nombre,
    .banner-equipo .izq p.nombre,
    .sec-foto-piloto .cabezera p.titulo,
    .sec-equipo .cabezera p.titulo,
    .sec-detalle-video .cabezera p.titulo,
    .sec-detalle-noticia p.titulo {
        font-size: 30px;
    }
    .sec-reglamento h3 {
        font-size: 35px;
    }
    .sec-pilotos .cabezera .barra, .sec-multimedia > .cabezera .barra, .sec-reglamento .cabezera .barra,
    .sec-noticias .cabezera .barra {
        width: 100px;
    }
    .sec-reglamento .campo p.titulo,
    .sec-equipos .contenedor .cabezera p.nombre, .sec-equipos .contenedor .cabezera p.ubicacion {
        font-size: 22px;
    }
    .sec-reglamento .campo {
        margin-bottom: 30px;
    }
    .sec-ranking .cabezera {
        padding-right: 40px;
        padding-left: 0;
    }
    .sec-sponsor-home h5,
    .sec-noticia-home .cabezera h5,
    .sec-ranking .cabezera h5,
    .sec-info-home .campo h4 {
        font-size: 40px;
    }
    .sec-noticia-home .der .tab-pane, .sec-noticia-home .der ul.nav-tabs,
    .sec-noticia-home .der .noticias,
    .sec-noticia-home .noticias {
        margin-right: 30px;
        margin-left: 30px;
    }
    .sec-noticia-home .noticias {
        padding-left: 0;
        grid-template-columns: repeat(2,1fr);
    }
    .sec-noticia-home .der .noticias {
        padding-right: 0;
    }
    .sec-noticia-home .izq .cabezera .barra, .sec-noticia-home .der .cabezera .barra, .sec-sponsor-home .cabezera .barra {
        width: 15%;
    }
    .sec-noticia-home .der .cabezera,
    .sec-ranking .cabezera {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .sec-noticia-home .der .cabezera:not(.cabezera-noticia) {
        justify-content: space-between;
    }
    .sec-noticia-home .izq, .sec-noticia-home .der {
        width: 100%;
    }
    .sec-noticia-home {
        flex-direction: column-reverse;
    }
    .sec-info-home .campo a img {
        height: 35px;
    }
    .sec-info-home .campo a {
        font-size: 29px;
    }
    .sec-info-home .campo p.subtitulo {
        font-size: 24px;
    }
    .sec-info-home .campo {
        width: 100%;
        margin-bottom: 70px;
    }
    .sec-info-home .campo .info {
        width: 60%;
    }
    .sec-info-home .conoce .campo .imagen {
        width: 40%;
    }
    .sec-info-home .conoce {
        flex-direction: column;
        margin-top: 0;
    }
    .header nav {
        display: none;
    }
    .header #navegacion a {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .header #navegacion {
        height: 100%;
        left: -100%;
        position: fixed;
        z-index: 1;
        top: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        padding: 0;
        display: block;
        z-index: 999;
    }
    header .dropdown-menu li {
        padding: 0 20px;
    }
    .header #navegacion.activo {
        left: 0;
        width: 300px;
    }
    .header #navegacion a.closebtn {
        display: flex;
        justify-content: flex-end;
        font-size: 36px;
        margin-left: 50px;
        color: #818181;
    }
    .header #navegacion a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 19px;
        color: #818181;
        display: block;
        transition: 0.3s;
        position: relative;
    }
    header .dropdown-menu a
    {
        color: white!important;
    }
    .header #navegacion a:hover {
        color: #f1f1f1;
    }
    .header nav button {
        border: none;
        background-color: transparent;
    }
    .header .closebtn,
    .header .btn-responsive {
        display: block;
    }
    .header a.busqueda-celular {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header .barra {
        padding: 10px 30px;
        flex-wrap: wrap;
        align-items: center;
    }
    .header .barra .der {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .header .barra .der img {
        height: 25px;
    }
    .sec-banner-home .izq h1 {
        font-size: 40px;
    }
    .sec-banner-home .izq h2 {
        font-size: 30px;
    }
    .sec-banner-home .der img {
        height: 25px;
    }
    .sec-banner-home .campo a {
        font-size: 20px;
    }
    .header #navegacion a.busqueda-computador {
        display: none;
    }
    .sec-inscripcion {
        width: 90%;
    }
}

@media (max-width: 650px ){
    .sec-detalle-multimedia .grid {
        grid-template-columns: repeat(2,1fr);
    }
    .sec-equipo .arriba .izq,
    .sec-equipo .arriba .der {
        width: 100%;
    }
    .sec-equipo .arriba .der .logo {
        height: 170px;
        margin-top: 0;
        margin-bottom: 20px;        
    }
    .sec-equipo .arriba .der p.rojo {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .sec-equipo .arriba {
        flex-direction: column-reverse;
    }
    .sec-pilotos .cabezera {
        flex-wrap: wrap;
        margin-right: 20px;
    }
    .sec-pilotos .cabezera form {
        padding-left: 40px;
        margin-top: 20px;
    width: 100%;padding: 10px;}
}

@media (max-width: 600px) {
    .sec-contacto .paso-2 .campo.dos > div:first-of-type {
        margin-bottom: 15px;
    }
    .sec-contacto .paso-2 .campo.dos {
        flex-direction: column;
    }
    .sec-contacto .opciones > div:first-of-type {
        margin-bottom: 20px;
    }
    .sec-contacto .opciones > div,
    .sec-contacto .paso-2 .campo.dos > div {
        width: 100%;
    }
    .sec-contacto .opciones {
        flex-wrap: wrap;
    }
    .sec-pilotos .grid a.contenedor .imagen-piloto {
        background-size: contain;
        left: 0;
    }
    .sec-banner-home .izq {
        padding-left: 50px;
    }
    .sec-banner-home .izq::before {
        width: 80px;
    }
    .sec-banner-home .campo a {
        border: 2px solid var(--blanco);
    }
    .sec-banner-home .campo a {
        width: 300px;
    }
    .sec-banner-home {
        column-gap: 20px;
    }
    .sec-info-home .campo a {
        padding: 5px 30px;
    }
    .sec-info-home .campo a img {
        height: 30px;
        margin-left: 20px;
    }
    .sec-piloto .izq {
        padding-right: 80px;
    }
    .sec-piloto .der::before {
        width: 40px;
    }
    .sec-piloto .der, .sec-piloto .izq {
        padding-left: 20px;
    }
    .sec-piloto .der {
        padding-right: 50px;
    }
    .sec-multimedia.sec-videos .grid {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) {
        grid-column: unset;
    }
    .sec-multimedia.sec-videos .grid a.contenedor:nth-child(1) .imagen {
        height: 250px;
    }
}
@media (max-width: 550px) {
    .sec-noticia-home .der .noticias,
    .sec-noticia-home .noticias {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-banner-home .campo a {
        width: 100%;
        font-size: 14px;
    }
    .sec-banner-home {
        padding-right: 0;
        padding-top: 0;
    }
    .sec-banner-home .der .barra-menu {
        display: none;
    }
    .sec-banner-home .der a {
        margin-bottom: 0;
    }
    .footer .flex {
        padding: 20px 30px;
    }
    .footer .flex .contenedor:nth-child(3) form,
    .banner-equipo {
        flex-direction: column;
    }
    .footer .flex .contenedor:nth-child(3) form button[type="submit"] {
        padding: 5px;
    }
    .header a.logo img {
        height: 70px;
    }
    .sec-reglamento h3 {
        padding: 50px 15px;
    }
    .sec-reglamento .campo {
        padding: 0 50px;
    }
    .sec-reglamento .campo::before {
        width: 40px;
    }
    .sec-reglamento .campo a img {
        height: 20px;
    }
    .sec-pilotos::before, .sec-reglamento::before {
        left: 25px;
    }
    .sec-pilotos .cabezera .barra, .sec-multimedia > .cabezera .barra, .sec-reglamento .cabezera .barra {
        width: 45px;
    }
    .sec-reglamento h3 {
        padding: 0;
    }
    .sec-reglamento .cabezera {
        padding-left: 25px;
        padding-right: 30px;
    }
    .sec-pilotos .grid a.contenedor .info,
    .fondo-equipo::before {
        background-image: none;
    }
    .sec-pilotos .grid a.contenedor .info {
        padding: 160px 40px 15px 15px;
    }
    .sec-pilotos .grid a.contenedor p.numero {
        font-size: 35px;
        bottom: 10px;
    }
    .sec-pilotos {
        padding-right: 0;
    }
    .sec-pilotos .grid a.contenedor .overlay,
    .banner-equipo .izq,
    .banner-equipo .der {
        width: 100%;
    }
    .sec-pilotos .grid a.contenedor .info {
        position: relative;
        z-index: 1;
    }
    .sec-pilotos {
        padding-left: 25px;
    }
    .sec-pilotos .cabezera {
        margin-bottom: 40px;
    }
    .sec-foto-piloto {
        width: 90%;
    }
    .banner-equipo .der {
        margin-top: 20px;
    }
    .banner-equipo {
        padding: 10px 25px;
        padding-bottom: 120px;
    }
    .banner-equipo .der .imagen {
        height: 110px;
    }
    .sec-multimedia.sec-videos a.contenedor:nth-child(1) .info .der {
        margin-top: 0;
    }
    .sec-noticias .cabezera {
        padding-right: 0;
    }
    .paddingTop .sec-banner-home {
        padding-top: 100px !important;
    }
    .abajo-equipo::before {
        width: 270px;
    }
    .abajo-equipo {
        background-size: cover;
    }
}

/* CELULAR */
@media (max-width: 468px) {
    header .dropdown-menu li a {
        padding-left: 0 !important;
    }
    .sec-inscripcion .campo.dos {
        flex-direction: column;
    }
    .sec-inscripcion .campo.dos > div {
        margin-bottom: 15px;
    }
    .sec-inscripcion .campo.dos {
        margin-bottom: 0;
    }
    .sec-inscripcion .campo.dos > div,
    .header #navegacion.activo,
    .busqueda-piloto .campo input {
        width: 100%;
    }
    .sec-detalle-multimedia .grid
    {
        grid-template-columns: repeat(1,1fr);
        column-gap: 30px;
    }
    .sec-equipo .abajo {
        margin-top: 30px;
    }
    .sec-equipo .arriba p:not(.rojo) {
        font-size: 17px;
    }
    .footer .flex .contenedor {
        margin-bottom: 20px !important;
    }
    .sec-noticia-home {
        padding-top: 20px;
    }
    .sec-info-home {
        padding-bottom: 0;
    }
    .sec-detalle-noticia .info {
        padding: 25px 15px;
    }
    .sec-similar-noticia .splide__arrow--next {
        right: 30%;
    }
    .sec-similar-noticia .splide__arrow--prev {
        left: 30%;
    }
    .sec-detalle-video iframe,
    .sec-detalle-noticia .contenedor .imagen {
        height: 300px;
    }
    .sec-multimedia.sec-videos a.contenedor .info img {
        height: 24px !important;
    }
    .sec-multimedia.sec-videos .grid a.contenedor .imagen::before {
        height: 70px !important;
    }
    .sec-multimedia .grid {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-sponsor-home .splide__arrow--prev {
        left: 5px;
    }
    .sec-sponsor-home .splide__arrow--next {
        right: 5px;
    }
    .sec-pilotos .grid a.contenedor p.rojo,
    .sec-piloto p.rojo,
    .banner-equipo .izq p.rojo {
        font-size: 18px;
    }
    .sec-pilotos .grid a.contenedor p.nombre {
        font-size: 21px;
    }
    .sec-pilotos form select,
    .sec-noticia-home .der thead th, .sec-ranking thead th,
    .sec-noticia-home .der tbody td {
        font-size: 13px;
    padding: 10px;}
    .sec-banner-home {
        padding-bottom: 30px;
    }
    .footer .flex .contenedor:nth-child(1) {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .footer .flex .contenedor:nth-child(2) p.titulo {
        margin-bottom: 15px !important;
    }
    .footer .flex .contenedor:nth-child(1) a img {
        margin: 0 auto;
    }
    .footer .copyright p {
        font-size: 12px;
    }
    .footer .flex .contenedor:nth-child(3) p.titulo {
        font-size: 18px;
    }
    .footer .flex .contenedor:nth-child(2) p.titulo {
        font-size: 19px;
    }
    .sec-noticia-home .tab-pane a.detalle img {
        height: 20px;
    }
    .sec-info-home .campo a img {
        height: 25px;
    }
    .sec-banner-home .izq h1 {
        font-size: 25px;
    }
    .sec-banner-home .izq h2,
    .sec-info-home .campo a,
    .sec-reglamento .campo p.titulo,
    .sec-foto-piloto .splide__slide .abajo p,
    .sec-equipo .splide__slide .abajo p,
    .sec-multimedia > .cabezera a.titulo,
    .sec-inscripcion h1 {
        font-size: 20px;
    }
    .sec-banner-home .izq::before {
        width: 60px;
    }
    .sec-info-home .splide__slide,
    .sec-foto-piloto .splide__slide,
    .sec-equipo .splide__slide {
        min-height: 300px;
    }
    .sec-info-home .abajo p,
    .sec-info-home .campo p.subtitulo,
    .sec-noticia-home .nav-tabs .nav-link {
        font-size: 15px;
    padding: 10px;}
    .sec-noticia-home .der thead th {
        font-size: 14px;
    }
    .sec-info-home .abajo a.multimedia span,
    .sec-noticia-home .der tbody td,
    .sec-noticia-home .tab-pane a.detalle,
    .footer .flex .contenedor:nth-child(3) p.subtitulo,
    .sec-pilotos .grid a.contenedor .campo p:last-of-type,
    .sec-piloto p.rojo, .sec-piloto .campo p:last-of-type,
    .sec-piloto .der .info p:not(.rojo),
    .banner-equipo .izq p.rojo,
    .sec-detalle-video .info p.texto, 
    .sec-detalle-video .info p.fr-tag,
    .sec-detalle-noticia .info p.texto, 
    .sec-detalle-noticia .info p.fr-tag {
        font-size: 12px;
    }
    .sec-info-home .campo h4,
    .sec-sponsor-home h5, 
    .sec-contacto h5,
    .sec-noticia-home .cabezera h5,
    .sec-ranking .cabezera h5,
    .sec-reglamento h3,
    .sec-pilotos h3,
    .sec-piloto .izq p.nombre,
    .banner-equipo .izq p.nombre,
    .sec-equipo .cabezera p.titulo,
    .sec-detalle-video .cabezera p.titulo,
    .sec-detalle-noticia p.titulo,
    .sec-foto-piloto .cabezera p.titulo {
        font-size: 23px;
    }
    .sec-detalle-noticia p.titulo {
        padding: 15px;
    }
    .sec-reglamento h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sec-info-home .campo {
        flex-direction: column-reverse;
    }
    .sec-info-home .campo .info {
        width: 80%;
        margin-top: 20px;
    }
    .sec-info-home .conoce .campo .imagen {
        width: inherit;
    }
    .sec-info-home .conoce .campo:nth-child(2) .imagen {
        height: 95px;
    }
    .sec-noticia-home .der .cabezera-noticia img,
    .sec-ranking .cabezera-noticia img {
        height: 30px;
    }
    .sec-noticia-home .der .cabezera .titulo {
        justify-content: flex-end;
        width: unset;
    }
    .sec-noticia-home .izq .cabezera .barra,
    .sec-noticia-home .der .cabezera .barra, 
    .sec-sponsor-home .cabezera .barra,
    .sec-ranking .cabezera .barra,
    .sec-foto-piloto .cabezera .barra,
    .sec-equipo .cabezera .barra,
    .sec-detalle-video .cabezera .barra,
    .sec-noticias .cabezera .barra,
    .sec-similar-noticia .cabezera .barra {
        width: 60px;
    }
    .sec-noticia-home .der .tab-pane, .sec-noticia-home .der ul.nav-tabs, .sec-noticia-home .der .noticias, .sec-noticia-home .noticias {
        margin-left: 15px;
        margin-right: 15px;
    }
    .sec-noticia-home .der ul.nav-tabs {
        padding: 10px;
    }
    .sec-noticia-home .der .cabezera:not(.cabezera-noticia) {
        flex-direction: row;
        justify-content: space-between;
    }
    .sec-sponsor-home .splide__slide {
        height: 50px;
    }
    .sec-sponsor-home {
        background-image: url(../img/fondo-sponsor.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .sec-sponsor-home.mod-sponsor {
        background-image: none;
    }
}

.modal
{
    top:30%!important;

}
.modal-dialog
{
    max-width:400px;
}
/* ************ FIN ************ */






