body{
  font-family: 'Avenir Next LT Pro Regular' !important;
}

.circle{
    width: 175px !important;
    height: 175px !important;
    background-color: #731563 !important;
    padding: 20px;
    border-radius: 100px ;
    position: absolute !important;
    right: 20px !important;
    transform: rotate(8deg) !important;
}
.marque, .ja{
    font-family: 'Avenir Next LT Pro Regular' !important;
    text-transform: uppercase;
    text-align: center;
}

.marque{
    margin-top: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
font-weight: 600;
}
.ja{
    font-size: 50px !important;
    line-height: 50px !important;

font-weight: 600;
}

::selection {
    background: #70C2B4;
    color: #253181;
}
#red{
    color: #FFF !important;
    font-weight: 700;
}
#red:hover{
    color:  red !important;
}

.display-flex .wpb_wrapper .vc_icon_element {
    margin-bottom: 0px !important;
}

#bg-gradient {
    position: fixed !important;
    height: 100vh !important;
    width: 100vw !important;
    top: 0px !important;
}
html{
    
    /*min-width: 1520px;
    left: 0px;
    width: 1520px;*/
background: rgb(37,49,129);
background: -moz-linear-gradient(45deg, rgba(37,49,129,1) 0%, rgba(112,194,180,1) 100%)fixed;
background: -webkit-linear-gradient(45deg, rgba(37,49,129,1) 0%, rgba(112,194,180,1) 100%)fixed;
background: linear-gradient(45deg, rgba(37,49,129,1) 0%, rgba(112,194,180,1) 100%)fixed;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253181",endColorstr="#70c2b4",GradientType=1);

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 425px) {
    html{
        background-image: url(/wp-content/uploads/2023/08/bg.png);
    }
        
}



body { 
    color: #fff !important;
}
#wrapper{background:none!important;} 

h1 {
    color: #fff !important;
    font-size: 65px !important;
    line-height: 70px !important;
    margin-top: 80px !important;
            font-family: 'Avenir Next LT Pro Bold', Arial, sans-serif !important;

}

h1 strong {
    color: #70C2B4 !important;
}

.description-banner {
    width: 675px !important;
}

p {
    color: #fff !important;
    font-size: 18px !important;
}

.padding-left {
    padding-left: 80px !important;
}

.padding-both {
    padding-left: 80px !important;
    padding-right: 80px !important;


}

.padding-right {
    padding-right: 80px !important;

}

/*                                                                   - header  /*/

header {
    padding-top: 35px !important;
}

#logo img {
    width: 350px !important;
}

.full-header .header-wrap .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.widget-right .header-elem .top-details.clearfix a {
    padding: 15px 30px !important;
    border: 2px solid #fff !important;
    border-radius: 30px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;

}

.widget-right .header-elem .top-details.clearfix a i {
    display: none;
}

.slider-column .vc_column-inner {
    padding-top: 0px !important;
}

/*                                                                   - banner home  /*/

.description-banner {
    margin-top: 40px !important;
    opacity: 0.8 !important;
    line-height: 26px !important;

}

/*                                                                   - form contact 1  /*/

.contact-round .round input {
  font-family: 'Avenir Next LT Pro Regular' !important;

    background-color: hsl(232, 55%, 33%, 50%) !important;
    border: none !important;
    border-radius: 50px !important;
    width: 600px !important;
    padding: 35px 35px !important;
    max-width: 600px !important;
    margin-top: 0px !important;
    font-size: 16px !important;
}


.contact-round .round span {
    width: 100% !important;
    margin-bottom: 20px !important;

}

.wpcf7-list-item-label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.wpcf7-list-item-label a {
    color: #70C2B4 !important;
}

.contact-round .round span {
    width: 600px !important;
    display: flex;
    flex-direction: column;
}

.wpcf7-submit {
    border: none !important;
    background-color: #70C2B4 !important;
    color: #253181 !important;
    padding: 15px 35px !important;
    font-style: italic !important;
}

.vc_general.vc_btn3 {
    font-style: italic !important;
}

span.wpcf7-not-valid-tip {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    color: #fff;
    margin: 50px 35px;
    opacity: 0.5;
    font-family: 'Avenir Next LT Pro Regular' !important;
}

.button,
input[type="submit"] {
	  font-family: 'Avenir Next LT Pro Regular' !important;

    text-transform: capitalize !important;
    font-size: 18px !important;
}

input[type="checkbox"] {
    appearance: none;
    background-color: none;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 5px;
    transform: translateY(-0.075em);
    place-content: center;

}

input[type="checkbox"]:checked {
    background-color: #70C2B4;

}



/*                                                                   - form contact 2  /*/
.contact-default span.wpcf7-not-valid-tip {

    margin: 5px 0px !important;

}

.contact-default .round input,
.contact-default .round textarea {
    background-color: hsl(232, 55%, 33%, 50%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 35px 35px !important;
    margin-top: 0px !important;
    font-size: 16px !important;
}

.contact-default .round input {
	  font-family: 'Avenir Next LT Pro Regular' !important;

    max-width: 100% !important;
    width: 150% !important;
    color: #fff !important;
}

.pix-menu-align-left #logo a:after {
    display: none !important;
}

.contactform .message,
.wpcf7-textarea {
    color: #fff !important;
}

.contact-default .round input::placeholder,
.contact-default textarea::placeholder {
    color: #FFF !important;
}

.contact-round .round textarea {
    min-height: 150px !important;
    width: 100% !important;
    min-width: 100% !important;
}

.text span {
    color: #fff !important;
}

p.center {
    margin-left: 50%;
    transform: translate(-130px);

}

.center .wpcf7-submit {

    padding: 15px 100px !important;
}

#image-02 img {
    width: 80% !important;
    max-width: 80% !important;
}

.contact-default .wpcf7-textarea {
    min-height: 200px !important;
    height: 200px !important;
}


h2 {
    font-size: 65px !important;
    line-height: 72px !important;
    color: #fff !important;

}

h2 strong {
    color: #731563 !important;

}

.avaliation-column {
    padding-left: 150px !important;
}

#text-description {
    opacity: 0.8;
    margin-top: 10px !important;
}

.vc_btn3.vc_btn3-size-md {
    font-size: 18px !important;
    background-color: #70C2B4 !important;
    color: #253181 !important;
    padding: 15px 35px !important;
}




.display-flex .wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {

    width: 3em !important;
    height: 3em !important;
}

.middle-class {
    width: 32%;
    display: inline-block;
    margin-left: 2%;
}

.first-class1 {
    float: left;
    width: 32%;
}

.last-class1 {
    float: right;
    width: 32%;
}

.link-footer a {
    color: #fff !important;
}

.legal-info-footer p {
    font-size: 12px !important;
    margin-top: -40px;
}

.footer-dark .footer-bottom {
    background: #191919;
    z-index: 2000;
    position: absolute;
    bottom: 0px;
    background: none !important;
}

.copyright-text {
    font-family: 'Avenir Next LT Pro Regular' !important;
    font-size: 12px !important;
    color: #fff !important;
    letter-spacing: 0.5px;
    text-align: left !important;
    padding-left: 80px !important;
}

.copyright-text a {
    color: #70C2B4 !important;
	  font-family: 'Avenir Next LT Pro Regular' !important;

}


.news-bar-undernav {
    width: 100%;
    height: auto;
    padding: 4px;
    color: white;
    font-size: 20px;
    border: none;
    margin: 0
}




.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee svg {
    width: 40px;
    height: auto;

}

.marquee:hover .marquee__item,
.marquee:hover .marquee__item2 {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__seperator {
    margin: 0 2rem;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 90s linear infinite;
}

.marquee__item2 {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 80s linear infinite;
    animation: marquee 80s linear infinite;
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.marquee {
    padding: 1rem 0;
    color: #fff;
}

.text-slide {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-size: 50px !important;
    text-transform: uppercase;
    margin-right: 40px;
    margin-left: 40px;
}

.copyright-right img {
    float: right !important;
    text-align: right;
}

#livro-rec figure a img {
    float: right !important;
    width: 130px !important;
}

.copyright.row {
    width: 100vw !important;
    padding-right: 80px !important;
}

.wpcf7-spinner {
    display: none !important;
}

h3{
    font-size: 30px !important;
    color: #fff !important;
}
p a {
    color: #fff !important;
}

@media only screen and (max-width: 1430px) and (min-width: 1200px) {

    .contact-round .round input {
        width: 500px !important;
    }

    h1 {

        font-size: 55px !important;
        line-height: 60px !important;

    }

    .description-banner {
        width: 500px !important;
    }

    .avaliation-column {
        padding-left: 100px !important;
    }

    h2 {

        font-size: 50px !important;
        line-height: 55px !important;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 1100px) {
    .contact-round .round input {
        width: 400px !important;
    }

    h1 {

        font-size: 50px !important;
        line-height: 55px !important;

    }

    .description-banner {
        width: 400px !important;
    }

    .avaliation-column {
        padding-left: 100px !important;
    }

    h2 {

        font-size: 43px !important;
        line-height: 48px !important;
    }

}

@media only screen and (max-width: 1100px) and (min-width: 990px) {

    .pix-menu,
    .pix-flyin-sidebar {
        display: none;
    }
}

@media only screen and (max-width: 990px) and (min-width: 760px) {

    .footer-dark .footer-bottom {
        width: 100vw !important;
    }

    .pix-menu,
    .pix-flyin-sidebar {
        display: none;
    }

    h1 {
        font-size: 65px !important;
        line-height: 70px !important;
        margin-top: 50px !important;
        padding-right: 80px !important;
        font-family: 'Avenir Next LT Pro Bold', Arial, sans-serif !important;

    }

    h2 {
        font-size: 60px !important;
        line-height: 65px !important;
        margin-top: 50px !important;
    }

    .contact-round .round input {
        width: 600px !important;
    }

    .description-banner {
        width: 600px !important;
    }

    .avaliation-column {
        padding-left: 80px !important;
    }

    .footer-bottom .container {
        max-width: 100vw;
    }

    .copyright.row,
    .copyright.row .header-elem {
        width:  100% !important;
        padding: 0px !important;
        margin: 0px !important;

    }

    #livro-rec {
        margin-top: 25px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 0px !important;

    }

    .copyright-right .header-elem {
        width: 100vw;

    }

    .copyright p {
        text-align: center !important;

    }

    .copyright-text {

        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 760px) {
    .footer-dark .footer-bottom {
        width: 100vw !important;
    }


    .description-banner {
        width: 95% !important;

    }


    h1 {
        font-size: 45px !important;
        line-height: 50px !important;
        margin-top: 50px !important;
    }


    .pix-menu,
    .pix-flyin-sidebar {
        display: none !important;
    }

    #logo {
        max-width: 100% !important;
    }

    .contact-round .round input,
    .contact-round .round textarea {
        width: 100% !important;
    }

    span.wpcf7-form-control-wrap {
        max-width: 95% !important;
    }

    .copyright-text {
        font-family: 'Avenir Next LT Pro Regular', Arial, sans-serif;
        font-size: 12px !important;
        color: #fff !important;
        letter-spacing: 0.5px;
        text-align: left !important;
        padding-left: 0px !important;
    }

    .wpcf7-list-item-label {
        font-size: 10px !important;
    }

    input[type="checkbox"] {
        width: 10px !important;
        height: 10px !important;
    }

    .padding-left {
        padding-left: 5% !important;
    }

    .padding-both {
        padding-left: 5% !important;
        padding-right: 5% !important;


    }

    .padding-right {
        padding-right: 5% !important;
    }



    .footer-bottom .container {
        max-width: 100vw;
    }

    .copyright.row,
    .copyright.row .header-elem {
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;


    }

    #livro-rec {
        margin-top: 25px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 0px !important;

    }

    .copyright-right .header-elem {
        width: 100vw;

    }

    .marquee svg {
        width: 30px !important;
        height: auto;

    }

    .text-slide {
    font-family: 'Avenir Next LT Pro Bold' !important;
        font-size: 30px !important;
        text-transform: uppercase;
        margin-right: 20px;
        margin-left: 20px;
    }

    h2 {
        font-size: 35px !important;
        line-height: 40px !important;

    }

    .avaliation-column {
        padding-left: 5% !important;


    }

    .avaliation-column p {
        opacity: 0.8 !important;


    }

    .middle-class,
    .first-class1,
    .last-class1 {
        width: 100%;
        float: left;

    }

    .center .wpcf7-submit {
        padding: 15px 50px !important;
    }

    p.center {
        margin-left: 0px !important;
        transform: none;
    }

    .copyright p {
        text-align: center !important;
    }

    #livro-rec figure a img {
        float: unset !important;
    }

    .circle{
        width: 100px !important;
        height: 100px !important;
        background-color: #731563 !important;
        border-radius: 50px ;
        position: absolute !important;
        right: 20px !important;
        transform: rotate(8deg) !important;
        padding: 0px !important;
    }
    .marque, .ja{
        font-family: 'Avenir Next LT Pro Regular', Arial, sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
     
    .marque{
		    font-family: 'Avenir Next LT Pro Bold' !important;
        margin-top: 25px !important;
        font-size: 13px !important;
        line-height: 13px !important;
    }
    .ja{
        font-size: 35px !important;
        line-height: 25px !important;
        font-weight: 600;
    }


}