.pos-breadcrumbs{
    position: absolute;
    left: 15px;
    top: 50px;
}

.uk-breadcrumb{
    font-size: 25px !important;
    font-weight: bold;
}

.uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus {
    color: #104547 !important;
    text-decoration: none;
}

.uk-breadcrumb > * > *{
    font-size: 20px !important;
}

.fh-auto{
    min-height: 700px;
    height: 100vh;
}

.img-element{
    width: 100%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-news-1{
    background-color: #e6e8df;
    color: #104547;
}

.new-news-section {
    background-color: #104547 !important;
    background-position: center !important;
    background-size: cover !important;
  }
  
.margin-negative{
    margin-top: -50px;
}
  
@media (min-width: 1200px){
    /*.container {*/
    /*    max-width: 100% !important;*/
    /*}*/

    .pa-y{
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
    }
    
    .center-box-absolute{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .map_test.map-responsive{
        top: 50%;
        transform: translateY(-50%);
    }
    
    .h2-pt{
        padding-top: 50px;
    }
    
    .h-auto-news{
        min-height: 800px !important;
    }
    
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uk-breadcrumb > * > *{
        font-size: 15px !important;
        
    } 

    .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before{
        margin: 0 5px !important;
    }

    .pos-breadcrumbs{
        position: absolute;
        left: 15px;
        top: 50px;
    }

    /*.img-element{*/
    /*    width: 100%;*/
    /*    height: 50%;*/
    /*    position: absolute;*/
    /*    top: 55%;*/
    /*    transform: translateY(-50%);*/
    /*}*/

    .pa-y{
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
    }
    
    .h-auto-news{
        min-height: 800px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    
    .fh-auto{
        min-height: 700px;
        height: auto;
    }

    .uk-breadcrumb > * > *{
        font-size: 15px !important;
        
    } 

    .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before{
        margin: 0 5px !important;
    }

    .pos-breadcrumbs{
        position: absolute;
        left: 15px;
        top: -50px;
    }

    .img-element{
        width: 100%;
        height: 80%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .min-img-element{
        min-height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .uk-breadcrumb > * > *{
        font-size: 15px !important;
        
    } 

    .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before{
        margin: 0 5px !important;
    }

    .pos-breadcrumbs{
        position: absolute;
        left: 15px;
        top: -50px;
    }
    .img-element{
        width: 100%;
        height: 65%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .min-img-element{
        min-height: 400px;
    }

    .pl-0-custom{
        padding-left: 0px !important;
    }
    
    .fh-auto{
        min-height: 100vh;
        height: auto;
    }
    
    .margin-negative{
        margin-top: 0px;
    }
  }


@media only screen and (max-width: 575px){
    .bolsa-page .contenido .btn.btn-green{
        margin-top: 10px;
        margin-right: 0%;
        margin-left: 0%;
    }
    
    .margin-negative{
        margin-top: 0px;
    }
}

