/* Custom CSS overrides */
/*General*/
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700;800&display=swap');

body {
    color: white;
    font-size: 26px;
    font-family: 'Encode Sans', sans-serif;
}

h2 {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Encode Sans', sans-serif;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {

    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin: 0px;
}

#main-content {
    padding: 0px
}

#main {
    padding: 0px;
}

.block {
    padding: 0px;
}



/*Nav*/


.navbar {
    margin-bottom: 0;
    position: fixed;
    z-index: 20;
    width: 100%;
}

a:focus,
button:focus {
    outline: 0px;

}

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

.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: white;
    min-height: 90px;
}



ul li {
    list-style-type: none;
}

div#main-navigation>.container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.region.region-navigation {
    display: block;
    height: 0px;
}

#hamburguer::before {
    cursor: pointer;
}

#hamburguer {
    color: #767676;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 25px;
    background-color: white;
    border: none;
    outline: none;
}

.fa.fa-reorder {
    transition: opacity 3s, transform .3s;
    transform: rotate(-180deg);
    opacity: 1;
}

.fa.fa-times {
    transition: opacity 3s, transform .3s;
    transform: rotate(-90deg);
    opacity: 1;
}

a.icon {
    margin-top: -15px;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topnav a {
    float: right;
    display: block;
    font-weight: bold;
    color: #009aae;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

@media (min-width: 1200px) {
    div#myTopnav {
        justify-content: center;
    }

    li.nav-item.bordes>a {
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;
        z-index: 999;
    }
}

a.icon {
    display: block;
}

a.nav-link.disabled.radio:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
    color: transparent;
}

a.nav-link.disabled.bicentenario:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
    color: transparent;
}

@media only screen and (max-width: 767px) {



    .dropbtn {
        color: #6e6e6d;
    }

    .dropdown {
        float: right;
        text-align: right;
    }

    a.nav-link {
        background-color: white;
        color: #70706f;
        padding: 13px;
        font-weight: bold;
        font-size: 16px;
        border: none;
        text-align: right;
        float: right;
    }

    ul.tabs.primary {
        margin-top: 60px;
    }

    li.nav-item.centrar {
        border-bottom: 2.5px solid #009aae;
        width: 75%;
    }

    div#myTopnav {
        width: 100%;
        margin-top: 20px;
    }

    li.nav-item.radio {
        border: 0px solid rgb(255, 255, 255);
        border-radius: 5px;
        border: none;
        border-radius: 5px;
        height: 80px;
        padding: 0 0;
        width: 105px;
        top: 0px;
        right: 0px;
        position: relative;
    }

    li.nav-item.bicentenario {
        border: 0px solid rgb(255, 255, 255);
        border-radius: 5px;
        border: none;
        border-radius: 5px;
        height: 115px;
        padding: 0 0;
        width: 105px;
        top: 5px;
        right: 0px;
        position: relative;
    }

    li.nav-item {
        margin: -0;
        float: right;
        margin-left: 20%;
        margin-right: 20%;
    }

    ul.navbar-nav {
        margin: 0px -31px 0 -31px;
        background-color: white;
    }

    a.nav-link.radio:hover {
        width: 100%;
    }

    a.nav-link.radio {
        width: 100%;
    }
}

.topnav {
    background-color: white;
}

a.nav-link.bicentenario {
    padding-right: 0;
    color: transparent;
    background: url(/sites/default/files/images-nav/bicentenario_logo.png) no-repeat top center;
    background-size: contain;
    margin-left: 5px;
    height: 70px;
    top: -6px;
}

a.nav-link.disabled.radio {
    padding-right: 0;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

a.nav-link.radio {
    width: 100px;
    color: transparent;
    background: url(/sites/default/files/images-nav/logo_radioprov_1.png) no-repeat top center;
    background-size: contain;
}

.bg-light {
    background-color: #009aae;
}

a.nav-link {
    font-size: 16px;
    font-family: "EncodeSans", sans-serif;
}

li.nav-item {
    margin-left: -1px;
}

.topnav a:hover {
    color: black;
}

.topnav {
    overflow: hidden;
}

@media screen and (max-width: 740px) {
    a.icon {
        float: right;
    }
}

@media screen and (max-width: 740px) {
    .responsive {
        position: relative;
    }

    .responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* Dropdown Button */
.dropbtn {
    pointer-events: none;
    display: inline-block;
    background-color: white;
    color: #009aae;
    padding: 13px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 90px;
    background-color: #f1f1f1;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 6;
    margin-right: 380px;
}

#closeModal{
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
}

#closeNav{
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0px;   
    display: none;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #009aae;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #009aae;
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
    color: black;
}

.caret {
    pointer-events: none;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #009aae;
    border-bottom-color: #009aae;
    margin-left: -5px;
}

::selection {
    color: #009aae;
    background: white;
}

@media screen and (width:375px) and (height:812px) {
    #hamburguer {
        margin-left: 3rem;
    }
}

@media only screen and (max-device-width: 1072px) {
    a.navbar-brand>img {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-content {
        width: 58%;
        position: inherit;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        margin: 0 75px
    }

    .dropdown-content a {
        text-align: right;
    }

    .dropbtn {
        color: black;
    }
}

@media only screen and (min-width: 768px) {
    ul.tabs.primary {
        margin-top: 70px;
    }

    #hamburguer {
        display: none;
    }

    ul.navbar-nav {
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 5rem;
        margin-bottom: 0.5rem;
    }

    .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav {
        margin-left: 25%;
        margin-top: 10px;
    }

    a.icon {
        display: none;
    }
}

@media only screen and (min-device-width: 1072px) {
    a.navbar-brand>img {
        margin-left: 3rem;
        width: 240px;
        height: auto;
        padding-left: unset;
    }

}

@media only screen and (min-width: 1360px) {
    .navbar-nav {
        margin-left: 33%;
    }

    a.navbar-brand>img {
        margin-left: 4rem;
    }
}

@media (min-width: 1700px) {
    .navbar-nav {
        margin-left: 43%;
    }

    a.navbar-brand>img {
        margin-left: 14.5rem;
    }
}

/*FOOTER*/

footer {
    background-color: #eaeaea;
    padding-bottom: 50px;
}

footer a:hover, .row.footer2020>p>a>span:hover{
    text-decoration: none;
    color:#009aae;
    font-weight: bold;
}

#footer-banner{
    margin-bottom: 30px;
    background-color: white;
    padding-top: 50px;
}

#footer-banner .mobile{
    display: none;
}

#footer-flex{
    display: flex;
    padding: 0px 15%;
}

.footer2-container {
    display: inline-block;
    flex: 70%;
}

.footer2-row {
    display: flex;
    width: 70%;
    max-width: 500px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.footer2-row.footer2020.icons{
    margin-bottom: 0px;
}

.footer1-col {
    display: inline-block;
    width: 30%;
    max-width: 300px;
    flex-wrap: wrap;
}

.logoprovfooter img {
    max-width: 68%;
}

.footer2-col {
    display: inline-block;
    width: 50%;
}

p.titulofooter {
    font-size: 18px;
    color: #000;
    font-family: 'EncodeSemiBold', sans-serif;
    margin: 0 0 10px;
}

.row.footer2020>p {
    margin: 0;
    line-height: 100%;
}

.row.footer2020>p>a>span {
    font-size: 16px;
    color: black
}

ul.social {
    display: flex;
    margin-top: 15px;
    margin-left: -55px;
    list-style-image: none;
    flex-wrap: wrap;
}

ul.social li {
    padding: 3px;
    list-style-type: none;
}

ul.social li a button {
    padding: 28px 28px 17px 15px;
    outline: none;
    border: none;
    background-size: cover;
    background-color: transparent;
}

ul.social li a button:hover {
    border: none;
    background-position: 0px 45px;
}

ul.icon_contact {
    display: flex;
}

ul.icon_contact .contact {
    margin: 10px 0px 0px;
}

.footer_twt_icon {
    background: url(/sites/default/files/images-footer/sprite_twitter.png);
}

.footer_fbk_icon {
    background: url(/sites/default/files/images-footer/sprite_facebook.png);
    background-position: 0px 0px;
}

.footer_ig_icon {
    background: url(/sites/default/files/images-footer/sprite_instagram.png);
}


.footer_youtube_icon {
    background: url(/sites/default/files/images-footer/sprite_youtube.png);
}

.footer_twitch_icon {
    background: url(/sites/default/files/images-footer/sprite_twitch.png);
}

.footer_tiktok_icon {
    background: url(/sites/default/files/images-footer/sprite_tiktok.png);
}

.footer_telegram_icon {
    background: url(/sites/default/files/images-footer/sprite_telegram.png);
}


@media only screen and (max-width: 900px) {

    .row.footer2020.icons>p>a {
        padding: 5px 28px 17px 15px;
    }

    .row.footer2020.icons>.social>li {
        padding: 5px 0px 4px 7px;
    }

    .row.footer2020.icons>.social>li>a {
        padding: 13px 31px 17px 15px;
    }

    .row.footer2020.icons ul {
        font-size: 15px;
    }

    ul.social li a button {
        padding: 30px 30px 17px 15px;
    }

    .row.footer2020.icons>.social>li {
        padding: 0px 0px 0px 0px;
    }

    .row.footer2020.icons>.social>li>a {
        padding: 13px 0px 17px 15px;
    }

    .footer2-col {
        width: 100%;
    }
}

p.titulofooter {
    font-size: 18px;
    font-weight: bold;
    color: #414042;
    font-family: 'EncodeSemiBold', sans-serif;
}

@media (max-width: 800px) {
    /*General*/
    body {
        font-size: 18px;
    }
    
    h2 {
        font-size: 30px;
    }
    /*Nav*/
    #closeModal{
        top: 600px;
    }

    .navbar-brand {
        padding: 10px 0px 0px 15px;
    }

    #hamburguer{
        margin-top: 30px;
    }

    /*footer*/
    #footer-flex{
        display: block;
    }
    .footer2-col {
        margin: 20px 0;
    }
    .row.footer2020>p {
        margin: 0 0 10px;
    }
    .footer2-row {
        margin: auto;
        margin-bottom: 0px;
    }

    #footer-banner .web{
        display: none;
    }

    #footer-banner .mobile{
        display: block;
    }

    .footer1-col {
        width: 100%;
    }

    .logoprovfooter img{
        margin: auto;
        display: block;
    }
  }