body {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    background-color: #fff;
}

p {
    /*  color: #b3b3b3;*/
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
}


h1 {
    color: #fff;
}


h2 {
    font-weight: 300;
    line-height: 30px;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover {
        text-decoration: none !important;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half, .half > .row {
    min-height: 100vh;
    /*  min-height: 700px; */
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100vh;
}

.half .contents, .half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 100%;
    }
}

.half .contents .form-control, .half .bg .form-control {
    /*    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 4px;
    height: 54px;
    background: #fff;
}

    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }


.form-control:focus {
    border-color: #00e3f5;
    box-shadow: 0 0 0 0.2rem #00e3f550 !important;
}


.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #000;
    text-decoration: none;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(45deg, #00e3f5, #908eff);
    border: none;
}







.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption {
        position: relative;
        top: .2rem;
        color: #000;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #00e3f5;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #02ecff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.container-account {
    padding: 30px;
    height: 100%;
    overflow-y: auto;
    height: 80vh !important; /* 80% da altura da janela de visualização */
}


.footer {
    padding: 20px;
    color: #4f4f4f;
    margin-top: 30px;
    font-size: 12px;
}


.voltar {
    display: flex;
    width: fit-content;
    margin: 20px 20px 30px 0px;
    font-size: 13px;
    color: #1c1c1c;
    cursor: pointer;
    align-items: center;
}








input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #000;
    font-size: 16px !important;
    transition: background-color 5000s ease-in-out 0s;
    zoom: 1;
}

input[type="email"],
input[type="password"] {
    background-color: transparent !important;
    color: inherit !important;
    font-size: 16px !important;
}

input:-webkit-autofill::first-line {
    font-size: 16px;
}







.social {
    padding: 20px;
    color: #fff;
    text-shadow: 1px 1px #6c6c6c;
}

    .social a {
        color: #fff;
    }






body {
    /*    background: -moz-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #02e1ba 0%,#26c9f2 29%,#d911f2 66%,#ffa079 100%);
    background: linear-gradient(45deg, #00e3f5 0%,#26c9f2 29%,#9896ff 66%,#5753fe 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/

    min-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
}

    body::before,
    body::after {
        content: "";
        width: 50vmax;
        height: 50vmax;
        position: absolute;
        background: rgba(255, 255, 255, 0.07);
        left: -20vmin;
        top: -20vmin;
        animation: morph 15s linear infinite alternate, spin 20s linear infinite;
        z-index: 1;
        will-change: border-radius, transform;
        transform-origin: 30% 30%;
        pointer-events: none;
    }

    body::after {
        width: 70vmin;
        height: 70vmin;
        left: auto;
        right: -10vmin;
        top: auto;
        bottom: 0;
        animation: morph 10s linear infinite alternate, spin 20s linear infinite reverse;
        transform-origin: 10% 10%;
    }

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}







.iti--allow-dropdown {
    width: 100%;
}


.forget-feedback,
.change-feedback,
.reset-feedback,
.register-empresa,
.register-criar,
.register-feedback {
    display: none;
}

div[class^="register-"] {
    padding-bottom: 50px !important;
}

.loaderbutton {
    padding: 10px 30px;
    background: #3e52c1;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: block;
}

    .loaderbutton::after {
        content: '';
        display: block;
        width: 1.1em;
        height: 1.1em;
        font-size: 1.2em;
        position: absolute;
        left: calc(50% - 0.75em);
        top: calc(50% - 0.75em);
        border: 0.2em solid transparent;
        border-right-color: white;
        border-radius: 50%;
        animation: loader-animation 0.7s linear infinite;
        opacity: 0;
    }

@keyframes loader-animation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.loaderbutton.loading {
    color: transparent;
}

    .loaderbutton.loading::after {
        opacity: 1;
    }










.owl-item {
    padding: 50px;
}

.testimonial2 {
    color: #fff;
    font-weight: 300;
}

    .testimonial2 h1,
    .testimonial2 h2,
    .testimonial2 h3,
    .testimonial2 h4,
    .testimonial2 h5,
    .testimonial2 h6 {
        color: #ffffff;
    }

    .testimonial2 h5 {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
    }

    .testimonial2 .font-weight-medium {
        font-weight: 500;
    }

    .testimonial2 .bg-light {
        background-color: #f4f8fa !important;
    }

    .testimonial2 .subtitle {
        color: #fff;
        line-height: 24px;
    }

    .testimonial2 .testi2 .image-thumb {
        /*background: url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/greadint-bg.png) no-repeat top center;*/
        text-align: center;
        padding: 10% 0;
    }

        .testimonial2 .testi2 .image-thumb img {
            width: 400px;
        }

    .testimonial2 .testi2 .owl-dots {
        display: inline-block;
        position: relative;
        top: -100px;
        padding-left: 50px;
    }

        .testimonial2 .testi2 .owl-dots .owl-dot {
            border-radius: 100%;
            width: 70px;
            height: 70px;
            background-size: cover;
            margin-right: 10px;
            opacity: 0.4;
            cursor: pointer;
        }

            .testimonial2 .testi2 .owl-dots .owl-dot span {
                display: none;
            }

            .testimonial2 .testi2 .owl-dots .owl-dot.active,
            .testimonial2 .testi2 .owl-dots .owl-dot:hover {
                opacity: 1;
            }

@media (max-width: 767px) {
    .testimonial2 .testi2 .owl-dots {
        top: 0px;
    }
}

.testimonial2 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial2 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}


.testimonials-slider {
    background: -moz-linear-gradient(45deg, #02e1ba 0%, #26c9f2 29%, #d911f2 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #02e1ba 0%,#26c9f2 29%,#d911f2 66%,#ffa079 100%);
    background: linear-gradient(45deg, #00e3f5 0%,#26c9f2 29%,#9896ff 66%,#5753fe 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}


















::selection {
    background: #d5bbf7;
}

.segmentos {
    margin-bottom: 40px;
}

    .segmentos .title {
        font-size: 22px;
        font-weight: 500;
    }

    .segmentos .segmentos-content {
        margin-top: 20px;
    }

    .segmentos label.box {
        
        /*margin-top: 12px;*/
        padding: 9px 9px;
        display: flex;
        border-radius: 5px;
        border: 2px solid transparent;
        cursor: pointer;
        transition: all 0.25s ease;
    }

#casadefestas:checked ~ label.casadefestas,
#profissionaisdeeventos:checked ~ label.profissionaisdeeventos,
#buffets:checked ~ label.buffets,
#centrodeconvencoes:checked ~ label.centrodeconvencoes,
#locacoes:checked ~ label.locacoes,
#produtoraartistica:checked ~ label.produtoraartistica {
    /*border-color: #00e3f5;*/
    background: #00e3f560;
}

.segmentos label.box:hover {
    background: #00e3f560;
}

.segmentos label.box .circle {
    height: 22px;
    width: 22px;
    background: #e9ecef;
    border: 5px solid transparent;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
/*    transition: all 0.25s ease;
    box-shadow: inset -4px -4px 10px rgba(0, 0, 0, 0.2);*/
}

#casadefestas:checked ~ label.casadefestas .circle,
#profissionaisdeeventos:checked ~ label.profissionaisdeeventos .circle,
#buffets:checked ~ label.buffets .circle,
#centrodeconvencoes:checked ~ label.centrodeconvencoes .circle,
#locacoes:checked ~ label.locacoes .circle,
#produtoraartistica:checked ~ label.produtoraartistica .circle {
    border-color: #44f1ff;
    background: #fff;
}

.segmentos label.box .plan {
    display: flex;
    width: 100%;
    align-items: center;
}

.segmentos input[type="radio"] {
    display: none;
}

.yearly{
    display: flex;
    flex-direction: column;
}

    .yearly span {
        font-weight: 500;
    }