:root {
    --bs-cream: #F2EFEA;
}
.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.archivo-narrow-regular {
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
body {
    font-family: "Archivo Narrow", sans-serif;
    color: #000000;
    background-color: var(--bs-cream);
    padding: 0 !important;
    margin:0 !important;
    overflow-x: hidden;
}

h1, h2, h3, h5, h6 {
    font-family: "Archivo Black", sans-serif;
    color: #000000;
}

h1 {
    font-size: 48px;
}

h3 {
    font-family: "Archivo Black", sans-serif !important;
    font-size: 40px !important;
}

@media only screen and (max-width: 770px) {
    h1 {
        font-size: 24px !important;
    }
}

h2 {
    font-size: 26px;
}

h4 {
    font-size: 28px;
    font-family: "Archivo Narrow", sans-serif; 
}

h6 {
    font-family: "Archivo Narrow", sans-serif;
    color: #333;
}

p {
    margin: 0 !important;
    font-style: italic;
    font-size: 16px;
}

.pink {
    color: #E5318D;
}

.red {
    color: #F61B2D;
}

.bred {
    color: #e21219;
}

.all {
    background: conic-gradient(from 8deg at 49.38% 59.78%, #E21219 55.418440103530884deg, #FFC01F 129.6000051498413deg, #1BB94C 203.39999914169312deg, #005AA3 271.79999828338623deg, #E22595 360deg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vk-red {
    color: #e21219;
}

.purple {
    color: #464A9F;
}

.green {
    color: #28A13E;
}

.blue {
    color: #015DA1;
}

input[type=radio]#pink {
    accent-color: #E5318D;
}

input[type=radio]#red {
    accent-color: #F61B2D;
}

input[type=radio]#bred {
    accent-color: #e21219;
}

input[type=radio]#purple {
    accent-color: #464A9F;
}

input[type=radio]#green {
    accent-color: #28A13E;
}

input[type=radio]#blue {
    accent-color: #015DA1;
}

header {
    padding: 50px 0;
}

/* Rounded corners for the iframe */
.rounded-form {
    border-radius: 15px; /* Adjust as needed */
    overflow: hidden; /* Ensure content doesn't spill outside the rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

/* Estilo padrão para a opção */
.option {
    padding: 40px 20px;
    transition: box-shadow 0.3s ease-in-out;
}

.card-body {
    padding: 0;
    display: block !important;
    text-align: center;
}

.card-body p {
    padding-bottom: 10px;
}

/* Estilo aplicado ao hover */
.option:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    background-color: #FAF7F2;
    border: 1px solid #ddd;
}

/* Estilo para o botão radial */
.form-check-input {
    padding-top: 10px;
    padding-bottom: 30px;
    transform: scale(1.5);
    cursor: pointer;
}



