.text-color-corpovino{
    color: #592468 !important;
}
.img-banner{
    max-width: 500px;
}
.font-corpovino1{
    font-weight: 300 !important;
    font-size: 2.2em !important;
    letter-spacing: 4.5px !important;
}
.font-corpovino2{
    font-size: 50px;
}
.font-corpovino3{
    display: inline-block;
    margin-bottom: 0rem!important;
    font-size: 2.35em !important;
}
.font-corpovino4{
    font-weight: 300 !important;
    font-size: 2em !important;
    line-height: 35px !important;
}
.f-w-800{
    font-weight: 800;
}
.font-corpovino5{
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2rem !important;
}
.font-corpovino6{
    font-weight: 800 !important;
    font-size: 25px !important;
}

.custom-arrow2 {
    position: absolute;
    top: 30%;
    right: -10px;
    width: 40px;
    transform: translateY(-50%);
    transition: ease all 300ms;
}
.custom-arrow2:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 100%;
    border-top: 1px solid #1e1e24;
    transform: translateY(-50%);
}
.custom-arrow2:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1e1e24;
    border-right: 1px solid #1e1e24;
    transform: translateY(-50%) rotate(45deg);
}
.owl-stage{
   display: flex !important;
   align-items: center !important;
}

.color-w{
    color: #fff !important;
}

.w-f-image{
    max-width: 600px;
}
@media (max-width: 1600px){
    .img-banner{
        max-width: 500px;
    }
    .w-f-image{
        max-width: 500px;
    }
}
@media (max-width: 1440px){
    .img-banner{
        max-width: 500px;
    }
    .w-f-image{
        max-width: 500px;
    }
}
@media (max-width: 1024px){
    .text-lg-start {
        text-align: left !important;
    }
    .img-banner{
        max-width: 300px;
    }
    .w-f-image{
        max-width: 250px;
    }
    .font-corpovino1{
        font-weight: 300 !important;
        font-size: 1.2em !important;
        letter-spacing: 4.5px !important;
    }
    .font-corpovino2{
        padding-top: 0rem !important;
        font-size: 30px;
    }
}

/* MODAL PREREGISTRO */
h3.color-pre{
    margin-bottom: 20px;
}
.modal-dialog-pre {
    max-width: 400px;
    margin: 1.75rem auto;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body {
    background-size: 36.77px 36.77px;
    background-color: white;
    border-radius: 50%;
    padding: 1.5rem;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body .modal-bg {
    background-color: #ffffff;
    padding: 10px;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body .modal-bg .btn-close {
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    right: 17px;
    top: 0;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body .modal-bg .btn-close span {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
.t-a-c {
    text-align: center;
}
.color-pre {
    color: #000 !important;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body .modal-bg .offer-content form .form-group {
    margin: 0 auto;
    text-align: center;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.theme-modal label {
    margin-bottom: 0.5rem;
}
.theme-modal .modal-dialog-pre .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: 0.05em;
}
.theme-modal .form-control {
    border-radius: 0;
}
.btn-close-pre {
    background: none;
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.btn-solid-pre {
    font-size: 20px;
    border-radius: 5px;
    padding: 8px 20px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #592468;
    background-color: #592468;
    background-size: 850px;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.mt-15 {
    margin-top: 15px !important;
}
.btn-solid-pre:hover {
    color: #592468 !important;
    background-color: #ffffff;
    border: 2px solid #592468;
    transition: 0.3s ease-in-out;
}
.error-pre{
    color: #ff0000 !important;
}

/* MODAL PREREGISTRO */