@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://use.typekit.net/nzi6mna.css');

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    /*font-family: ;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #004676;
}

/* NAV */
.navigation {
    background-color: #004677;
}

nav>div>ul.nav>.nav-item>.nav-link {
    color: #FFFFFF;
}


nav>div>ul.nav>.nav-item>.nav-link:hover {
    transform: scale(1.2);
    opacity: 0.7;
    transition: all .5s ease-out;
}

.logo {
    height: 40px;
    margin-top: -35px;
}

.font-controls {
    display: flex;
    font-size: 15px;
    margin-bottom: 6px;
    color: #FFFFFF;
}

.font-control {
    margin-left: 0.5em;
    padding: 0.25em 0.45em;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    display: inline-block;
}

.rs_addtools .rsbtn_play,
.rsbtn .rsbtn_play {
    background-color: inherit !important;
    border: 1px solid #FFFFFF !important;
    height: 100% !important;
    padding: 2px;
}

.rsbtn_text span {
    color: #FFFFFF !important;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before {
    color: #FFFFFF !important;
}

.rs_addtools.mega_toggle .rsbtn_tooltoggle,
.rsbtn.mega_toggle .rsbtn_tooltoggle {
    font-size: 1.3em !important;
    top: 4px !important;
    left: 4px !important;
    bottom: 3px !important;
}

/* jumbotron (hero component) */
.contenedor {
    max-width: 1300px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.banner {
    background-color: #6BCCD6;

}

.banner h1 {
    font-size: 1.8em;
}

.bn-img {
    background-image: url('https://s3.amazonaws.com/gobcl-prod/public_files/Campa%C3%B1as/hitosGob/banners/banner_11NOVIEMBRE.webp');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.main p {
    font-size: 1.5em;
}

.titles {
    font-family: museo-slab, serif;
}

.bold {
    font-weight: 900
}

.btns {
    font-family: museo-slab, serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    color: #FFFFFF;
    background-color: #004676;
    max-width: 220px;
    /* padding: 8px 25px; */
    border-radius: 40px;
    display: block;
    margin: auto;
    width: 50%;

}

.btns:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* ----------------------- FOOTER ----------------------- */
.footer {
    bottom: 0;
    width: 100%;
    line-height: 1.5rem;
    background-color: #004677;
    color: #ffffff;
    position: relative;
}

.border-bottom {
    border-bottom: 1px solid #192e85 !important;
}

.separa-logo {
    display: inline-block;
}

.gob-txt {
    line-height: 1.2rem;
    text-align: right;
}

.redes-sociales {
    display: flex;
    justify-content: stretch;
    justify-content: center;
    border-left: 2px solid white;
}

.socialmedia {
    display: flex;
    text-align: left;
    flex-direction: row;
}

footer a,
footer a:visited,
footer a:active {
    color: #ffffff;
    font-weight: 400;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

/* mantiene el logo de gob en el bottom de la pagina */
.vertical-align-bottom {
    position: absolute;
    bottom: 0;
}

/* ----------------------- REDES SOCIALES ----------------------- */
.fa-instagram,
.fa-twitter,
.fa-facebook-f,
.fa-linkedin {
    padding: 5px 8px;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
}

.col-12,
.col-md-9,
.col-lg-9,
.col-4,
.col-md-4,
.col-md-3,
.col-lg-3,
.col {
    float: left;
}

ul li {
    padding-bottom: 15px;
}

.separador {
    color: #0F69C4;
}


/*------------------MEDIA QUERYS--------------------*/
@media (max-width: 992px) {
    .logo {
        height: 30px;
        margin-top: -35px;
    }

    .main p {
        font-size: 1.3rem;
    }

    .contenedor {
        max-width: 970px;
    }

    .btns {
        font-size: 1.3em;
    }

    .bn-img {
        background-position: center bottom;
    }
}

@media (max-width: 760px) {
    nav#menu>div>ul.nav>.nav-item>.nav-link:hover {
        transform: none;
        transition: none;
    }

    .hero {
        height: 300px;
    }

    .contenedor {
        max-width: 720px;
    }

    .separa-logo {
        display: grid;
        grid-template-rows: 45px 46px;
        row-gap: 20px;
    }

    .gob-txt {
        text-align: left;
    }

    .main p {
        font-size: 1.125em;
    }

    .btns {
        font-size: 1em;
    }

    .bn-img {
        height: 300px;
        background-size: contain;
    }
}

@media (max-width: 540px) {

    nav#menu {
        padding-left: 0;
        padding-right: 0;
    }

    .bg-logo {
        background-size: 300px;
    }

    .main p {
        font-size: 0.9375em;

    }

    .contenedor {
        max-width: 530px;
    }

    .bn-img {
        height: 250px;
    }
}