section {
    @media (min-width: 1500px) {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}



.f-header {
    display: flex;
    height: fit-content;
    width: 100%;
    overflow: hidden;
    position: relative;

    @media (min-width: 1500px) {
        overflow: visible;
    }
    @media (max-width: 1025px) {
        flex-direction: column;
        height: 100vh;
    }
    @media (max-width: 444px) {
        justify-content: center;
        align-items: center;
    }
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: .7rem;
}

.login-card {
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    color: whitesmoke;
    height: 100vh;

    @media (max-width: 440px) {
        min-width: fit-content;
        height: auto;
    }
}

.login-conteiner {
    display: grid;
    place-items: center;
    height: max-content;
    position: relative;
    max-width: 450px;
    min-width: 300px;
}

#content {
    grid-area: 1 / 1;
}

.form-horizontal {
    @media (max-width: 444px) {
        padding: 1rem;
    }    
}

.blob {
    grid-area: 1 / 1;
    position: absolute;
    transform: translate(-54%, -55%);
    top: 50%;
    left: 50%;
    height: auto;
    user-select: none;
    pointer-events: none;
    width: 270%;
}

.blob--1 {
    z-index: -4;
}
.blob--2 {
    z-index: -3;
}
.blob--3 {
    z-index: -2;
}
.blob--4 {
    z-index: -1;
}

.btn-scroll {
    position: absolute;
    bottom: 3%;
    left: 50px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: fit-content;
    z-index: 10;
    @media (max-width: 1025px) {
        left: 5%;

    }
}

.btn-scroll:hover {
    background-color: #0056b3;
}

.icon-card {
    z-index: 1000;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 1%;
}

.login-card.minimized {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}

.login-card.minimized #content {
    display: none;
}

.header {
    max-height: 100px;
    width: 100%;
    /*TODO: trocar cor*/
    background-color: lightskyblue;
    padding: 15px;
    z-index: 100;
}

.img-logo {
    width: 160px;
    height: fit-content;
}

.img-ca {
    height: 100%;
    width: 70px;
    object-fit: contain;
}

.swiper-wrapper {
    width: 200px !important;
    z-index: 100;
    align-items: center;
    mix-blend-mode: darken;
}

.carousel {
    /*overflow: hidden;*/
    mix-blend-mode: darken;
    margin-bottom: 40px;
}

.text-content {
    padding: 50px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    min-width: 60%;
    z-index: 2;

    @media (max-width: 1025px) {
        height: fit-content;
    }
    @media (max-width: 444px) {
        display: none;
    }
}

.content {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    gap: 20px;

    @media (min-width: 1500px) {
        width: 1500px;
        overflow: visible;
    }
}

.dados-pos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 95%;
    padding: 15px 25px;
    align-self: center;
    border-radius: 20px;
    background-color: ghostwhite;

    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);

    @media (max-width: 830px) {
        justify-content: space-around;
        gap: 20px;
    }

    @media (max-width: 426px) {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: baseline;
        width: fit-content;
    }
}

.dados-pos::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #009AFE;
    z-index: -1;
}

.depoimento {
    width: 95%;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    @media (max-width: 830px) {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

.lista {
    font-size: 16px;
    color: #005690 !important;
    list-style: none;
    padding: 1.5rem 0;
    line-height: 1.8;
}

.img-dep {
    height: 100%;
    width: 250px;
    @media (max-width: 830px) {
        width: fit-content;
        float: right;
        max-width: 75vw;
        height: auto;
    }
}

#atropos-depoimento > div.atropos.my-atropos {
    @media (max-width: 830px) {
        width: fit-content;
        align-self: center;
    }
}

.text-dep {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.pos-content {
    font-size: 18px;
}

.mapa {
    display: flex;
    flex-direction: row;
    padding: 3%;
    gap: 20px;

    @media (max-width: 830px) {
        flex-direction: column;
    }
}

.mapa-content {
    position: relative;
    border-radius: 20px;
    height: 400px;
    width: 100%;
}

.mapa-content::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    /*TODO: trocar cor*/
    background-color: peachpuff;
    z-index: -1;
    visibility: visible;
}

.f-card {
    aspect-ratio: 3 / 4;
    height: 225px;
    position: relative;
    mix-blend-mode: darken;
}

.certificados {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
    mix-blend-mode: darken;
}

.c-img {
    height: 100%;
}

.t-1 {
    font-size: 1.7rem;
    color: #005690;
    font-weight: 400;
    line-height: 1.8;
}

.t-2 {
    font-size: 1.4rem;
    color: #005690;
    font-weight: 400;
    line-height: 1.6;
}

.pos-number {
    font-weight: 800;
}

.info-area {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
    padding: 0 3% 3%;
    @media (max-width: 1025px) {
        flex-direction: column;
    }
}

.info-card {
    position: relative;
    aspect-ratio: 3 / 4;
    width: min-content;
    min-width: 27%;
    background-color: #F5F5F5;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    @media (max-width: 1025px) {
        flex-direction: row;
        max-width: 90%;
        aspect-ratio: 5 / 2;
        gap: 40px;
    }

    @media (max-width: 830px) {
        flex-direction: column;
        aspect-ratio: auto;
        width: min-content;
        min-width: 60%;
        max-width: 90%;
    }

    @media (max-width: 426px) {
        max-width: 100%;
        width: max-content;
    }
}

.info-img {
    width: 100%;
    height: fit-content;
    border-radius: 20px;
}

.info-text {

}

.pag-footer {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #111528;
    gap: 40px;
    color: white;
    @media (min-width: 1500px) {
        width: 1500px;
    }
}

.f-u-area {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;

    @media (max-width: 830px) {
        flex-direction: column;
    }
}

.f-img {
    height: fit-content;
    width: 40%;
    max-width: 150px;
    @media (max-width: 830px) {
        height: 100%;
        width: auto;
        max-width: none;
    }
}

.f-d-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media (max-width: 440px) {
        flex-direction: column;
        gap: 1rem;
    }
}

.rede-area {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    gap: 10px;
    width: min-content;
}

.icon-btn {
    display: inline-flex;
    height: fit-content;
    width: fit-content;
}

.line {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #F5B901 12.5%, #EC5015 25%, #7ABD00 37.5%, #009AFE 50%, #7ABD00 62.5%, #EC5015 75%, #F5B901 87.5%);

}

.f-text {
    width: 80%;
    height: 300px;
    margin-top: 70px;
    @media (max-width: 1025px) {
        display: none;
    }
}

@keyframes come-down {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(0);
    }
}
