/******************************
*   Tipografias
******************************/
@import url('all.css');
@import url('typo.css');

:root {
    --blanco: 255, 255, 255;
    --negro: 0, 0, 0;

    --gris01: 32, 33, 36;
    --gris02: 72, 72, 72;
    --gris03: 116, 116, 116;
    --gris04: 148, 148, 148;
    --gris05: 242, 242, 242;
    --gris06: 239, 239, 239;

    --naranja: 242, 109, 13;

    --plyr-color-main: rgb(var(--naranja), 1);

}


::selection {
    background: ;
    color: ;
}
::-moz-selection {
    background: ;
    color: ;
}
::-webkit-selection {
    background: ;
    color: ;
}

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 0px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgb(var(--gris03), 1);
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img { margin: 0 auto; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'AutoZone Condensed';
    font-weight: bold;
    font-style: normal;
    color: rgb(var(--negro), 1);
}
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: rgb(var(--gris05), 1);
    color: rgb(var(--gris01), 1);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
label {
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    color: rgb(var(--gris01), 1);
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1;
}
label + * { margin-top: 4px !important; }
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #0F5B28;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: #565656; }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }
p { margin: 0; }
p + p { margin-top: 20px; }

::marker {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/******************************
*	General
******************************/
main {
    min-height: calc(100vh - 50px);
    /* padding: 60px 0; */
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
main section {
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.no__center {
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
}
.cont__pag { padding-top: 0; }

/*------ Hero ------*/
.hero { padding-bottom: 0; }

/*------ Head Page ------*/
.h__page {
    text-align: center;
    padding: 26px 15px;
    line-height: 1.1;
    background: rgb(var(--gris01), 1);
}
.h__page * { color: rgb(var(--blanco), 1); }
.h__page h2 + * { margin-top: 20px; }
.discl {
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 22px;
}
.nota {
    font-size: 14px;
    opacity: .5;
    margin-top: 30px;
}

main section:nth-child(1) .h__page { margin-top: -60px; }
.h__page + * { margin-top: 30px; }

/*------ Breadcrumb ------*/
.bread__crumb {
    margin-left: -3px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(var(--gris04), .8);
}
.bread__crumb a {
    display: inline-block;
    padding: 4px 6px;
    color: rgb(var(--gris01), 1);
    border: 1px solid rgb(var(--gris01), 1);
    margin: 3px;
    font-size: 12px;
}
.bread__crumb a.active {
    color: rgb(var(--blanco), 1);
    background: rgb(var(--gris01), 1);
    pointer-events: none;
}

/*------ Head Section ------*/
* + .h__sect { margin-top: 60px; }
.h__sect { position: relative; }
.h__sect + * { margin-top: 40px; }
.h__sect h3 { font-size: 26px; }
.h__sect h4 { font-size: 24px; }
.h__sect p { font-size: 18px; }
.h__line::after {
    content: '';
    display: block;
    border-top: 1px solid rgb(var(--gris04), .8);
    margin-top: 38px;
}

/*------ CTA ------*/
* + .c__cta { margin-top: 40px; }
.c__cta { text-align: center; }
.cta,
a.cta {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(var(--blanco), 1);
    background: rgb(var(--gris01), 1);
    line-height: 1.2;
    padding: 9px 18px;
    border-radius: 4px;
}
a.cta:hover { 
    background-color: #949494;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta__ban,
.cta__ban + .cta { display: block; }
/* .cta__ban, */
.cta__ban + .cta {
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
}
* + .cta__ban { margin-top: 60px; }
.cta.cta__nar { background: rgb(var(--naranja), 1); }
.cta i {
    display: inline-block;
    margin-right: 6px;
}
.box__nar i { color: rgb(var(--naranja), 1); }

/*------ Box ------*/
.box__gray { background: rgb(var(--gris06), 1); }
.box__gray__d {
    background: rgb(var(--gris01), 1);
    color: rgb(var(--blanco), 1);
}
.box__w {
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
}
.box__nar {
    background: rgb(var(--gris02), 1);
    color: rgb(var(--blanco), 1);
}
.banner__resp + .box__nar { margin-top: 0px; }
.fil__box,
.col__box { padding: 15px; }
.col__box p {
    font-family: 'AutoZone Condensed';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.col__2 .col__box:nth-child(1) { max-width: 550px; }

/*------ Banner ------*/
.banner__resp {
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
}
.banner__resp + *,
* + .banner__resp { margin-top: 60px; }

/*------ Grid Items ------*/
.items__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    row-gap: 30px;
}
* + .grid__gen { margin-top: 60px; }
.item,
.item__home01,
.item__home02 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.item__card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.item.card__more {
    padding: 20px;
}
.card__img.more__img {
    -webkit-box-shadow:none;
    box-shadow: none;
}
.card__img.more__img figure img {
    height: 200px;
    width: 100%;
}
.item__card > div + div { margin-top: 30px; }
.fil__t > div + div,
.card__info > div + div { margin-top: 15px; }
.card__img {
    -webkit-box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
    box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
}
.info__extra {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    
}
.info__extra > .extra__indica {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.info__extra + .indica__heart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.info__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.info__icons > .indica__heart,
.info__extra > h3,
.info__extra > .biblio__info {
    padding-right: 20px;
}
* + .info__extra { margin-top: 15px; }
.status__date { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 20px;
}
.status__date > .extra__date {
    margin-right: 20px;
}
.extra__date {
    display: flex;
    align-items: center;
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: rgb(var(--negro));
    color: rgb(var(--blanco));
    -webkit-box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
    box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
    padding: 5px;
    border-radius: 3px;
    /* width: 100px; */
    text-align: center;
}
.extra__date > p { padding-right: 5px; }
.extra__date01 {
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: rgb(var(--naranja));
    color: rgb(var(--blanco));
    -webkit-box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
    box-shadow: 0 5px 6px 1px rgb(var(--negro), .2);
    padding: 5px;
    border-radius: 3px;
    width: 100px;
    text-align: center;
}
.extra__date span { display: block; }
.extra__indica { font-size: 20px; }
.extra__indica > div + div { margin-left: 15px; }
.biblio__info > div {
    margin-bottom: 10px;
}
.action__heart,
.action__trash {
    cursor: pointer;
    position: relative;
}
.action__heart i:nth-child(1) {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.action__heart i:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgb(var(--naranja), 1);
    opacity: 0;
}
.action__heart.active i:nth-child(1) { opacity: 0; }
.action__heart.active i:nth-child(2) { opacity: 1; }
.action__trash:hover{ color: rgb(var(--naranja), 1); }
.heart { animation: heartbeat .3s linear; }
@keyframes heartbeat {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.item__bg .item__card {
    background: rgb(var(--blanco), 1);
    border: rgb(var(--gris04), .2) 1px solid;
}
.item__bg .item__card .card__info { padding: 0 15px 0 15px; }
.item__bg .item__card .fil__b { padding: 0 15px 15px 15px; }
.item__bg .item__card .cta {
    color: rgb(var(--negro), 1);
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    font-family: 'AutoZone Condensed';
    display: inline-block;
    min-width: auto;
}
.item__bg .item__card .cta:hover { 
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.inf__text h3 { font-size: 20px; }
.inf__text * + * { margin-top: 15px; }
.fil__b .cta { display: block; }

/*------ Grid cards ------*/
.cards__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}
.card__col {
    width: 100%;
    padding: 0 15px;
}
.card a > * + * { margin-top: 15px; }
.card__anchor a{
    font-family: 'AutoZone Condensed';
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}
.card__anchor a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}
.img__prod {
    border: 1px solid;
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
}
.name__pod { 
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize; 
    font-family: 'AutoZone Condensed';
    color: rgb(var(--gris));
}

/*------ Iconos ------*/
.icon__point { text-transform: uppercase; }
.icon__point * + * { margin-top: 15px; }
.icon__point figure {
    width: 150px;
    background: transparent;
    /* border-radius: 100%;
    border: 2px solid #f37c1f; */
}
.icon__point figure img {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.icon__point span { font-size: 14px; }

/*------ Texto detalle IMG ------*/
* + .txt__ban { margin-top: 30px; }
.txt__ban { text-align: center; }
.txt__ban p {
    font-family: 'AutoZone Condensed';
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.txt__x2 {
    text-transform: uppercase;
    font-size: 18px;
}

/*------ Paginador ------*/
.paginador {
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
}
.paginador ul {
    display: flex;
    justify-content: center;
}
.paginador ul li{ padding: 0 5px; }
.paginador ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    line-height: 1;
    font-size: 16px;
    border-radius: 3px; 
    border: 1px solid rgb(var(--gris01), .6);
}
.paginador ul li a:hover { 
    background: rgb(var(--gris01), .1);
}
.paginador ul li a.active {
    border: 1px solid rgb(var(--naranja), 1);
    color: rgb(var(--negro), 1);
    background: rgb(var(--blanco), 1);
}

/*------ Image Head ------*/
.img__head figure {
    width: 100%;
    height: 50vh;
}
.img__head figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/*------ Text Detail ------*/
* + .text__detail { margin-top: 60px; }
.text__detail > h3,
.text__detail > h4,
.text__detail > h5,
.text__detail > h6,
.text__detail > p,
.text__detail > ol,
.text__detail > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.text__detail > * + h3,
.text__detail > * + h4,
.text__detail > * + h5,
.text__detail > * + h6 { margin-top: 30px; }

.text__detail h3 + p,
.text__detail h4 + p,
.text__detail h5 + p,
.text__detail h6 + p,

.text__detail h3 + ol,
.text__detail h4 + ol,
.text__detail h5 + ol,
.text__detail h6 + ol,

.text__detail h3 + ul,
.text__detail h4 + ul,
.text__detail h5 + ul,
.text__detail h6 + ul,

.text__detail ol + p,
.text__detail ul + p,
.text__detail p + ol,
.text__detail p + ul { margin-top: 20px; }

.text__detail ol,
.text__detail ul { padding-inline-start: 20px; }
.text__detail ol li::marker,
.text__detail ul li::marker {
    color: rgb(var(--naranja), 1);
    font-weight: 500;
}
.text__detail ol { list-style: decimal; }
.text__detail ul { list-style: disc; }

.text__detail ol li + li,
.text__detail ul li + li { margin-top: 15px; }

.text__detail a {
    color: rgb(var(--naranja), .8);
    text-decoration: underline;
}
.text__detail div,
.text__detail figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text__detail figure { max-width: 1100px; }

/*------ Texto Info ------*/
.txt__info div ,
.txt__info figure {
    margin-top: 20px;
    margin-bottom: 20px;
}
.txt__info figure:first-child { margin-top: 0; }


/*------ Video: Video - Progreso ------*/
.cont__progress ul li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(var(--negro), .08);
}
.cont__progress ul li a { display: flex; }
.cont__progress ul li a div + div { margin-left: 12px; }
.i__check { color: rgb(var(--gris04), 1); }
.info__capit span { display: block; }
.capit__name {
    color: rgb(var(--negro), 1);
    font-weight: 500;
}
.capit__time {
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
}
.active .i__check,
.checked .i__check { color: rgb(var(--naranja), 1); }

.info__extra + .text__detail { margin-top: 20px; }
.info__extra + .text__detail > * { max-width: initial; }

/******************************
*   Formularios / Campos
******************************/
.txt__ban + .form__register { margin-top: 30px; }
.form__register label { text-transform: initial; }
* + .cont__camps { margin-top: 40px; }
.cont__camps { position: relative; }
.c__camp {
    padding-top: 15px;
    padding-bottom: 15px;
}
.c__camp > div { position: relative; }
.c__camp > div select {
    height: 42px;
    padding-right: 42px;
}
.c__camp button {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'AutoZone Condensed';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(var(--blanco), 1);
    background: rgb(var(--gris01), 1);
    line-height: 1.125;
    padding: 12px;
}
.load__more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}
.load__more button {
    width: 200px;
    text-align: center;
    font-family: 'AutoZone Condensed';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(var(--negro), 1);
    background: rgb(var(--blanco), 1);
    border: rgb(var(--negro), 1) 1px solid;
    border-radius: 5px;
    line-height: 1.125;
    padding: 12px;
}
.load__more button:hover {
    color: rgb(var(--blanco), 1);
    background: rgb(var(--negro), 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.camp__cols > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-right: -15px;
    margin-left: -15px;
}
.camps__col .c__camp.camp__s {
    width: 50%;
    padding: 0 15px;
}
.camp__legal {
    text-align: center;
    text-decoration: underline;
    right: 0;
    bottom: 10px;
}

/*------ Search ------*/
.camp__search {
    margin: 0 auto;
    max-width: 720px;
    padding: 0;
}
.camp__search input {
    padding-left: 42px;
    font-size: 16px;
}
.camp__search button {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    color: rgb(var(--gris03), 1);
    background: transparent;
}
/*------ Head Form ------*/
.head__form .box__gray__d {
    text-align: center;
    text-transform: uppercase;
}
.head__form > div { padding: 20px; }
.head__form label { color: rgb(var(--blanco), 1); }
.head__form .box__nar i { color: rgb(var(--gris01), 1); }


/*------ Iconos ------*/
.icon__camp {
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgb(var(--gris01), 1);
}
.icon { left: 0; }
.arrow { right: 0; }
.c__icon input { padding-left: 42px; }
.icon__orange { display: inline-block; }
.icon__orange i { color: rgb(var(--naranja), 1); }

/*------ Filtro ------*/
* + .cont__filter { margin-top: 30px; }
.cont__filter { margin-bottom: -30px; }


/*------ Avisos ------*/
.cont__avis { text-align: center; }
.cont__avis > * + * { margin-top: 20px; }
.icon__avis {
    width: 80px;
    margin: 0 auto;
}
.icon__avis > div {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    background: transparent;
    border: 2px solid #f37c1f;
}
.icon__avis > div > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgb(var(--naranja), 1);
    font-size: 26px;
}
.cont__avis h4 { font-size: 26px; }



/******************************
*	
******************************/
/******************************
*	Mobile
******************************/

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
/*------ Hero ------*/
.hero { padding-top: 15px; }

/*------ Head Page ------*/
.h__page {
    margin-left: -15px;
    margin-right: -15px;
}

/*------ Iconos ------*/
.icon__point + .icon__point { margin-top: 20px; }
.icon__point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon__point > * + * { margin-left: 15px; }

/*------ Video: Video - Progreso ------*/
.capit__fil > div +  div {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(var(--gris04), 1);
}

/*------ Grid cards ------*/
.name__pod { font-size: 16px; }

/*------ Box ------*/
.fil__box { text-align: center; }

}
@media (min-width : 680px) {


/*------ Head Section ------*/
.h__sect h3 { font-size: 32px; }
.h__sect h4 { font-size: 30px; }
.h__sect p { font-size: 20px; }


/*------ Iconos ------*/
.point__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    row-gap: 30px;
}
.icon__point {
    width: 180px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.icon__point figure {
    margin-left: auto;
    margin-right: auto;
}

/*------ Video: Video - Progreso ------*/
.capit__fil {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.capit__fil > div { padding: 0 15px; }
.capit__fil > div:nth-child(1) { width: 65%; }
.capit__fil > div:nth-child(2) { width: 35%; }


/******************************
*   Formularios / Campos
******************************/
.camps__col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;

    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-left: -15px;
    margin-right: -15px;
}
.c__camp {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.camp__cntr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cont__filter .camp__cntr .c__camp { max-width: 350px; }

.camp__legal {
    position: absolute;
}


/*------ Grid cards ------*/
.card__col { width: 33.33%; }

/*------ Texto Info ------*/
.img__der {
    float: right;
    width: 50%;
    margin-left: 20px;
}
.img__izq {
    float: left;
    width: 50%;
    margin-right: 20px;
}

/*------ Box ------*/
.fil__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}
.fil__box > div + div { margin-left: 30px; }

}
/* Small Devices, Nav */
@media (max-width : 767px) {

/*------ Grid Items ------*/
.item  + .item { margin-top: 30px; }

.item.card__more { background-color: rgb(var(--gris06), 1); }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.container { width: 100%; }

/*------ Grid Items ------*/
.item {
    width: 33.33%;
    padding: 0 15px;
}

/*------ Grid cards ------*/
.card__col { width: 25%; }


/*------ Box ------*/
.fil__box { padding: 25px; }

.item.card__more { background-color: rgb(var(--blanco), 1);}

}
/* Medium Devices, Desktops */
@media (min-width : 680px) and (max-width : 991px) {

/*------ Iconos ------*/
.point__cont {
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}


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

/*------ Iconos ------*/
.point__cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

}
/* Large Devices, Wide Screens */
@media (max-width : 991px) {
}
@media (min-width : 992px) {

/*------ Grid cards ------*/
.card__col { width: 20%; }

}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1200px){
.container {
    max-width: 1400px;
    width: 92%;
}


}


@media (min-width : 1340px){

/*------ Grid cards ------*/
.card__col { width: 16.666%; }


}




/******************************
*	Header
******************************/
.header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
}
.fil__head {
    line-height: 1.2;
    position: relative;
}
/*-------- Fil: Top --------*/
.fil__top {
    background: rgb(var(--blanco), 1);
    color: rgb(var(--gris01), 1);
    font-size: 20px;
}
.fil__top .container { padding-right: 5px; }
.fil__top .container > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 200px;
    overflow: hidden;
}
.logo a { display: block; }
.logo a span {
    position: absolute;
    top: -100%;
    left: -100%;
}
.logo a figure svg {
    width: 100%;
    height: auto;
    display: block;
}
.opt__mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.opt__mob div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mob__btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.opt__hambur > div { width: 60%; }
.opt__hambur > div span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: rgb(var(--gris01), 1);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.opt__hambur > div span + span {  margin-top: 6px; }
.opt__hambur.active > div span { background: rgb(var(--blanco), 1); }
.opt__hambur.active > div span:nth-child(1) {
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -moz-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    -o-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}
.opt__hambur.active > div span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.opt__hambur.active > div span:nth-child(3) {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -moz-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    -o-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}
.cont__search {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 20px 15px;
    background: rgb(var(--blanco), 1);
}
.fil__top .cont__search {
    -webkit-box-shadow: 0 5px 8px 0 rgb(var(--negro), .1);
    box-shadow: 0 5px 8px 0 rgb(var(--negro), .1);
    z-index: -1;
}

.fil__top.bar__active { background: rgb(var(--negro), 1); }
.fil__top.bar__active .opt__search {
    opacity: 0;
    pointer-events: none;
}
.fil__top.bar__active #para__el { fill: rgb(var(--blanco), 1); }

/*-------- Fil: Bot --------*/
.fil__bot {
    background: rgb(var(--gris01), 1);
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    color: rgb(var(--blanco), 1);
    font-size: 18px;
    position: relative;
}
.cont__nav nav > ul > li > div:nth-child(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cont__nav nav ul li a {
    width: 100%;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
}
.arrow { cursor: pointer; }
.arrow i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cont__nav nav ul li:hover i,
.cont__nav > nav > ul > li:hover > div > a,
.cont__nav nav ul li a:hover { color: rgb(var(--naranja), 1); }
.cont__nav > nav > ul > li ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.sub__men {
    position: relative;
    z-index: 1;
}
.sub__men ul li a {
    position: relative;
    padding: 6px 0;
}
.sub__men ul li a::before {
    content: '•';
    display: inline-block;
    margin-right: 6px;
}
.cont__nav nav ul li .sub__men ul a {
    display: flex;
    position: relative;
    z-index: 1;
}
.cont__nav > nav > ul > li:hover .sub__men {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.bg__sub {
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgb(var(--gris01), 1);
    height: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.opt__search {
    margin-left: 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.opt__search:hover,
.opt__search.active { color: rgb(var(--naranja), 1); }
.dekt__btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
.card__col {
    width: 50%;
    padding: 0 15px;
}

}
@media (min-width : 680px) {
.logo { width: 260px; }
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (max-width : 1139px) {
.fil__top {
    -webkit-box-shadow: 0 0 8px 0 rgb(var(--negro), .1);
    box-shadow: 0 0 8px 0 rgb(var(--negro), .1);
}
.dekt__btn { display: none; }
.fil__head {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fil__bot {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    right: 100%;
    top: 100%;
    overflow: auto;
}
.fil__bot.show__men { right: 0; }
.arrow {
    min-width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--blanco), .08);
}
.cont__nav nav ul li + li { border-top: 1px solid rgba(var(--blanco), .08); }
.sub__men {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    background: rgb(var(--negro), 1);
    padding-top: 6px;
    padding-bottom: 6px;
}
.sub__men ul {
    padding-left: 15px;
    padding-right: 15px;
}
.opt__head.opt__act i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
}
@media (min-width : 1140px) {
main { min-height: calc(100vh - 95px); }
.opt__mob { display: none; }
.fil__top .container > div { height: 50px; }
.cont__search { top: calc(100% + 45px); }

.fil__bot {
    -webkit-box-shadow: 0 5px 8px 0 rgb(var(--negro), .2);
    box-shadow: 0 5px 8px 0 rgb(var(--negro), .2);
}
.cont__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont__nav nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -12px;
}
.cont__nav nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cont__nav nav ul li:hover i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.sub__men {
    position: absolute;
    top: 100%;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}




/******************************
*   Footer
******************************/
.footer {
    background: rgb(var(--negro), 1);
    color: rgb(var(--gris04), 1);
    padding: 90px 0 30px;
    line-height: 1.2;
}
.fil__foo + .fil__foo  { margin-top: 30px; }
.tit__links {
    color: rgb(var(--blanco), 1);
    font-size: 24px;
}
.tit__links + * { margin-top: 18px; }
.link__list li + li { margin-top: 6px; }
.link__social {display: flex; }
.link__social li a {
    font-size: 24px;
    color: rgb(var(--blanco), 1);
}
.link__social li + li { margin-left: 18px; }
.link__media li a {
    color: rgb(var(--blanco), 1);
    font-family: 'AutoZone Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}
.link__media li a i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 24px;
}
.more__links { margin-left: -20px; }
.more__links li a {
    display: block;
    color: rgb(var(--blanco), 1);
    text-decoration: underline;
    font-family: 'AutoZone Condensed';
    font-weight: bold;
    font-style: normal;
    padding: 10px 20px;
}
.legal {
    font-size: 12px;
    /* text-align: justify; */
}
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
.foo__nav > li + li { margin-top: 36px; }
}
@media (min-width : 680px) {
.foo__nav::before,
.foo__nav::after {
    display: table;
    content: " ";
}
.foo__nav::after { clear: both; }
.foo__nav {
    margin-left: -15px;
    margin-right: -15px;
}
.foo__nav > li {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 15px;
}
.more__links li {display: inline-block; }
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.foo__nav > li { width: 33.33%; }
.foo__nav > li.col__sm {
    float: right;
    width: 30%;
}
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (max-width : 991px) {
}
@media (min-width : 992px) {
.foo__nav > li.col__sm { width: 25%; }
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1200px) {
}


/******************************
*   Log in sesion
******************************/

/* Contenedor principal */
.login__card {
    position: relative; /* Necesario para posicionar el botón de cierre */
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 1px 18px rgba(32, 33, 36, .12), 0 6px 10px rgba(32, 33, 36, .14), 0 3px 5px -1px rgba(32, 33, 36, .2);
    box-shadow: 0 1px 18px rgba(32, 33, 36, .12), 0 6px 10px rgba(32, 33, 36, .14), 0 3px 5px -1px rgba(32, 33, 36, .2);
    color: #000;
    width: 100%;
    padding: 16px;
    text-align: center;
}
.wLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: grid;               /* Usar grid para centrar */
    place-items: center;         /* Centrado vertical y horizontal */
    z-index: 9999;
}
.cVids {
    position: absolute; /* Necesario para posicionar el botón de cierre */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    color: #000;
    max-width: 400px;
    width: 90%;
    padding: 16px;
    text-align: center;
}
/* Botón de cierre (X) */
.closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.closer:hover { background: #e74c3c; /* Rojo al pasar el mouse */ }
/* Título */
.cVids h2,
.login__card h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cVids p,
.login__card p {
    font-family: 'Helvetica Neue';
    color: rgb(var(--gris04), 1);
    font-size: 12px;
    margin-bottom: 20px;
}
/* Campos de entrada */
.input-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="email"]{
    font-family: 'Helvetica Neue';
    width: 100%;
    padding: 15px;
    border: 1px solid rgb(var(--gris04), .8);
    border-radius: 3px;
    font-size: 14px;
    color: rgb(var(--negro), 1);
    background: rgb(var(--gris06), 1);
}
.input-group input[type="text"]:focus {
    outline: none;
    border-color: #000;
}
/* Icono de ojo */
.input-group .eye-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 18px;
}
/* Enlace olvidé contraseña */
.forgot-password {
    font-family: 'Helvetica Neue';
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}
.forgot-password a {
    color: #000;
    text-decoration: underline;
}
.forgot-password a:hover { 
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}
/* Checkbox recordar contraseña */
.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
}
.checkbox-group input { margin-right: 10px; }
/* Botones */
.btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.btn:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.7);
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
/* Botón iniciar sesión */
.btn-primary {
    font-family: 'AutoZone Condensed';
    background: #000000;
    color: #ffffff;
    border: none;
}
.btn-primary:hover { background: #949494; }
/* Botón registrarse */
.btn-secondary {
    font-family: 'AutoZone Condensed';
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    margin-top: 10px;
}

.btn-secondary:hover { background: #E6E6E6; }
.wLogin {
    display: none; 
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px ) {
    .item__img01 {
        display: none;
    }
}
@media (min-width : 480px) {
    .item__img01 {
        display: block;
    }
    .item__img02 {
        display: none;
    }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1139px) {
.login__section {
    padding: 16px 0;
}
}
@media (min-width : 1140px){
.item__home01 {
    width: 30%;
    padding: 0 15px;
}
.item__home02 {
    width: 70%;
    padding: 0 15px;
}
}
@media (min-width : 1200px) {
}


/******************************
*   Log in sesion - Catálogos
******************************/
.sect__cards{
    padding-bottom: 0;
}
.items__cat {
    display: flex;
    justify-content: center;
}
.cont__cat {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.cont__catv2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 200px 0 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.cont__catv2.cont__v1bckg {
    background-image: linear-gradient(to bottom, rgb(143 122 122 / 0%), rgb(21 21 21 / 100%)), url(/wp-content/uploads/2025/08/entrenamiento-caralogo.png);
}
.cont__catv2.cont__v2bckg {
    background-image: linear-gradient(to bottom, rgb(143 122 122 / 0%), rgb(21 21 21 / 100%)), url(/wp-content/uploads/2025/08/recurso-tecnico-catalogo.png);
}
.cont__catv2.cont__v3bckg {
    background-image: linear-gradient(to bottom, rgb(143 122 122 / 0%), rgb(21 21 21 / 100%)), url(/wp-content/uploads/2025/08/biblioteca-catalogo.jpg);
}
.cont__catv2 > .cat__txt h3,
.cont__catv2 > .cat__txt p {
    font-family: 'AutoZone Condensed';
    color: rgb(var(--blanco), 1);
    padding-bottom: 15px;
} 
.cat__img img {
    max-width: 100%;
    width: 400px;
}
.cat__txt {
    text-align: center;
}
.cont__cat > .cat__txt h3,
.cont__cat > .cat__txt p {
    font-family: 'AutoZone Condensed';
    color: rgb(var(--negro), 1);
    padding-bottom: 15px;
}
.cat__txt h3 {
    text-transform: initial;
}
.cat__cta a {
    max-width: 300px;
    width: 300px;
    display: inline-block;
    font-family: 'AutoZone Condensed';
    font-size: 18px;
    color: rgb(var(--blanco), 1);
    background-color: rgb(var(--naranja), 1);
    text-align: center;
    border-radius: 5px;
    padding: 5px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cat__cta a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;   
}

/******************************
*   Pop Up - Eliminar Recurso (Trash)
******************************/

/* Popup */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: 1;
}
.overlay.active { opacity: 1; }
.popup {
    position: absolute;
    top: 40%;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 350px;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
/* Cuando el popup está activo */
.popup.active {
  opacity: 1;
  transform: scale(1);
}
/* Botón de cierre */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  transition: transform 0.2s ease;
}
.close-btn:hover {
  transform: scale(1.2);
  color: #e74c3c;
}
.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-actbtns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}
.popup-actbtns > .btn-cancel {
    width: 300px;
    max-width: 100%;
    text-align: center;
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(var(--negro), 1);
    background: rgb(var(--gris05), 1);
    line-height: 1.2;
    padding: 9px 18px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.popup-actbtns > .btn-cancel:hover{
    color: rgb(var(--blanco), 1);
    background: rgb(var(--gris03), 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;   
}
.popup-actbtns > .btn-delete {
    width: 300px;
    max-width: 100%;
    text-align: center;
    font-family: 'AutoZone Condensed';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(var(--blanco), 1);
    background: rgb(var(--naranja), 1);
    line-height: 1.2;
    padding: 9px 18px;
    border-radius: 4px;
}
.popup-actbtns > .btn-delete:hover{
    color: rgb(var(--blanco), 1);
    background: rgb(var(--negro), 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;   
}
.popup-content > img,
.popup-content > h2,
.popup-content > p { padding-bottom: 15px; }

/******************************
*   Landing Page - Eventos
******************************/

.event__line {
    display: inline-block;
    width: 88px;
    height: 6px;
    margin-top: 10px;
    background-color: rgb(var(--naranja), 1);
    transform: skew(-20deg);
}
.img__events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.txt__event { 
    color: rgb(var(--negro), 1);
    padding: 20px 0; 
}
.txt__event p:nth-child(2) { margin-top: 0; }
.flex__events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.impar__event {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column wrap;
    margin-top: 40px;
}
.impar__event p { 
    color: rgb(var(--negro), 1); 
    margin-bottom: 20px;
}
.impar__event img { max-width: 250px; }
.event__p p { padding-bottom: 20px;}
.event__list { 
    list-style: disc; 
    padding-left: 40px; 
}
.event__list li + li { padding-top: 20px; }
/* Galeria de Eventos Pasados */
.img__width { width: 600px; }

/* Small Devices, Nav */
@media (max-width : 767px) {
    .flex__events { flex-flow: column wrap; }
    .single__events {
        width: 100%;
        padding: 0 20px;
    }
    .img__events { padding-bottom: 40px; }
    .items__nogap {row-gap: 0}
}
/* Large Devices, Nav */
@media (min-width : 768px) { 
    .single__events {
        width: 50%;
        padding: 0 20px;
    }
}

/******************************
*   Landing Page - Duralast
******************************/
.dura__sect { padding: 30px 0; }
.dura__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    flex-flow: row wrap;
}
.dura__pages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dura__pages a {
    font-family: 'AutoZone Condensed';
    color: rgb(var(--negro), 1);
    font-weight: 500;
}
.dura__pages a:hover { 
    color: rgb(var(--negro), .5); 
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sect__dura { padding: 30px 0; }
.dura__padd { padding: 15px 0; }
.dura__titles { 
    font-family: 'AutoZone Condensed'; 
    font-weight: 500;
}
.dura__titles + * { margin-top: 20px; }
.title__center { text-align: center; }
.dura__line {
    border: 1px solid #D3D3D3;
    background-color: #D3D3D3;
    display: inline-block;
}
.dura__twoinfo { color: rgb(var(--negro), 1); }
.dura__info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
}
.dura__infov2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
    background-color: #003082;
}

.dura__twoinfo01 > h3 { padding-bottom: 20px; }
.dura__twoinfo01 > * {
    color: rgb(var(--blanco), 1);
}
.dura__list ul li {
    list-style: disc;
    color: black;
    line-height: 2;
}
.dura__list ul { padding-left: 20px; }
.dura__volt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.volt__circle {
    color: rgb(var(--blanco), 1); 
    background-color: #DA191D;
    font-weight: 600;
    font-family: 'AutoZone Condensed';
    border-radius: 15px;
    padding: 3px 11px;
    text-align: center;
}
.volt__circle:first-child { margin-right: 20px; }
.dura__parraf p{ 
    color: rgb(var(--negro), 1);
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'AutoZone Condensed';
    padding-bottom: 40px;
    text-align: center;
}
.dura__banner { background-color: #F8F8F7; }
.dura__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding-top: 20px;
}
.icons__item {
    padding: 10px;
    text-align: center;
}
.icons__p {
    font-family: 'AutoZone Condensed';
    font-size: 13px;
    font-weight: 500;
    color: #C8102E;
    padding-top: 10px;
}
/******************************
*   Duralast - Captcha
******************************/
.grecaptcha-badge {z-index: 1;}
@media (max-width: 480px) {
    .grecaptcha-badge {
        pointer-events: none !important; /* Evita que se despliegue */
    }
}
/******************************
*   Duralast - Interactive Block
******************************/
.block__inter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.image__box  {
    position: relative;
    display: inline-block;
}

.image__box img {
    width: 100%;
    max-width: 500px;
}

/* Botones de letras */
.marker, .marker2, .marker3, 
.marker4, .marker5 , .marker6 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #C8102E;
    font-family: 'AutoZone Condensed';
    color: rgb(var(--blanco), 1);
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: transform 0.2s;
}

.marker:hover, .marker2:hover, 
.marker3:hover, .marker4:hover,
.marker5:hover, .marker6:hover { transform: scale(1.2); }

/* Posiciones aproximadas AGM */
.marker.a { top: 50%; left: 18%; }
.marker.b { top: 43%; left: 21%; }
.marker.c { top: 25%; left: 18%; }
.marker.d { top: 28%; left: 42%; }

/* Posiciones aproximadas Marcha */
.marker2.a { top: 30%; left: 60%; }
.marker2.b { top: 68%; left: 20%; }
.marker2.c { top: 85%; left: 8%; }
.marker2.d { top: 58%; left: 72%; }
.marker2.e { top: 52%; left: 77%; }

/* Posiciones aproximadas Alternador */
.marker3.a { top: 30%; left: 40%; }
.marker3.b { top: 54%; left: 35%; }
.marker3.c { top: 70%; left: 22%; }
.marker3.d { top: 50%; left: 54%; }
.marker3.e { top: 44%; left: 63%; }
.marker3.f { top: 32%; left: 57%; }

/* Posiciones aproximadas Amortiguador */
.marker4.a { top: 19%; left: 52%; }
.marker4.b { top: 10%; left: 44%; }
.marker4.c { top: 35%; left: 41%; }
.marker4.d { top: 35%; left: 56%; }
.marker4.e { top: 73%; left: 40%; }
.marker4.f { top: 80%; left: 48%; }

/* Posiciones aproximadas Rótulas */
.marker5.a { top: 12%; left: 50%; }
.marker5.b { top: 40%; left: 60%; }
.marker5.c { top: 62%; left: 43%; }
.marker5.d { top: 68%; left: 59%; }
.marker5.e { top: 81%; left: 59%; }
.marker5.f { top: 89%; left: 57%; }

/* Posiciones aproximadas Horquillas */
.marker6.a { top: 43%; left: 19%; }
.marker6.b { top: 73%; left: 40%; }
.marker6.c { top: 83%; left: 54%; }
.marker6.d { top: 66%; left: 67%; }
.marker6.e { top: 7%; left: 58%; }
.marker6.f { top: 26%; left: 57%; }
.marker6.g { top: 52%; left: 55%; }

/* Caja de información */
.info__box {
    width: 100%;
    max-width: 450px;
    background-color: #F8F8F7;
    border-left: 8px solid #C8102E;
    padding: 20px;
    box-shadow: 1px 2px 6px 1px rgb(var(--negro), .3);
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.info__box.active {
    transform: translateY(0);
}
.info__text {
    color: rgb(var(--negro), 1);
}
.info__title {
    font-family: 'AutoZone Condensed';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(var(--negro), 1);
}
.info__boxv2 {
    width: 100%;
    background: rgb(var(--gris05), .5);
    border-left: 8px solid #C8102E;
    margin-top: 20px;
    padding: 20px;
}
.agm__backgd { padding: 40px 10px; }

/******************************
*  Duralast - Tabla
******************************/
.dura__table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dura__table table { 
    width: 100%; 
    border-collapse: separate;
    border-spacing: 3px;
    color: rgb(var(--negro), 1);
}
.dura__table th, td {  
    padding: 20px !important;
    text-align: center;
    vertical-align: middle;
}
.table__agm td:first-child { text-align: left; }
.agm__logo { 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-flow: column wrap;
    gap: 6px;
}
.table__grey { 
    background-color: #DFE4EC;
}
/* Colores Tabla 2*/
.table__green {
  background-color: #46A323; /* Verde */
  color: rgb(var(--blanco), 1); 
  font-weight: bold;
}
.table__yellow {
  background-color: #FFC800; /* Amarillo */
  color: rgb(var(--negro), 1); 
  font-weight: bold;
}

.table__red {
  background-color: #D52B1E; /* Rojo */
  color: rgb(var(--blanco), 1); 
  font-weight: bold;
}
.table__title {
    font-family: 'AutoZone Condensed';
    font-weight: bold;
    text-transform: uppercase;
}

/******************************
*   Duralast - Tabs
******************************/
.tabs-container {
    background: #fff;
    width: 100%;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    overflow: hidden;
    border-bottom: 6px solid #d20000;
  }
  .tab-header {
    display: flex;
    text-align: center;
  }
  .tab {
    flex: 1;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'AutoZone Condensed';
    color: #444;
    background: #eee;
    transition: background 0.3s, color 0.3s;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .tab:hover {
    background-color: #ddd;
  }

  .tab.active {
    font-family: 'AutoZone Condensed';
    background-color: rgb(var(--blanco), 1);
    border-bottom: 6px solid #d20000;
    color: rgb(var(--negro), 1);
  }

  .tab-content {
    display: none;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    animation: fadeIn 0.4s ease;
  }
  .tab-content > h3,
  .tab-content > figure:first-child  {
    text-align: center;
    padding-bottom: 20px;
  }

  .tab-content.active {
    display: block;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

/******************************
*  Duralast - Videos
******************************/
.dura__video { width: 100%; }


/* Extra Small Devices, Phones */ 
@media (max-width : 479px ) {
    .agm__backgm {
        background-image: url('/wp-content/uploads/2025/11/fondo-de-bateria-m-agm.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

}
@media (min-width : 480px) {
    .agm__backgd {
        background-image: url('/wp-content/uploads/2025/11/fondo-de-bateria-d-agm.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .is_icon {
        display: none !important;
    }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
    .dura__titles h3 { font-size: 26px; }
}
@media (min-width : 680px) {
    .dura__titles h3 { font-size: 32px; }
}
/* Small Devices, Nav */
@media (max-width : 767px) {
    .dura__pages { 
        width: 100%; 
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .dura__pages:last-child { padding-bottom: 0; }
    .dura__line {
        width: 100%;
        height: 1px;
    }
    .dura__twoinfo { width: 100%; }
    .dura__twoinfo:first-child { padding-bottom: 20px; }
    .block__inter { flex-flow: column wrap; }
    .info__box { margin-top: 20px; }
    .dura__banner { padding: 20px 30px; }
    .dura__video { height: 300px; }
    .tab.active, .tab { font-size: 12px; }
    .dura__twoinfo01 {
        width: 100%;
        padding: 15px;
    }
    .dura__twoinfo02 { width: 100%; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
    .dura__pages { width: 14.28%; }
    .dura__line {
        width: 1px;
        height: 60px;
    }
    .dura__twoinfo { 
        width: 50%;
        padding: 0 15px; 
    }
    .block__inter { flex-flow: row-reverse wrap; }
    .inter__row { flex-flow: row wrap; }
    .dura__table {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dura__banner { 
        padding: 20px 40px; 
        margin-top: 20px;
    }
    .tab.active, .tab { font-size: 18px; }
    .dura__video { height: 600px; }
    .dura__twoinfo01 {
        width: 55%;
        padding: 30px;
    }
    .dura__twoinfo02 { width: 45%; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (max-width : 991px) {
     .icons__item { width: 33.33%; }
}
@media (min-width : 992px) {
    .icons__item { width: 16.66%; }
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1139px) {

}
@media (min-width : 1140px){

}
@media (min-width : 1200px) {
}

/******************************
*  Duralast - Titulo color
******************************/
.dura__pages a.active {
    color:rgb(var(--naranja), 1);
}
