@charset "utf-8";
@import "styles.min.css";

/* brand-magna V1.0 */

@import url("https://use.typekit.net/uzn5tjo.css");
@import url("https://fonts.google.com/specimen/Exo?selection.family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");

:root {
    accent-color: #2e6951;
    --main: #E6E4DD;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate(0, 0px) scale(1.25, 0.75);
        transform: translate(0, 0px) scale(1.25, 0.75);
    }
    50% {
        -webkit-transform: translate(0, 70px) scale(1, 1);
        transform: translate(0, 70px) scale(1, 1);
    }
    55% {
        -webkit-transform: translate(0, 70px) rotate(2deg);
        transform: translate(0, 70px) rotate(2deg);
    }
    60% {
        -webkit-transform: translate(0, 70px) rotate(-2deg);
        transform: translate(0, 70px) rotate(-2deg);
    }
    65% {
        -webkit-transform: translate(0, 70px) rotate(2deg);
        transform: translate(0, 70px) rotate(2deg);
    }
    70% {
        -webkit-transform: translate(0, 70px) rotate(-2deg);
        transform: translate(0, 70px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translate(0, 0px) scale(1.25, 0.75);
        transform: translate(0, 0px) scale(1.25, 0.75);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translate(0, 0px) scale(1.25, 0.75);
        transform: translate(0, 0px) scale(1.25, 0.75);
    }
    50% {
        -webkit-transform: translate(0, 70px) scale(1, 1);
        transform: translate(0, 70px) scale(1, 1);
    }
    55% {
        -webkit-transform: translate(0, 70px) rotate(2deg);
        transform: translate(0, 70px) rotate(2deg);
    }
    60% {
        -webkit-transform: translate(0, 70px) rotate(-2deg);
        transform: translate(0, 70px) rotate(-2deg);
    }
    65% {
        -webkit-transform: translate(0, 70px) rotate(2deg);
        transform: translate(0, 70px) rotate(2deg);
    }
    70% {
        -webkit-transform: translate(0, 70px) rotate(-2deg);
        transform: translate(0, 70px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translate(0, 0px) scale(1.25, 0.75);
        transform: translate(0, 0px) scale(1.25, 0.75);
    }
}

html {
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    max-height: 100vh;
}

body {
    font-family: "Exo", sans-serif;
}

.gin {
    font-family: 'gin'; 
}

.filter-txt .titulo {
    font-size: 2em;
    margin-top: 1em;
    font-family: 'gin';
    font-weight: normal;
    font-size: 5rem;
    color: #C26E0E;
}

.stage {
    font-family: "trade-gothic-next";
}

/* header .logo {
    width: 130px;
    height:130px;
    background-image: url(../imgs/logo-magna-fondo.svg);
    background-repeat: no-repeat;
} */

.stage.full-design header {
    width: 100%;
    background-color: #006747;
    margin: auto;
    padding: 10px 41px;
}
header .logo {
    width: 130px;
    height:89px;
    background-image: url(../imgs/logo-magna.svg);
    background-repeat: no-repeat;
}

main .blur {
    border: 0;
    border-radius: 0px;
    position: relative;
    backdrop-filter: none;
}

main .blur:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    background-color: #006747;
    mix-blend-mode: multiply;
    z-index: -1;
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .blur {
        background-color: rgba(28, 20, 14, 0.5) !important;
    }
}

footer svg {
    width: 400px;
}

footer .st0 {
    fill: #faf3e7;
}

.brand-footer {
    font-size: .9em;
    height: auto;
    overflow: auto;
    background: #006747;
    color: #e9e2d6;
}

.brand-footer .footer-rrss {
    padding: 15px;
    border-bottom: 2px solid #E6E4DD;
}

.brand-footer .footer-rrss ul {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.brand-footer .footer-legal {
    padding: 15px;
}

.brand-footer .footer-legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.brand-footer .footer-legal ul li {
    text-align: center;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .brand-footer  .footer-legal ul li {
        display: inline-flex;
    }
}
.brand-footer .footer-legal ul li a {
    color: #E6E4DD;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: normal;
}

.brand-footer .footer-copy {
    background: #002A14;
    padding: 15px;
}

@media screen and (min-width: 768px) {
    .brand-footer .footer-copy {
        display: flex;
        justify-content: space-between;
    }
}

.brand-footer .footer-copy p {
    text-align: center;
    color: #C26E0E;
    font-size: 12px;
    margin: 5px 0;
}

.brand-footer .footer-copy p a {
    color: #C26E0E;
    text-decoration: none;
    transition: all .3s ease;
}

.brand-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.brand-footer li {
    margin: 0px 10px;
    display: block;
}


.brand-color {
    color: #e4d5c2 !important;
}

.btn-ap,
.btn-ap:focus,
.btn-ap:active,
.btn-file {
    font-weight: bold;
    border: #E6E4DD solid 2px;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    color: #E6E4DD;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #006747;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px;
    font-family: 'gin';
    font-size: 2.7rem;
    font-weight: normal;
}

.btn-ap.activo,
.btn-ap:hover,
.btn-file:hover {
    color: #006747;
    background: #E6E4DD;
    text-decoration: none;
    border: #006747 solid 2px;
}

.btn-ap-neg,
.btn-ap-neg:focus,
.btn-ap-neg:active {
    border: #fff solid 2px;
    background-color: rgba(255, 255, 255, 0.48);
}

.btn-ap-neg:hover {
    background-color: #fff;
}

.btn-log {
    min-width: 150px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-reg {
    min-width: 150px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn-round,
.btn-round:focus,
.btn-round:active {
    font-size: 40px;
    border: 3px solid #C26E0E;
    border-radius: 0px;
    display: inline-block;
    width: 90px;
    height: 70px;
    padding: 7px;
    color: #C26E0E;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 10px;
    font-family: 'gin';
}

.btn-round:hover {
    background-color: #fff;
    color: #666;
    text-decoration: none;
}

.btn-ap.cerrar {
    border-radius: 0;
    padding: 0px 12px 7px;
}

.btn-slim {
    padding: 2px 20px;
    font-size: 2.2rem;
}

.help-block {
    color: #fff;
}

.well {
    background-color: rgba(21, 10, 6, 0.30);
    margin: 2em auto;
    width: 95%;
    border: #e4d5c2 1px solid;
}

.vdp-datepicker__calendar header {
    background-color: transparent !important;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #C26E0E !important;
}
.vdp-datepicker__calendar .cell.selected {
    background: #C26E0E !important;
}

.panel-default > .panel-heading {
    border-color: transparent;
    background-color: #a9876a;
    color: #e8ded1;
    font-family: 'gin';
    border: #e8ded1 1px solid;
}

.panel-danger > .panel-heading {
    font-family: 'gin';
}

select option {
    margin: 40px;
    background: #001C0D;
    color: #E6E4DD;
}

label {
    color: #C26E0E;
    text-transform: uppercase;
    font-weight: 800;
}

.has-feedback label~.form-control-feedback {
    top: 34px;
}

#login .subtitulo,
#registro .subtitulo {
    color: #C26E0E;
    font-size: 2rem;
}

.form-control,
.form-control[readonly]#bday {
    border: 2px solid #E6E4DD;
    background-color: rgba(255, 255, 255, .1);
    border-radius:0;
}

.form-control[readonly]#selarch {
    padding: 29px;
}

.form-control:focus {
    border-color: #e4d5c2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 33, 33, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 33, 33, .6);
}


.stage.mid-design main .form-group input:hover,
.stage.mid-design main .form-group input:active,
.stage.mid-design main .form-group input:focus,
.stage.mid-design main .form-group select:hover,
.stage.mid-design main .form-group select:active,
.stage.mid-design main .form-group select:focus {
    border-bottom: 1px solid #3d3d3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .3);
}

.checkbox input:checked ~ .helper,
.checkbox label:hover .helper {
    color: #C26E0E;
}

.checkbox .helper::before {
    box-shadow: 0 0 0 0.09em #C26E0E;
}
.checkbox .helper::after,
.checkbox .helper::before {
    background-color: #C26E0E;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo {
    display: inline-block;
    padding: 1em 2em;
    width: 85%;
    text-align: left;
    margin: 3em auto 2em auto;
    position: relative;
    background-color: #E6E4DD;
}
/*  .stage.full-design main .bloque1 .descripcion .descripcion-container {
    mix-blend-mode: hard-light;
}  */
/* .stage.full-design main .bloque1 .descripcion .caja-titulo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*     background-color: #006747;
    mix-blend-mode: multiply; */
/*     background-color: #003927;
    z-index: -1;
} */

.stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
    font-family: 'Gin';
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #C26E0E;
    border-bottom: 3px solid #C26E0E;
    padding-bottom: 10px;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: -4px;
    color: #006747;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
    font-size: 40px;
    line-height: 40px;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
    font-size: 1.3em;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo p.descripcion {
    margin-top: 2em;
    color: #006747;
}

.stage.mid-design {
    background-color: #fff;
    color: #000;
}

.stage.mid-design .panorama {
    /*    background-image: url(../imgs/promo-sanmiguel2.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    width: 100%;
    padding-bottom: 37%;
    position: relative;
    border-bottom: 50px solid #a9876a;
}

.stage.mid-design .panorama .caja-titulo {
    display: inline-block;
    padding: 1em 2em;
    width: 85%;
    text-align: left;
    margin: 3em auto 2em auto;
}

.stage.mid-design .panorama .caja-titulo h1 {
    font-family: 'gin';
    font-size: 60px;
    line-height: 47px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #FFF;
    text-shadow: 1px 1px 3px black;
}

.stage.mid-design .panorama .caja-titulo h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: -4px;
    color: #FFF;
    text-shadow: 1px 1px 1px black;
}

.stage.mid-design .well {
    background-color: rgba(228, 213, 194, 0.66);
}

.stage.mid-design .btn-ap,
.stage.mid-design .btn-ap:focus,
.stage.mid-design .btn-ap:active {
    color: #000;
}

.stage.mid-design main .btn-round,
.stage.mid-design main .btn-round:active,
.stage.mid-design main .btn-round:focus {
    border: #e4d5c2 1px solid;
    color: #e4d5c2;
}

.stage.mid-design main .form-control,
.stage.mid-design main .form-control[readonly]#bday {
    background-color: rgba(228, 213, 194, 0.16);
    border: none;
    color: #666;
    border-bottom: 2px solid #e4d5c2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.stage.mid-design a.enlace {
    color: #a9876a;
}

.stage.mid-design .btn-ap.btn-log.activo,
.stage.mid-design .btn-ap.btn-log:hover,
.stage.mid-design .btn-ap.btn-reg.activo,
.stage.mid-design .btn-ap.btn-reg:hover {
    color: #a9876a;
    border-bottom: 2px solid #a9876a;
    background-color: rgba(228, 213, 194, 0.66);
}

.stage.mid-design .btn-ap.btn-log,
.stage.mid-design .btn-ap.btn-reg {
    color: #e4d5c2;
    border-bottom: 2px solid #e4d5c2;
}

.stage.mid-design footer .st0 {
    fill: #AAAAAA !important;
}

.stage.mid-design .checkbox label,
.stage.mid-design .form-radio label {
    color: #000;
}

.stage.mid-design .checkbox .helper {
    color: #e4d5c2;
}

.stage.mid-design .checkbox .helper::after,
.stage.mid-design .checkbox .helper::before {
    background-color: #e4d5c2;
}

.stage.mid-design .checkbox .helper::before {
    -webkit-box-shadow: 0 0 0 0.09em rgba(228, 213, 194, 0.7);
    box-shadow: 0 0 0 0.09em rgba(228, 213, 194, 0.7);
}

.modal-footer {background-color: #233530;}

#mecanicas.geo .blq-geo {
    margin: 3em 2em;
    overflow: hidden;
    color: #006747;
    background-color: #C26E0E;
}
#mecanicas.geo .blq-geo .ico {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px;
}
#mecanicas.geo .paso1 .blq-geo .ico img {
    max-width: 70px;
}
#mecanicas.geo .blq-geo .ico img {
    max-width: 90px;
}
#mecanicas.geo .blq-geo .txt {
    background-color: #E6E4DD;
    padding: 2em 1em;
}
#mecanicas.geo .blq-geo .txt .titulo {
    font-size: 2em;
    text-transform: inherit;
    font-family: 'gin';
}
#mecanicas.geo .paso2 .blq-geo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    padding: 1em;
}
#mecanicas.geo .paso2 .blq-geo .chincheta {
    -webkit-animation: jump 1.2s infinite;
    animation: jump 1.2s infinite;
    padding-bottom: 80px;
}
#mecanicas.geo .paso2 .blq-geo .chincheta img {
    width: 60px;
    height: 60px;
    margin: auto;
}
#mecanicas.geo .paso3 .blk-titulo,
#mecanicas.geo .paso4 .blk-titulo {
    font-weight: bold;
    font-size: 1.4em;
}
#mecanicas.geo #desc_promo {
    font-weight: bold;
    font-size: medium;
}

.metodo-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0px 15px;
    justify-content: center;
}

.metodo {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    border: #E6E4DD solid 1px;
    padding: 1rem;
    width: 48%;
}

.metodo-container .ico-pincode {
    aspect-ratio: 17 / 21;
    max-height: 100px;
}

.metodo-container .ico-ticket {
    aspect-ratio: 17 / 21;
    max-height: 100px;
}

@media (max-width: 1200px) {
    .metodo {
        width: 100%;
    }
    .metodo img {
        max-width: 65px;
    }
}


@media (min-width: 769px) {
    #mecanicas.geo .blq-geo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: stretch;
    }
}

@media (max-width: 767px) {

    .stage.full-design header {
        padding: 10px 18px;
    }

    #background-img img {
        object-position: 17%;
    }


    .stage.full-design main .bloque1 .descripcion .caja-titulo {
        padding: 1em .5em;
        width: 100%;
        margin: 0em auto 2em auto;
    }

    .stage.mid-design .panorama .caja-titulo {
        padding: 1em .5em;
        margin: 0em auto 2em auto;
        width: 95%;
    }

    .stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
        font-size: 48px;
        margin-top: 0px;
        line-height: 45px;
        margin: 10px 0;
    }

    .stage.mid-design .panorama .caja-titulo h1 {
        font-size: 30px;
        line-height: 27px;
    }

    .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
        font-size: 30px;
        line-height: 27px;
    }

    .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
        font-size: 1.2em;
    }

    .stage.full-design main .bloque1 .descripcion .caja-titulo p.descripcion {
        margin-top: 1em;
    }

    .brand-footer {
        text-align: center;
        padding-top: 10px;
    }

    .brand-footer .logo-footer {
        width: 130px;
        height: 130px;
        margin: auto;
    }

    .brand-footer .mmt-10 {
        margin-top: 1em;
    }

    .brand-footer .barra {
        border-left: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stage.full-design main .bloque1 .descripcion .caja-titulo {
        padding: 2em 1em;
    }

    #background-img img {
        -o-object-position: right;
        object-position: right;
    }

}
