html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

h2.tittle-main {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    margin-top: 1.5em;
}

h2.tittle-section {
    font-size: 42px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

h2.tittle-section::before {
    content: '';
    height: 6px;
    width: 85px;
    margin: 0px auto 25px auto;
    background: #D6E198;
    display: block;
}

.section-main {
    background: url('../images/bg-main.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.section-main::before {
    background: rgba(0, 54, 82, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
}

.section-main p {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-top: 2em;
}

.section {
    padding: 120px 0;
}

.section-aboutus {
    background: url('../images/bg-aboutus.png') no-repeat;
    background-size: 600px 600px;
    background-position: 120% 80%;
    background-attachment: fixed;
    padding-bottom: 85px;
}

.section-aboutus .tittle-section {
    text-align: left;
}

.section-aboutus .tittle-section::before {
    margin: 0px 0 25px 0;
}

.section-ourfocus {
    background: #F9F9F9;
}

.item-box {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 2em;
    height: 245px;
}

.section-whywe .item-box {
    height: 295px;
}

.section-wedo .item-box {
    height: 465px;
}

.item-box-tittle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
}

.item-box-tittle::before {
    content: '';
    height: 6px;
    width: 65px;
    margin-bottom: 16px;
    background: #0076BD;
    display: block;
}

.item-box p {
    margin-bottom: 0;
    font-size: 14px;
}

.item-box img {
    margin: 0 auto;
    max-height: 120px;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.item-box-tittle.tag-green::before {
    background: #00965D;
}

.item-box-tittle.tag-lightgreen::before {
    background: #92C67E;
}

.item-box-tittle.tag-gray::before {
    background: #8A8B8D;
}

.item-box-tittle.tag-drakblue::before {
    background: #003652;
}

.item-box-tittle.tag-lightblue::before {
    background: #AAC7E5;
}

.section-whywe {
    background: url('../images/bg-whywe.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-whywe .tittle-section, .section-services .tittle-section {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.section-services {
    background: url('../images/bg-services.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.module-services {
    background: #ffffff;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomright: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}

.menu-services .nav-tabs {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}

.menu-services .nav-item, .menu-services .nav-item:hover, .card-header button {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(138, 139, 141, 0.10);
    border-bottom: 1px solid rgba(138, 139, 141, 0.10);
    border-left: solid 8px rgba(138, 139, 141, 0.25);
    border-radius: 0;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #000000 !important;
    font-weight: 300;
    text-align: left;
    text-decoration: none !important;
}

.menu-services .nav-tabs .nav-link.active, .card-header button[aria-expanded="true"] {
    border-left: solid 8px #0076BD;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.content-services-mobile {
    display: none;
}

#carouselServices {
    background: #fff;
    padding: 1em;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
}

#carouselServices li {
    background: #0076BD;
    margin-top: 1em;
    margin-bottom: 1em;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    text-align: left;
}

.content-services {
    padding: 28px !important;
}

.content-services .tab-pane h4, .carousel-item-services h4 {
    font-weight: 600;
    margin-bottom: 32px;
}

.content-services .tab-pane h4::before, .carousel-item-services h4::before {
    content: '';
    height: 6px;
    width: 85px;
    margin: 0px 0px 36px 0px;
    background: #0076BD;
    display: block;
}

.section-customers p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.list-customers {
    margin-top: 2em;
}

.list-customers img {
    width: 98%;
}

.ico-testimonials {
    margin: 1.5em auto;
    display: block;
    width: 35px;
}

.testimony {
    text-align: center;
    font-size: 14px;
}

.autor {
    text-align: center;
    background: url('../images/shadow.png') no-repeat top center;
    padding-top: 2em;
}

.autor-name {
    font-weight: bold;
    font-size: 16px;
}

.autor-position {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.autor-company {
    font-weight: 400;
    font-size: 14px;
}

.carousel-indicators li {
    background: #00965D;
}

.carousel-indicators {
    position: relative;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 100%;
}

.section-contact {
    background: url('../images/bg-contact.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.section-contact::before {
    background: rgba(0, 118, 189, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
}

.section-contact .tittle-main {
    margin: 0 0 0.5em 0;
}

.form-contact .row {
    margin-bottom: 2em;
}

.section-contact label {
    font-size: 12px;
    text-transform: uppercase;
}

.section-contact h6 {
    font-size: 24px;
}

.section-contact .form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.section-contact .form-control:focus {
    border-bottom: 2px solid #003652;
    box-shadow: none;
}

.section-contact .custom-control-label {
    text-transform: none;
    line-height: 2em;
}

.btn-primary {
    color: #fff;
    background-color: #003652;
    border-color: #003652;
    text-transform: uppercase;
    width: 100%;
}

.section-footer {
    background: url('../images/bg-footer.png') no-repeat #003652;
    background-position: right 280px;
    background-attachment: fixed;
}

.section-footer p {
    color: #ffffff;
    margin-bottom: 0.5em;
}

a.nav-link {
    color: #ffffff;
    transition: color 0.5s;
}

a.nav-link:hover {
    color: rgba(255, 255, 255, 0.40);
    text-decoration: none;
}

.logo-color {
    display: none;
}

.scrolled.navbar {
    background: #ffffff;
    -webkit-box-shadow: -5px -5px 19px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px -5px 19px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px -5px 19px 0px rgba(0, 0, 0, 0.3);
}

.scrolled .logo-white {
    display: none;
    transition: display 0.5s;
}

.scrolled .logo-color {
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.50);
}

.navbar-light.scrolled a.nav-link {
    color: #003652;
    transition: color 0.5s;
}

.navbar-light.scrolled a.nav-link:hover {
    color: rgba(0, 54, 82, 0.40);
    text-decoration: none;
}

.navbar-light a.nav-link.active, .navbar-light a:hover.nav-link.active {
    background: #00965D;
    color: #ffffff !important;
    border-radius: 8px;
}

/*--------------- MEDIA QUERIES ------------*/

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }
    .section-footer {
        background-position: 130% 100%;
        background-attachment: initial;
    }
    .section-contact, .section-services, .section-whywe {
        background-size: cover;
        background-attachment: initial;
        background-position: center center;
    }
    .section-wedo .item-box {
        height: 520px;
    }
    .section-aboutus {
        background-size: 420px 420px;
        background-position: 120% 45%;
        background-attachment: initial;
    }
    .section-whywe .item-box {
        height: 330px;
    }
    .nav-item {
        font-size: 0.9rem;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-aboutus {
        background-size: 320px 320px;
        background-position: 120% 45%;
        background-attachment: initial;
    }
    .item-box {
        height: 292px;
    }
    .section-wedo .item-box, .section-whywe .item-box {
        height: auto;
    }
    .section-contact, .section-services, .section-whywe {
        background-size: cover;
        background-attachment: initial;
        background-position: center center;
    }
    .section-footer p {
        color: #ffffff !important;
    }
    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }
    .section-footer {
        background-position: 130% 100%;
        background-attachment: initial;
    }
    .navbar-light a.nav-link.active, .navbar-light a:hover.nav-link.active {
        background: none;
        color: #003652 !important;
        border-radius: 0px;
        border-left: 4px solid #00965D;
        padding-left: 0.5em;
    }
    .navbar-toggler {
        display: none;
    }
    .scrolled .navbar-toggler {
        display: block;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .form-contact .row div {
        margin-bottom: 1em;
    }
    .form-contact .row {
        margin-bottom: 0px;
    }
    .navbar-light a.nav-link.active, .navbar-light a:hover.nav-link.active {
        background: none;
        color: #003652 !important;
        border-radius: 0px;
        border-left: 4px solid #00965D;
        padding-left: 0.5em;
    }
    .section-contact, .section-services, .section-whywe {
        background-size: cover;
        background-attachment: initial;
        background-position: center center;
    }
    .section-footer {
        background-position: 130% 100%;
        background-attachment: initial;
    }
    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .scrolled.navbar.navbar-light .navbar-toggler {
        display: block;
    }
    .section {
        padding: 85px 0 50px 0;
    }
    .scrolled .logo-color {
        max-width: 115px;
    }
    .logo-white {
        max-width: 180px;
    }
    .section-wedo .item-box, .section-whywe .item-box, .item-box {
        height: auto;
    }
    h2.tittle-main, h2.tittle-section {
        font-size: 36px;
    }
    h2.tittle-main {
        margin-top: 3em;
    }
    .section-main p {
        font-size: 18px;
        line-height: 28px;
    }
    .section-aboutus {
        background: none;
    }
    .section-footer p {
        font-size: 14px;
    }
    .logo-footer {
        max-width: 180px;
        margin-bottom: 2em;
    }
    .content-services-mobile {
        display: block;
    }
    .module-services {
        display: none;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (max-width: 480px) {
    .ico-testimonials {
        margin: 0 auto 1.5em auto;
        display: block;
        width: 35px;
    }
    h2.tittle-section {
        font-size: 42px;
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width: 360px) {
    .btn-form {
        margin-top: 1.5em;
    }
    .form-contact .row {
        margin-bottom: 0;
    }
    .form-contact .row>div {
        margin-top: 1em;
    }
}

/*--------------- END MEDIA QUERIES ------------*/