

.slider-divider {
    height: 180px !important;
    position: relative;
    margin-top: -190px;
    z-index: 30 !important;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 26px;
    height: 100px;
    position: absolute;
    top: 40%;
    font-size: 4rem;
    left: -5px;
    display: block !important;
    border: 0px solid black;
    background: #dddddd80;
    color: black;
}

.owl-carousel .owl-nav button.owl-next{
    width: 26px;
    height: 100px;
    position: absolute;
    top: 40%;
    font-size: 4rem;
    right: -5px;
    display: block !important;
    border: 0px solid black;
    background: #dddddd80;
    color: black;
}






.img-animate{
    clip-path: circle(0% at 50% 50%);
}
.mb5{
    margin-bottom: 5rem;
}
.rem17{
    font-size: 1.7rem;
}
.fuego{
    width: 5%;
}

.rem2{
    font-size: 2rem;
}
#divider path {
    fill: #c8d4d7;
}
.slider-divider2 {
    height: 180px !important;
    position: relative;
    margin-top: -155px;
    z-index: 30 !important;
    width: 100%;
}
#divider2 path {
    fill: #ffffff;
}

.background-olson{
    width: 100%;
    height: 80vh;
    background-image: url(../images/home/back-26.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.background-olson img{
    width: 40%;
    position: absolute;
}
.conocenosText{
    opacity: 0;
}

.banner{
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    background-color: #de2727;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.img-modelo{
    clip-path: circle(0.0% at 50% 50%);
    
}




@media screen and (max-width:1450px) {
    .sello{
        width: 27%;
    }
}

@media screen and (max-width:1030px) {
    .sello {
        width: 40%;
    }
}


@media screen and (max-width:780px){
    .navbar-brand{
        width: 30%;
    }
    .footer .footer-item .logo-bottom{
        width: 60%;
    }
    .facility-two .facility-item {
        width: 100%;
    }
    .sello{
        width: 50%;
    }
    .background-olson img{
        width: 90%;
    }
    .facility-two .facility-item .front-part,
    .facility-two .facility-item .back-part {
        border-radius: 50px;
    }
}


@media screen and (max-width:480px){
    .navbar-brand{
        width: 45%;
    }
    .navbar-main.stiky .navbar-brand img{
        width: 95%;
    }
    .sello{
        bottom: 17rem;
        width: 65%;
    }
    .background-olson{
        height: 50vh;
    }
    .background-olson img{
        width: 90%;
    }
    .facility-two .facility-item .front-part,
    .facility-two .facility-item .back-part {
        border-radius: 30%;
    }
    .rs-feature-box-1{
        padding-bottom: 40px;
    }
    .owl-carousel .owl-item img{
        height: 100%;
    }
    .img-20{
        width: 50%;
    }
    .img-5{
        width: 10%;
    }
    .flex-center{
        flex-direction: column;
    }
    .rem17{
        font-size: 1.3rem;
    }
}