body {
    position: relative;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    scroll-behavior: smooth !important;
}

.logo {
    margin-top: -5px;
    padding: 0 5px 20px;
    height: 60px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
}

.logo img {
    max-height: 50px;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}

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*/



html {
    scroll-behavior: smooth;
}

.navbar {
    margin: 0 auto;
    /* padding: 50px 20px; */
    min-height: 100px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    background: url(../img/inicio/header.svg) no-repeat;
    background-size: 150% auto;
    z-index: 99;
    background-position: bottom 0px right 50px;
    transition: 0.6s ease;
}

@media (max-width: 550px) {
    .navbar {
        background: none;
    }
}

.navbar.scrolled {
    background: url(../img/inicio/header2.svg) no-repeat;
    background-size: 150% auto;
    z-index: 99;
    background-position: bottom 0px right 50px;
    transition: 0.6s ease;
    filter: drop-shadow(0 10px 15px rgba(70, 176, 224, 0.3));
}

@media (max-width: 450px) {
    .navbar.scrolled {
        background-position: bottom 15px right 20px;
    }
}

.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: 50px;
}

.navbar-links {
    list-style: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 20px 20px 7px 20px;
    font-size: 12px;
}

.navbar-links li {
    margin: 0 25px;
}

.navbar-links a li {
    color: #46B0E0;
}

.navbar-links a {
    text-decoration: none;
    color: #fff;
}

.navbar.scrolled .navbar-links a,
.navbar.scrolled .navbar-links li {
    color: #46B0E0;
}

.navbar-links a:hover {
    text-decoration: none;
    color: #46B0E0;
}

.navbar-links a:active {
    text-decoration: none;
    color: #284570;
}

.navbar.scrolled .navbar-links a:hover {
    color: #4C95D9;
}

.navbar.scrolled .navbar-links a:active {
    color: #46B0E0;
}

.navbar-links.active .navbar-row {
    display: none;
}

.navbar-links.active a {
    color: #46B0E0;
}

.btn-contact {
    background-color: #46B0E0;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    border: 1pt solid #4C95D9;
    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 #46B0E0;
    color: #284570;
    padding: 10px 20px !important;
    border-radius: 25px;
    text-decoration: none;
}

.btn-client-area:hover {
    background-color: #46B0E070;
    color: white !important;
}

.btn-client-area:active {
    background-color: #46B0E0;
    color: white;
}



.navbar-links a.active {
    font-weight: bold;
    padding: 20px;
    border-bottom: 2px solid #46B0E0;
}

.navbar-links .separator {
    margin: 0 10px;
    color: #fff;
    display: contents;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #46B0E0;
    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 {
        background-color: #fff;
        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;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.subtitle-home {
    line-height: 1.3;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.home-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.home-buttons .btn-home {
    background-color: #46B0E0;
    border: 1pt solid #4C95D9;
    border-radius: 8px;
    color: white;
    font-size: 12px;
}

.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 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    width: 80%;
    max-width: 1100px;
    box-sizing: border-box;
}

.track-input {
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    font-size: 16px;
    padding: 5px 10px;
    flex: 1;
    background-color: transparent;
}

.track-input::placeholder {
    color: #fff;
}

.track-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.track-button i {
    margin-right: 5px;
}

.track-button:hover {
    background-color: #fff;
    color: #46B0E0;
}

.track-button:active {
    background-color: #4C95D9;
    color: #fff;
}

.transports img {
    width: 160%;
    height: auto;
    position: relative;
}

.transports {
    position: absolute;
    right: 0;
    width: 70vw;
    bottom: -7vw;
    height: auto;
    margin-left: -50vw;
    overflow: hidden;
    align-content: center;
}

.transports-icon {
    color: #46B0E0;
    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;
}


@media (max-width: 768px) {
    .transports img {
        display: none;
    }

    .transports-container {
        flex-direction: column;
        justify-self: center;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 80%;
        padding: 0 10px;
    }

    .track-input,
    .track-button {
        width: 100%;
        margin: 5px 0;
        padding: 12px;
    }

    .transports-container>div {
        flex: 1 1 100%;
        margin: 10px 0;
        max-width: 100%;
        justify-content: center;
    }

    .transports {
        position: relative;
        background-color: #46B0E0;
        width: 100%;
        height: auto;
        overflow: hidden;
        align-content: center;
        bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 440px) {
    .transports {
        background-color: #46B0E0;
    }

    .transports-container {
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
    }

    .track-input,
    .track-button {
        width: 100%;
        margin: 5px 0;
        padding: 12px;
    }
}

#section-us {
    padding: 150px 20px 40px 20px;
}

.us-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.us-text {
    font-size: 16px;
    color: #393939;
}

.us-col {
    padding: 0;
    margin: 0;
}

.us-col img {
    position: absolute;
    right: 0;
    max-width: 100%;
    align-self: anchor-center;
}

.us-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    #section-us {
        padding: 140px 30px 20px 20px;
    }
}

@media (max-width: 768px) {
    .us-row {
        flex-direction: column;
    }

    .us-col {
        display: contents;
        height: auto;
    }

    .us-col img {
        width: 100%;
        position: static;
    }

    #section-us {
        padding: 100px 30px 20px 20px;
    }
}

@media (max-width: 480px) {
    .us-row {
        flex-direction: column;
    }

    .us-col {
        display: contents;
        height: auto;
    }

    #section-us {
        padding: 60px 30px 20px 20px;
    }
}

#section-services {
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.img-services {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.services-content {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.title-services {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.services-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.services-box {
    flex: 1;
    /* min-width: 280px; */
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    text-align: center;
}

.services-icon {
    height: 70px;
    margin-bottom: 20px;
}

.box-services-description {
    font-size: 16px;
    color: #284570;
    line-height: 1.5;
}

@media (max-width: 1090px) {
    .img-services {
        height: 580px;
    }
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
    }

    .img-services {
        height: 1030px;
    }
}

@media (max-width: 1280px) {
    .img-services {
        display: none;
    }
}

@media (max-width: 1280px) {
    .img-services {
        display: none;
    }

    #section-services {
        background-color: #46B0E030;
    }
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
    }

    .img-services {
        height: 1030px;
    }
}

.btn-services {
    background-color: #46B0E0;
    color: white;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 8px;
}

.btn-services:hover {
    background-color: #4D70A2;
    color: white;
}

.btn-services:active {
    background-color: #284570;
    color: white;
}

#section-counter {
    padding: 40px 0px;
    position: relative;
}

.counter-container {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.counter {
    background-color: #46B0E0;
    height: 10vw;
    align-content: center;
    width: 100%;
}

.counter-icon {
    width: 30%;
    margin: 10px;
    text-align: center;
    align-items: center;
    display: inline-flex;
}

.counter-icon img {
    width: 15%;
}

.counter-text {
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 0 !important;
    font-weight: normal;
}

@media (max-width: 1200px) {
    .counter-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .counter-container {
        flex-direction: column;
        align-items: center;
    }

    .counter {
        height: max-content;
    }

    .counter-icon {
        width: 80%;
    }
}

#section-form {
    padding: 40px 20px 0px 20px;
    text-align: center;
}

.form-container {
    text-align: left;
    top: 30px;
}

.form-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

.contact-form label {
    font-size: 16px;
    color: #393939 !important;
    margin-bottom: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #46B0E030;
    border: none;
}

input::placeholder,
textarea::placeholder {
    color: #393939;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-column {
    flex: 1;
    display: grid;
    gap: 10px !important;
}

.contact-form textarea {
    resize: vertical;
}

.submit-button {
    background-color: #46B0E0;
    color: white;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 8px;
    border: none;
    width: fit-content;
    align-self: 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;
    }
}

#footer-section {
    position: relative;
    /* height: 400px; */
    overflow: hidden;
    color: #fff;
    background-color: transparent;
}

.footer-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.footer-img {
    width: auto;
    object-fit: cover;
    bottom: -60px;
    position: absolute;
    transition: transform 0.5s ease;
}

.footer-columns {
    padding: 100px 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    z-index: 2;
    position: relative;
}

.footer-column {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    flex: 0 auto;
    min-width: auto;
    max-width: 100%;
}

.footer-column h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.footer-column:last-child ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0;
    list-style-type: none;
}

.footer-column:last-child ul li {
    display: inline-block;
    margin: 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}

.footer-column ul li a {
    color: #fff;
}

.footer-bottom {
    padding: 42px 20px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 2;
    position: relative;
    /* bottom: -44px; */
}

.footer-logo {
    margin-left: 5px;
    height: 20px;
}

.footer-left,
.footer-right {
    font-size: 14px;
    color: #393939;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.footer-right a {
    color: #46B0E0;
    text-decoration: none;
}

.footer-right a:hover {
    color: #46B0E0;
}

@media (max-width: 1300px) {
    #footer-section {
        margin-top: 40px;
        height: fit-content;
        background-color: #46B0E0;
    }

    .footer-background {
        display: none;
    }

    .footer-columns {
        padding: 40px 20px 40px 20px;
        justify-content: space-around;
    }

    .footer-bottom {
        padding: 20px;
    }

    .footer-left,
    .footer-right,
    .footer-right a {
        color: #fff;
    }
}

@media (max-width: 768px) {
    #footer-section {
        height: fit-content;
    }

    .footer-columns {
        padding: 40px 20px 40px 20px;
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
        align-items: center;
        width: auto;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}


/* _______________________________________________ 


#footer-section {
    position: relative;
    height: 400px;
    overflow: hidden;
    color: #fff;
}

.footer-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    z-index: 1;
}

.footer-img {
    width: auto;
    object-fit: cover;
    right: 0;
    position: relative;
}

.footer-columns {
    position: absolute;
    display: flex;
    gap: 100px;
    z-index: 2;
    top: 120px;
    width: 50%;
    justify-content: flex-end;
}

.footer-column {
    text-align: left;
    flex: 0 0 auto;
    min-width: auto;
}

.footer-column h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    font-size: 14px;
    margin: 5px 0;
}

li a {
    color: #fff;
}

li a:hover {
    color: #4D70A2;
}

.footer-bottom {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: 12px;
    width: 50%;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #393939;
}

.footer-logo {
    margin-left: 5px;
    height: 20px;
}

.footer-right {
    font-size: 14px;
    color: #393939;
}

.footer-right a {
    color: #46B0E0;
    text-decoration: none;
    margin: 10px;
}

.footer-right a:hover {
    color: #46B0E0;
} */

_______________________________________________
/* QUEM SOMOS */


.cover-us {
    margin: 0;
}

.title-us {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.subtitle-us {
    line-height: 1.3;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .title-us {
        font-size: 3rem;
    }

    .subtitle-us {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .title-us {
        font-size: 2.5rem;
        justify-self: center;
    }

    .subtitle-us {
        font-size: 1.4rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .title-us {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .subtitle-us {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}


.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #39393980;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#section-about-us {
    padding: 120px 20px 40px 20px;
}

.about-us-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.about-us-text {
    flex: 1;
    max-width: 55%;
    text-align: left;
    padding-right: 20px;
    text-transform: uppercase;
}

.about-us-text h2 {
    font-size: 32px;
    font-weight: bold;
    color: #46B0E0;
    margin-bottom: 20px;
}

.about-us-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    margin-bottom: 10px;
    text-transform: initial;
}

.about-us-image {
    flex: 1;
    max-width: 40%;
    text-align: right;
}

.about-us-image img {
    max-width: 100%;
    height: auto;
}

.about-us-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    text-align: left;
}

.about-us-description p {
    margin: 0;
}

@media (max-width: 1024px) {
    .about-us-text {
        max-width: 50%;
    }

    .about-us-text h2 {
        font-size: 28px;
    }

    .about-us-text h3 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .about-us-row {
        flex-direction: column;
        text-align: center;
    }

    .about-us-text {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .about-us-image {
        max-width: 70%;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    #section-about-us {
        padding: 80px 15px 30px 15px;
    }

    .about-us-text h2 {
        font-size: 24px;
    }

    .about-us-text h3 {
        font-size: 14px;
    }

    .about-us-description {
        font-size: 14px;
        text-align: center;
    }
}

#section-company-details {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    color: #393939;
}

.details-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.details-menu {
    flex: 1;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.details-button {
    color: #46B0E0;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.details-button:hover {
    color: #4C95D9;
}

.details-button.active {
    border-left: 2px solid #46B0E0;
    color: #46B0E0;
}

.details-content {
    flex: 2;
    max-width: 75%;
    display: flex;
    align-items: center;
}

.details-text {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.details-text.active {
    display: block;
}

.details-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #46B0E0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.details-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 20px;
}

.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 20px;
}

.timeline-row-history {
    display: grid;
    grid-template-columns: 0.35fr 3fr;
    align-items: start;
    gap: 20px;
}

.timeline-row-mission {
    display: grid;
    grid-template-columns: 0.7fr 3fr;
    align-items: start;
    gap: 20px;
}

.timeline-row-policies {
    display: grid;
    grid-template-columns: 0.55fr 3fr;
    align-items: start;
    gap: 20px;
}

.timeline-year {
    font-size: 16px;
    font-weight: bold;
    color: #46B0E0;
    text-align: right;
}

.timeline-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .details-container {
        flex-direction: column;
        align-items: center;
    }

    .details-menu {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
    }

    .details-button {
        text-align: center;
        padding: 10px 15px;
        flex: 1;
        font-size: 14px;
    }

    .details-content {
        max-width: 100%;
    }

    .timeline-year {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .details-menu {
        flex-direction: column;
    }

    .details-button {
        font-size: 14px;
        padding: 8px;
    }

    .details-text h3 {
        font-size: 20px;
    }

    .details-text p {
        font-size: 14px;
    }

    .timeline-text {
        font-size: 14px;
    }

    .timeline-row-history,
    .timeline-row-mission,
    .timeline-row-policies {
        display: contents;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .details-menu {
        flex-direction: column;
        text-align: center;
    }

    .details-button {
        font-size: 12px;
        padding: 6px;
    }

    .details-text h3 {
        font-size: 18px;
    }

    .details-text p {
        font-size: 13px;
    }

    .timeline-text {
        font-size: 13px;
    }
}

#section-past {
    padding: 40px 20px;
    text-align: center;
}

.past-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}

.past-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #46B0E0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.box {
    background-color: #E2F2FA;
    border-radius: 8px;
    padding: 15px;
    flex: 1;
    min-width: 150px;
    height: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: flex 0.8s ease;
    cursor: pointer;
}

.box.expanded {
    flex: 2;
    padding-top: 15px;
    min-width: 330px;
}

.box-title {
    font-size: 18px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
}

.box-content {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #393939;
}

.box.expanded .box-content {
    display: block;
}

@media screen and (max-width: 1024px) {
    #section-past {
        padding: 30px 20px;
    }

    .past-container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .box {
        min-width: 100%;
        height: auto;
        transition: flex 0.8s ease;
    }

    .box.expanded {
        flex: 1;
        padding-top: 15px;
        min-width: 100%;
    }

    .box-title {
        font-size: 16px;
    }

    .box-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .past-container {
        gap: 1rem;
    }

    .box {
        min-width: 100%;
        height: auto;
        transition: flex 0.8s ease;
    }

    .box.expanded {
        flex: 1;
        min-width: 100%;
    }

    .box-title {
        font-size: 14px;
    }

    .box-content {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    #section-past {
        padding: 20px 10px;
    }

    .past-title {
        font-size: 20px;
    }

    .past-container {
        flex-direction: column;
        gap: 1rem;
    }

    .box {
        min-width: 100%;
        height: auto;
        transition: flex 0.8s ease;
    }

    .box.expanded {
        flex: 1;
        min-width: 100%;
    }

    .box-title {
        font-size: 12px;
    }

    .box-content {
        font-size: 11px;
    }
}

#section-clients {
    padding: 40px 20px;
    text-align: center;
}

.clients-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #46B0E0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.clients-image {
    width: 100%;
    height: auto;
}

#section-security {
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.security-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #46B0E0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.security-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    text-align: left;
}

.security-content {
    top: 30px;
    display: grid;
    align-self: anchor-center;
    align-items: center;
    justify-content: center;
}

.security-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.security-box {
    flex: 1;
    min-width: 190px;
    padding: 10px;
    text-align: center;
}

.security-icon {
    height: 70px;
    margin-bottom: 20px;
}

.box-security-title {
    font-size: 18px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.box-security-description {
    font-size: 14px;
    color: #284570;
    line-height: 1.5;
}

.security-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background-color: #E2F2FA;
    z-index: -1;
}

@media (max-width: 1024px) {
    .security-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .security-box {
        flex: 1 1 calc(50% - 20px);
        min-width: 200px;
    }

    .security-title {
        font-size: 22px;
    }

    .security-subtitle {
        font-size: 15px;
    }

    .box-security-title {
        font-size: 16px;
    }

    .box-security-description {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .security-container {
        flex-direction: column;
        align-items: center;
    }

    .security-box {
        flex: 1 1 100%;
        min-width: 90%;
    }

    .security-title {
        font-size: 20px;
    }

    .security-subtitle {
        font-size: 14px;
        text-align: center;
    }

    .box-security-title {
        font-size: 15px;
    }

    .box-security-description {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #section-security {
        padding: 30px 15px;
    }

    .security-title {
        font-size: 18px;
    }

    .security-subtitle {
        font-size: 13px;
    }

    .security-container {
        flex-direction: column;
        gap: 10px;
    }

    .security-box {
        width: 100%;
        padding: 10px;
    }

    .box-security-title {
        font-size: 14px;
    }

    .box-security-description {
        font-size: 11px;
    }
}

#section-insurance {
    padding: 40px 20px;
}

.insurance-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #46B0E0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.insurance-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    text-align: left;
}

.insurance-second-title {
    font-size: 18px;
    color: #46B0E0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

.insurance-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.insurance-item {
    padding: 10px;
    text-align: center;
    width: 32%;
    min-width: 200px;
}

.insurance-second-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
}

.insurance-item img {
    max-height: 40px;
    margin-bottom: 10px;
}

.commitmets-text {
    font-size: 16px;
    line-height: 1.8;
    color: #393939;
    text-align: center;
}

.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.timeline-row-inovation {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    gap: 20px;
}

.timeline-year {
    font-weight: bold;
    color: #46B0E0;
    font-size: 16px;
    margin-bottom: 5px;
}

.timeline-text {
    font-size: 14px;
    color: #393939;
    max-width: 500px;
}

@media (max-width: 768px) {
    .insurance-item {
        width: 100%;
    }

    .insurance-grid {
        flex-direction: column;
        align-items: center;
    }

    .timeline-row-inovation {
        display: contents;
        text-align: center;
    }

    .insurance-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .insurance-title {
        font-size: 18px;
    }

    .insurance-second-title {
        text-align: center;
    }
}


/*_______________________________________________
 SERVIÇOS */


#section-solutions {
    padding: 100px 20px 20px 20px;
}

.solutions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.solutions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.solutions-text {
    flex: 1;
    max-width: 45%;
    text-align: left;
}

.solutions-text h2 {
    font-size: 32px;
    font-weight: bold;
    color: #46B0E0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.solutions-text h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 10px;
    text-transform: initial;
}

.solutions-icons {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
}

.solution-box {
    background-color: #E2F2FA;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    min-width: fit-content;
    height: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-box img {
    height: 40px;
    width: max-content;
    align-self: center;
    margin-bottom: 10px;
}

.solution-box p {
    font-size: 16px;
    font-weight: bold;
    color: #46B0E0;
}

.solutions-image {
    flex: 1;
    max-width: 45%;
}

.solutions-image img {
    max-width: 100%;
    border-radius: 10px;
}

.solutions-full-text {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 10px;
    text-transform: initial;
}

@media (max-width: 1024px) {
    .solutions-text {
        max-width: 100%;
        text-align: center;
    }

    .solutions-icons {
        max-width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .solution-box {
        width: 28%;
        min-width: 120px;
        padding: 15px;
    }

    .solutions-image {
        max-width: 100%;
        text-align: center;
    }

    .solutions-image img {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .solutions-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .solution-box {
        width: 100%;
        height: auto;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .solutions-row {
        flex-direction: column;
        text-align: center;
    }

    .solutions-text h2 {
        font-size: 26px;
    }

    .solutions-text h3 {
        font-size: 14px;
    }

    .solutions-icons {
        display: flex;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
    }

    .solution-box {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .solutions-full-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .solutions-text h2 {
        font-size: 22px;
    }

    .solutions-text h3 {
        font-size: 12px;
    }

    .solutions-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: -webkit-fill-available;
    }

    .solution-box {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .solutions-full-text {
        font-size: 12px;
    }
}

#section-type-services {
    padding: 20px 20px 40px 20px;
}

.type-services-container {
    display: flex;
    gap: 50px;
}

.accordion-item {
    background-color: #E2F2FA;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.8s ease;
}

.accordion-content {
    background-color: #fff;
    max-height: 0;
    padding: 0 20px;
    color: #393939;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-content ul {
    margin: 15px;
    list-style: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    align-items: center;
}

.accordion-title {
    font-size: 16px;
    font-weight: bold;
    color: #46B0E0;
}

.accordion-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 0px;
}

.accordion-item.active .accordion-content {
    max-height: max-content;
    padding: 20px;
    font-size: 16px;
}

.accordion-item.active::before {
    height: 100%;
}

.type-services-table {
    width: 100%;
    margin: 35px 0px;
    justify-self: center;
}

.type-services-table th {
    font-size: 18px;
    margin-bottom: 10px !important;
    font-weight: bold;
    color: #46B0E0;
}

.type-services-table td {
    padding: 5px;
}

@media (max-width: 1053px) {
    .type-services-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .type-services-container {
        flex-direction: column;
    }

    .accordion-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .type-services-table {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .type-services-table {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .accordion-title {
        font-size: 14px;
    }

    .accordion-subtitle {
        font-size: 14px;
    }

    .type-services-table {
        width: 100%;
    }
}

#section-necessities {
    padding: 40px 20px;
    text-align: center;
}

.necessities-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.necessities-boxes {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.necessity-box {
    background-color: #E2F2FA;
    padding: 30px;
    border-radius: 8px;
    width: 32%;
    text-align: center;
}

.necessity-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #46B0E0;
    margin-bottom: 10px;
}

.necessity-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
}

@media (max-width: 1200px) {
    .necessity-box {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .necessities-boxes {
        flex-direction: column;
        align-items: center;
    }

    .necessity-box {
        width: 100%;
    }
}

#section-related-articles {
    padding: 40px 20px;
}

.related-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.related-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.related-column {
    flex: 1;
    padding: 30px 0px;
    border-radius: 8px;
}

.related-column h3 {
    font-size: 18px;
    font-weight: bold;
    color: #46B0E0;
    margin-bottom: 15px;
    text-align: center;
}

.related-column p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 15px;
}

.ri-arrow-down-s-line {
    font-size: 20px;
    color: #46B0E0;
}

.related-column ol {
    padding-left: 20px;
}

.related-column ol li {
    font-size: 16px;
    color: #393939;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .related-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .related-content {
        flex-direction: column;
        align-items: center;
    }

    .related-column {
        width: 100%;
        text-align: left;
    }
}


#section-faqs {
    padding: 40px 20px;
}

.faqs-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.faqs-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.accordion {
    margin-top: 25px;
}

.accordion-item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #46B0E0;
}

.faqs-column p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .faqs-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .faqs-content {
        flex-direction: column;
        align-items: center;
    }

    .accordion-item {
        width: 100%;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    .accordion-content {
        display: none;
        padding: 15px;
    }

    .accordion-item.active .accordion-content {
        display: block;
    }
}

#section-contacts {
    padding: 100px 20px 40px 20px;
}

.contact-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.map-container {
    height: 400px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin: 25px 0px;
    z-index: 6;
}

.map-container iframe {
    border: 5pt solid #46B0E0;
    z-index: 6;
    border-radius: 8px;
}

#section-help {
    padding: 40px 20px;
}

.help-header h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.help-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    text-align: center;
}

.help-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 25px;
}

.help-info {
    flex: 1;
    max-width: 45%;
}

.help-info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #46B0E0;
    margin-bottom: 25px;
}

.help-info p {
    font-size: 16px;
    color: #393939;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.icon {
    width: 40px;
    height: 40px;
    background: #46B0E0;
    border: 1pt solid #4C95D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 5px;
}

.icon:hover {
    background: #46B0E0;
    color: white;
}

.help-form,
.client-area-form {
    flex: 1;
    border-radius: 8px;
}

.help-form input,
.help-form select,
.help-form textarea,
.client-area-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.phone-group {
    display: flex;
    gap: 10px;
}

.phone-group select {
    flex: 0.3;
}

.phone-group input {
    flex: 1;
}

.recaptcha-placeholder {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: gray;
}

.help-form button,
.client-area-form button {
    width: 100%;
    background: #46B0E0;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.help-form button:hover,
.client-area-form button:hover {
    background: #3a99c5;
}


.help-form,
.client-area-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

.help-form label,
.client-area-form label {
    font-size: 16px;
    color: #393939 !important;
    margin-bottom: 5px;
    text-align: left;
}

select {
    font-size: 16px;
}

option {
    font-size: 16px;
}

.help-form input[type="text"],
.help-form input[type="email"],
.help-form select[name="subject"],
.client-area-form input[name="name"],
.client-area-form input[type="email"],
.client-area-form input[name="password"],
.client-area-form input[name="confirm-password"],
.help-form input[type="file"],
.help-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px !important;
    background-color: #46B0E030;
    color: #393939 !important;
    border: none;
}

@media (max-width: 991px) {
    .help-content {
        flex-direction: column;
        gap: 20px;
    }

    .help-info,
    .help-form,
    .client-area-form,
    .form-container {
        width: 100%;
        max-width: 100%;
    }
}




/*_______________________________________
ÁREA DE CLIENTE */



#section-access {
    display: flex;
    padding: 40px 20px;
}

.access-left {
    width: 33%;
    background-color: #46B0E0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.access-left-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.access-left img {
    position: absolute;
    transform: translate(-50%, -30%);
    width: auto;
    opacity: 0.1;
    object-fit: cover;
    z-index: 1;
}

.access-footer-text {
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.access-left img {
    height: auto;
}

.access-left h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.access-left p {
    font-size: 14px;
    line-height: 1.5;
}

.access-right {
    width: 67%;
    background-color: #E2F2FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.access-right h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
}

.forgot-password {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #393939;
    text-align: left;
    width: 100%;
    text-decoration: underline !important;
}

.forgot-password:hover {
    color: #46B0E0;
}

.forgot-password:active {
    color: #284570;
}

.terms-text {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    color: #393939;
}

.terms-text a {
    color: #46B0E0;
    font-weight: bold;
}

.extra-text {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}

.extra-text a {
    color: #46B0E0;
    text-decoration: underline;
    font-weight: bold;
}

.terms-text:hover,
.extra-text a:hover {
    color: #4D70A2;
}

.terms-text:active,
.extra-text a:active {
    color: #284570;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: white;
    padding: 25px;
    width: 400px;
    max-width: 90%;
    border-radius: 8px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content p {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #393939;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #284570;
    transition: color 0.3s ease-in-out;
}

.close-btn:hover {
    color: #46B0E0;
}

.close-btn:active {
    color: #4D70A2;
}

#password-reset-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

#password-reset-form button {
    background: #46B0E0;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
}

#password-reset-form button:hover {
    background: #3a91c6;
}

@media (max-width: 768px) {
    #section-access {
        flex-direction: column;
    }

    .access-left,
    .access-right {
        width: 100%;
        border-radius: 0;
        padding: 30px;
    }

    .access-left {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .access-right {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

#section-questions {
    padding: 40px 20px;
}

.questions-header h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #46B0E0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.questions-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #393939;
    text-align: center;
    margin-bottom: 25px;
}





/*______________________________________________________________
  AVISOS LEGAIS*/




#section-legal {
    padding: 100px 20px 20px 20px;
}

.legal-container {
    max-width: 1200px;
    margin: 0 auto;
}

.legal-text {
    font-size: 24px;
    font-weight: bold;
    color: #46B0E0;
    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;
    }
}








______________________________________________________________
/* OUTROS DETALHES*/





.container-no-margin {
    padding: 0 0 0 0;
}



@media(min-width: 10px) {
    .cover-home {
        text-align: left;
        position: absolute;
        top: 18vw;
    }

    .cover-us {
        position: absolute;
        top: 12vw;
    }
}


@media (max-width: 1275px) {
    .cover-home {
        text-align: left;
        position: absolute;
    }

    .cover-us {
        position: absolute;
        top: 20vw;
    }
}

@media(min-width: 1600px) {
    .cover-home {
        top: 10vw;
    }
}

@media (max-width: 480px) {
    .cover-home {
        text-align: left;
        position: absolute;
        top: 20vw;
    }

    .cover-us {
        position: absolute;
        top: 22vw;
    }
}

@media (max-width: 1200px) {
    .title-home {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .subtitle-home {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .title-home {
        font-size: 2rem;
    }

    .subtitle-home {
        font-size: 1rem;
    }
}

@media (max-width: 550px) {
    .title-home {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .subtitle-home {
        font-size: 0.7rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 430px) {
    .cover-home {
        margin-top: 25px;
    }
}

@media (min-width: 769px) {
    #margin {
        margin-top: 35px;
    }

    .hamburger span {
        background-color: #46B0E0;
    }
}

@media (max-width: 480px) {
    #margin {
        margin-top: -10px;
    }
}

.row {
    margin: 0 !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    margin: 0 !important;
    padding: 0 !important;
}