#back-to-top .top {
    background-color: #082535;
}

#back-to-top .top:hover {
    background-color: #ff6c36;
}

header.menu-sticky {
    min-height: 70px;
}

header.menu-sticky .logo>img {
    content: url("/images/logo_dark.png") !important;
}

.banner {
    height: 100vh !important;
    overflow: hidden;
}

.banner-text {
    background-color: transparent !important;
    height: 100vh !important;
}

.banner-text .owl-carousel {
    /* background: rgba(255,255,255,0.6) !important; */
    /* background: rgba(0,0,0,0.2); */
    /* border: solid 1px whitesmoke; */
    border-radius: 5px;
    /* padding: 20px; */
}

.item {
    padding: 20px;
}

#loading-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text {
    padding-top: 50vh !important;
}

#side-menu-icon {
    z-index: 10000 !important;
}

#side-menu {
    padding: 5% 20px !important;
}

header .logo img {
    width: 200px;
    text-shadow: 2px 2px black;
}

header .logo img {
    margin-top: 10px !important;
}

#menu {
    margin-top: -10px !important;
}

.read-more {
    text-align: center;
}

.banner .item {
    color: #082535;
    font-family: 'Oswald' !important;
}

.banner span {
    font-size: 36px !important;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85) !important;
    text-shadow: 2px 2px 3px black;
}

.text-orange {
    color: #ff6c36 !important;
}

.banner {
    font-family: 'Oswald' !important;
}

#particles-js:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 120px solid #fff;
    border-bottom: 120px solid transparent;
}

.services .owl-carousel .owl-dots {
    text-align: centeR;
    position: absolute;
    bottom: 10px;
    right: 50%;
}

.services .owl-carousel button.owl-dot {
    /* border: solid 5px #082535; */
    background: #082535;
    width: 10px;
    border-radius: 20px;
    height: 6px;
    width: 6px;
    margin: 5px 7px;
    opacity: 0.3;
}

.services .owl-carousel button.owl-dot:hover, .services .owl-carousel button.owl-dot.active {
    /* border: solid 6px #ff6c36; */
    background: #ff6c36;
    opacity: 1;
}

.services .owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.services .item {
    padding: 0;
}

.services .services-box:before {
    z-index: 1 !important;
}

.v-text.text-center {
    position: relative;
}
 
.title-box {
    top: 20px !important;
}

article {
    color: #777785;
}

article {
    margin-top: 0;
    margin-bottom: 1rem;
}

article {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    color: #082535;
}

/*  ########################
    ###  ICONOS BANDERAS ###
    ######################## */

.banderita {
    height: 30px !important;
    width: 30px !important;
    position: relative;
    border-radius: 50% !important;
    display: inline-block !important;
}

/* .services .owl-carousel, 
.services .owl-stage-outer, 
.services .owl-stage, 
.services .owl-item, 
.services .item {
    height: 100% !important;
    min-height: 30vh !important;
} */

/* @media screen and (min-width: 768px) {
    .silly_scrollbar {
        max-height:50px;
        width:100%;
        -webkit-box-sizing: border-box;
        padding:0 14px 0 0;
        overflow:auto;
        margin-bottom:40px
    }
} */

.silly_scrollbar::-webkit-scrollbar {
    width: 6px
}

.silly_scrollbar::-webkit-scrollbar-track {
    background: #edecec;
    border-radius: 10px
}

.silly_scrollbar::-webkit-scrollbar-thumb { 
    border-radius:10px;
    background:#082535
}

.services-box {
    padding: 120px 60px 40px !important;
    margin: 0;
}

.contenedor-services-box {
    height: 100%;
}

@media screen and (min-width: 992px) {
    .silly_scrollbar {
        /* max-height:90px; */
        width:100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        padding:0 14px 0 0;
        overflow:auto;
        margin-bottom:40px
    }

    .contenedor-services-box {
        position: absolute;
    }

    .services-box {
        height: calc(100% - 90px);
    }
}

@media screen and (max-width: 991px) {
    .services .services-box:after, .services .services-box.left:after {
        position: absolute !important;
        left: 50% !important;
        bottom: -20px !important;
        content: "" !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 20px solid transparent !important;
        border-top: 20px solid #fff !important;
        border-right: 20px solid transparent !important;
        margin-right: -10px !important;
        z-index: 9 !important;
    }
}

@media screen and (min-width: 992px) {
    .services .services-box.left.services-box.left:after {
        position:absolute;
        top:50%;
        right:-20px;
        content:"";
        width:0;
        height:0;
        border-top:20px solid transparent;
        border-left:20px solid #fff;
        border-bottom:20px solid transparent;
        margin-top:-10px;
        z-index:9
    }
}

.title-box .title {
    padding-top: 20px;
}

.smart-features ul li {
    border: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
}

.smart-features ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}

.text-justify {
    text-align: justify;
}

.text-ident {
    text-indent: 1em;
}

.features .features-box li:nth-child(5) {
    margin-top: 40px;
    width: 100%;
}
