@charset "utf-8";

#introducao {
    display: grid;
    grid-template-columns: 100% auto;
    height: 85vh;
}

#intro-text {
    background-color: #00697A;
    height: 100%;
}

#intro-image {
    height: 100%;
    background-image: url(../../../imagens/cross-pilates-introducao-image.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#intro-header {
    position: relative;
    width: fit-content;
    margin: auto;
    height: 0em;
    transform: translateY(15vh);
}

#intro-header-top {
    font-family: "K2D", Arial, Helvetica, sans-serif;
    color: #DFC592;
    width: fit-content;
    margin: auto;
    margin-bottom: 5px;
    font-size: 30px;
}

#intro-header-top::before {
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background-color: white;
    transform: translate(-10%, 1.4em);
}

#intro-header-main {
    font-family: "K2D", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-shadow: 4px 2px 5px rgb(0, 0, 0, 0.54);  
    color: white;
    text-align: center;
}

#intro-footer {
    background-color: #1B555C;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: calc(100% - 9em);
    height: 9em;
}

#intro-footer::before, #intro-footer::after {
    content: "";
    display: block;
    position: relative;
    background-color: #1B555C;
    height: 4px;
}

#intro-footer::before {
    top: -3em;
    left: 20%;
    width: 60%;
}
#intro-footer::after {
    top: -9em;
    left: 10%;
    width: 80%;
}

#intro-footer > p {
    color: white;
    font-family: "Magra";
    font-size: 21px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.445);
    margin-bottom: 10px;
    margin-left: 20px;
}

#intro-footer > p::before {
    content: "";
    display: block;
    height: 2px;
    width: 2em;
    background-color: #FFC452;
    transform: translateY(1.5em);
}

.main-h2 {
    text-align: center;
    font-family: "K2D", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 450;
    padding: 1.5em;
}

#como-funciona-box {
    display: grid;
    grid-template-columns: auto;
}

#como-funciona-box-text {
    font-family: "Kulim Park", Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 2em;
}

#como-funciona-box-text > p {
    width: 90%;
    margin: auto;
}

#como-funciona-box-image {
    background-image: url(../../../imagens/cross-pilates-como-funciona-box-image.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    width: 95%;
    max-width: 40em;
    height: 20em;
}

.beneficios-item {
    display: grid;
    grid-template-rows: auto auto;
    height: fit-content;
    width: clamp(1px, 90%, 40em);
    margin: auto;
    margin-bottom: 1em
}

.beneficios-item::before {
    content: "";
    display: block;
    justify-self: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    width: 9em;
    height: 9em;
}

.beneficios-item-title {
    font-weight: bold;
}

.beneficios-item > p {
    font-family: "Kulim Park", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: justify;
}

#beneficios-item1::before {background-image: url(../../../imagens/cross-pilates-beneficios-item-fortalecimento.svg);}
#beneficios-item2::before {background-image: url(../../../imagens/cross-pilates-beneficios-item-flexibilidade.svg);}
#beneficios-item3::before {background-image: url(../../../imagens/cross-pilates-beneficios-item-resistencia.svg);}
#beneficios-item4::before {background-image: url(../../../imagens/cross-pilates-beneficios-item-coordenacao.svg);}
#beneficios-item5::before {background-image: url(../../../imagens/cross-pilates-beneficios-item-saude.svg);}

#porque-escolher-box {
    display: grid;
    grid-template-rows: auto auto;
}

#porque-escolher-box-text {
    font-family: "Kulim Park", Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 2em;
}

#porque-escolher-box-text > p {
    width: 90%;
    margin: auto;
}

#porque-escolher-box-image {
    background-image: url(../../../imagens/cross-pilates-como-funciona-box-image.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    width: 95%;
    max-width: 40em;
    height: 15em;
}

#consulta {
    position: relative;
    margin-top: 4em;
    overflow: hidden;
}

#consulta-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: auto;
}

#consulta-text > h2 {
    width: 95%;
    align-self: center;
    text-align: center;
    font-family: "K2D", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 450;
    margin-bottom: 20px;
}

#consulta-text > p {
    font-size: 20px;
    font-family: "K2D", Arial, Helvetica, sans-serif;
    text-align: justify;
}

#consulta-text > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kulim Park", Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #00697A;
    color: white;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 3.5em;
    width: 12.5em;
}