@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Nunito:wght@200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600&display=swap);

#creds .futtx {
    color: #333;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    margin-right: 0.5%;
}
#creds #cora {
    height: 18px;
    margin: 0 5px;
    width: 15px;
}
#creds .txd {
    color: #333;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 300;
    margin-top: -5px;
    text-align: center;
    width: 80%;
}
#creds img {
    height: 15px;
    margin: 5px;
    width: 25px;
}
#onde {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#onde p {
    color: grey;
    text-align: center;
    width: 70%;
}
#onde .block {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
#onde .block .content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    cursor: pointer;
    margin: 10px 0;
    padding: 20px 28px;
    transition: 0.2s ease-in-out;
    width: 50%;
}
#onde .block .content:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}
#onde .block .content h5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#onde .block .content h5 img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#onde .block .content div {
    display: none;
}
#onde .block .content div .numbs {
    display: grid !important;
    grid-template-columns: auto auto auto;
}
#onde .block .content div .numbs a p b {
    color: #429fda;
}
#onde .block .content[data-active="true"] h5 img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#onde .block .content[data-active="true"] div {
    display: flex;
    flex-direction: column;
}
@media (max-width: 800px) {
    #onde {
        flex-direction: column;
    }
    #onde p {
        color: grey;
        width: 100%;
    }
    #onde .block {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    #onde .block .content {
        background-color: #fff;
        border-radius: 15px;
        cursor: pointer;
        margin: 20px;
        padding: 2%;
        width: 100%;
    }
    #onde .block .content h5 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #onde .block .content h5 img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #onde .block .content div {
        display: none;
    }
    #onde .block .content div .numbs {
        display: grid !important;
        grid-template-columns: auto auto auto;
    }
    #onde .block .content div .numbs a p b {
        color: #429fda;
    }
    #onde .block .content[data-active="true"] h5 img {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #onde .block .content[data-active="true"] div {
        display: flex;
        flex-direction: column;
    }
}
#homeCurse {
    align-items: flex-start;
    background: url(../assets/curso-bg2.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
#homeCurse .cont {
    width: 40%;
}
#homeCurse .cont form {
    display: flex;
    flex-direction: column;
}
#homeCurse .cont form input {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    height: 50px;
    margin: 2% 0;
}
#homeCurse .cont form button {
    border-radius: 10px;
}
@media (max-width: 800px) {
    #homeCurse {
        align-items: center;
        background: url(../assets/curso-bg-mobile.webp);
        background-size: cover;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: start;
        padding-top: 25%;
    }
    #homeCurse .cont {
        width: 100%;
    }
    #homeCurse .cont form {
        display: flex;
        flex-direction: column;
    }
    #homeCurse .cont form input {
        background-color: #fff;
        border: none;
        border-radius: 10px;
        height: 50px;
        margin: 2% 0;
    }
    #homeCurse .cont form button {
        border-radius: 10px;
    }
}
#sobre {
    justify-content: center;
}
#sobre .box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 70%;
}
#sobre .box .cursos {
    width: 100%;
}
#sobre .box .cursos .content {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2% 0;
    min-height: 60px;
    padding: 2%;
    position: relative;
    width: 100%;
}
#sobre .box .cursos .content:hover {
    background-color: #f8f8f8;
}
#sobre .box .cursos .content #seta {
    position: absolute;
    right: 2%;
    top: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#sobre .box .cursos .content ul {
    display: none;
}
#sobre .box .cursos .content[data-active="true"] ul {
    display: block;
}
#sobre .box .cursos .content[data-active="true"] #seta {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#sobre .box button {
    border-radius: 10px;
    margin: 5% 0;
    padding: 2% 30%;
}
@media (max-width: 800px) {
    #sobre {
        justify-content: center;
    }
    #sobre .box {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #sobre .box .cursos {
        width: 100%;
    }
    #sobre .box .cursos .content {
        align-items: flex-start;
        background-color: #fff;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 2% 0;
        min-height: 60px;
        padding: 2%;
        position: relative;
        width: 100%;
    }
    #sobre .box .cursos .content:hover {
        background-color: #f8f8f8;
    }
    #sobre .box .cursos .content #seta {
        position: absolute;
        right: 2%;
        top: 30px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #sobre .box .cursos .content ul {
        display: none;
    }
    #sobre .box .cursos .content[data-active="true"] ul {
        display: block;
    }
    #sobre .box .cursos .content[data-active="true"] #seta {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #sobre .box button {
        border-radius: 10px;
        height: 50px;
        margin: 5% 0;
        padding: 2% 10%;
        width: 100%;
    }
}
.banner {
    background: url(../assets/galeria-1.webp);
    background-size: cover;
    height: 60vh;
}
.funcs {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
}
.funcs ul {
    margin-top: 2%;
}
.funcs ul li {
    list-style: url(../assets/pata-laranja-sm.svg);
    list-style-position: outside;
    margin: 2% 0;
}
.quali {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
    padding-top: 0;
}
.quali .qualis {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-template-rows: 50% 50%;
    justify-content: center;
    margin-top: 5%;
    row-gap: 10px;
    width: 70%;
}
.quali .qualis .cont {
    background: #f3f3f3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5%;
}
.infos {
    background: #fff;
    justify-content: space-around;
    padding-top: 0;
}
.infos .cont {
    align-items: center;
    background: #f3f3f3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 5%;
    width: 40%;
}
.infos .cont svg {
    margin-bottom: 15px;
}
.infos .cont button {
    border-radius: 10px;
    font-size: 12px;
    padding: 5% 15%;
}
@media (max-width: 800px) {
    .banner {
        background: url(../assets/galeria-2.webp);
        background-size: cover;
        height: 60vh;
    }
    .funcs {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-bottom: 5%;
    }
    .funcs ul {
        margin-top: 2%;
    }
    .funcs ul li {
        list-style: url(../assets/pata-laranja-sm.svg);
        list-style-position: outside;
        margin: 2% 0;
    }
    .quali {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
    .quali .qualis {
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        -moz-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 10px;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 20% 20% 20% 20%;
        justify-content: center;
        margin-top: 5%;
        row-gap: 10px;
        width: 100%;
    }
    .quali .qualis .cont {
        background: #f3f3f3;
        border-radius: 10px;
        justify-content: space-between;
        padding: 5%;
    }
    .infos,
    .quali .qualis .cont {
        display: flex;
        flex-direction: column;
    }
    .infos {
        background: #fff;
        justify-content: space-around;
        padding-top: 0;
    }
    .infos .cont {
        align-items: center;
        background: #f3f3f3;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin: 2% 0;
        padding: 5%;
        width: 100%;
    }
    .infos .cont svg {
        margin-bottom: 15px;
    }
    .infos .cont button {
        border-radius: 10px;
        font-size: 12px;
        padding: 5% 15%;
    }
}
* {
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
}
section {
    display: flex;
    padding: 8% 10%;
    position: relative;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #e9eaee;
}
a {
    text-decoration: none;
}
.txN {
    color: #1b1d51;
}
.txW {
    color: #f3f3f3;
}
.txB {
    color: #383838;
}
.txA {
    color: #429fda;
}
.txO {
    color: #ff984d;
}
button {
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 300;
    margin-top: 2%;
    padding: 15px 30px;
    transition: 0.2s ease-in-out;
}
.butO {
    background-color: #ff984d;
    color: #f5fbff;
}
.butO:hover {
    background-color: #429fda;
}
.butT {
    background-color: initial;
    border: 2px solid #f5fbff;
    color: #f5fbff;
}
.butT:hover,
.butW {
    background-color: #f5fbff;
    color: #ff984d;
}
.butW:hover {
    background-color: #429fda;
    color: #f5fbff;
}
strong {
    font-size: 35px;
    font-weight: 800;
}
h1,
strong {
    font-family: Nunito, sans-serif;
}
h1 {
    font-size: 32px;
    font-weight: 600;
}
h2 {
    font-family: Nunito, sans-serif;
    font-size: 22px;
    font-weight: 300;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2%;
}
@media (max-width: 800px) {
    strong {
        font-size: 22px;
        font-weight: 800;
    }
    h2,
    strong {
        font-family: Nunito, sans-serif;
        text-align: center;
    }
    h2 {
        font-size: 16px;
        font-weight: 400;
    }
    h1 {
        font-family: Nunito, sans-serif;
        font-size: 25px;
        font-weight: 600;
    }
    p {
        font-size: 12px;
        font-weight: 400;
        margin-top: 2%;
    }
    button {
        border: none;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 300;
        margin-top: 10%;
        padding: 10px 30px;
        transition: 0.2s ease-in-out;
    }
}
#header {
    align-items: center;
    background-color: #429fda;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: row;
    height: 15vh;
    justify-content: space-between;
    padding: 0 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
#header #nav {
    display: none;
}
#header nav {
    width: 60%;
}
#header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#header nav ul a {
    color: #f3f3f3;
    font-size: 12px;
    list-style: none;
    list-style-position: inside;
}
#header nav ul a:hover {
    list-style: url(../assets/pata-botao.svg);
}
#header .icons {
    display: flex;
    height: 35px;
    justify-content: space-between;
    width: 6%;
}
#header .icons img {
    cursor: pointer;
    margin: 5px;
}
#header .icons img:hover {
    margin: 3px;
}
@media (max-width: 800px) {
    #header {
        align-items: center;
        background-color: initial;
        border-radius: 0 0 15px 15px;
        display: flex;
        flex-direction: row;
        height: 15vh;
        justify-content: space-between;
        padding: 0 5%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 30;
    }
    #header #nav {
        display: block;
        height: 40px;
        width: 40px;
        z-index: 50;
    }
    #header nav {
        background-color: #fff;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.161);
        display: flex;
        height: auto;
        padding: 5% 2%;
        position: fixed;
        right: 2%;
        top: -31vh;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s ease-in-out;
        z-index: 20;
    }
    #header nav ul {
        display: flex;
        flex-direction: column;
    }
    #header nav ul li {
        color: #429fda;
        font-size: 20px;
    }
    #header nav[data-active="true"] {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    #header .icons {
        display: none;
        height: 40px;
        justify-content: space-between;
        width: 6%;
    }
    #header .icons img {
        cursor: pointer;
        margin: 5px;
    }
    #header .icons img:hover {
        margin: 3px;
    }
}
#home {
    background: url(../assets/home.webp);
    background-position: bottom;
    background-size: cover;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
#home strong {
    width: 40%;
}
#home h2 {
    margin-top: 2%;
    width: 35%;
}
#home button svg {
    margin-right: 10px;
}
@media (max-width: 800px) {
    #home {
        align-items: center;
        background: url(../assets/home-mobile.webp);
        background-position: top;
        background-size: 100%;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        padding-top: 30%;
    }
    #home strong {
        width: 80%;
    }
    #home h2 {
        margin-top: 5%;
        width: 90%;
    }
    #home button svg {
        margin-right: 10px;
    }
}
#hospital {
    align-items: center;
    background: url(../assets/fundo-azul.svg);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10%;
}
#hospital .cont {
    width: 40%;
}
@media (max-width: 800px) {
    #hospital {
        align-items: center;
        background: url(../assets/fundo-azul.svg);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 10%;
    }
    #hospital .cont {
        width: 100%;
    }
    #hospital img {
        margin-top: 10%;
        width: 90%;
    }
}
#services {
    align-items: center;
    flex-direction: column;
}
#services button {
    margin-top: 25%;
}
#services .bolth {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}
#services .bolth .service {
    position: relative;
    width: 390px;
}
#services .bolth .service .cont {
    bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 170px;
    justify-content: center;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 70%;
}
#services .bolth .service .taxi {
    bottom: 15px;
    width: 45%;
}
#services .bolth .service img {
    width: 100%;
}
#banner1 {
    background: url(../assets/banner.webp);
    background-size: cover;
    height: 60vh;
}
@media (max-width: 800px) {
    #services,
    #services .bolth {
        align-items: center;
        flex-direction: column;
        padding: 8% 0;
    }
    #services .bolth {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #services .bolth .service {
        position: relative;
        width: 100%;
    }
    #services .bolth .service .cont {
        bottom: 10px;
        display: flex;
        flex-direction: column;
        height: 170px;
        justify-content: center;
        left: 10%;
        position: absolute;
        right: 10%;
        width: 70%;
    }
    #services .bolth .service .taxi {
        bottom: 15px;
        width: 45%;
    }
    #services .bolth .service img {
        width: 100%;
    }
    #banner1 {
        background: url(../assets/banner.webp);
        background-position: 50%;
        background-size: cover;
        height: 30vh;
    }
}
#swiper {
    align-items: center;
    flex-direction: column;
}
#swiper p {
    text-align: center;
    width: 55%;
}
#swiper #swiperServ {
    margin-bottom: 8%;
    margin-top: 2%;
    width: 100%;
}
#swiper #swiperServ .swiper-slide {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 45vh;
    justify-content: space-between;
    padding: 3% 20px;
    position: relative;
}
#swiper #swiperServ .swiper-slide .img {
    align-items: center;
    border: 2px solid #429fda;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    margin-top: 10px;
    padding: 15px;
    transition: 0.2s ease-in-out;
    width: 130px;
}
#swiper #swiperServ .swiper-slide .img img {
    height: 70%;
}
#swiper #swiperServ .swiper-slide h3 {
    bottom: 20%;
    position: absolute;
    text-align: center;
    width: 100%;
}
#swiper #swiperServ .swiper-slide:hover .img {
    height: 140px;
    margin-top: 0;
    width: 140px;
}
@media (max-width: 800px) {
    #swiper {
        align-items: center;
        flex-direction: column;
    }
    #swiper h1,
    #swiper p {
        text-align: center;
    }
    #swiper p {
        width: 100%;
    }
    #swiper #swiperServ {
        width: 80%;
    }
    #swiper #swiperServ .swiper-slide {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 35vh;
        justify-content: space-between;
        padding: 3% 20px;
        position: relative;
    }
    #swiper #swiperServ .swiper-slide .img {
        align-items: center;
        border: 2px solid #429fda;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        height: 150px;
        margin-top: 10px;
        padding: 15px;
        transition: 0.2s ease-in-out;
        width: 150px;
    }
    #swiper #swiperServ .swiper-slide .img img {
        height: 70%;
    }
    #swiper #swiperServ .swiper-slide h3 {
        bottom: 20%;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    #swiper #swiperServ .swiper-slide:hover .img {
        height: 160px;
        margin-top: 0;
        width: 160px;
    }
}
#check-up {
    align-items: center;
    background: url(../assets/fundo-azul.svg);
    display: flex;
    padding: 0 10% 0 0;
}
#check-up .cont {
    margin-left: 5%;
}
#check-up .cont .btns {
    display: flex;
    justify-content: start;
    width: auto;
}
#check-up .cont .btns a {
    margin-right: 25px;
    margin-top: 25px;
}
#check-up .cont .btns a button {
    width: 100%;
}
@media (max-width: 800px) {
    #check-up {
        background: url(../assets/fundo-azul.svg);
        padding: 0;
    }
    #check-up,
    #check-up .cont {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    #check-up .cont {
        justify-content: center;
        margin: 15% 0;
        width: 80%;
    }
    #check-up .cont h1,
    #check-up .cont p {
        text-align: center;
    }
    #check-up .cont .btns {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        width: auto;
    }
    #check-up .cont .btns a {
        margin-right: 0;
        margin-top: 10px;
    }
    #check-up .cont .btns a button {
        padding: 10px 25px;
        width: 100%;
    }
    #check-up img {
        width: 100%;
    }
}
#pharm {
    background-color: #f5fbff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 8% 10%;
}
#pharm .cont {
    width: 50%;
}
@media (max-width: 800px) {
    #pharm {
        background-color: #f5fbff;
        justify-content: space-around;
        padding: 8% 10%;
    }
    #pharm,
    #pharm .cont {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    #pharm .cont {
        width: 100%;
    }
    #pharm img {
        margin: 5% 0;
        width: 80%;
    }
}
#curso {
    background: url(../assets/curso-bg.webp);
    display: flex;
    justify-content: flex-end;
}
#curso .cont {
    display: flex;
    flex-direction: column;
    padding-right: 12%;
    width: 50%;
}
@media (max-width: 800px) {
    #curso {
        align-items: end;
        background: url(../assets/curso-bg-mobile2.webp);
        display: flex;
        height: 80vh;
        justify-content: flex-end;
    }
    #curso .cont {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-right: 0;
        width: 100%;
    }
    #curso .cont h1,
    #curso .cont p {
        text-align: center;
    }
}
#depoiment {
    align-items: center;
    background-color: #f5fbff;
    display: flex;
    flex-direction: column;
}
#depoiment #swiperDeps {
    margin: 20px 0 40px;
    width: 100%;
}
#depoiment #swiperDeps .swiper-slide {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    height: 40vh;
    padding: 3%;
}
#depoiment #swiperDeps .swiper-slide .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
}
@media (max-width: 800px) {
    #depoiment {
        align-items: center;
        background-color: #f5fbff;
        display: flex;
        flex-direction: column;
    }
    #depoiment #swiperDeps {
        margin-top: 20px;
        width: 100%;
    }
    #depoiment #swiperDeps .swiper-slide {
        background-color: #f3f3f3;
        display: flex;
        flex-direction: column;
        height: 30vh;
        justify-content: center;
        padding: 3%;
    }
    #depoiment #swiperDeps .swiper-slide .cont {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
    }
}
#contact {
    align-items: center;
    background: url(../assets/fundo-azul.svg);
    justify-content: center;
}
#contact .content {
    align-items: center;
    background-color: #f5fbff;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5%;
    width: 70%;
}
#contact .content .cont {
    width: 40%;
}
#contact .content .cont h2 {
    font-size: 24px;
    font-weight: 600;
}
#contact .content .form {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%;
}
#contact .content .form input {
    background-color: #f3f3f3;
    border: none;
    border-radius: 10px;
    height: 50px;
    margin: 5px 0;
    padding-left: 20px;
    width: 100%;
}
#contact .content .form button {
    padding: 5px 30px;
}
@media (max-width: 800px) {
    #contact {
        align-items: center;
        background: url(../assets/fundo-azul.svg);
        justify-content: center;
    }
    #contact .content {
        align-items: center;
        background-color: #f5fbff;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5%;
        width: 100%;
    }
    #contact .content .cont {
        width: 100%;
    }
    #contact .content .cont h2 {
        font-size: 24px;
        font-weight: 600;
    }
    #contact .content .form {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #contact .content .form input {
        background-color: #f3f3f3;
        border: none;
        border-radius: 10px;
        height: 50px;
        margin: 5px 0;
        padding-left: 20px;
        width: 100%;
    }
    #contact .content .form button {
        padding: 5px 30px;
    }
}
footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 2% 10%;
}
footer .omt .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ff984d;
    margin-right: 8px;
    transition: 0.2s ease-in-out;
}
footer .omt .social-icon:hover {
    background-color: #429fda;
}
footer .omt .social-icon img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
@media (max-width: 800px) {
    footer {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2% 10%;
    }
    footer .omt {
        display: none;
    }
}
#popup {
    background-color: rgba(51, 51, 51, 0.439);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
#popup,
#popup .cont {
    align-items: center;
    display: flex;
    justify-content: center;
}
#popup .cont {
    background-color: #f5fbff;
    border-radius: 15px;
    flex-direction: column;
    height: 65%;
    width: 65%;
}
#popup .cont p {
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 30px;
    width: 70%;
}
@media (max-width: 800px) {
    #popup {
        background-color: rgba(51, 51, 51, 0.439);
        height: 100%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
    }
    #popup,
    #popup .cont {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #popup .cont {
        background-color: #f5fbff;
        height: 80%;
    }
    #popup .cont,
    #popup .cont p {
        border-radius: 15px;
        width: 80%;
    }
    #popup .cont p {
        background-color: #f3f3f3;
        padding: 10px;
    }
}
/*# sourceMappingURL=main.a17088ba.css.map*/


/* Ocultar scrollbar do Swiper */
.swiper-scrollbar {
    display: none !important;
}

/* ── Onde nos encontrar: descrição centralizada ── */
.onde-desc {
    color: grey;
    text-align: center;
    width: 60%;
    margin: 10px 0 30px;
}

/* ── Seta do accordion (aponta para direita por padrão) ── */
.seta-acc {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
    flex-shrink: 0;
}

/* Quando aberto, seta aponta para baixo */
.content[data-active="true"] .seta-acc {
    transform: rotate(0deg);
}

/* h5 do accordion com layout flex */
#onde .block .content h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 800px) {
    .onde-desc { width: 90%; }
    #onde .block .content { width: 90%; }
}

footer .container {
  display: grid;
  place-items: center;
}
footer .container img {
  width: 20%;
}
footer .copyrights {
  display: grid;
  place-items: center;
  text-align: center;
}
footer .copyrights .copy {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 10px;
  opacity: 1;
  color: #333;
}
footer .copyrights .copy svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 800px) {
  footer {
    padding: 10% 0 2%;
  }
  footer .container {
    width: 80%;
    gap: 2rem 0;
  }
  footer .container img {
    width: 60%;
  }
}