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

/* brand-solan V2.1 */

@-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);
    }
}
@font-face {
    font-family: 'FuturaStd-Light';
    src: url('../fonts/solan/FuturaStd-Light.eot');
    src: url('../fonts/solan/FuturaStd-Light.woff2') format('woff2'), url('../fonts/solan/FuturaStd-Light.woff') format('woff'), url('../fonts/solan/FuturaStd-Light.ttf') format('truetype'), url('../fonts/solan/FuturaStd-Light.svg#FuturaStd-Light') format('svg'), url('../fonts/solan/FuturaStd-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
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: 'FuturaStd-Light';
}
header .logo {
    width: 140px;
    height: 136px;
    background-image: url(../imgs/logo-solan.svg);
    background-repeat: no-repeat;
}
main .blur {
    background-color: rgba(28, 75, 149, .3);
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .blur {
        background-color: rgba(0, 35, 89, 0.5) !important;
    }
}
footer svg {
    width: 400px;
}
footer .st0 {
    fill: #FFFFFF;
}
.brand-footer {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #fff;
}
.brand-footer li {
    vertical-align: middle;
}
.brand-footer li a {
    color: #1c4b95;
    font-size: .8em;
    line-height: 17px;
}
.brand-footer li a:hover {
    color: #1c4b95;
    text-decoration: underline !important;
}
.brand-footer .logo-footer {
    width: 35px;
    height: 31px;
    background-image: url(../imgs/logo-solan.svg);
    background-repeat: no-repeat;
}
.brand-color {
    color: #ffd600 !important;
}
.btn-ap,
.btn-ap:focus,
.btn-ap:active,
.btn-file {
    font-weight: bold;
    border: #ffd600 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(255, 210, 85, 0.48);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-ap.activo,
.btn-ap:hover,
.btn-file:hover {
    background-color: #ffd600;
    color: #1c4b95;
    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: #fff solid 1px;
    border-radius: 50%;
    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;
}
.btn-back {
    font-size: 14px;
    padding: 8px 20px;
}
.well {
    background-color: rgba(28, 75, 149, .3);
    margin: 2em auto;
    width: 95%;
}
.help-block {
    color: #fff;
    font-size: .8em;
}

/*
.blur a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blur a:hover {
    color: #ffd600;
}
*/

select option {
    margin: 40px;
    background: rgba(28, 75, 149, .5);
    color: #fff;
    text-shadow: 0 1px 0 rgba(28, 75, 149, .3);
}
.form-control,
.form-control[readonly]#bday {
    background-color: rgba(255, 255, 255, .3);
}
.form-control:focus {
    border-color: #ffd600;
    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);
}
.checkbox input:checked ~ .helper,
.checkbox label:hover .helper {
    color: #ffd600;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo {
    background-color: rgba(2, 39, 97, 0.79);
    text-align: center;
    display: inline-block;
    padding: 2em 3em;
    margin-top: 1em;
    margin-bottom: 2em;
    width: 85%;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
    font-size: 1.4em;
    line-height: 26px;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
    font-size: 1.1em;
}
.stage.full-design main .bloque1 .descripcion .caja-titulo .descripcion {
    margin-top: 2em;
}
.stage.mid-design {
    background-color: #1c4b95;
}
.stage.mid-design .panorama {
    /*    background-image: url(../imgs/promo-solan.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    width: 100%;
    padding-bottom: 37%;
    position: relative;
}
.stage.mid-design .panorama .caja-titulo {
    background-color: rgba(2, 39, 97, 0.79);
    text-align: center;
    display: inline-block;
    padding: 2em 3em;
    margin-top: 1em;
    margin-bottom: 2em;
    width: 85%;
    max-width: 600px;
}
.stage.mid-design .panorama .caja-titulo h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.stage.mid-design .panorama .caja-titulo h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}
.stage.mid-design main .form-control,
.stage.mid-design main .form-control[readonly]#bday {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    color: #85c7ff;
    height: 45px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.2em;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #ffd600;
    border-color: #ffd600;
}
.modal-footer {
    background-color: #022761;
}
#mecanicas.geo .blq-geo {
    border: #ffd600 solid 1px;
    border-radius: 15px;
    margin: 3em 2em;
    overflow: hidden;
    color: #ffffff;
    background-color: rgb(30 70 122);
}
#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: rgb(244 240 240 / 33%);
    padding: 2em 1em;
}
#mecanicas.geo .blq-geo .txt .titulo {
    font-size: 1.3em;
    text-transform: inherit;
}
#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;
}

/* MULTIPROMO */


.multipromo .card-item {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.multipromo .card {
    background-color: rgb(65 0 0 / 33%);
    border: solid 2px #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.multipromo .card-item .card-nombre {
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 2rem 1rem .5rem;
}

.multipromo .card-item .card-descripcion {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: .7rem 1.2rem;
    flex: 1;
}

.multipromo .card-item .card-fecha {
    font-size: .7em;
    font-style: italic;
}

.multipromo .card-item .card-btn {
    display: block;
    margin: 2rem auto;
    border: #ffd600 solid 2px;
    text-transform: uppercase;
    background-color: rgba(255, 210, 85, 0.48);
    color: #fff;
    padding: 4px 20px;
    border-radius: 4px;
    font-size: 1.6rem;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.multipromo .card-item  .card-imagen {
    position: relative;
    overflow: hidden;
}
.multipromo .card-item .card-imagen img {
    transition: .5s ease-in-out;
}

.multipromo .card-item:hover:not(.mensaje) .card-imagen img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.multipromo .card-item:hover:not(.mensaje) .card-btn,
.multipromo .card-item.mensaje .card-btn {
    background-color: #ffd600;
    color: #1c4b95;
}

.multipromo .card-item.mensaje {
    cursor: not-allowed;
    opacity: .4;
}

.multipromo .subtitulo-promo {
    text-transform: uppercase;
}

/* /MULTIPROMO */


@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) {
    header .logo {
        width: 80px;
        height: 70px;
    }
    .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h1 {
        font-size: 1.2em;
        line-height: 24px;
    }
    .stage.full-design main .bloque1 .descripcion .caja-titulo.txt-mini h2 {
        font-size: 1.1em;
    }
    .stage.full-design main .bloque1 .descripcion .caja-titulo .descripcion {
        margin-top: 1.5em;
    }
    .btn-back {
        right: 8px;
        top: 23px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .stage.full-design main .bloque1 .descripcion .caja-titulo {
        padding: 2em 1em;
    }
}
