.acf-form .acf-fields .acf-field {
    padding: 15px 0;
}

.acf-form .acf-fields .acf-field .acf-input input,
.acf-form .acf-fields .acf-field .acf-input select {
    border: 1px solid #333;
    height: 34px;
    font-size: 15px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills {
    margin: 0 -5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #033b37;
}

.nav-pills .nav-link {
    background-color: #61656A;
    margin: 0 5px;
    color: #fff;
    height: 65px;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;

}

.header-noticias {
    position: relative;
}

.header-noticias h1 {
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    left: 60px;
    margin-bottom: 0;
}

.share {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.share a {
    display: block;
    text-decoration: none;
    margin-left: 5px;
}

.share img {
    height: 18px;
    display: block;
    margin: 0;
}

.text-right .share {
    justify-content: flex-end;
}

.single date {
    font-size: 12px;
}

.the_content img {
    max-width: 100%;
    height: auto;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
    font-weight: 500;
    font-size: 23px;
}

.noticias .link-noticias {
    font-weight: 700;
}

@media (max-width:768px) {
    .nav-pills .nav-link {
        font-size: 13px;
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
}

.ghost-5-section {
    overflow: hidden;
}


.acf-notice.-error.acf-error-message.-dismiss {
    display: none;
}


@media (max-width:991px) {
    .hero h1 {
        font-size: 19px;
    }

    .navbar .navbar-toggler {
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar .navbar-toggler .hamburger-inner,
    .navbar .navbar-toggler .hamburger-inner::before,
    .navbar .navbar-toggler .hamburger-inner::after {
        background-color: #fff;
    }

    .hero .dropdown-languages {
        display: block;
    }
}

@media (max-width:562px) {
    .hero .dropdown-languages .btn{
        font-size: 13px;
    }
}

.efecto-degrade {
background: linear-gradient(96deg,#2a95d2 30%, #85c88e 100%)!important;
color: #fff !important;
    border: 0;

}