.langs li:last-child{ display:none }
.langs li:nth-of-type(1){ order:2 }
.langs li:nth-of-type(2){ order:1 }
.langs li:nth-of-type(3){ order:0 }
.langs a.active{ font-weight: bold; }

.top-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.dir-item:nth-of-type(1):before, .dir-item:nth-of-type(2):before, .dir-item:nth-of-type(3):before, .dir-item:nth-of-type(4):before, .dir-item:nth-of-type(5):before{
    background: none;
}
footer{ border-top: none; }
header{background: #ebeff3;}

.header-row:after {
    position: absolute;
    width: 225px;
    height: 224px;
    content: "";
    background: url(../images/right-header-bgNEW.svg) no-repeat;
    right: -249px;
    top: -154px;
    z-index: -1;
}
.logo:before {
    position: absolute;
    width: 225px;
    height: 224px;
    content: "";
    background: url(../images/top-plata.svg) no-repeat;
    left: -235px;
    top: -9px;
}
.contact-item{
    align-items: center;
}
.dir-item{
    background: #FFF;
}


/* go media */
@media only screen and (max-width: 992px){
    .slider-item .si-image { display: block; } 
    .slider-item { flex-wrap: wrap; padding: 50px 0 0; }
    .slider-item .si-text { border-left: none; padding-left: 0; text-align: center; }
} /*  end 992 */

@media only screen and (max-width: 550px){
    .header-row:after{
        right: 0;
    }
    .slider-item{ padding: 0; }
    .slider-item .si-text {
        margin-top: 30px;
        background: rgba(255,255,255, 1);
        line-height: 23px;
        font-size: 15px;
        box-shadow: 0 0 18px #b2c8d5;
        border-radius: 10px;
        width: 90%;
        padding: 10px 0;
        margin-bottom: 10px;
    }
} /*  end 550 */

@media only screen and (max-width: 480px){
    .slider-item .si-text .bigbold { font-size: 20px; }
    .slider-item .si-text .big{ font-size: 20px; }
} /*  end 550 */