@charset "utf-8";
@import "styles.min.css";

/* brand-sanmiguel V2.0 */

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/sanmiguel/SourceSansPro-Regular.eot');
    src: url('../fonts/sanmiguel/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sanmiguel/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'),
        url('../fonts/sanmiguel/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/sanmiguel/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/sanmiguel/SourceSansPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('../fonts/sanmiguel/SourceSansPro-Black.eot');
    src: url('../fonts/sanmiguel/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sanmiguel/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg'),
        url('../fonts/sanmiguel/SourceSansPro-Black.ttf') format('truetype'),
        url('../fonts/sanmiguel/SourceSansPro-Black.woff') format('woff'),
        url('../fonts/sanmiguel/SourceSansPro-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main: #e4d5c2;
}

.st0{fill:#C91A38;}

@-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;
}

/*
#background-img img {
    -o-object-position: right;
    object-position: right;
}
*/

.stage {
    font-family: 'SourceSansPro-Regular';
}

header .logo {
    width: 130px;
    height: 130px;
    background-image: url(../imgs/logo-san-miguel.svg);
    background-repeat: no-repeat;
}

header .logo .st0 {
    opacity: 0.8;
    fill: #e4e4e4;
}

header .logo .st1 {
    fill: #FFFFFF;
}

main .blur {
    border: #e4d5c2 1px solid;
    border-radius: 10px;
    background-color: rgba(144, 116, 92, 0.36);
}

@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;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #233530;
    color: #e9e2d6;
}

.brand-footer .logo-footer {
    margin-left: 15%;
    width: 130px;
    height: 130px;
    background-image: url(../imgs/logo-san-miguel.svg);
    background-repeat: no-repeat;
}

.brand-footer a {
    text-decoration: none;
    color: #e9e2d6;
    line-height: 25px;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.brand-footer a:hover {
    color: #a98f72;
    text-decoration: none;
}

.brand-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.brand-footer li {
    margin: 0px 10px;
    display: block;
}

.brand-footer .barra {
    border-left: 1px solid #ddd;
}

.brand-color {
    color: #e4d5c2 !important;
}

.btn-ap,
.btn-ap:focus,
.btn-ap:active,
.btn-file {
    font-weight: bold;
    border: #e4d5c2 solid 2px;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: rgba(228, 213, 194, 0.36);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}

.btn-ap.activo,
.btn-ap:hover,
.btn-file:hover {
    background-color: #e4d5c2;
    color: #000;
    text-decoration: none;
}

.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: 22px;
    border: #e4d5c2 1px solid;
    border-radius: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 7px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 10px;
}

.btn-round:hover {
    background-color: #fff;
    color: #666;
    text-decoration: none;
}

.help-block {
    color: #fff;
}

.well {
    background-color: rgba(21, 10, 6, 0.30);
    margin: 2em auto;
    width: 95%;
    border: #e4d5c2 1px solid;
}

.panel-default > .panel-heading {
    border-color: transparent;
    background-color: #a9876a;
    color: #e8ded1;
    font-family: 'SourceSansPro-Black';
    border: #e8ded1 1px solid;
}

.panel-danger > .panel-heading {
    font-family: 'SourceSansPro-Black';
}

select option {
    margin: 40px;
    background: rgba(80, 80, 80, 0.5);
    color: #fff;
    text-shadow: 0 1px 0 rgba(80, 42, 24, 0.6);
}

.form-control,
.form-control[readonly]#bday {
    border: #e4d5c2 1px solid;
    background-color: rgba(255, 255, 255, .3);
}

.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: #e4d5c2;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo {
    display: inline-block;
    padding: 1em 2em;
    width: 85%;
    text-align: left;
    margin: 3em auto 2em auto;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
    font-family: 'SourceSansPro-Black';
    font-size: 65px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #FFF;
    text-shadow: 1px 1px 3px black;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: -4px;
    text-shadow: 1px 1px 1px black;
}

.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
    font-size: 32px;
    line-height: 30px;
}

.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;
}

.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: 'SourceSansPro-Black';
    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;}


/*  GEO */

#mecanicas.geo .blq-geo {
    margin: 3em 2em;
    overflow: hidden;
    color: #233530;
    background-color: #233530;
}

#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: #e9e2d6;
    padding: 2em 1em;
}
#mecanicas.geo .blq-geo .txt .titulo {
    font-size: 1.5em;
    font-family: 'SourceSansPro-Black';
    line-height: 1;
}
#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;
}
#mecanicas.geo .btn-ap {
    border-color: #233530;
    color: #233530;
}

#mecanicas.geo .btn-ap:hover {
    background-color: #233530;
    color: #e9e2d6;
}

@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;
    }
}

/* /GEO  */

.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: #e4d5c2 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 (max-width: 767px) {

    header .logo {
        width: 90px;
        height: 90px;
    }

    #background-img img {
        -o-object-position: right;
        object-position: right;
    }


    .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: 46px;
        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;
    }

}
