* {
    font-family: "Poppins", sans-serif;;
}

* img {
    width: 100%;
}

.container-site-max-reduce {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; 
}

.rounded-site {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 1400px) {
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}

.section-bigtitle {
    font-size: 1.3rem;
}

.section-title,
.section-title * {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    
    .section-bigtitle {
        font-size: 2rem;
    }
    
    .section-title,
    .section-title * {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 500 !important;
    }
}

@media (min-width: 1400px) {

    .section-title,
    .section-title * {
        font-size: 2.2rem;
        line-height: 2.7rem;
    }

    
    .section-bigtitle {
        font-size: 2.3rem;
    }
}

.section-description {
    font-size: 0.8rem;
    line-height: 1.3rem;
}

@media (min-width: 992px) {

    .section-description,
    .section-description * {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}

@media (min-width: 1400px) {

    .section-description,
    .section-description * {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

.section-subtitle {
    font-size: 1rem;
    line-height: 1.5rem
}

.section-subdescription {
    font-size: 0.8rem;
}

.btn-site-rhg {
    line-height: 18px;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
    font-size: 0.7rem;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    display: inline-block;
    border: 0;
}

@media (min-width: 992px) {
    .btn-site-rhg {
        font-size: 0.8rem;
        padding: 8px 24px 8px 24px;
    }
}

@media (min-width: 1400px) {
    .btn-site-rhg {
        font-size: 1rem;
        padding: 11px 24px 11px 24px;
    }
}

.btn-rhg-destaque {
    background: #FFBA00;
    color: #000;
}

.btn-rhg-secondary {
    background: #4C2A4D;
    color: #fff;
}

.btn-rhg-secondary-variant {
    background: #80287C;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.bg-light-section {
    background-color: #dddddd
}

.bg-rhg-light {
    background-color: #B886B9
}

.bg-rhg-secondary {
    background: #4C2A4D;
}

.bg-rhg-secondary-gradient {
    background: linear-gradient(to bottom, #5B2B50 0%, #3C1C3F 100%);
}

.bg-rhg-secondary-gradient-2 {
    background: linear-gradient(to bottom, #201221, #4A284B);
}


.bg-rhg-secondary-variant {
    background: #80287C;
}

.bg-rhg-secondary-variant-2  {
    background: #b986b9;
}

.btn-large {
    padding-right: 34px;
    padding-left: 34px;
}

.color-rhg {
    color: #531c82
}

.color-rhg-2 {
    color: #542B53 !important;
}

.color-rhg-secondary {
    color: #4C2A4D;
}

.color-rhg-secondary-variant {
    color: #80287C;
}


.d-flex {
    display: flex;
}

.btn-rhg {
    text-decoration: none;
    background-color: #531c82;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 30px;
}

.btn-rhg.bg-white {
    color: #531c82
}

.overlay-roxo {
    position: relative
}

.overlay-roxo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(70 38 85 / 63%);
    z-index: 2;
}

.marcador-amarelo li::marker {
    color: #FFB301;
}

.marcador-roxo li::marker {
    color: #442044;
}

.hover-purple:hover {
    color: #FFF !important;
    background-color: #D61CED !important;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.hover-purple:hover a {
    color: #FFF !important;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.hover-dark-purple:hover {
    color: #FFF !important;
    background-color: #3D194F !ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.hover-dark-purple:hover a {
    color: #FFF !important;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .flex-column-mobile {
        flex-direction: column !important;
    }

    .width-100-mobile {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .overlay-roxo::before {
        display: none;
    }
}




#global-form-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.global-form-loader-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 20, 60, 0.5);
    z-index: 1;
}

.global-form-loader-content {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 32px 40px;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(60, 30, 90, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global-form-loader-content .loader {
    width: 40px;
    height: 40px;
    border: 5px solid #eee;
    border-top: 5px solid #80297d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 14px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.global-form-loader-msg {
    font-size: 1.1rem;
    color: #80297d;
    text-align: center;
}

.global-form-feedback {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 28px;
    color: #fff;
    border-radius: 32px;
    background: #388e3c;
    font-weight: 500;
    font-size: 0.8rem;
    z-index: 10000;
    display: none;
    box-shadow: 0 4px 12px rgba(40, 20, 60, 0.14);
}

.wrap-form-input {
    margin-bottom: 8px;
}

.wrap-form-input input[type=text],
.wrap-form-input select,
.wrap-form-input input.form-control {
    font-size: .8rem;
    line-height: 20px;
    background-color: white;
    color: #333232;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.wrap-form-input .invalid-field {
  border: 1px solid #d62828 !important;
  background-color: #ffe8e8 !important;
  box-shadow: 0 0 6px rgba(230, 57, 70, 0.4);
  transition: all 0.3s ease;
}

.wrap-form-input .invalid-field:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(214, 40, 40, 0.6) !important;;
  background-color: #fff !important;;
}

@media (min-width: 992px) {
    .wrap-form-input {
        margin-bottom: 12px;
    }
}

.text-white {
color: #FFF;
}

.text-yellow {
color: #FFBA00;
}

.btn-rhg-destaque span {
	background: #000;
	color: #FFBA00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0px 7px;
	font-size: 1.2em;
	font-weight: 600;
	margin-right: 5px;
}

.hover-purple:hover span {
	color: #D61CED;
}

#conversion-form > div.bricks-form__fieldset > div:nth-child(9) {
    display: none !important;
}