/* Estilos a elementos generales */

body {
    background-color: #FAFAFA !important;
    overflow-x: hidden;
    font-family: 'Montserrat medium';
}

footer {
    margin: 0px;
    background-color: white;
}

h1 {
    font-family: "Montserrat bold" !important;
    color: #212121 !important;
    font-size: 50px !important;
    line-height: 60px !important;
}

h2 {
    font-family: "Montserrat bold" !important;
    color: #212121 !important;
    font-size: 40px !important;
    line-height: 52px !important;
}

h3 {
    font-family: "Montserrat bold" !important;
    color: #212121 !important;
    font-size: 30px !important;
    line-height: 42px !important;
}

h4 {
    font-family: "Montserrat bold" !important;
    color: #212121 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

h5 {
    font-family: "Montserrat medium" !important;
    color: #212121 !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

p {
    font-family: "Montserrat medium" !important;
    color: #212121 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Estilos a cada sección */

#seccion-1 {
    height: 100vh;
}

#seccion-2 {
    height: 95vh;
}

#seccion-4 {
}

/* Modificaciones a Bootstrap */

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* Clases útiles */

.panel-covid {

    cursor: pointer;
    border-radius: 5%;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-size: cover;
    background-position: center center;
    margin-top: 60px;
    padding-top: 65px;
    padding-bottom: 65px;
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
}

.sin-sub:hover {
    text-decoration: none;
}

.panel-covid:hover {
    margin-top: 65px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.boton-landing-page {
    padding: 20px 50px;
    background-color: #D8213B;
    font-size: 13px;
    color: white;
    border: 0px;
    letter-spacing: 2px;
    border-radius: 5px;
    font-family: 'Montserrat medium' !important;
}

.boton-landing-page:hover {
    text-decoration: none;
    color: white;
}

.input-landing-page {
    padding: 14px;
    font-size: 20px;
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px;
}

.titulo-inicial {
    padding-top: 140px;
}

#contenedor-video {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    padding: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    text-align: center;
}

.imagen-slider {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-repeat: round;
}

#txt-email-suscripcion {
    width: 70%;
}

.bajada {
    font-family: "Montserrat light";
    color: #212121;
    font-size: 18px;
    line-height: 27px;
}

.ante-titulo {
    font-family: "Montserrat medium";
    color: #212121;
    font-size: 11px;
    letter-spacing: 2.5px;
}

.texto-boton {
    font-family: "Montserrat regular";
    color: #212121;
    font-size: 13px;
    letter-spacing: 1.6px;
}

.texto-input {
    font-family: "Montserrat regular";
    color: #898989;
    font-size: 16px;
}

.link {
    color: #D8213B;
}

.tipografia {
    color: #212121;
}

.card-landing-page {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px
}

.card-institucion {
    width: 95%;
}

/* Estilos para responsive */
@media (max-width: 768px) {

    #btn-suscripcion {
        margin-top: 20px;
    }

    h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    h5 {
        font-family: "Montserrat medium" !important;
        color: #212121 !important;
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .imagen-slider {
        opacity: 0.3;
    }

    .card-institucion {
        text-align: center;
        padding: 35px !important;
        width: 100% !important;
    }

    .card-institucion p, .card-institucion ul {
        text-align: justify;
    }

    .titulo-inicial {
        padding-top: 60px;
    }

    #txt-email-suscripcion {
        width: 100%;
    }

    .boton-inicio-landing-page {
        margin: 15px auto;
        display: block;
        text-align: center;
        white-space: nowrap;
        padding: 15px 40px;
        background-color: #D8213B;
        font-size: 13px;
        color: white;
        border: 0;
        letter-spacing: 1px;
        border-radius: 5px;
        font-family: 'Montserrat medium' !important;
    }

    .boton-landing-page {
        padding: 5px 13px;
        background-color: #D8213B;
        font-size: 13px;
        color: white;
        border: 0;
        letter-spacing: 2px;
        border-radius: 5px;
        font-family: 'Montserrat medium' !important;
    }

    .panel-contacto {
        padding: 20px !important;
    }

    .row-boton-ingresa {
        margin-top: 15px;
        height: 50px;
    }

    .row-boton-crea-tu-cuenta {
        height: 50px;
        margin-top: 5px;
    }

    .row-boton-ver-video {
        height: 50px;
        margin-top: 5px;
    }

    #navbar-cabecera {
        min-height: 50px !important;
        max-height: 50px !important;
    }

    #navbar-cabecera .navbar-brand {
        padding: 5px !important;
    }

    #navbar {
        background-color: #f8f8f8;
        border-bottom: 1px solid #CF0020;
    }

    #navbar .nav.navbar-nav.navbar-left {
        margin-bottom: 0;
    }

    #navbar .nav.navbar-nav.navbar-right {
        margin-top: 0;
    }

    #navbar .navbar-nav {
        margin: 10px -15px;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .titulo-inicial h2 {
        margin-top: 0;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    h2 {
        font-size: 24px !important;
    }

    .titulo-inicial h2 {
        margin-top: 0;
    }

    .row-boton-ingresa {
        margin-top: 0;
        height: 30px;
    }

    .row-boton-crea-tu-cuenta {
        height: 30px;
        margin-top: 5px;
    }

    .row-boton-ver-video {
        height: 30px;
        margin-top: 5px;
    }
}

/* Tipografias */
@font-face {
    font-family: 'Montserrat bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat medium';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat light';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-display: swap;
}

/* Navbar */

#navbar-cabecera .navbar-brand {
    padding: 15px 5px 5px 10px;
}

#navbar-cabecera .navbar-brand img {
    width: 40px;
    height: 40px;
    float: left;
}

#navbar-cabecera {
    border-color: white;
    min-height: 75px;
    max-height: 75px;
}

.navbar-default {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: #F8F8F8 !important;
    background-image: none !important;
}

.navbar-brand .titulo {
    color: #212121;
}

.navbar-nav {
    margin-top: 20px;
}

.navbar-nav.navbar-left {
    margin-left: 45px;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav > li {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-nav > li > a {
    padding: 5px 15px 5px 15px;
}

.navbar-nav > li > :hover {
    font-weight: bold !important;
    color: #D8213B !important;
    background-color: transparent !important;
}

#navbar .navbar-nav .navbar-menu {
    cursor: pointer !important;
}

.menu-normal {
    font-family: "Montserrat medium" !important;
    color: #212121 !important;
    font-size: 14px !important;
}

.menu-active {
    font-family: "Montserrat regular" !important;
    font-weight: bold !important;
    color: #D8213B !important;
    font-size: 14px !important;
}

.menu-destacado {
    font-family: "Montserrat regular" !important;
    font-weight: bold !important;
    color: #FAFAFA !important;
    font-size: 14px !important;
    background-color: #D8213B !important;
    border-radius: 5px;
}

/* Animaciones */
.fade-left {
    -webkit-animation-name: fadeLeft; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: fadeLeft;
    animation-duration: 2s;
    visibility: visible !important;
}

@-webkit-keyframes fadeLeft {
    from {
        color: transparent;
        background-color: transparent;
        margin-left: -60px;
    }
    to {
        margin-left: 0px;
    }
}

@keyframes fadeLeft {
    from {
        color: transparent;
        background-color: transparent;
        margin-left: -60px;
    }
    to {
        margin-left: 0px;
    }
}

.fade-up {
    -webkit-animation-name: fadeUp; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: fadeUp;
    animation-duration: 2s;
    visibility: visible !important;
}

@-webkit-keyframes fadeUp {
    from {
        color: transparent;
        background-color: transparent;
        position: relative;
        top: -60px;
    }
    to {
        top: 0px;
    }
}

@keyframes fadeUp {
    from {
        color: transparent;
        background-color: transparent;
        position: relative;
        top: -60px;
    }
    to {
        top: 60px;
    }
}

.fade-right {
    -webkit-animation-name: fadeRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: fadeRight;
    animation-duration: 2s;
    visibility: visible !important;
}

@-webkit-keyframes fadeRight {
    from {
        color: transparent;
        background-color: transparent;
        margin-right: -60px;
    }
    to {
        margin-right: 60px;
    }
}

@keyframes fadeRight {
    from {
        color: transparent;
        background-color: transparent;
        margin-left: 60px;
    }
    to {
        margin-left: 0px;
    }
}

#div-descargar-app {
    position: fixed;
    left: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    background-color: rgba(70, 62, 65, 0.90);
    z-index: 90;
}

#div-descargar-app .tipografia-b {
    margin-top: 10px;
    color: #FFFFFF !important;
}

#div-descargar-app .btn-descargar-app {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.ul-paises {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-paises .li-pais {
    padding: 4px 10px;
    text-align: center;
    border-radius: 5px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.ul-paises .li-pais:hover {
    font-weight: bold;
}

.ul-paises .bandera {
    width: 60px;
    height: 35px;
    margin-right: 10px;
}
