@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap');

html * {
    font-family: 'Lora', serif;
}
.v-center .grid-container, .v-center .grid-x {
    height: 90vh;
}
h1 {
    margin-top: 1rem;
}
h1, h2, button {
    font-weight: 600;
    letter-spacing: -1.2px;
}
p, ol {
    font-size: 1.2rem;
}
.button {
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    color: #fff !important;
    background-color: #008f4c !important;
}

a {
    color: #2d53fe;
    text-decoration: underline;
    font-weight: 700;
}
.callout {
    background: #f2f2f2;
    padding: 2rem 0;
}
.form-fields, .input-group-label {
    height: 55px;
    border-radius: 5px;
}
.input-group-label {
    border-radius: 5px 0 0 5px !important;
}
.input-group-field {
    border-radius: 0 5px 5px 0 !important;
}

/* form */
input#phone {
    border: 1px solid #cacaca;
}

.box-shadow {
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.2); 
	box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.2);
}
form h6 {
    font-weight: 700;
}
#check-rgpd, #check-mkt {
    width: 20px;
    height: 20px;
    margin: 0;
}
.termos-wrapper {
    display: inline-flex;
    margin: 1rem 0;
}
.reveal {
    outline: none;
}

#thankyou h1 {
    color: #4a4a4a;
}

.highlight {
    background:lightyellow;
    padding: .5rem;
    margin: 1rem 0;
    border: 1px dashed ;
}

.highlight h4, .highlight p {
    margin-bottom: 0;
}

.reveal p {
    font-size: 1.2rem;
}

.reveal .button {
    font-weight: 700;
}
#termos p, #termos ol li {
    font-size: .8rem;
}
#termos h6 {
    font-weight: 700;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}


.validation-txt {
    color: red;
    margin-top: 0;
    padding-top: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    h1 {
        font-size: 2.5rem; /* Adjust this value to make the h1 larger on mobile */
    }
}