

.ancla_recomendador:before {       
    display: block;       
    content: " ";       
    margin-top: -120px;       
    height: 120px;       
    visibility: hidden; 
}


.nk_logo {
    display: block;
    height: 50px;
    width: 95px;
    margin-top: 15px;
}

.navbar {
    position: absolute;
    height: 80px !important;
    width: 90%;
    margin-left: 5%;
    margin-top: 58px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px !important;
    transition: all 0.5s;
}

.navbar-alt { 
    position: fixed;
    height: 80px !important;
    transition: all 0.5s;
}

.nav-wrapper{
    background-color: var(--paper);
    padding-right: 3%;
    padding-left: 3%;
}

.nav-wrapper ul{
    margin-top: 33px;
}

.nav-wrapper ul li a{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--color_acento3);
}

nav ul a:hover {
    color: var(--color_acento);
    background-color: rgba(0, 0, 0, 0);
}

nav ul li.active{ 
    background-color: rgba(0, 0, 0, 0) !important; 
    border-bottom: 2px solid var(--color_acento3) !important;
} 

.header_icon{
    margin-top: -5px;
}

.header_slide_container{
    height: 1006px;
}

#dropdown1{
    width: 123px !important;
    top: 27px !important;
}

.menu_cross{
    margin-top: 0px;
}

.menu_select{
    padding-top: 0px;
}




.parallax-container{
    height: 700px;
    padding-top: 145px;
}

.parallax-container .pllx_path{
    margin-top: 24px;
    margin-left: 158px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.0rem;
    color: var(--el_blanco);
    visibility: visible;
}

.pllx_path a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.0rem;
    color: var(--el_blanco) !important;
    text-decoration: none !important;
}

.pllx_path a:hover {
    border-bottom: 1px solid var(--el_blanco);
}

.parallax-container .pllx_title{
    margin-top: 120px;
    margin-left: 158px;
    max-width: 1000px;
    font-size: 6.0rem;
    line-height: 7.6rem;
}

.parallax-container .pllx_txt{
    margin-top: 24px;
    margin-left: 158px;

    font-size: 2.4rem;
    line-height: 2.6rem;
}



.form_contacto{
    height: 820px;
}

.contacto_formulario{
    width: 454px;
    top: 24px;
    right: calc( ( 100% * 0.2) / 2);
}

.contacto_texto{
    top: 48px;
    left: calc( ( 100% * 0.4) / 2);
}

.contacto_texto h1{
    font-size: 4rem;
}



footer{
    height: auto;
}

.footer_container{
    height: 166px;
    width: 100%;
    max-width: 1130px;
    margin: 50px auto;
}

.logo_redes{
    display: inline-block;
    width: 45%;
}

.secciones{
    width: 30%;
    height: 166px;
    margin-top: 0px;
    vertical-align: top;
    border-left: 1px solid var(--el_blanco);
    padding-left: 24px;
}

.contacto{
    margin-top: 0px;
    width: 24%;
    height: 166px;
    border-left: 1px solid var(--el_blanco);
    padding-left: 24px;
}

.f_link{
    display: inline-block;

    margin-top: 16px;
}

.contacto .text{
    margin-top: 16px;
}

.row{
    display: flex;
    flex-direction: row;
}

.colum{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.mapa{
    height: 480px;
    padding: 48px 16px;
}

.mapa h1{
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.0rem;
    text-align: center;
}

.MapContainer{
    top: -100px;
    width: 80%;
}

.leaflet-top{
    width: 35% !important;
}

.leaflet-control-search.search-exp{
    width: 100%;
}

#botonera {
    width: 62%;
    margin-top: 0px;
}