@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/pill-gothic-600mg');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

[js-toggle]>button {
    position: relative;
    cursor: pointer
}

[js-toggle]>div {
    max-height: 150vh;
    overflow: hidden;
    transition: max-height .5s, padding-top .5s, padding-bottom .5s
}

[js-toggle]>div:not(.ativo) {
    visibility: hidden
}

[js-toggle]>div.efeito-toggle,
[js-toggle]>div:not(.ativo) {
    max-height: 0px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #FAFAFA;
}

.container {
    padding: 0 15px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #4960A7;
    border-bottom: 5px solid #E06A38;
}

.detalhes {
    padding: 24px 0;
}

.detalhes .flags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.detalhes .flags .flag {
    font-family: 'Pill Gothic 600mg', sans-serif;
    padding: 7px 9px 5px;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #455BA6;
}

.detalhes .flags .flag.percentFlag {
    font-family: Montserrat;
    background-color: #FF6600;
}

.detalhes .flags .flag p {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.04em;
}

.detalhes .flags .flag p strong {
    font-weight: 700;
}

.detalhes .titulo {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    margin: 24px 0;
    color: #333333;
}

.detalhes .valores{
    margin-bottom: 40px;
}

.detalhes .valores p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    leading-trim: both;
    text-edge: cap;
    color: #333333;
}

.detalhes .valores p + p{
    margin-top: 0.5em;
}

.detalhes .valores p.de strong {
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: line-through;
}

.detalhes .valores p.por strong {
    font-weight: 700;
    font-size: 24px;
    color: #3762ED;
}

.detalhes .valores p.parcelamento strong {
    font-weight: 600;
    font-size: 16px;
    color: #EC6608;
}

.detalhes .especificacoes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.detalhes .especificacoes .espec {
    display: flex;
    align-items: center;
}

.detalhes .especificacoes .espec p {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.detalhes .especificacoes .espec p+span {
    margin-left: 8px;
}

.detalhes .especificacoes .espec span {
    font-family: 'Pill Gothic 600mg', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.04em;

    border: 1px solid #455BA6;
    padding: 6px 16px 4px;
    border-radius: 25px;
    color: #455BA6;
}

.valores {
    display: none;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 32px;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    height: 330px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 330px;
    max-height: 330px;
}

.swiper .swiper-pagination-bullet {
    background-color: #33CC33;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #FE0000;
    width: 32px;
    border-radius: 11px;
}

.swiper .swiper-pagination {
    bottom: 0;
}

.dropdowns {
    padding: 30px 0 0;
    font-family: Montserrat;
    line-height: 22.4px;
    font-weight: 400;
}

.dropdowns button {
    font-family: Montserrat;
    font-size: 16px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 28px 24px;
    border: none;
    text-align: left;
    line-height: 22.4px;
    border-radius: 8px;
}

.dropdowns button.ativo {
    border-radius: 8px 8px 0 0;
}

.dropdowns div+button {
    margin-top: 8px;
}

.dropdowns button::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 34px;
    transform: translate(-50%, 0) rotate(180deg);
    width: 13px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg class='arrow up' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-4 -4 70 45' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%233762ED' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' points='%0A0.375, 35.375 28.375, 0.375 58.67, 35.375 ' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: 0.4s;
}

.dropdowns button.ativo::after {
    transform: translate(-50%, 0) rotate(0deg);
}

.dropdowns div {
    max-height: 2500px;
    border-radius: 0px 0px 8px 8px;
    background-color: #FFFFFF;
    padding: 0 24px 28px 24px;
    font-size: 14px;
}

.dropdowns div p+p {
    margin-top: 1em;
}


.bloco-cta {
    padding: 30px 0;
}

.bloco-cta a {
    display: block;
    line-height: 50px;
    border-radius: 45px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid currentColor;
    transition: color 0.3s, background 0.3s, border 0.3s;
}

.bloco-cta a+a {
    margin-top: 16px;
}

.bloco-cta a:first-child {
    background: #33CC33;
    border-color: #33CC33;
    color: #FFFFFF;
}

.bloco-cta a:first-child:hover {
    background-color: #2eb32e;
}

.bloco-cta a:last-child {
    background-color: transparent;
    border-color: #455BA6;
    color: #455BA6;
}

.bloco-cta a:last-child:hover {
    background-color: #455BA6;
    color: #fff;
}

.formulario {
    /* height: 500px; */
    background-color: #4960A7;
    padding: 20px 0 24px;
}

.formulario .titulo {
    display: flex;
    align-items: center;
}

.formulario .titulo h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 400;
    line-height: 34.13px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-left: 5px;
}

.formulario .titulo h2 strong {
    font-weight: 700;
}

.formulario form {
    margin-top: 40px;
}

.formulario form label {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.43px;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.formulario form input {
    border-radius: 35px;
    width: 100%;
    height: 52px;
    background-color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 17px;
    border: none;
}

.formulario form input[type=submit] {
    background-color: #33CC33;
    color: #FFFFFF;
    margin-top: 23px;
    margin-bottom: 0;

    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background-color: #314274;
    border-top: 5px solid #E06A38;

}

table {
    display: table;
    width: 100%;
    font-family: 'Pill Gothic 600mg', sans-serif;
    color: #7f7d80;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: #f1f1f1;
}
tr {
    display: table-row;
    width: 100%;
    vertical-align: text-top;
    align-items: left;
    unicode-bidi: isolate;
    border-bottom: 1pt solid #f1f1f1;
    /* border-color: inherit; */
}
th {
    text-align: left;
    font-weight: normal;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    padding: 10px;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    padding: 10px;
}

.name-field .value-field {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    vertical-align: top;
}