@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@font-face {
    font-family: "MuseoSans_500";
    src: url("../../resources/fonts/MuseoSans_500.otf");
}


/* fonts */

.bn {
    font-family: 'Bebas Neue', cursive;
}

.museo {
    font-family: "MuseoSans_500";
}


/* banner-principal */

.bg-principal {
    background-image: url(../images/foto-portada-actual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.filter {
    background-image: url(../images/gradient.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    position: relative;
    background-position: -1px;
}

.bg {
    margin: 0 auto;
    min-height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* Formulario*/

.line {
    background: #BF0811;
    border-radius: 10px;
    width: 151.02px;
    height: 12.57px;
    text-align: center;
    margin: auto;
}

::placeholder {
    color: white !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

::-ms-input-placeholder {
    color: white !important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #BF0811 !important;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #BF0811;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.card-footer {
    position: absolute;
    background: #9DBF50;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    bottom: 0px;
    right: 0px;
}

.contenedor {
    position: relative;
    /* display: inline-block; */
    text-align: center;
}


/* sedes */

.bg-sedes {
    background: rgba(7, 45, 92, 0.5);
    background-blend-mode: multiply;
    border-radius: 10px;
}

#div2 {
    display: none
}

#div3 {
    display: none;
}

#div4 {
    display: none;
}

.activo {
    background-color: #9DBF50;
    border: 2px solid #9DBF50;
}

#btnSnSalvador.activo .telSnSalvador {
    color: #9DBF50 !important;
}

.arrow-down {
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-color: #fff transparent transparent #fff;
    transform: rotate(225deg);
    justify-content: center;
    align-items: center;
    margin: auto
}

.box select {
    background-color: #D5D5D5;
    color: #fff;
    width: -webkit-fill-available;
    /*  border: 2px solid #D5D5D5; */
    font-size: 16px;
    outline: none;
}

.box.blue select {
    color: rgb(21, 74, 139);
}

.box::before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    background-color: #9DBF50;
    pointer-events: none;
    border-radius: 10px;
}

.box:hover::before {
    color: #fff;
    background-color: #9DBF50;
}

.box select option {
    padding: 30px;
}

option :disabled {
    color: #fff;
}

.bt {
    display: inline-block;
    margin: 0;
}

.bt:after {
    display: block;
    content: '';
    border-bottom: solid 3px #4299e1;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.bt:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.w-custom {
    width: 19rem !important;
}


/* Responsive */

@media(min-width: 1400px) {
    .slogan {
        width: 70%;
    }
    p {
        font-size: 1.35rem !important;
    }
    /* .image-form {
        width: 750px;
        height: 880px;
    } */
    .imagen-card {
        width: 710px !important;
        height: 550px !important;
    }
    .image-form {
        width: 90% !important;
        height: 1030px !important;
    }
    .h-img {
        height: 790px !important;
        margin-top: 1.8rem;
    }
}

@media(min-width: 1280px) {
    .image-form {
        width: 95%;
        height: 892px;
    }
    .imagen-card {
        width: 566px;
        height: 430px;
    }
    .contenedor {
        display: inline-block;
    }
}

@media(max-width: 1200px) {
    .image-form {
        width: 670px;
        height: 880px;
    }
}

@media (max-width: 769px) {
    .bg-principal {
        background-image: url(../images/bg-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 90%;
        height: 100%;
        padding-bottom: 2rem;
    }
    .filter {
        height: 100%;
        padding-bottom: 5rem;
    }
    .bg {
        margin: 0 auto;
        min-height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .slogan {
        width: 43%;
    }
    .line {
        width: 79px;
        height: 5px;
    }
    .imagen-card {
        width: 100%;
        height: 100%;
    }
    .card-footer {
        height: auto;
        width: 80%;
        bottom: -35px;
        right: 40px;
    }
    .divBox {
        display: none
    }
    .text-ssm {
        font-size: 10px;
        line-height: 12px;
    }
}