html {
    scroll-behavior: smooth;
}

.hero-section {
    background: var(--hero-imagen-url) no-repeat fixed top center;
    background-size: unset;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
    max-height: 40vh;
    min-height: 40vh;
    position: relative;
    display: flex;
    color: var(--color);
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.logocgr {
    width: 220px;
    height: 220px;
    z-index: 800;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-blend-mode: lighten;
    margin-bottom: 10px;
    margin-top: 20px;
}

.hero-logo {
    width: 100%;
    height: auto;
    z-index: 8000;
    position: absolute;
    top: 10%;
    top: 10%;
}

.hero-logo-container {
    width: 250px;
    height: 250px;
    position: relative;
}

.hero-text-container {
    text-align: center;
    width: 80vw;
    min-height: 50vh;
    position: relative;
}

.hero-text-container > h2 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0.5em 0;
    font-size: 4em;
!important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    flex-direction: column;
}

.full-screen-center {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand {
    letter-spacing: 1px;
    font-weight: 900;
    color: var(--color);
}

.brand:hover {
    letter-spacing: 2px;
    font-weight: 900;
    color: #1d6bf3
}

.inside-about {
    padding: 10px 0;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

.dynamic-about {
    padding: 10px 0;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

.about {
    padding: 60px 0;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;

}

.section-br-rigth-title {
    padding-left: 10rem;
    text-align: center;
}

.section-bg-rigth-title {
    padding-left: 6rem !important;
    text-align: center !important;
}

.section-title p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--footer-background);
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-br-rigth-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--footer-background);
}

.section-br-rigth-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-br-rigth-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: rgba(62, 91, 118, 0.89);
    bottom: 0;
    left: calc(50% - 20px);
}

*, ::after, ::before {
    box-sizing: border-box;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: rgba(62, 91, 118, 0.89);
    bottom: 0;
    left: calc(50% - 20px);
}

*, ::after, ::before {
    box-sizing: border-box;
}

@media (min-width: 200px) and (max-width: 759px) {
    .hero-section {
        background: var(--hero-imagen-movile-url) no-repeat fixed center bottom;
        background-size: cover;
        min-height: 40vh;
        max-height: 70vh;
    }

    .hero-section h1 {
        Word-break: break-Word;
    }
}

@media (min-width: 760px) {
    .hero-row {
        flex-direction: column;
    }

    .hero-section {
        background: var(--hero-imagen-movile-url) no-repeat fixed top center;
        background-size: contain;
        min-height: 30vh;
    }

    .order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        max-height: 35vh;
        background: var(--hero-imagen-url) no-repeat fixed;
    }
}

@media (min-width: 1202px) {
    .hero-section {
        background-size: contain;
    }
}

@media (min-width: 768px) and (min-height: 1024px  ) {
    .hero-section {
        min-height: 25vh;
        max-height: 25vh;
        background: var(--hero-imagen-url) no-repeat fixed;
        background-size: initial;
    }
}

@media (min-width: 800px) and (min-height: 1280px  ) {
    .hero-section {
        min-height: 21vh;
        max-height: 21vh;
        background-size: initial;
    }
}

@media (min-width: 1024px) and (min-height: 1366px  ) {
    .hero-section {
        min-height: 15vh;
        max-height: 15vh;
        background-size: contain;
    }
}

@media (min-width: 1202px) and (min-height: 800px  ) {
    .hero-section {
        min-height: 30vh;
        max-height: 30vh;
        background-size: contain;
    }
}

@media (min-width: 1202px) and (min-height: 1200px  ) {
    .hero-section {
        min-height: 20vh;
        max-height: 20vh;
        background-size: contain;
    }
}

@media (min-width: 1280px) and (min-height: 950px  ) {
    .hero-section {
        min-height: 28vh;
        max-height: 28vh;
        background-size: contain;
    }
}

.section-bg {
    margin-top: -5rem;
    background-color: #f3f5fa;
    padding: 60px 0 10rem 0;
    overflow: hidden;

}

.section-center-bg {
    margin-top: -5rem;
    background-color: #f3f5fa;
    padding: 25px 0 10rem 0;
    overflow: hidden;
}

.text-center-bg {
    padding-right: 4rem;
    padding-left: 0px;
}

.section-br-rigth {
    background-color: #f3f5fa;
    padding: 2rem 2rem 0 0;
    overflow: hidden;

}

.section-br-rigth-no-bg {
    padding: 2rem 2rem 0 0;
    overflow: hidden;

}

.section-br-middle {
    background-color: #ffffff;
    padding: 2rem 2rem 0 0;
    overflow: hidden;

}

.services .icon-box:hover {
    transform: translateY(-10px);
}

.services .icon-box {
    display: grid;
    align-content: center;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    /*padding: 30px 8px 50px 8px;*/
    margin-bottom: 10px;
    min-height: 220px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    overflow: clip;
    word-break: normal;
    hyphens: auto;
}

.services-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

bg-description {
    font-size: 1.5rem;
}

.child {
    display: none;
    margin-left: -25%;
}

.child_project {
    display: none;
    margin-left: -8%;
}


.expand_tree {
    font-size: 60%;
    border-radius: 50%;
}

.no_buttom {
    padding-left: 7%;
}

.link_text {
    padding-left: 2%;
}

/* Extra css */
.services .icon-box {
    box-sizing: border-box;
    background-color: #f3f5fa !important;
    text-align: center;
    box-shadow: 0px 0 0px 0 rgba(0 0 0 0.1) !important;
    background: white;
    background-color: white;
    border-radius: 20px 90px 20px 90px;
    color: #97807e;
}
.services .icon-box {
    display: grid;
    align-content: center;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    /*padding: 30px 8px 50px 8px;*/
    margin-bottom: 10px;
    min-height: 220px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    overflow: clip;
    word-break: normal;
    hyphens: auto;
}

section#services {
    border-radius: 60px 60px 0px 0px;
}

.services .icon-box {
    background-color: #f3f5fa !important;
    text-align: center;
    box-shadow: 0px 0 0px 0 rgba(0 0 0 0.1) !important;
    background: white;
    border-radius: 20px 90px 20px 90px;
    color: #97807e;

}

.services .icon-box:hover {
    color: var(--objects_background) !important;
    text-align: center;
    box-shadow: 0px 0 0px 0 rgba(0 0 0 0.1) !important;
    background: #f3f5fa;
    border-radius: 20px 50px 20px 50px;
    color: #8e8e8f;

}

.services .icon-box h4 {
    font-weight: bold;
}

.services .icon-box h4 a {
    /*text-transform: uppercase;*/
    color: var(--objects_background);
}
.icon-box h4 {
    border: unset;
}

.services .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 220px;
    max-height: 220px;
    padding: 20px 10px;
    background: #fff;
    border-radius: 20px 90px 20px 90px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.logo_items img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

