body {
    position: relative;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 1.2;
    background-color: #f5f5f6;
    padding: 0;
    margin: 0;
    padding-top: 90px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

*:focus,
*:focus:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.grecaptcha-badge {
    display: none !important
}

a {
    text-decoration: none !important;
}

.icheckbox_minimal-orange {
    background-color: #fff;
}

.form-control {
    -webkit-box-shadow: none !important;
    border-radius: 0;
    height: auto;
}

.login-simple .form-control {
    height: 40px;
    border-radius: 2px;
    font-size: 15px;
}

.btn-show-pass {
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 10px;
    top: 33px;
}

.btn-show-pass:hover,
.btn-show-pass.active {
    color: #000;
}

.btn {
    border-radius: 3px;
}

.card {
    margin-top: 90px;
    background: rgba(255, 255, 255, 0.9);
}

.login-simple .card {
    margin-top: 10vh;
}

.card-tracking {
    margin-top: 0 !important;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 1px 2px #ddd;
    color: #4e4e4e;
}

.login-simple .card-tracking .form-control {
    height: auto;
}

.card-tracking .details-box {
    height: 155px;
    /*   border-left: 1px solid #ddd;*/
    padding-left: 25px;
    margin: 0 20px 0 -60px;
}

.card-tracking .details-box h4 {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
}

.card-tracking .details-box td {
    border: none;
}

.card-tracking .table-history th {
    background: #d7d9e0;
    border-bottom: 1px solid #777;
}

.card-body .content-left {
    padding: 15px;
}

.card-body .content-right {
    background: #333;
    color: #fff;
    padding: 15px 30px;
    position: inherit;
    left: 2px;
    right: 15px;
    top: 0;
    bottom: 0;
    min-height: 400px;
}

.login-simple .card-body .content-right {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 1px 2px #ddd;
    color: #4e4e4e;
}

@media (max-width: 767px) {
    .card-body .content-right {
        padding: 15px 20px !important;
    }
}

.contacts li {
    line-height: 11px;
    font-size: 16px;
    width: 32%;
}

.contacts.address li {
    width: 100% !important;
}

.contacts li h4 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.contacts li h4 small {
    margin-left: 20px;
    line-height: 26px;
    font-size: 15px;
    text-transform: none !important;
}

.logo {
    margin-top: -5px;
    padding: 0 5px 20px;
    height: 60px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}

.logo img {
    max-height: 50px;
}

.login-simple .reset-password {
    text-align: center;
    display: block;
    color: rgba(0, 0, 0, 0.4);
}

.login-simple .reset-password:hover,
.login-simple .reset-password:active,
.login-simple .reset-password:focus {
    color: rgba(0, 0, 0, 1);
}

.credits {
    padding: 5px;
    text-align: left;
    margin-top: -35px;
    margin-left: 10px;
    font-size: 13px;
    color: #777;
    border-top: 1px solid #bbb;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    /* border-bottom: 1px solid #ddd !important; */
    background: white;
}

header img.header-logo {
    max-height: 50px;
}

header .title {
    margin: 10px 0;
    font-size: 28px;
}

header .btn-username .btn,
header .btn-tracking .btn {
    background: transparent !important;
    box-shadow: none !important;
}


@media (max-width: 767px) {
    header img.header-logo {
        max-height: 40px !important;
        margin-top: 0 !important;
    }
}

/*
header .btn-tracking .btn {
    margin-top: -4px;
}
*/

.container.container-account-default {
    background: #fff;
    padding-top: 15px;
    margin-bottom: 50px;
    border-radius: 3px;
}

.home-alerts .notice {
    margin-top: -15px;
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    background: transparent;
    border-left: none;
    box-shadow: none;
}

.home-alerts .notice.notice-danger {
    color: red;
}

.home-alerts .notice.notice-success {
    color: #7cba11;
}

.login-simple .home-alerts .notice.notice-danger {
    color: #f10000;
    background: #f1000017;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
}

/**
 * Panels
 */
.panel {
    background: transparent !important;
    border: none
}

.panel-heading {
    padding: 0;
    border: none;
}

.panel-body {
    background: #f2f2f2;
    border-radius: 0 3px 3px 3px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

/*.panel-heading h4 {
    background: #F3821E;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    z-index: 11;
}

.panel-heading h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #F3821E;
}*/

.panel-heading.panel-heading-sm h4 {
    font-size: 13px;
}

.panel-heading.panel-heading-sm h4:before {
    border-bottom-width: 33px !important;
}

.panel.panel-gray .panel-body {
    background: #EFF0F0;
}




.panel.panel-gray .panel-heading h4:first-child {
    background: #58595B;
}

.panel.panel-gray .panel-heading h4:first-child:before {
    border-bottom-color: #58595B;
}

.panel.panel-gray .panel-heading h4 {
    background: #999;
}

.panel.panel-gray .panel-heading h4:before {
    border-bottom: 37px solid #58595B;
}

/**
 * yellow
 */
.skin-yellow header {
    border-bottom-color: #ffcc00;
}

.skin-yellow .btn-primary {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: rgba(0, 0, 0, 0.7);
}

.skin-yellow .text-primary {
    color: #ffcc00;
}

.skin-yellow .bg-primary {
    background: #ffcc00;
}

.skin-yellow .panel-heading h4 {
    background: #ffcc00;
}

.skin-yellow .panel-heading h4:before {
    border-bottom: 37px solid #ffcc00;
}

/**
 * Orange
 */
.skin-orange header {
    border-bottom-color: #FF7400;
}

.skin-orange .btn-primary {
    background-color: #FF7400;
    border-color: #FF7400;
}

.skin-orange .text-primary {
    color: #FF7400;
}

.skin-orange .bg-primary {
    background: #FF7400;
}

.skin-orange .panel-heading h4 {
    background: #F3821E;
}

.skin-orange .panel-heading h4:before {
    border-bottom-color: #F3821E;
}

.skin-orange .modal-header {
    background: #F3821E;
    color: #fff
}

/**
 * Red
 */
.skin-red header {
    border-bottom-color: #CF000F;
}

.skin-red .btn-primary {
    background-color: #CF000F;
    border-color: #CF000F;
}

.skin-red .text-primary {
    color: #CF000F;
}

.skin-red .bg-primary {
    background: #CF000F;
}

.skin-red .panel-heading h4 {
    background: #CF000F;
}

.skin-red .panel-heading h4:before {
    border-bottom: 37px solid #CF000F;
}

.skin-red .modal-header {
    background: #CF000F;
    color: #fff
}

/**
 * Dark Blue
 */
.skin-dark-blue header {
    border-bottom-color: #0058aa;
}

.skin-dark-blue .btn-primary {
    background-color: #0058aa;
    border-color: #0058aa;
}

.skin-dark-blue .text-primary {
    color: #0058aa;
}

.skin-dark-blue .bg-primary {
    background: #0058aa;
}

.skin-dark-blue .panel-heading h4 {
    background: #0058aa;
}

.skin-dark-blue .panel-heading h4:before {
    border-bottom: 37px solid #0058aa;
}

.skin-dark-blue .modal-header {
    background: #0058aa;
    color: #fff
}

/**
 * Purple
 */
.skin-purple header {
    border-bottom-color: #622599;
}

.skin-purple .btn-primary {
    background-color: #622599;
    border-color: #622599;
}

.skin-purple .btn-primary:hover {
    background-color: #8532d3;
    border-color: #8532d3;
}

.skin-purple .text-primary {
    color: #8532d3;
}

.skin-purple .bg-primary {
    background: #622599;
}

.skin-purple .panel-heading h4 {
    background: #622599;
}

.skin-purple .panel-heading h4:before {
    border-bottom: 37px solid #622599;
}

.skin-purple .modal-header {
    background: #622599;
    color: #fff
}

/**
 * Turquoise
 */
.skin-turquoise header {
    border-bottom-color: #1abc9c;
}

.skin-turquoise .btn-primary {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.skin-turquoise .btn-primary:hover {
    background-color: #16a085;
    border-color: #16a085;
}

.skin-turquoise .text-primary {
    color: #1abc9c;
}

.skin-turquoise .bg-primary {
    background: #1abc9c;
}

.skin-turquoise .panel-heading h4 {
    background: #1abc9c;
}

.skin-turquoise .panel-heading h4:before {
    border-bottom: 37px solid #1abc9c;
}

.skin-turquoise .modal-header {
    background: #1abc9c;
    color: #fff
}

/**
 * Turquoise Blue
 */
.skin-turquoise-blue header {
    border-bottom-color: #00aeb6;
}

.skin-turquoise-blue .btn-primary {
    background-color: #00aeb6;
    border-color: #00aeb6;
}

.skin-turquoise-blue .btn-primary:hover {
    background-color: #16a085;
    border-color: #16a085;
}

.skin-turquoise-blue .text-primary {
    color: #00aeb6;
}

.skin-turquoise-blue .bg-primary {
    background: #00aeb6;
}

.skin-turquoise-blue .panel-heading h4 {
    background: #00aeb6;
}

.skin-turquoise-blue.panel-heading h4:before {
    border-bottom: 37px solid #00aeb6;
}

.skin-turquoise-blue .modal-header {
    background: #00aeb6;
    color: #fff
}


/**
 * Gold
 */
.skin-gold header {
    border-bottom-color: #deb658;
}

.skin-gold .btn-primary {
    background-color: #deb658;
    border-color: #deb658;
    color: rgba(0, 0, 0, 0.7);
}

.skin-gold .text-primary {
    color: #deb658;
}

.skin-gold .bg-primary {
    background: #deb658;
}

.skin-gold .panel-heading h4 {
    background: #deb658;
}

.skin-gold .panel-heading h4:before {
    border-bottom: 37px solid #deb658;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }

    header {
        height: 62px;
    }

    .header-logo {
        max-width: 170px !important;
        vertical-align: middle;
        max-height: 60px !important;
    }

    .btn-user img {
        height: 30px !important;
    }

    .btn-user .caret {
        margin-left: 0;
        margin: 14px 5px 12px 2px !important;
    }

    .toggle-menu-btn {
        background-color: #1f2c33;
        border-color: #1f2c33;
        color: #fff;
    }

    .toggle-menu-btn:hover,
    .toggle-menu-btn:hover:active,
    .toggle-menu-btn:active,
    .toggle-menu-btn.hover {
        background-color: #4a4f52;
    }

    .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .center-middle-xs {
        height: 60px;
        margin-top: -10px;
        padding: 5px;
        text-align: center;
    }
}


.ontime-tracking {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.ontime-tracking .tracking-history {
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 0;
    z-index: 1;
    background: rgba(246, 168, 0, 0.87);
    width: 25%;
    padding: 20px 25px;
}

.ontime-tracking .operator-avatar img {
    height: 60px;
    border-radius: 60px;
    border: 3px solid #303030;
    float: left;
    margin-right: 10px;
}

.ontime-tracking .operator-avatar h4 {
    margin: -3px;
    float: left;
}

.ontime-tracking .operator-avatar h4 small {
    color: #303030;
}

.operator-avatar h4 small {}

.ontime-tracking .navegation-status {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    margin: 20px -25px 0 -25px;
    padding: 10px 25px;
    background: rgb(255, 255, 255);
}

.ontime-tracking .last-status {
    height: 45px;
    margin: -5px 0;
    overflow: hidden;
    /*width: 245px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ontime-tracking .last-status .status-date {
    float: right;
    margin: 6px 0;
    font-size: 12px;
    font-weight: bold;
}

.ontime-tracking .navegation-history {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px 25px;
    background: #fff;
}

.ontime-tracking .disabled-history {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-weight: bold;
}

.ontime-tracking .disabled-history small {
    line-height: 16px;
    display: block;
    text-transform: none;
    font-weight: normal;
}

/**
 * PROCESS MODEL
 */

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent !important;
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    left: -70px;
    top: 33px;
    width: 85%;
    z-index: -1;
}

.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;

}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited,
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus,
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
    color: #29a700;
}

.process-model li.active i,
.process-model li.visited i {
    background: #fff;
    border-color: #29a700;
}

.process-model li.active::after,
.process-model li.visited::after {
    background: #29a700;
}


.process-model li.incidence.active,
.process-model li.incidence.visited,
.process-model li.incidence.active a,
.process-model li.incidence.active a:hover,
.process-model li.incidence.active a:focus,
.process-model li.incidence.visited a,
.process-model li.incidence.visited a:hover,
.process-model li.incidence.visited a:focus,
.process-model li.incidence.active p,
.process-model li.incidence.visited p {
    font-weight: 600;
    color: #ff0000;
}

.process-model li.incidence.active i,
.process-model li.incidence.visited i {
    background: #fff;
    border-color: #ff0000;
}


.process-model li.incidence.active::after,
.process-model li.incidence.visited::after {
    background: #ff0000;
}

.process-model li.incidence.active,
.process-model li.incidence.visited,
.process-model li.incidence.active a,
.process-model li.incidence.active a:hover,
.process-model li.incidence.active a:focus,
.process-model li.incidence.visited a,
.process-model li.incidence.visited a:hover,
.process-model li.incidence.visited a:focus,
.process-model li.incidence.active p,
.process-model li.incidence.visited p {
    font-weight: 600;
    color: #ff0000;
}

.process-model li.incidence.active i,
.process-model li.incidence.visited i {
    background: #fff;
    border-color: #ff0000;
}


.process-model li.incidence.active::after,
.process-model li.incidence.visited::after {
    background: #ff0000;
}

.process-model li.returned.active,
.process-model li.returned.visited,
.process-model li.returned.active a,
.process-model li.returned.active a:hover,
.process-model li.returned.active a:focus,
.process-model li.returned.visited a,
.process-model li.returned.visited a:hover,
.process-model li.returned.visited a:focus,
.process-model li.returned.active p,
.process-model li.returned.visited p {
    font-weight: 600;
    color: #ff8d1e;
}

.process-model li.returned.active i,
.process-model li.returned.visited i {
    background: #fff;
    border-color: #ff8d1e;
}


.process-model li.returned.active::after,
.process-model li.returned.visited::after {
    background: #ff8d1e;
}

.process-model li:first-child::after {
    width: 0;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}

.process-model.contact-us-tab li::after {
    display: none;
}

.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .card {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .login-simple .card {
        margin: 0;
    }

    .card {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .card.card-tracking {
        margin-top: 30px;
        margin-bottom: 0 !important;
    }

    .contacts li {
        width: 48% !important;
    }

    .contacts li.email {
        width: 100% !important;
    }

    .card-tracking .details-box {
        height: auto;
        padding: 0 10px;
        margin: auto;
    }

    .process-model {
        margin: 20px 0 -10px;
    }

    .process-model li::after {
        left: -20px;
        top: 0;
    }

    .process-model li i {
        display: block;
        height: 35px;
        width: 35px;
        line-height: 30px;
        font-size: 16px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
        margin: 4px -7px 10px;
    }
}





______________________________________________________________
/* HEADER*/



html {
    scroll-behavior: smooth;
}

header {
    background: white;
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 20px;
    min-height: 100px !important;
    background-color: #fff;
    margin-bottom: 0px !important;
}

.navbar-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-logo img {
    height: 35px;
}

.navbar-links {
    list-style: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 20px 20px 0px 20px;
}

.navbar-links li {
    margin: 0 10px;
}

.navbar-links a {
    text-decoration: none;
    color: #284570;
}

.navbar-links a:hover {
    text-decoration: underline;
    color: #198CCC;
}

.btn-contact {
    background-color: #198CCC;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 25px;
    text-decoration: none;
}

.btn-contact:hover {
    background-color: #4D70A2;
    color: white;
}

.btn-contact:active {
    background-color: #284570;
    color: white;
}

.btn-client-area {
    border: 2px solid #198CCC;
    color: #284570;
    padding: 10px 20px !important;
    border-radius: 25px;
    text-decoration: none;
}

.btn-client-area:hover {
    background-color: #198CCC70;
    color: white !important;
}

.btn-client-area:active {
    background-color: #198CCC;
    color: white;
}

/* #consultoria-link,
#pt-link,
#en-link {
    padding: 8px 15px;
}

#pt-link,
#en-link {
    color: #284570;
    border: none;
    background: none;
    cursor: pointer;
}

#pt-link {
    margin-right: 5px;
}

#en-link {
    margin-left: 5px;
} */

.navbar-links a.active {
    font-weight: bold;
    padding: 20px;
    border-bottom: 2px solid #198CCC;
}

.navbar-links .separator {
    margin: 0 10px;
    color: #284570;
    display: contents;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #284570;
    margin-bottom: 4px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

@media (min-width: 1217px) and (max-width: 1427px) {
    .navbar {
        gap: 25px;
        justify-content: center;
    }
}

@media (max-width: 1216px) {
    .navbar-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
    }

    .navbar-links li {
        margin: 10px 0;
    }

    .hamburger {
        display: flex;
    }

    .navbar-links.active {
        max-height: 420px;
        padding: 20px;
        box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 7px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .hamburger span {
        position: relative;
    }
}

@media (max-width: 768px) {
    .home-content {
        left: 10px;
        max-width: 100%;
    }

    .navbar-logo img {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .home-content h1 {
        font-size: 1.5rem;
    }

    .navbar-logo img {
        height: 35px;
    }
}






_______________________________________
/* PÁGINA INICIAL */



.cover-home {
    margin: 0;
}

.title-home {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 75%;
    color: #284570;
}

.subtitle-home {
    max-width: 60%;
    line-height: 1.3;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #284570;
}

.home-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.home-buttons .btn-home {
    background-color: #284570;
    color: white;
}

.home-buttons .btn-home:hover {
    background-color: #4D70A2;
    color: white;
}

.home-buttons .btn-home:active {
    background-color: #284570;
    color: white;
}

@media (max-width: 768px) {
    .home-content {
        left: 10px;
        max-width: 100%;
    }

    .home-content h1 {
        font-size: 2rem;
    }

    .home-content p {
        font-size: 1rem;
    }

    .home-buttons .btn {
        margin: 5px 0;
        text-align: center;
        font-size: 0.8rem;
    }

    .img-home {
        max-height: 400px;
    }

}

@media (max-width: 480px) {
    .home-content h1 {
        font-size: 1.5rem;
    }

    .home-content p {
        font-size: 0.9rem;
    }

    .home-buttons .btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .img-home {
        max-height: 250px;
    }
}

.transports-container {
    padding: 0;
    margin: 2vw auto;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1300px;
}

@media (max-width: 768px) {
    .transports-container>div {
        flex: 1 1 45%;
        margin: 10px;
        max-width: 45%;
        justify-content: center;
    }

    .transports {
        left: 90%;
        width: 60vw;
    }
}

@media (max-width: 666px) {
    .transports-container>div {
        flex: 1 1 45%;
        display: ruby;
        margin: 10px;
        max-width: 45%;
    }

    .transports {
        left: 80%;
        width: 70vw;
        text-align-last: center;
    }
}

@media (max-width: 500px) {
    .transports-container>div {
        flex: 1 1 15%;
        display: block;
        margin: 10px;
        max-width: 45%;
    }

    .transports {
        left: 70% !important;
        width: 80vw !important;
        text-align-last: center;
    }
}



.transports {
    background-color: #284570;
    height: 12vw;
    bottom: 0;
    border-radius: 150px 0 0 0;
    position: absolute;
    left: 70%;
    width: 80vw;
    bottom: -6vw;
    height: auto;
    margin-left: -50vw;
    overflow: hidden;
    align-content: center;
}

.transports-icon {
    color: #198CCC;
    font-size: 4vw;
    display: flex;
    align-items: center;
}

.transports-icon i {
    margin: 16px;
}

.transports-text {
    color: white;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

#section-partners {
    padding: 160px 30px 20px 20px;
}

.partners-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    text-align: center;
}

.partners-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.partners-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.partners-col {
    flex: 1;
    height: 150px;
}

.partners-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

@media (max-width: 1200px) {
    #section-partners {
        padding: 140px 30px 20px 20px;
    }
}

@media (max-width: 768px) {
    .partners-col {
        flex: 0 0 calc(50% - 10px);
        height: 120px;
    }

    #section-partners {
        padding: 100px 30px 20px 20px;
    }
}

@media (max-width: 480px) {
    .partners-col {
        flex: 0 0 100%;
        height: 100px;
    }

    #section-partners {
        padding: 60px 30px 20px 20px;
    }
}

#section-excelence {
    padding: 30px 20px;
}

.img-excelence {
    padding-bottom: 20px;
}

.img-excelence img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.title-excelence {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.text-excelence {
    font-size: 16px;
    color: #284570;
    text-align: left;
    margin-bottom: 20px;
}

.content-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn-excelence {
    background-color: #198CCC;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
}

.btn-excelence:hover {
    background-color: #4D70A2;
    color: white;
}

.btn-excelence:active {
    background-color: #284570;
    color: white;
}

.info-boxes {
    display: flex;
    gap: 15px;
}

.box {
    background-color: #284570;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    flex: 1;
    align-content: center;
}

.box-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon img {
    width: 30px;
    height: 30px;
    color: #198CCC;
}

.title-box {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.text-box {
    color: white;
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 914px) {
    .info-boxes {
        margin-top: 15px;
    }

    /* .content-line {
        justify-content: center;
    } */
}

@media (max-width: 590px) {
    .info-boxes {
        flex-direction: column;
        width: -webkit-fill-available;
    }
}

#section-storage {
    padding: 30px 20px;
}

.content-storage {
    text-align: center;
}

.title-storage {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-storage {
    font-size: 16px;
    color: #284570;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grid-storage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.storage-box {
    flex: 1 1 calc(16.666% - 10px);
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: white;
}

.storage-box:hover {
    transform: translateY(-10px);
}

.storage-image {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.storage-image img {
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
    transition: opacity 0.3s ease;
}

.storage-box h3 {
    font-size: 1.5rem;
    color: #284570;
    margin: 5px;
    font-weight: 500;
}

.storage-box p {
    font-size: 1rem;
    color: #284570;
    margin: 0px 5px 15px 5px;
}

.btn-storage {
    background-color: #198CCC;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
}

.btn-storage:hover {
    background-color: #4D70A2;
    color: white;
}

.btn-storage:active {
    background-color: #284570;
    color: white;
}

@media (max-width: 768px) {
    .storage-box {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (max-width: 480px) {
    .storage-box {
        flex: 1 1 100%;
    }
}

#section-we-handle {
    padding: 30px 20px 60px 20px;
}

.we-handle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.we-handle-left-column,
.we-handle-right-column {
    flex: 1;
    min-width: 300px;
}

.title-we-handle {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    text-align: left;
}

.text-we-handle {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    color: #284570;
}

.image {
    width: 100%;
    max-height: 305px;
    border-radius: 8px;
    object-fit: cover;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #284570;
}

.step-text {
    font-size: 14px;
    color: #284570;
}

.we-handle-btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #198CCC;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.we-handle-btn:hover {
    background-color: #4D70A2;
    color: white;
}

.we-handle-btn:active {
    background-color: #284570;
    color: white;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .right-column .step {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon {
        margin-bottom: 10px;
    }

    .we-handle-btn {
        margin-top: 30px;
    }
}

#section-difference {
    padding: 0px 20px;
    text-align: center;
}

.img-difference {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
    object-position: 50% 20%;
    opacity: 50%;
}

.difference-content {
    position: absolute;
    top: 30px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #28457070;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.title-difference {
    font-size: 28px;
    margin-bottom: 10px;
    color: white;
}

.subtitle-difference {
    font-size: 18px;
    margin-bottom: 40px;
    color: white;
}

.difference-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.difference-box {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    transition: transform 0.3s ease;
    text-align: center;
}

.difference-box:hover {
    transform: translateY(-10px);
}

.difference-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.box-difference-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #284570;
}

.box-difference-description {
    font-size: 16px;
    color: #284570;
    line-height: 1.5;
}

@media (max-width: 1090px) {
    .img-difference {
        height: 580px;
    }
}

@media (max-width: 1090px) {
    .img-difference {
        height: 780px;
    }
}

@media (max-width: 776px) {
    .img-difference {
        height: 830px;
    }
}

@media (max-width: 768px) {
    .difference-container {
        flex-direction: column;
    }

    .img-difference {
        height: 1030px;
    }
}

@media (max-width: 616px) {
    .img-difference {
        height: 1090px;
    }
}

@media (max-width: 576px) {
    .img-difference {
        height: 1155px;
    }
}

@media (max-width: 480px) {
    .img-difference {
        height: 1260px;
    }
}

#section-location {
    padding: 60px 20px 60px 20px;
}

.location-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.location-left {
    flex: 1;
    min-width: 280px;
}

.location-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    text-align: left;
}

.location-text {
    font-size: 16px;
    color: #284570;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
}

.location-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.location-icon-box {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.location-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.location-icon-title {
    font-size: 18px;
    color: #284570;
    margin-bottom: 5px;
}

.location-icon-subtitle {
    font-size: 16px;
    color: #284570;
}

.location-right {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.location-image {
    width: auto;
    max-height: 430px;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 950px) {
    .location-container {
        flex-direction: column;
    }
}

@media (max-width: 530px) {
    .location-image {
        max-height: 390px;
    }
}

@media (max-width: 450px) {
    .location-image {
        max-height: 350px;
    }
}

@media (max-width: 390px) {
    .location-image {
        max-height: 300px;
    }
}

#section-services {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.banner-services-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #198CCC10;
    z-index: -1;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.services-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 10px;
}

.services-subtitle {
    font-size: 18px;
    color: #284570;
    margin-bottom: 50px;
}

.services-content {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.services-left,
.services-right {
    flex: 1;
    min-width: 280px;
}

.services-image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.service-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    transition: transform 0.3s ease;
}

.service-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #198CCC;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.service-item:hover {
    transform: translateX(-10px);
}

.service-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-info {
    text-align: left;
}

.service-title {
    font-size: 20px;
    color: #284570;
    margin-bottom: 5px;
}

.service-description {
    font-size: 16px;
    color: #284570;
    line-height: 1.5;
}

.services-button {
    margin-top: 30px;
    text-align: center;
}

.btn-services {
    background-color: #198CCC;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
}

.btn-services:hover {
    background-color: #4D70A2;
    color: white;
}

.btn-services:active {
    background-color: #284570;
    color: white;
}

@media screen and (max-width: 1300px) {
    .services-content {
        flex-direction: column;
    }

    .services-left,
    .services-right {
        min-width: 100%;
    }

    .services-image {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .services-image {
        height: 250px;
    }
}

#section-tracking {
    padding: 60px 20px 60px 20px;
}

.tracking-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tracking-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.tracking-subtitle {
    font-size: 18px;
    color: #284570;
    margin-bottom: 30px;
    text-align: left;
}

.tracking-box {
    background-color: #284570;
    padding: 35px 20px 35px 20px;
    border-radius: 12px;
}

.tracking-instruction {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.tracking-input-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tracking-input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 25px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}

.tracking-button{
    background-color: #198CCC;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    border: none;
}

.tracking-button:hover {
    background-color: #4D70A2;
    color: white;
}

.tracking-button:active {
    background-color: #133261;
    color: white;
}

@media (max-width: 768px) {
    .tracking-input-group {
        flex-direction: column;
    }

    .tracking-input {
        border-radius: 25px;
        margin-bottom: 10px;
        width: 100%;
    }

    .tracking-button {
        border-radius: 25px;
        width: 100%;
    }
}

#section-form {
    padding: 0px 20px;
    text-align: center;
}

.img-form {
    width: 100%;
    height: 880px;
    object-fit: cover;
    display: block;
    object-position: 50% 20%;
    opacity: 5%;
}

.banner-form-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #198CCC10;
    z-index: -1;
}

.form-container {
    max-width: 800px;
    position-area: center;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 30px;
}

.form-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.form-subtitle {
    font-size: 18px;
    color: #284570;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form label {
    font-size: 16px;
    color: #284570 !important;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #28457050;
    font-size: 16px;
    color: #333;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-column {
    flex: 1;
}

.contact-form textarea {
    resize: vertical;
}

.submit-button {
    background-color: #198CCC;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.submit-button:hover {
    background-color: #4D70A2;
    color: white;
}

.submit-button:active {
    background-color: #284570;
    color: white;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .img-form {
        height: 950px;
    }
}

@media (max-width: 480px) {
    .img-form {
        height: 970px;
    }
}

#section-faqs {
    padding: 30px 20px 60px 20px;
}

.faqs-container {
    display: flex;
    gap: 50px;
}

.faqs-left {
    flex: 1;
}

.faqs-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 15px;
}

.faqs-description {
    font-size: 15px;
    color: #284570;
    margin-bottom: 20px;
}

.faqs-info .faqs-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.faqs-line img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

.faqs-line p {
    margin: 0;
    font-size: 14px;
    color: #284570;
}

.faqs-right {
    flex: 1;
}

.accordion {
    margin-bottom: 30px;
    margin-top: 20px;
}

.accordion-item {
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    position: relative;
    transition: transform 0.3s ease;
}

.accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #198CCC;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.accordion-header {
    padding: 15px 20px;
    font-size: 15px;
    color: #284570;
    cursor: pointer;
}

.accordion-content {
    max-height: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #284570;
    overflow: hidden;
    transition: 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 15px 20px;
    font-size: 12px;
}

.accordion-item.active::before {
    height: 100%;
}

.faqs-social-media {
    display: flex;
    justify-content: center;
}

.social-media-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #198CCC;
    padding: 15px 35px;
    border-radius: 15px;
    color: white;
}

.social-media-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.social-media-item p {
    margin: 0;
    font-size: 14px;
}


.location-map {
    padding: 30px 0px 0px 0px;
}

.location-map iframe {
    border: solid 1pt #28457050;
    width: 100%;
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1053px) {
    .faqs-container {
        flex-direction: column;
    }

    .faq-left {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .faqs-container {
        flex-direction: column;
    }

    .faq-left {
        margin-bottom: 20px;
    }
}

#footer-section {
    background-color: #284570;
    padding: 30px 20px;
    border-radius: 25px 25px 0 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
}

.footer-logo {
    margin-left: 5px;
    height: 20px;
}

.footer-right {
    font-size: 14px;
    color: white;
}

.footer-right a {
    color: white;
    text-decoration: none;
    margin: 10px;
}

.footer-right a:hover {
    color: #198CCC;
}

@media (max-width: 700px) {
    .footer-content {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }
}







_______________________________________________
/* CONSULTORIA */



#banner-consulting-section {
    position: relative;
    overflow: hidden;
}

.banner-consulting-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: -1;
}

.banner-consulting-text {
    text-align: left;
    position: absolute;
    top: 3vw;
    color: #284570;
}

.banner-consulting-text h1 {
    font-size: 3rem;
    font-weight: bold;
}

.banner-consulting-text p {
    font-size: 1.5rem;
}

#consulting-section {
    padding: 60px 20px 30px 20px;
    text-align: center;
}

.consulting-text {
    font-size: 16px;
    color: #284570;
    margin-bottom: 30px;
    text-align: left;
}

.consulting-image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.consulting-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.overlay-box {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 15px;
    padding: 30px 20px;
    width: 90%;
    box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
}

.icon-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-column {
    text-align: center;
    flex: 1;
}

.icon-column img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.icon-column h3 {
    font-size: 18px;
    color: #284570;
    margin-bottom: 15px;
}

.icon-column p {
    font-size: 12px;
    color: #284570;

}

.icon-column.small {
    flex: 0.5;
}


@media (max-width: 1427px) {
    #banner-consulting-section {
        margin-top: 70px;
    }
}

@media (max-width: 1216px) {
    #banner-consulting-section {
        margin-top: 40px;
    }
}

@media (max-width: 999px) {

    .icon-column img {
        height: 30px;
    }
}

@media (max-width: 880px) {
    .overlay-box {
        width: 90%;
        padding: 20px 15px;
        bottom: -630px;
    }

    .icon-columns {
        flex-wrap: wrap;
    }

    .icon-column {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .icon-column.small {
        flex: 1 1 20%;
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    #banner-consulting-section {
        margin-top: 70px;
    }
}

@media (max-width: 480px) {
    .icon-column {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

    .icon-column.small {
        flex: 1 1 50%;
    }
}

@media (max-width: 460px) {
    .overlay-box {
        width: 90%;
        padding: 20px 15px;
        bottom: -680px;
    }
}

@media (max-width: 390px) {
    .overlay-box {
        width: 90%;
        padding: 20px 15px;
        bottom: -710px;
    }
}

@media (max-width: 350px) {
    .overlay-box {
        width: 90%;
        padding: 20px 15px;
        bottom: -780px;
    }
}

@media (max-width: 320px) {
    .overlay-box {
        width: 90%;
        padding: 20px 15px;
        bottom: -800px;
    }
}


#section-choose-us {
    padding: 170px 20px 60px 20px;
}

.choose-us-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.choose-us-left-column,
.choose-us-right-column {
    flex: 1;
    min-width: 300px;
}

.title-choose-us {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.text-choose-us {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    color: #284570;
}

.choose-us-right-column .step {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: contain;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #284570;
}

.step-text {
    font-size: 14px;
    color: #284570;
}

.choose-us-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #198CCC;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 880px) {
    #section-choose-us {
        padding: 630px 20px 60px 20px;
    }
}

@media (max-width: 460px) {
    #section-choose-us {
        padding: 680px 20px 60px 20px;
    }
}

@media (max-width: 390px) {
    #section-choose-us {
        padding: 710px 20px 60px 20px;
    }
}

@media (max-width: 350px) {
    #section-choose-us {
        padding: 780px 20px 60px 20px;
    }
}

@media (max-width: 320px) {
    #section-choose-us {
        padding: 800px 20px 60px 20px;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .right-column .step {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon {
        margin-bottom: 10px;
    }

    .choose-us-btn {
        margin-top: 30px;
    }
}

#section-form-consulting {
    padding: 0px 20px;
    text-align: center;
}

.img-form-consulting {
    width: 100%;
    height: 880px;
    object-fit: cover;
    display: block;
    object-position: 50% 20%;
    opacity: 5%;
}

.banner-form-consulting-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #198CCC10;
    z-index: -1;
}

.form-consulting-container {
    max-width: 800px;
    position-area: center;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 30px;
}

.form-consulting-title {
    font-size: 24px;
    color: #284570;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.form-consulting-subtitle {
    font-size: 18px;
    color: #284570;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-consulting {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-consulting label {
    font-size: 16px;
    color: #284570 !important;
    margin-bottom: 5px;
}

.contact-form-consulting input[type="text"],
.contact-form-consulting input[type="email"],
.contact-form-consulting textarea {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #28457050;
    font-size: 16px;
    color: #333;
}

.form-consulting-row {
    display: flex;
    gap: 20px;
}

.form-consulting-column {
    flex: 1;
}

.contact-form-consulting textarea {
    resize: vertical;
}

.submit-button {
    background-color: #198CCC;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.submit-button:hover {
    background-color: #0f76b5;
}

@media (max-width: 768px) {
    .form-consulting-row {
        flex-direction: column;
    }

    .img-form-consulting {
        height: 1010px;
    }
}

@media (max-width: 480px) {
    .img-form-consulting {
        height: 1040px;
    }
}


______________________________________________________________
/* OUTROS DETALHES*/





.container-no-margin {
    padding: 0 0 0 0;
}


@media(min-width: 10px) {
    .cover-home {
        text-align: left;
        position: absolute;
        top: 5vw;
    }
}


@media (max-width: 1275px) {
    .cover-home {
        text-align: left;
        position: absolute;
        top: 10vw;
    }
}

@media (max-width: 480px) {
    .cover-home {
        text-align: left;
        position: absolute;
        top: 20vw;
    }
}

@media (max-width: 1200px) {
    .title-home {
        font-size: 3rem;
        max-width: 60%;
        margin-bottom: 20px;
    }

    .subtitle-home {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .title-home {
        font-size: 2rem;
        max-width: 70%;
    }

    .subtitle-home {
        font-size: 1rem;
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .title-home {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .subtitle-home {
        font-size: 0.7rem;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    #margin {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    #margin {
        margin-top: -10px;
    }
}




#section-legal {
    padding: 60px 20px 40px 20px;
}

.legal-container {
    max-width: 1200px;
    margin: 0 auto;
}

.legal-text {
    font-size: 24px;
    font-weight: bold;
    color: #284570;
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.legal-description {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 10px;
    text-transform: initial;
}

@media (max-width: 1024px) {
    .legal-text {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .legal-text {
        font-size: 26px;
    }

    .legal-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .legal-text h2 {
        font-size: 22px;
    }

    .legal-description {
        font-size: 12px;
    }
}


