* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}

body {
    background-color: #fffefd;
}

:root {
    --PrimaryColor: #9A5126;
    --SecondColor: #269999;
    --ThirdColor: #808080;
    --FourthColor: #6C87AE;
    --FifthColor: #282828;
    --WhiteColor: #FAF6F0;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 32px;
    font-weight: 500;
}

h2 {
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 28px;
    font-weight: 500;
}

#separador {
    margin: 72px 0;
}

.width {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
}

nav {
    background-color: #fffefd;
    position: sticky;
    z-index: 5;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 26px 0;
}

.menu a.active {
    background-color: var(--SecondColor);
    color: var(--WhiteColor);
    border-radius: 22px;
}

.nav-container {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-header img {
    width: 200px;
}

.menu a {
    padding: 12px 22px;
    color: var(--FourthColor);
    font-size: 14px;
}

.menu a:hover {
    background-color: var(--SecondColor);
    transition: .3s;
    color: var(--WhiteColor);
    border-radius: 22px;
}

.menu aside{
    display: none;
}

.btn-default {
    background-color: var(--PrimaryColor);
    padding: 12px 22px;
    color: var(--WhiteColor);
    border-radius: 22px;
    margin-right: 22px;
    font-size: 14px;
}

.btn-default-display {
    display: inline-flex;
    font-weight: 400;
}

.btn-default:hover {
    background-color: var(--SecondColor);
    transition: .3s;
    color: var(--WhiteColor);
    border-radius: 22px;
}

.btn-default img {
    margin-left: 22px;
    width: 14px;
}

.login-user {
    color: var(--FourthColor);
    font-size: 14px;
}

.login-user:hover {
    text-decoration: underline;
}

.login-user img {
    margin-right: 8px;
}

.hero-container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    padding: 42px 0;
}

.left-hero,
.right-hero {
    margin: 0 auto;
    height: 80vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.left-hero h1 {
    font-weight: 300;
    font-size: 2.4rem;
    color: var(--PrimaryColor);
}

.left-hero h5{
    margin-top: 20px;
    color: #6C87AE;
    font-weight: 400;
}

.dashboard-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 42px 0;
}

.left-dashboard,
.right-dashboard {
    height: 80vh;
    width: 50%;
    display: flex;
    align-items: center;
}

.left-dashboard img {
    width: 80%;
}

.right-dashboard {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.right-dashboard h2 {
    background: linear-gradient(96deg, #995027 -10.84%, #FDE4D6 196.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 60%;
}

.right-dashboard h4 {
    color: var(--FourthColor);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 60%;
    padding: 32px 0;
}

.right-dashboard h3{
    font-size: 32px;
    color: var(--FourthColor);
}

.right-dashboard ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.right-dashboard ul li {
    list-style-type: none;
    padding: 14px 22px;
    background-color: var(--SecondColor);
    color: var(--WhiteColor);
    border-radius: 30px;
}

.right-dashboard ul li:hover {
    transition: .5s;
    background-color: var(--PrimaryColor);
}

.plataform-container {
    margin-top: 52px;
}

.plataform-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.plataform-container p {
    margin: 32px;
    margin-bottom: 110px;
}

.plataform-content {
    display: grid;
    text-align: center;
    grid-auto-rows: 220px;
    grid-template-columns: 350px 350px 350px;
}

.title {
    background-color: var(--SecondColor);
    color: var(--WhiteColor);
    font-size: 22px;
    padding: 18px 32px;
    font-weight: 300;
    border-radius: 50px;
}

.plataform-elements p {
    font-size: 22px;
    color: var(--PrimaryColor);
}

.plataform-title-main {
    text-align: center;
    margin-bottom: 82px;
}

.plataform-title-main p {
    margin-top: 12px;
}

.btn-plans {
    display: flex;
    align-items: center;
    padding: 18px 32px;
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-size: 16px;
    border-radius: 50px;
    margin-top: 72px;
}

.btn-plans:hover {
    background-color: var(--SecondColor);
    color: var(--WhiteColor);
    transition: .3s;
}

.btn-plans img {
    margin-left: 22px;
}

.btn-plans-margin {
    margin: 42px 0;
}

.divisor-crisalida-container {
    width: 50%;
    margin: 172px auto;
    padding: 38px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px var(--PrimaryColor) solid;
    border-bottom: 3px var(--PrimaryColor) solid;
    color: var(--SecondColor);
    font-size: 1.2rem;
    font-weight: normal;
}

.divisor-crisalida-container img {
    margin: 0 82px;
    animation-name: crisalida;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.how-us-dra{
    background-color: var(--PrimaryColor);
    display: flex;
    justify-content: center;
    margin: 120px 0;
}


.how-us-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    margin: 50px 0;
}

.left-how-us{
    width: 40%;
}

.left-how-us h2{
    font-size: 40px;
    font-weight: 400;
    color: var(--WhiteColor);
}

.left-how-us p{
    font-size: 14px;
    color: var(--WhiteColor);
    font-weight: 300;
    text-align: justify;
}

.left-how-us b{
    font-weight: 500;
}

.bar-how-us{
    height: 5px;
    width: 15%;
    background-color: #269999;
    margin: 30px 0;
}

.right-how-us img{
    width: 500px;
}

@keyframes crisalida {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.separator {
    width: 100px;
    height: 4px;
    background-color: var(--SecondColor);
    margin: 32px 0;
}

.items-search{
    margin: 32px 0;
}


.plans-crisalida-main {
    margin-top: 152px;
    display: flex;
    flex-direction: column;
}



.plans-crisalida-main img {
    margin-bottom: 50px;
}

.separator-plans {
    width: 100px;
    height: 4px;
    background-color: var(--PrimaryColor);
}

.crisalida-topics-main {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.crisalida-topics-content,
.crisalida-topics-content {
    text-align: center;
}

.img-crisalida-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 250px;
}

.crisalida-topics-content ul li{
    margin: 22px 0;
    font-size: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #6c87ae42;
}


#span-tag {
    background-color: var(--SecondColor);
    padding: 12px 32px;
    color: var(--WhiteColor);
    border-radius: 50px;
}

.plans-crisalida-main h2 {
    color: var(--FifthColor);
    font-size: 32px;
    font-weight: 500;
}

.plans-crisalida-main div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 32px 0;
}

.plans-crisalida-main p {
    margin: 12px 0;
}

.official-plans-main {
    margin-top: 72px;
    justify-content: space-between;
    height: 750px;
}

.plan-item-content {
    background-color: var(--PrimaryColor);
    padding: 38px 62px;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-item-content h2 {
    color: var(--WhiteColor);
    font-weight: 500;
    margin: 20px 0;
}

.plan-item-content p {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 100;
    color: var(--WhiteColor);
}

.plan-item-content b {
    font-size: 10px;
    margin-left: 8px;
    font-weight: 500;
}

.plan-item-content hr {
    margin: 22px 0;
    color: #6C87AE;
}

.plan-item-content li {
    color: var(--WhiteColor);
    padding: 4px 0;
    font-size: 14px;
}

.btn-plan-action {
    margin-top: 88px;
}

.btn-plan-action a {
    display: flex;
    justify-content: space-between;
    background-color: var(--WhiteColor);
    color: var(--PrimaryColor);
    padding: 14px 22px;
    border-radius: 50px;
    font-weight: 500;
}

.btn-plan-action a:hover {
    background-color: var(--SecondColor);
    transition: .3s;
    color: var(--WhiteColor);
}

.best-sale {
    background-color: var(--SecondColor);
}

.best-sale a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: var(--WhiteColor);
    color: var(--SecondColor);
}




/*

ACORDEON

*/

.questions-container {
    width: 40%;
    display: flex;
    flex-direction: column;
}

details {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 10px 0;
    width: 100%;
}

details p {
    padding-left: 30px;
}

summary {
    display: flex;
    border: 2px solid var(--PrimaryColor);
    color: var(--FifthColor);
    padding: 18px;
    cursor: pointer;
    font-weight: 700;
    justify-content: flex-start;
    align-items: center;
}

details p {
    padding: 18px;
    border: 2px solid var(--PrimaryColor);
    border-left: 16px solid var(--PrimaryColor);
}

summary::-webkit-details-marker {
    display: none;
}

summary:before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    padding: 0;
    width: 20px;
    text-align: center;
}

details[open] summary:before {
    content: "-";
}

.sac-main {
    margin: 72px auto;
    flex-direction: column;
}

.sac-main span {
    background-color: var(--SecondColor);
    padding: 12px 32px;
    color: var(--WhiteColor);
    border-radius: 50px;
    margin: 34px;
}

.call-to-action-footer {
    margin-top: 72px;
    padding: 22px;
    width: 100%;
    display: flex;
    background-color: var(--SecondColor);
}

.call-to-action-footer-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.call-to-action-footer h2 {
    font-size: 18px;
    color: var(--WhiteColor);
}

.call-to-action-footer a {
    background-color: var(--WhiteColor);
    padding: 12px 32px;
    margin-left: 32px;
    border-radius: 50px;
    color: var(--SecondColor);
    font-weight: 500;
}

.call-to-action-footer a:hover {
    background-color: #fde4d663;
    transition: .4s;
    color: #FFF;
}

.call-to-action-footer a img {
    margin-left: 12px;
}

footer {
    background-color: var(--SecondColor);
    padding: 122px 0;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    width: 70%;
}

.left-footer{
    width: 50%;
}

.left-footer h1{
    color: #FFF7EF;
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.right-footer{
    width: 40%;
}

.contat-footer{
    margin-top: 40px;
}

.contat-footer li{
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: var(--WhiteColor);
    font-weight: 500;
    font-size: 20px;
}

.contat-footer li img{
    margin-right: 10px;
}


.politics-terms a {
    display: flex;
    background-color: var(--WhiteColor);
    color: var(--PrimaryColor);
    padding: 12px 22px;
    margin: 10px 0;
    border-radius: 50px;
    font-weight: 500;
}

.politics-terms a:hover {
    background-color: #fde4d663;
    color: var(--WhiteColor);
    transition: .4s;
}

.politics-terms a img {
    margin-left: 12px;
}

.menu-footer a:hover {
    color: #fde4d663;
    transition: .4s;
}

.icons-social-media a img {
    padding-right: 20px;
}

.icons-social-media a img:hover {
    opacity: 0.5;
    transition: .4s;
}

.copyright-main {
    background-color: var(--WhiteColor);
    width: 100%;
    margin: 0 auto;
}

.copyright-content {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;

}

.left-copy{
    font-weight: 300;
}

.left-copy b{
    font-weight: 500;
}

.right-copy{
    font-weight: 300;
}

.right-copy a{
    color: var(--PrimaryColor);
    text-decoration: none;
}

.hero-video img {
    width: 100%;
    object-fit: cover;
}

.title-items{
    margin: 0 auto;
    margin-bottom: 120px;
    color: #AA6944;
    text-align: center;
    font-size: 41.55px;
    font-weight: 900;
}

.item-main{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 70%;
}

.item-content {
    display: grid;
    grid-template-columns: repeat(4, 3fr);
    justify-content: center;
    gap: 220px 70px;
    margin: 120px;
}

.item-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f7f7f7;
    padding: 22px;
    border-radius: 20px;
    width: 280px;
}

.item-container:hover {
    background-color: var(--SecondColor);
    color: var(--WhiteColor);
    transition: .4s;
}

.item-container:hover h2 {
    color: var(--WhiteColor);
    transition: .4s;
}

.item-container a {
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    color: var(--SecondColor);
    border: 3px solid var(--SecondColor);
    margin-top: 32px;
    padding: 18px;
    font-weight: 500;
}

.item-container:hover a {
    color: var(--WhiteColor);
    transition: .4s;
    border: 3px solid var(--WhiteColor);
}

.item-container:hover img {
    transform: scale(1.1);
    transition: .7s;
}

.item-container:hover a:hover {
    color: var(--WhiteColor);
    transition: .4s;
    background-color: var(--WhiteColor);
    color: var(--SecondColor);
}

.item-container h2 {
    color: var(--PrimaryColor);
    font-size: 20px;
    margin-top: 20px;
}

.item-container>img {
    margin-top: -156px;

}

.item-container p{
    font-weight: 400;
    font-size: 14px;
}

.bar-item{
    text-align: center;
    height: 5px;
    width: 20%;
    background-color: #269999;
    margin: 20px auto;
}

.dashboard-main {
    width: 60%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.left-dashboard img {
    margin-bottom: 82px;
    width: 80%;
}

#bg-selected{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid var(--SecondColor);
    color: #6C87AE;
}

#bg-selected img{
    width: 18px;
    margin-right: 14px;
}

.crisalida-moment {
    margin: 0 auto;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crisalida-moment h1 {
    margin: 40px 0;
}

.crisalida-moment h3 {
    width: 45%;
    background-color: var(--SecondColor);
    font-size: 20px;
    text-align: center;
    color: var(--WhiteColor);
    padding: 22px;
}

.crisalida-moment img {
    margin: 32px 0;
}

.crisalida-moment p {
    margin-top: 32px;
    width: 55%;
    text-align: center;
    font-size: 26px;
}

.pacientes-margin{
    margin-bottom: 32px;
}

.left-dashboard img{
    width: 80%;
}

#left-paciente{
    width: 80%;
}

.login-margin{
    margin-top: 82px;
}

.login-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.login-container h2 {
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 18px 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

.login-button {
    background-color: var(--SecondColor);
    color: #fff;
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.login-button:hover {
    background-color: var(--PrimaryColor);
    transition: .4s;
}







.register-login-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.register-login-container h2 {
    margin-bottom: 20px;
}

.register-margin{
    margin-top: 82px;
}

.register-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.register-container h2 {
    margin-bottom: 20px;
}

.register-input-group {
    margin-bottom: 20px;
}

.register-input-group label {
    display: block;
    margin-bottom: 5px;
}

.register-input-group input {
    width: 100%;
    padding: 18px 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

.register-login-button {
    background-color: var(--SecondColor);
    color: #fff;
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.register-login-button:hover {
    background-color: var(--PrimaryColor);
    transition: .4s;
}

.partnes-content{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#span-tag-partnes {
    background-color: var(--SecondColor);
    padding: 12px 32px;
    color: var(--WhiteColor);
    border-radius: 50px;
    font-weight: 500;
}

.partnes-content h1{
    margin: 40px auto;
    color: #AA6944;
    text-align: center;
    font-size: 31.55px;
    font-weight: 900;
}

.partnes-img{
    margin: 120px 0;
}

.partnes-img a:nth-child(2){
    margin: 0 160px;
}