/* reset by rafaux */
* { margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-size: 100%; list-style: none; line-height: 1; outline: 0px; background: none; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; }

/* var */
:root { --black: ##2D2D2D; --green: #00B9B0; --blue: #215677; --blue2: #1E4E6D; --fonttitle: 'Sora'; }

/* global class */
.container { display: block; width: auto; max-width: 1200px; height: auto; margin: 0px auto; }

/* base */
a { text-decoration: none; transition: all .5s ease; }
body { background: #fff; color: var(--black); font: normal 16px 'Poppins', sans-serif; overflow-x: hidden; }
input, textarea, select, button { font: normal 16px 'Poppins', sans-serif; -moz-appearance: none; appearance: none; -webkit-appearance: none; border-radius: 0px; cursor: pointer; }
input[type=submit], button { transition: all .5s ease; }
figure.line { position: relative; z-index: 2; }
figure.line::before { position: absolute; z-index: -1; top: 30px; right: -30px; width: 40px; height: 115px; background: transparent url('../img/image-lines.png') no-repeat; background-size: contain; content: ''; }
figure.line::after { position: absolute; z-index: -1; top: 40px; left: -55px; width: 90px; height: 100%; background-color: var(--green); border-radius: 10px; content: ''; }

/* header */
#header { height: 100px; background-color: #fff; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08); }
#header .container { display: flex; height: 100px; justify-content: space-between; align-items: center; }
#header .right { display: flex; flex-direction: column; }
#header .right ul { display: flex; justify-content: flex-end; align-items: center; }
#header .right ul li a { font-family: var(--fonttitle); }
#header .right ul.top { gap: 20px; }
#header .right ul.top li:nth-of-type(1) a,
#header .right ul.top li:nth-of-type(2) a { padding: 0px; background-color: transparent; border-radius: 0px; color: var(--green); }
#header .right ul.top li a { padding: 5px 10px; background-color: var(--green); color: #fff; border-radius: 10px; font-size: 12px; }
#header .right ul.top li:nth-of-type(3) a:hover,
#header .right ul.top li:nth-of-type(4) a:hover { background-color: var(--blue); }
#header .right ul.menu { margin-top: 16px; gap: 40px; }
#header .right ul.menu li a { color: var(--black); }
#header .right ul.menu li a:hover { color: var(--green); }
#header .right ul.menu li a.on { color: var(--green); text-decoration: underline; }

    /* toggle */
    span.toggle { display: none; position: absolute; top: 24px; right: 20px; width: 20px; height: 30px; border-top: 3px solid var(--green); transition: all .5s ease; cursor: pointer; }
    span.toggle::before { position: absolute; top: 5px; left: 0px; width: 100%; height: 3px; background-color: var(--green); transition: all .5s ease; content: ''; }
    span.toggle::after { position: absolute; top: 13px; left: 0px; width: 100%; height: 3px; background-color: var(--green); transition: all .5s ease; content: ''; }
    span.toggle.on { border-top-color: transparent; }
    span.toggle.on::before { top: 6px; transform: rotate(45deg); }
    span.toggle.on::after { top: 6px; transform: rotate(-45deg); }

/* banner */
#banner { overflow: hidden; }
#banner img { display: block; width: 100%; height: auto; }

/* cover */
#cover { height: 500px; margin-bottom: 125px; padding-top: 80px; background: #00B9B033 url('../img/cover-bg.png') no-repeat center center; background-size: cover; text-align: center; }
#cover h6 { display: block; width: 780px; margin: 0px auto 25px auto; font-weight: 800; font-size: 40px; font-family: var(--fonttitle); }
#cover p { display: block; width: 780px; margin: 0px auto; line-height: 1.6; }
#cover img { width: 100%; height: 270px; margin-top: 80px; -o-object-fit: cover; object-fit: cover; border-radius: 14px; box-shadow: 0px 8px 16px 0px #00000014; }

    /* cover -> search */
    #cover.cover-alt { height: 415px; margin-bottom: 70px; }
    #cover #search { display: block; width: 1000px; height: auto; margin: 80px auto 0px auto; padding: 60px; background-color: #fff; border-radius: 24px; box-shadow: 0px 4px 4px 0px rgba(0,0,0,.1); }
    #cover #search fieldset { display: flex; align-items: center; gap: 18px; }
    #cover #search fieldset label:first-of-type { width: calc(100% - 152px); }
    #cover #search fieldset label:last-of-type { width: 152px; }
    #cover #search fieldset label input { width: 100%; height: 56px; padding: 0px 30px 0px 50px; background: #F8F8F8 url('../img/search-lupa.svg') no-repeat 18px center; border-radius: 8px; font-size: 14px; color: #2D2D2D; }
    #cover #search fieldset label input::-webkit-input-placeholder { color: #2D2D2D; }
    #cover #search fieldset label input::-moz-placeholder { color: #2D2D2D; }
    #cover #search fieldset label input:-ms-input-placeholder { color: #2D2D2D; }
    #cover #search fieldset label input::-ms-input-placeholder { color: #2D2D2D; }
    #cover #search fieldset label input::placeholder { color: #2D2D2D; }
    #cover #search fieldset label button { width: 100%; height: 56px; background-color: var(--green); color: #fff; border-radius: 8px; box-shadow: 0px 8px 22px 0px #4184F73D; }
    #cover #search fieldset label button b { font-weight: 600; font-size: 18px; font-family: var(--fonttitle); }
    #cover #search fieldset label button:hover { background-color: var(--blue); }

/* shortcut */
#shortcut { position: relative; z-index: 2; margin: -50px 0px 50px 0px; }
#shortcut .container { width: 944px; padding: 32px; border-radius: 24px; background-color: #fff;  box-shadow: 6px 6px 35px 0px rgba(16, 40, 81, 0.11); }
#shortcut h6 { display: block; margin-bottom: 25px; font-size: 20px; text-align: center; font-weight: 700; font-family: var(--fonttitle); }
#shortcut section { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 32px; }
#shortcut section span img { display: block; width: 50px; height: 50px; margin: 28px auto 16px auto; -o-object-fit: contain; object-fit: contain; }
#shortcut section span a { display: block; height: 162px; background-color: #F8F8F8; box-shadow: 0px 4px 8px 0px rgba(0,0,0,.1); border-radius: 8px; font-family: var(--fonttitle); text-align: center; line-height: 1.4; color: var(--black); border: 2px solid #F8F8F8; }
#shortcut section span a:hover { border-color: var(--blue); }

/* especialidades */
#especialidades nav ul { display: flex; width: 450px; height: 60px; margin: 0px auto 70px auto; padding: 4px; background-color: #F1F1F1; border-radius: 30px; justify-content: center; }
#especialidades nav ul li { width: 50%; height: 100%; border-radius: 30px; font-weight: 700; font-family: var(--fonttitle); line-height: 52px; text-align: center; color: #B3B3B3; cursor: pointer; transition: all .5s ease; }
#especialidades nav ul li.on { background-color: #fff; color: var(--black); }
#especialidades section article { display: inline-block; width: 100%; height: auto; margin-bottom: 16px; padding: 16px 50px 16px 16px; background-color: #00B9B01A; border: 1px solid #EBEBEB40; border-radius: 10px; cursor: pointer; }
#especialidades section article h5 { position: relative; display: block; font-weight: 600; font-size: 24px; font-family: var(--fonttitle); }
#especialidades section article h5::after { position: absolute; top: 0px; right: -25px; font-weight: 300; font-size: 24px; font-family: 'Font Awesome 5 Pro'; transition: all .5s ease; content: '\f107'; }
#especialidades section article.on h5::after { transform: rotate(90deg); }
#especialidades section article .r { display: none; width: 100%; height: auto; }
#especialidades section article .r p { display: block; margin-top: 10px; line-height: 1.6; }
#especialidades section.tab-procedimentos { display: none; }

/* exames */
#exames { margin-bottom: 40px; }
#exames section { padding: 32px; background-color: var(--blue); border-radius: 20px; } 
#exames section article { display: inline-block; width: 100%; height: auto; margin-bottom: 10px; padding: 16px 50px 26px 0px; border-bottom: 1px solid #EBEBEB40; cursor: pointer; }
#exames section article:last-of-type { margin-bottom: 0px; border-bottom: none; }
#exames section article h5 { position: relative; display: block; font-weight: 600; font-size: 24px; font-family: var(--fonttitle); color: #fff; }
#exames section article h5::after { position: absolute; top: 0px; right: -25px; font-weight: 300; font-size: 24px; color: #fff; font-family: 'Font Awesome 5 Pro'; transition: all .5s ease; content: '\f107'; }
#exames section article.on h5::after { transform: rotate(90deg); }
#exames section article .r { display: none; width: 100%; height: auto; }
#exames section article .r p { display: block; margin-top: 14px; line-height: 1.6; font-family: var(--fonttitle); color: #fff; }

/* contato */
#contato { margin-top: -300px; }
#contato section { display: flex; padding: 10px; background-color: #fff; border-radius: 24px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1); }
#contato section figure { width: 350px; height: 490px; border-radius: 16px; overflow: hidden; }
#contato section figure img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
#contato section aside { width: calc(100% - 350px); padding: 30px 40px; }
#contato section aside legend { display: block; margin-bottom: 48px; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#contato section aside fieldset { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
#contato section aside fieldset label { margin-bottom: 10px; }
#contato section aside fieldset label.lb100 { grid-column: 1/3; }
#contato section aside fieldset label strong { display: block; margin-bottom: 5px; font-weight: 600; font-size: 13px; font-family: var(--fonttitle); }
#contato section aside fieldset label input { display: block; width: 100%; height: 20px; border-bottom: 1px solid #000; font-size: 15px; font-family: var(--fonttitle); }
#contato section aside fieldset label textarea { display: block; width: 100%; height: 120px; border-bottom: 1px solid #000; font-size: 15px; font-family: var(--fonttitle); resize: none; }
#contato section aside fieldset label input[type=submit] { width: 230px; height: 55px; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border: none; border-radius: 8px; box-shadow: 0px 8px 23px 0px rgba(65, 132, 247, 0.24); }
#contato section aside fieldset label input[type=submit]:hover { background-color: var(--blue); }

/* localizacao */
#localizacao { padding: 70px 0px; }
#localizacao header h6 { display: block; margin-bottom: 50px; text-align: center; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#localizacao section { position: relative; display: inline-block; width: 100%; height: 500px; background-color: #000; border-radius: 22px; }
#localizacao section aside { position: absolute; z-index: 2; top: 50%; right: 100px; width: 380px; padding: 130px 30px; transform: translateY(-50%); background: var(--blue) url('../img/contato-bg.png') no-repeat center center; background-size: cover; border-radius: 22px; }
#localizacao section aside span a { position: relative; display: block; margin-bottom: 25px; padding-left: 45px; color: #fff; line-height: 1.4; }
#localizacao section aside span:last-of-type a { margin-bottom: 0px; }
#localizacao section aside span a img { position: absolute; top: 50%; left: 0px; width: 35px; height: 35px; -o-object-fit: contain; object-fit: contain; transform: translateY(-50%); }

/* green */
#green { padding: 50px 0px; background: #00B9B033 url('../img/especialidades-bg.png') no-repeat; }
#green header { display: block; margin-bottom: 30px; }
#green header h6 { display: block; margin-bottom: 10px; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#green header p { display: block; line-height: 1.4; }
#green section { display: block; width: 100%; height: auto; margin-bottom: 140px; }
#green section span.item { display: block; width: auto; height: 220px; margin-right: 24px; padding: 32px; background-color: #fff; border-radius: 32px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,.1); transition: all ease .3s; border: 2px solid #F8F8F8;}
#green section a { 
    color: #000;
    transition: all ease .3s;
 }
#green section a:hover span.item { 

    border: 2px solid var(--blue);
    
 }
#green section span.item figure { display: block; width: 80px; height: 80px; margin-bottom: 20px; background-color: var(--green); border-radius: 100%; }
#green section span.item figure img { display: block; width: 100%; height: 100%; padding: 20px; -o-object-fit: contain; object-fit: contain; }
#green section span.item strong { display: block; font-weight: 600; font-size: 18px; font-family: var(--fonttitle); line-height: 1.2; }
#green footer { display: block; width: 100%; text-align: center; }
#green footer span a { display: inline-block; width: auto; height: auto; padding: 15px 20px; text-align: center; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border-radius: 8px; box-shadow: 0px 8px 23px 0px #4184F73D; line-height: 1.4; }
#green footer span a:hover { background-color: var(--blue); }
#green .slick-list { overflow: visible; }
#green .arrow { position: absolute; bottom: -80px; left: 0px; width: 50px; height: 50px; background-color: #00B9B060; color: #fff; border-radius: 100%; font-size: 24px; }
#green .arrow.arrow-next { left: 60px; }

/* online */
#online { margin: 70px 0px; }
#online .container { display: flex; justify-content: space-between; align-items: center; }
#online figure img { width: 510px; }
#online section { width: 380px; }
#online section h6 { display: block; margin-bottom: 10px; font-weight: 600; font-family: var(--fonttitle); font-size: 28px; text-transform: uppercase; }
#online section p { display: block; margin-bottom: 20px; line-height: 1.6; }
#online section span a { display: inline-block; width: auto; height: auto; padding: 15px 20px; text-align: center; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border-radius: 8px; box-shadow: 0px 8px 23px 0px #4184F73D; line-height: 1.4; }
#online section span a:hover { background-color: var(--blue); }

/* about */
#about { padding: 80px 0px; background: var(--blue) url('../img/about-bg.png') no-repeat; background-size: cover; }
#about .container { display: flex; justify-content: space-between; align-items: center; }
#about section { width: 460px; }
#about section h6 { display: block; margin-bottom: 10px; font-weight: 600; font-family: var(--fonttitle); font-size: 28px; text-transform: uppercase; color: #fff; }
#about section p { display: block; margin-bottom: 20px; line-height: 1.6; color: #fff; }
#about section span a { display: inline-block; width: auto; height: auto; padding: 15px 20px; text-align: center; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border-radius: 8px; box-shadow: 0px 8px 23px 0px #4184F73D; line-height: 1.4; }
#about section span a:hover { background-color: #fff; color: var(--blue); }
#about figure { position: relative; width: 370px; height: auto; }
#about figure img { width: 100%; border-radius: 16px; border: 7px solid #fff; box-shadow: 0px 6px 18px 0px #22307212; }

    /* about -> card */
    #card-about { padding: 80px 0px; background: var(--blue) url('../img/about-bg.png') no-repeat; background-size: cover; text-align: center; }
    #card-about h6 { display: block; margin-bottom: 24px; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); color: #fff; text-transform: uppercase; }
    #card-about p { display: block; margin-top: 14px; color: #fff; line-height: 1.4; }

/* gallery */
#gallery { padding: 70px 0px; }
#gallery nav ul { display: flex; justify-content: center; }
#gallery nav ul img { width: 370px; height: 230px; margin: 0px -50px; border-radius: 16px; border: 7px solid #fff; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06); }
#gallery nav ul li:nth-of-type(even) { margin-top: 180px; }
#gallery nav ul li:last-of-type { margin-top: 200px; }
#gallery nav ul li figure.line::before { right: -80px; }
#gallery nav ul li figure.line::after { left: -80px; }
#gallery nav ul li:nth-of-type(2) figure.line::after,
#gallery nav ul li:nth-of-type(3) figure.line::after { display: none; }

/* missao */
#missao { margin-bottom: 70px; }
#missao header h6 { display: block; margin-bottom: 50px; text-align: center; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#missao section { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 32px; }
#missao section article { height: 180px; background-color: #F8F8F8; border-radius: 8px; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06); }
#missao section article figure { display: block; width: 50px; height: 50px; margin: 24px auto; }
#missao section article figure img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
#missao section article strong { display: block; padding: 0px 20px; text-align: center; font-family: var(--fonttitle); line-height: 1.3; }

/* historia */
#historia { padding-bottom: 40px; }
#historia header h6 { display: block; text-align: center; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#historia .cont { position: relative; display: block; padding: 20px 50px; border-radius: 30px; box-shadow: 0px 5px 5px rgba(0,0,0,.1); }
#historia section { position: relative; display: flex; width: 100%; height: auto; overflow-x: scroll; overflow-y: hidden; }
/* Custom Scrollbar */
#historia  ::-webkit-scrollbar {
    width: 10px;
}

#historia  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#historia  ::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 10px;
}

#historia  ::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
#historia section::before { position: absolute; top: 50%; left: 0px; width: 100%; height: 3px; background-color: var(--green); border-radius: 10px; transform: translateY(-50%); content: ''; }
#historia section article { position: relative; display: flex; width: calc(20% + 50px); height: 200px; margin: 350px -25px 0px -25px; align-items: flex-start; }
#historia section article sup { position: absolute; top: -125px; left: 50%; width: 120px; transform: translateX(-50%); text-align: center; font-weight: 700; font-size: 20px; font-family: var(--fonttitle); text-align: center; }
#historia section article sup::before { position: absolute; top: calc(50% + 40px); left: 50%; width: 14px; height: 14px; border: 2px solid #fff; box-shadow: 0 0 0 3px var(--blue); background-color: var(--blue); transform: translate(-50%, -50%); border-radius: 100%; content: ''; }
#historia section article sup::after { position: absolute; top: 62px; left: 50%; width: 1px; height: 50px; background-color: var(--green); transform: translateX(-50%); content: ''; }
#historia section article:nth-of-type(even) { margin-top: 0px; align-items: flex-end; }
#historia section article:nth-of-type(even) sup { top: auto; bottom: -125px; }
#historia section article:nth-of-type(even) sup::before { top: calc(50% - 40px); }
#historia section article:nth-of-type(even) sup::after { top: -92px; }
#historia section article p { position: relative; display: block; width: 100%; font-size: 14px; text-align: center; line-height: 1.4; }
#historia section article p::before { position: absolute; top: -18px; left: 50%; width: 5px; height: 5px; background-color: var(--green); transform: translateX(-50%); border-radius: 100%; content: ''; }
#historia section article:nth-of-type(even) p::before { top: auto; bottom: -15px; }

/* faq */
#faq { padding-top: 80px; }
#faq .container { display: flex; justify-content: space-between; align-items: center; }
#faq figure { position: relative; width: 450px; height: auto; margin-left: 30px; }
#faq figure img { width: 100%; height: 430px; border-radius: 16px; border: 7px solid #fff; box-shadow: 0px 6px 18px 0px #22307212; -o-object-fit: cover; object-fit: cover; }
#faq figure.line::before { z-index: 2; top: -15px; right: -20px; }
#faq figure.line::after { top: auto; bottom: 10px; height: 60%; }
#faq section { width: 454px; height: auto; }
#faq section h6 { display: block; margin-bottom: 10px; font-weight: 600; font-family: var(--fonttitle); font-size: 28px; text-transform: uppercase; }
#faq section p { display: block; margin-bottom: 20px; line-height: 1.6; }
#faq section span a { display: inline-block; width: auto; height: auto; padding: 15px 20px; text-align: center; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border-radius: 8px; box-shadow: 0px 8px 23px 0px #4184F73D; line-height: 1.4; }
#faq section span a:hover { background-color: var(--blue); }

/* convenios */
#convenios { position: relative; z-index: 3; padding: 50px 0px; background-color: #fff; }
#convenios header h6 { display: block; margin-bottom: 50px; text-align: center; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#convenios .list figure img { width: 130px; height: 100px; margin: 0px auto; -o-object-fit: contain; object-fit: contain; }
#convenios .slick-dots { display: inline-block; width: 100%; height: auto; text-align: center; }
#convenios .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0px 4px; background-color: #CACACA; border-radius: 100%; text-indent: -9999em; cursor: pointer; }
#convenios .slick-dots li.slick-active { background-color: var(--green); }

/* instagram */
#instagram { position: relative; z-index: 2; padding: 50px 0px; background-color: #00B9B033; }
#instagram header h6 { display: block; margin-bottom: 50px; text-align: center; font-weight: 600; font-size: 28px; font-family: var(--fonttitle); text-transform: uppercase; }
#instagram footer { display: block; width: 100%; text-align: center; }
#instagram footer span a { display: inline-block; width: auto; height: auto; padding: 15px 20px; text-align: center; background-color: var(--green); color: #fff; font-weight: 600; font-family: var(--fonttitle); font-size: 18px; border-radius: 8px; box-shadow: 0px 8px 23px 0px #4184F73D; line-height: 1.4; }
#instagram footer span a:hover { background-color: var(--blue); }
#instagram::after { position: absolute; z-index: -1; bottom: -50px; right: 0px; width: 500px; height: 500px; background: transparent url('../img/instagram-bg.png') no-repeat; background-size: contain; content: ''; }

/* footer */
#footer { padding: 70px 0px; background: linear-gradient(96.14deg, #1E4E6D -10.84%, #215677 196.74%); }
#footer .container { display: flex; justify-content: space-between; align-items: center; }
#footer .column { position: relative; width: 30%; height: 230px; border-right: 1px solid rgba(255,255,255,.3); }
#footer .column:first-of-type img { width: 236px; margin-top: 65px; }
#footer .column:nth-of-type(2) { width: 45%; padding: 35px 80px 0px 80px; }
#footer .column:nth-of-type(2) img { position: absolute; top: 50%; left: 0px; width: 35px; height: 35px; -o-object-fit: contain; object-fit: contain; transform: translateY(-50%); }
#footer .column:nth-of-type(2) span a { position: relative; display: block; padding-left: 50px; margin-bottom: 20px; line-height: 1.6; color: #fff; }
#footer .column:last-of-type { width: 25%; padding-top: 50px; text-align: right; border-right: none; }
#footer .column:last-of-type strong { line-height: 1.6; color: #fff; }

/* bottom */
#bottom { padding: 18px 0px; background-color: #E1E6EA; text-align: center; }
#bottom span { font-family: var(--fonttitle); font-size: 14px; }
#bottom strong { font-weight: 600; font-family: var(--fonttitle); font-size: 14px; }
#bottom strong a { color: var(--green); }

/* sidebar */
#sidebar { position: fixed; z-index: 2000; top: 0px; left: -250px; width: 200px; height: 100%; background-color: #fff; box-shadow: 0px 20px 30px rgba(0,0,0,.1); text-align: center; transition: all .5s ease; }
#sidebar.on { left: 0px; }
#sidebar span.logo img { display: block; width: 80%; margin: 40px auto; }
#sidebar ul.top { position: absolute; bottom: 40px; left: 0px; display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; padding: 0px 20px; grid-gap: 10px; }
#sidebar ul.top li:nth-of-type(3),
#sidebar ul.top li:last-of-type { grid-column: 1/3; }
#sidebar ul.top li:nth-of-type(3) a,
#sidebar ul.top li:nth-of-type(4) a { display: block; padding: 10px 0px; background-color: var(--green); color: #fff; border-radius: 5px; }
#sidebar ul.menu li a { display: block; padding: 15px 0px; color: var(--blue); font-weight: 600; }


.cky-revisit-bottom-left{
    display: none !important;
}

.cover-politicas{
    height: auto !important;
    padding-bottom: 50px;
}

/* Cabeçalhos */
#politicas h1, 
#politicas h2, 
#politicas h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
}

/* Hierarquia de tamanhos */
#politicas h1 {
  font-size: 2rem;
  margin-top: 0;          /* Remove espaço extra no topo, se quiser */
}
#politicas h2 {
  font-size: 1.5rem;
}
#politicas h3 {
  font-size: 1.25rem;
}

/* Parágrafos */
#politicas p {
  margin-bottom: 1rem;
  line-height: 25px;
}

/* Listas */
#politicas ul {
  margin: 1rem 0 1rem 1.5rem;
  padding-left: 0;
}
#politicas li {
  margin-bottom: 0.5rem;
}

/* Links */
#politicas a {
  color: #0066cc;          /* Cor do link */
  text-decoration: none;   /* Remove sublinhado */
}
#politicas a:hover {
  text-decoration: underline; 
}

/* Destaques (negrito) */
#politicas strong {
  font-weight: 600;
}

/* Responsividade simples */
@media (max-width: 600px) {
  #politicas {
    padding: 1rem;         /* Menos espaço em telas pequenas */
    font-size: 0.95rem;    /* Ajuste de fonte opcional */
  }
  #politicas h1 {
    font-size: 1.75rem;
  }
  #politicas h2 {
    font-size: 1.25rem;
  }
  #politicas h3 {
    font-size: 1.1rem;
  }
}



.faq .faq__item {
    background-color: #ffffff;
    /* color: #3426f5; */
    border-radius: 18px;
    /* border: 2px solid #3426f5; */
    box-shadow: 0px 5px 16px 0px #080F340F;
    padding: 0 39px;
    cursor: pointer;
    border: 1px solid #080F340F;

  }
  .faq .faq__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .faq .faq__item .item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    /* padding-left: 23px; */
    transition: all ease 0.3s;
    border-radius: 18px;
    background-color: #fff;
  }
  /* .faq .faq__item .item__top:hover {
    cursor: pointer;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  } */
  .faq .faq__item .item__top .icon {
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 100%;

    background-color: #fff;
    border: 2px solid #00B9B0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 1.6rem; */
    transition: all ease 0.3s;
    flex-shrink: 0;
  }
  .faq .faq__item.active .item__top .icon {
    background-color: #00B9B0;
    color: #fff;
    border: 2px solid #00B9B0;
    transform: rotate(90deg);
  
    
   
  }
  .faq .faq__item.active .item__top .icon svg path{
    stroke:#fff

  }
  .faq .faq__item .item__top .title {
    font-size: 20px;
    color: #2D2D2D;
  }
  .faq .faq__item .item__content {
    display: none;
    border-radius: 20px;
    /* padding: 0.75rem 2rem 1.5rem; */
    font-size: 16px;
    color: #76757D;

    padding-bottom: 40px;
  }
  .faq .faq__item .item__content p{
    
    line-height: 24px !important;
  
  }

  .faq{
    position: relative;
    top: -50px;
    /* top: -400px; */
}

  .cover-perguntas{
    margin-bottom: 0 !important;
    height: auto !important;
    padding-bottom: 100px;
  }

  .container_profissionais{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .container_profissionais .profissional{
    background-color: #00B9B01A;
    border: 1px solid #EBEBEB40;
    border-radius: 10px;
    padding: 20px;
  }
  .container_profissionais h3{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  }
  .container_profissionais .desc{
 
  font-size: 16px;
  line-height: 24px;
  }
  .container_profissionais .desc p{
 

  line-height: 20px;
  }

  @media (max-width: 1024px) {
    .container_profissionais {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .container_profissionais {
      grid-template-columns: 1fr;
    }
  }

  #contato input{
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
  }


  .loading:after {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #00b9b0;
    border-radius: 50%;
    top: calc(50% - (20px));
    left: calc(50% - (20px));
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 70;
    transition: opacity 0.3s;
  }
  
  .loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.53);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 60;
    transition: opacity 0.3s;
  }
  
  @-webkit-keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  #form_contato{
    position: relative;
  }
  .politica{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    width: 400px;
  }
  .politica a{
    color: #00B9B0;
    text-decoration: underline;
  }
  .politica label{
    margin-bottom: 0 !important;
  }

  .politica input[type="checkbox"] {
    accent-color: var(--green);
    width: 20px;
    height: 20px;
  }

  .cover_profissionais{
    height: 420px !important;
  }