﻿/* ======== FontAwesome ======= */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://cdn.bw2.com/common/fonts/fa-solid-900.woff2") format("woff2"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.woff") format("woff"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.ttf") format("truetype"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.svg") format("svg");
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("https://cdn.bw2.com/common/fonts/fa-brands-400.woff2") format("woff2"), url("https://cdn.bw2.com/common/fonts/fa-brands-400.woff") format("woff"), url("https://cdn.bw2.com/common/fonts/fa-brands-400.ttf") format("truetype"), url("https://cdn.bw2.com/common/fonts/fa-brands-400.svg") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("https://cdn.bw2.com/common/fonts/fa-light-300.woff2") format("woff2"), url("https://cdn.bw2.com/common/fonts/fa-light-300.woff") format("woff"), url("https://cdn.bw2.com/common/fonts/fa-light-300.ttf") format("truetype"), url("https://cdn.bw2.com/common/fonts/fa-light-300.svg") format("svg");
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("https://cdn.bw2.com/common/fonts/fa-regular-400.woff2") format("woff2"), url("https://cdn.bw2.com/common/fonts/fa-regular-400.woff") format("woff"), url("https://cdn.bw2.com/common/fonts/fa-regular-400.ttf") format("truetype"), url("https://cdn.bw2.com/common/fonts/fa-regular-400.svg") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://cdn.bw2.com/common/fonts/fa-solid-900.woff2") format("woff2"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.woff") format("woff"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.ttf") format("truetype"), url("https://cdn.bw2.com/common/fonts/fa-solid-900.svg") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

/* ======= Tipografía ======= */
@font-face {
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
    src: url("https://cdn.bw2.com/sms/galano-grotesque-font/Galano-Grotesque.otf");
}

@font-face {
    font-family: 'GalanoGrotesqueSemiBold';
    src: url("https://cdn.bw2.com/sms/galano-grotesque-font/Galano-Grotesque-Semi-Bold.otf");
}

@font-face {
    font-family: 'GalanoGrotesqueMedium';
    src: url("https://cdn.bw2.com/sms/galano-grotesque-font/Galano-Grotesque-Semi-Bold.otf");
}

@font-face {
    font-family: 'GalanoGrotesqueBold';
    src: url("https://cdn.bw2.com/sms/galano-grotesque-font/Galano-Grotesque-Bold.otf");
}

/* Responsive Tablet */

@media screen and (max-width: 1024px) {
    .BW2_container_centered {
        width: 100%;
        height: 400px !important;
    }


    .BW2_alertcard {
        max-width: none;
        font-size: 0.95em;
        text-align: left;
    }

    .BW2_languages {
        text-align: right;
        width: 50%;
        display: block
    }

    .BW2_languages_mobile {
        text-align: right;
        width: 50%;
        display: none
    }
}

/* Responsive Mobile */

@media screen and (max-width: 600px) {
    /* .BW2_header {
        padding: 10px !important;
        flex-direction: column;
    } */

    .BW2_signaturelogo {
        font-size: 22px !important;
    }

    /* .BW2_signaturelogo {
        text-align: center !important;
        width: 100% !important;
    } */

    .BW2_selectlanguage {
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
    }

    .BW2_languages {
        text-align: right;
        width: 50%;
        display: none;
    }

    .BW2_languages_mobile {
        text-align: right;
        width: 50%;
        display: block !important;
    }


    .BW2_container_centered {
        width: auto;
        height: 400px !important;
    }


    .BW2_maintitle {
        font-size: 22px !important;
    }

    .BW2_maintitleerror {
        font-size: 22px !important;
        margin-top: 99px !important;
    }

    .BW2_subtitleurl {
        font-size: 20px !important;
        text-align: center;
        color: #fff;
        padding: 5px 10px;
        margin-top: 30px;
        font-weight: 600;
    }

    .BW2_maintitleerror404 { /* msg */
        font-size: 40px !important;
        text-align: center;
        color: white;
        font-family: 'GalanoGrotesqueBold';
        margin: 5px auto;
    }

    .BW2_subtitle {
        text-align: center;
        color: #fff;
        font-size: 15px !important;
    }

    .BW2_alertcard {
        max-width: 240px !important;
        font-size: 15px !important;
        text-align: left;
        padding: 0 20px !important;
    }

    .BW2_terms {
        color: #fff;
        text-align: center !important;
        display: block;
    }
}

/* ====================== */

body {
    background-color: #234B7C;
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
}

/* body, html {
    height: 100%;
    margin: 0;
} */

textarea:focus, input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: rgb(228, 227, 227);
}

:-ms-input-placeholder {
    color: rgb(228, 227, 227);
}

::placeholder {
    color: rgb(228, 227, 227);
}


.BW2_input_phonenumber {
    border: 1px solid #234B7C;
    width: 280px;
    height: 48px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
    text-align: center;
    padding: 0px 3px 1px 81px;
}

.BW2_input_code { /* error */
    outline-offset: -3px;
    font-size: 18px;
    text-align: center;
    padding: 0px 3px 1px;
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
    width: 274px;
    border-radius: 5px;
    border: 1px solid #234B7C;
    height: 44px;
}

.BW2_showhideeye { /* button2 */
    background-color: transparent;
    border: none;
    color: #979797;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin-left: -40px;
    width: 35px;
}

.BW2_button_primary {
    background-color: #0081C5;
    border: 1px solid #0081C5;
    color: #fff;
    padding: 0 0 5px 0;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto;
    cursor: pointer;
    width: 274px;
    border-radius: 5px;
    height: 44px;
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
}

.BW2_button_resendcode { /* button3 */
    display: block;
    background-color: transparent;
    border: transparent;
    color: #fff;
    padding: 0px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    height: 22px;
    width: 115px;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button:focus {
    outline: none !important;
}


.BW2_header {
    padding: 10px 30px;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.BW2_signaturelogo {
    text-align: left;
    width: 50%;
    font-family: 'GalanoGrotesqueSemiBold';
    font-size: 28px;
}

.BW2_selectlanguage {
    padding: 10px;
    font-size: 16px;
    background-color: #234B7C;
    color: white;
    border: none;
    border-radius: 0%;
    min-height: 30px;
    cursor: pointer;
}

.BW2_languages {
    text-align: right;
    width: 50%;
}

.BW2_languages_mobile {
    text-align: right;
    width: 50%;
    display: none;
}


.BW2_lang {
    background: transparent;
    width: 40px;
    border: transparent;
    padding: 10px;
    color: white;
    font-family: 'Montserrat, GalanoGrotesqueRegular, sans-serif';
    font-size: 20px;
    text-decoration: none;
}

.BW2_lang.active {
    font-weight: 600;
}

.BW2_container_centered {
    width: auto;
    padding: 10px 10px 0px 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 520px;
    text-align: center;
}

.BW2_main {
    width: auto;
    padding: 10px 10% 0px 10%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    text-align: center;
}

.BW2_maintitle { /* msg */
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    margin-top: 30px;
    font-weight: 600;
}

.BW2_maintitleerror { /* msg */
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    margin-top: 70px;
    font-weight: 600;
}

.BW2_maintitleerror404 { /* msg */
    font-size: 60px;
    text-align: center;
    color: white;
    font-family: 'GalanoGrotesqueBold';
    margin: 5px auto;
}

.BW2_subtitle {
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.BW2_subtitleurl {
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    margin-top: 30px;
    font-weight: 600;
}

.BW2_document {
    height: 50vh;
}

.BW2_redirect {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-weight: 500;
}

.BW2_message { /* msg1 */
    display: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.BW2_alertcard { /* msgError */
    display: flex;
    background: #fff;
    padding: 0px 30px;
    margin: 20px auto auto;
    max-width: 30%;
    border-radius: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
}

    .BW2_alertcard.visible {
        visibility: visible;
        opacity: 1;
    }

    .BW2_alertcard.hidden {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 500ms, opacity 500ms linear;
    }

.BW2_terms {
    color: #fff;
    text-align: right;
    display: block;
}

.BW2_footer {
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    position: absolute;
    text-align: center;
    padding: 0 0 20px 0;
}
