﻿#topbar .social-links img {
    width: 100%;
    max-width: 29px;
    height: auto;
}

.contact-info {
    color: #500B75;
    margin-top: 8px;
}

    .contact-info a {
        color: #500B75 !important;
        margin-left: 10px;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

#topbar .social-links a {
    padding: 2px 8px;
}

    #topbar .social-links a:hover {
        opacity: 0.7;
    }


#topbar .float-right {
    margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
    background: #500B75;
    color: #fff;
}

.nav-menu a {
    text-transform: uppercase;
    color: #4D4D4D !important;
}

.nav-menu .drop-down > a:after {
    color: #500B75 !important;
}

.nav-menu .drop-down ul a {
    text-transform: none;
    color: #fff !important;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    }

.li-simulador {
    background: #500B75;
    border-radius: 25px;
    padding: 0px 5px;
    margin-left: 7px;
}

    .li-simulador a {
        color: #fff !important;
        text-transform: none;
    }

    .li-simulador:hover {
        opacity: 0.7;
    }

.li-area {
    background: #ff5d31;
    border-radius: 25px;
    padding: 0px 5px;
    margin-left: 7px;
}

    .li-area a {
        color: #fff !important;
        text-transform: none;
    }

    .li-area:hover {
        opacity: 0.7;
    }

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


#hero .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.heroHome .carousel-item::before {
    display: none !important;
}

.carousel-item .img-1 {
    max-width: 350px;
    width: 100%;
}


.carousel-item .img-2 {
    max-width: 200px;
    width: 100%;
    margin-top: 190px;
}

.carousel-item a:hover {
    opacity: 0.7;
}

.carousel-item .img-3 {
    max-width: 220px;
    width: 100%;
}

.carousel-indicators li {
    opacity: 1 !important;
}

    .carousel-indicators li:nth-child(1), .carousel-indicators li:nth-child(4) {
        border: 2px solid #fff;
        background-color: transparent;
    }


        .carousel-indicators li:nth-child(1):hover, .carousel-indicators li.active:nth-child(1) {
            background-color: #fff;
        }

        .carousel-indicators li:nth-child(4):hover, .carousel-indicators li.active:nth-child(4) {
            background-color: #fff;
        }

    .carousel-indicators li:nth-child(2), .carousel-indicators li:nth-child(5) {
        border: 2px solid #FF5D31;
        background-color: transparent;
    }

        .carousel-indicators li:nth-child(2):hover, .carousel-indicators li.active:nth-child(2) {
            background-color: #FF5D31;
        }

        .carousel-indicators li:nth-child(5):hover, .carousel-indicators li.active:nth-child(5) {
            background-color: #FF5D31;
        }

    .carousel-indicators li:nth-child(3), .carousel-indicators li:nth-child(6) {
        border: 2px solid #57D4FF;
        background-color: transparent;
    }


        .carousel-indicators li:nth-child(3):hover, .carousel-indicators li.active:nth-child(3) {
            background-color: #57D4FF;
        }

        .carousel-indicators li:nth-child(6):hover, .carousel-indicators li.active:nth-child(6) {
            background-color: #57D4FF;
        }

.carousel-indicators li {
    width: 12px;
    height: 12px;
}


.btnHome {
    border: 2px solid #500B75;
    background: #fff;
    color: #500B75;
    text-transform: uppercase;
    max-width: 250px;
    margin: auto;
    display: block;
    border-radius: 25px;
    padding: 10px 10px;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 10px;
    font-size: 12px;
}

    .btnHome:hover {
        background: #500B75;
        color: #fff;
    }


.img-relative {
    position: relative;
    z-index: 99;
}

.infos {
    position: absolute;
    z-index: 999;
}

.about .container {
    box-shadow: none;
}

.h4NossosProdutos {
    color: #FF5D31 !important;
    text-transform: uppercase;
}

.about-lists .content-item .pCred {
    color: #5F5F62 !important;
    font-size: 18px;
}

.img-nossos-produtos {
    margin: auto;
    display: block;
    max-width: 70px;
    width: 100%;
}

.pCred2 {
    color: #5F5F62 !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px !important;
}

.about-lists .content-item {
    border: none !important;
}

.about-lists .content-item {
    padding: 15px;
}

.link-nossos-produtos {
    padding: 15px;
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.43);
    border-radius: 35px;
    margin: 25px;
    min-height: 200px !important;
    height: 200px;
}

    .link-nossos-produtos:hover {
        opacity: 0.6;
    }

.centralizar-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.margin-25 {
    margin: 25px;
}

.counts {
    background: #500B75;
    padding-bottom: 60px;
}

    .counts .pTitulo {
        color: #57D4FF;
        font-weight: 900;
        font-size: 36px;
        line-height: 42px;
    }

    .counts .pParagrafo {
        margin-top: 25px;
        color: #fff;
    }

    .counts .pBtn {
        color: #57D4FF !important;
        text-transform: uppercase;
        border: 1px solid #fff;
        padding: 10px 25px;
        border-radius: 25px;
        margin-top: 20px;
        outline: none !important;
        box-shadow: none !important;
    }

        .counts .pBtn:hover {
            background: #fff;
        }



.inputs .form-control option {
    color: #fff;
}

.inputs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px;
    padding-top: 2px;
}

.inputs--inline {
    display: -webkit-inline-box;
    display: inline-flex;
}

.inputs__field {
    box-sizing: border-box;
}

.inputs__field--text {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    line-height: 26px;
    /*    -ms-flex-preferred-size: 26px;
*/ -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition-property: border, padding;
    transition-property: border, padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .inputs__field--text:focus ~ .inputs__label, .inputs__field--text:valid ~ .inputs__label {
        -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
        transform: translate3d(0, 6px, 0) scale(0.75);
        color: rgba(0, 0, 0, 0.95);
    }

    .inputs__field--text:focus {
        outline: 0;
        padding-bottom: 0px;
        border-bottom-color: #673AB7;
        border-bottom-width: 2px;
    }

        .inputs__field--text:focus ~ .inputs__label {
            color: #673AB7;
        }

.inputs__label {
    box-sizing: border-box;
    position: relative;
    top: -2px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 1;
    padding-left: 2px;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing: antialiased;
}

.inputs__field--text {
    background-color: transparent;
    color: #fff !important;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.inputs__label {
    color: #fff !important;
}

.inputs .form-control {
    background-color: transparent;
    color: #fff;
    border: none !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 0px;
    border-radius: 0;
    height: 50px;
}

    .inputs .form-control option {
        color: #000;
    }



.labelCheckbox {
    color: #fff;
    margin-top: 7px;
}

.inputCheckbox {
    width: 25px;
    box-shadow: none !important;
}

.btnSimulacao {
    background: #57D4FF;
    border: none !important;
    border-top-left-radius: 25px;
    padding: 7px 40px;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 20px;
}

    .btnSimulacao:hover {
        opacity: 0.7;
    }

.carousel-section .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    .carousel-section .owl-prev span {
        color: #DDEA2F;
        font-size: 40px;
        line-height: 27px;
    }

    .carousel-section .owl-prev:hover, .carousel-section .owl-next:hover {
        opacity: 0.7;
    }

.carousel-section .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    .carousel-section .owl-next span {
        color: #DDEA2F;
        font-size: 40px;
        line-height: 27px;
    }

.h4titleCarousel {
    text-transform: uppercase;
    color: #DDEA2F;
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: 600;
}


/*    .owl-prev i, .owl-next i {
        transform: scale(1,6);
        color: #ccc;
    }*/

.LinhaAmarela {
    background: #DDEA2F;
    color: #500B75;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.carousel-section .item img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#footer {
    background: #F7F8F8 !important;
}

    #footer .footer-top {
        border: none !important;
        background: #F7F8F8;
    }

    #footer h4 {
        color: #500B75 !important;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 35px !important;
    }

.footer-top p {
    font-size: 15px;
    margin-bottom: 10px !important;
}

    .footer-top p a {
        color: #4D4D4D;
        font-size: 15px;
    }

        .footer-top p a:hover {
            text-decoration: underline;
        }

.carousel-section {
    background: #fff !important;
}

.pFooter {
    color: #4D4D4D;
    font-size: 15px;
}

#footer .footer-top .footer-info p {
    font-family: inherit;
}

.footer-links-2 {
    text-align: center;
}

    .footer-links-2 img {
        max-width: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .footer-links-2 img:hover {
            opacity: 0.7;
        }

#footer .copyright {
    color: #4D4D4D;
}

#footer .credits {
    color: #4D4D4D;
}

    #footer .credits a {
        color: #4D4D4D !important;
        font-weight: 600;
    }

        #footer .credits a:hover {
            text-decoration: underline;
        }

#footer .copyright {
    padding-top: 0px !important;
}

.back-to-top:hover {
    background: #4D4D4D !important;
}

.paginas h2 {
    color: #FF5D31 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.paginas .carousel-item::before {
    background-color: rgba(80, 11, 117, 0.6) !important;
}

@media (max-width:500px) {
    #recaptcha1 {
        width: 100%;
        transform: scale(0.8) !important;
        transform-origin: 0 0;
    }
}

@media (max-width:370px) {
    #recaptcha1 {
        transform: scale(0.7) !important;
    }
}

.missao-visao-valores {
    background-image: url('../content/assets/img/sobre/quemsomos/bg-quemsomos.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-bottom: 20px;
}

.h2P {
    color: #500B75 !important;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 40px;
    border: 2px solid;
    width: 100%;
    max-width: fit-content;
}

.h2Pp {
    color: #2D2D2D !important;
    font-size: 14px;
}


.img-quem-somos {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

.box-porquesomosprocurados {
    background: #57D4FF;
    color: #500B75;
}

.box-porquesomosprocurados {
    background: #57D4FF;
    color: #500B75;
    padding: 16px;
    text-align: center;
    font-size: 28px;
}

.porquesomosprocurados .h2Pp {
    text-align: center;
    margin-top: 15px;
}

.conselho-text p {
    color: #2D2D2D !important;
    font-size: 14px;
}

.conselhos .pVisao {
    margin-bottom: 30px;
}

.box-conselho {
    max-width: 300px;
    padding: 80px;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 20px;
    color: #500B75;
}



.owl-new-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-new-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-new-carousel .owl-nav button.owl-next {
        right: 0;
    }

.owl-new-carousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-new-carousel .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 5px;
    }

        .owl-new-carousel .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-new-carousel .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-new-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-new-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-new-carousel .owl-nav button:focus {
    outline: none;
}

.owl-new-carousel .owl-dots button.owl-dot {
    border: 1px solid #500B75;
    background: #fff;
}

    .owl-new-carousel .owl-dots button.owl-dot.active {
        background: #500B75;
    }

    .owl-new-carousel .owl-dots button.owl-dot:hover {
        background: #500B75;
    }

.associado-text p {
    color: #2D2D2D !important;
    font-size: 14px;
}

.conselhos .h2P {
    width: max-content;
}

.Linhagray {
    background: #F7F8F8;
    padding: 15px;
    color: #500B75;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 991px) {
    #portosol #hero p {
        width: 100% !important;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    #portosol #hero {
        padding: 0px !important;
    }
}

.portosol-banner-logo {
    background-size: contain;
    background-position: center;
    height: 274px;
    width: 287px;
    margin-left: 120px;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .portosol-banner-logo {
        display: none !important;
    }
}

.fotos-carousel {
    background-size: contain;
    background-position: center;
    height: 320px;
    background-repeat: no-repeat;
}

.two-colors {
    font-size: 22px;
    background: linear-gradient(to right, #ff5d31 63%, #57d4ff 0);
    font-weight: 700;
}

.img-equipe {
    max-height: 320px;
    width: 280px;
}

#equipe p {
    color: #500B75;
    margin-top: 25px;
    text-align: center;
}

#NossosAgentes p {
    color: #500B75;
    margin-top: 25px;
    text-align: center;
}

.btnNossosAgentes {
    border: 2px solid #500B75;
    color: #ff5d31;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    text-align: center;
    border-radius: 25px;
}

    .btnNossosAgentes:hover {
        background: #500B75;
        color: #fff;
    }

#NossosAgentes .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

#NossosAgentes .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    #NossosAgentes .owl-next:hover, #NossosAgentes .owl-prev:hover {
        opacity: 0.7;
    }

#NossosAgentes .owl-prev span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#NossosAgentes .owl-next span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#equipe .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

#equipe .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    #equipe .owl-next:hover, #equipe .owl-prev:hover {
        opacity: 0.7;
    }

#equipe .owl-prev span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#equipe .owl-next span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#NossosAuxiliares .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

#NossosAuxiliares .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    #NossosAuxiliares .owl-next:hover, #NossosAuxiliares .owl-prev:hover {
        opacity: 0.7;
    }

#NossosAuxiliares .owl-prev span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#NossosAuxiliares .owl-next span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}


#NossosAgentesExternos .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

#NossosAgentesExternos .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    #NossosAgentesExternos .owl-next:hover, #NossosAgentesExternos .owl-prev:hover {
        opacity: 0.7;
    }

#NossosAgentesExternos .owl-prev span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#NossosAgentesExternos .owl-next span {
    color: #DDEA2F;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}


.img-icon-banner {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
}

.materias {
    background: #500B75;
    min-height: 330px;
}

.titleNossosParceiros {
    color: #FF5D31 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
}


#Materias .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #57D4FF !important;
    outline: none !important;
}

#Materias .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #57D4FF !important;
    outline: none !important;
}

    #Materias .owl-next:hover, #Materias .owl-prev:hover {
        opacity: 0.7;
    }

#Materias .owl-prev span {
    color: #FF5D31;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

#Materias .owl-next span {
    color: #FF5D31;
    font-size: 40px;
    line-height: 27px;
    top: -1px;
}

.materias-carousel {
    margin-top: -240px;
}

.pParcerias {
    color: #5F5F62;
}

.selectbox {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #500B75;
    color: #FF5D31;
}

    .selectbox:focus {
        box-shadow: none !important;
        outline: none !important;
        border: 2px solid #500B75 !important;
        color: #FF5D31;
    }


.pBox {
    color: #5F5F62;
    margin-bottom: 5px;
    font-size: 14px;
}

.col-box {
    margin-bottom: 30px;
}

.heroContato h2 {
    color: #500B75 !important;
    margin-bottom: 0px !important;
    font-size: 45px;
    /*    margin-top: 15px;
*/
}

.contact-s1 .inputs .form-control option {
    color: #fff;
}

.inputs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px;
    padding-top: 2px;
}

.inputs--inline {
    display: -webkit-inline-box;
    display: inline-flex;
}

.inputs__field {
    box-sizing: border-box;
}

.inputs__field--text {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    line-height: 26px;
    /*        -ms-flex-preferred-size: 26px;
*/ -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition-property: border, padding;
    transition-property: border, padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .inputs__field--text:focus ~ .inputs__label, .inputs__field--text:valid ~ .inputs__label {
        -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
        transform: translate3d(0, 6px, 0) scale(0.75);
        color: rgba(0, 0, 0, 0.95);
    }

    .inputs__field--text:focus {
        outline: 0;
        padding-bottom: 0px;
        border-bottom-color: #673AB7;
        border-bottom-width: 2px;
    }

        .inputs__field--text:focus ~ .inputs__label {
            color: #673AB7;
        }

.inputs__label {
    box-sizing: border-box;
    position: relative;
    top: -2px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 1;
    padding-left: 2px;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing: antialiased;
}

.inputs__field--text {
    background-color: transparent;
    color: #fff !important;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.inputs__label {
    color: #fff !important;
}

.inputs .form-control {
    background-color: transparent;
    color: #fff;
    border: none !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 0px;
    border-radius: 0;
    height: 50px;
}

    .inputs .form-control option {
        color: #000;
    }



.labelCheckbox {
    color: #fff;
    margin-top: 7px;
}

.inputCheckbox {
    width: 25px;
    box-shadow: none !important;
}

.btnSimulacao {
    background: #57D4FF;
    border: none !important;
    border-top-left-radius: 25px;
    padding: 7px 40px;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 20px;
}

    .btnSimulacao:hover {
        opacity: 0.7;
    }


.contact-s1 {
    background: #fff;
}

    .contact-s1 .inputs {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        margin-bottom: 8px;
        padding-top: 2px;
    }

    .contact-s1 .inputs--inline {
        display: -webkit-inline-box;
        display: inline-flex;
    }

    .contact-s1 .inputs__field {
        box-sizing: border-box;
    }

    .contact-s1 .inputs__field--text {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 3;
        order: 2;
        display: block;
        width: 100%;
        padding-top: 2px;
        padding-bottom: 1px;
        padding-left: 2px;
        line-height: 26px;
        /*            -ms-flex-preferred-size: 26px;
*/ -webkit-tap-highlight-color: transparent;
        -webkit-font-smoothing: antialiased;
        border-width: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.87);
        -webkit-transition-property: border, padding;
        transition-property: border, padding;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    }

        .contact-s1 .inputs__field--text:focus ~ .inputs__label, .inputs__field--text:valid ~ .inputs__label {
            -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
            transform: translate3d(0, 6px, 0) scale(0.75);
            color: rgba(0, 0, 0, 0.95);
        }

        .contact-s1 .inputs__field--text:focus {
            outline: 0;
            padding-bottom: 0px;
            border-bottom-color: #673AB7;
            border-bottom-width: 2px;
        }

            .contact-s1 .inputs__field--text:focus ~ .inputs__label {
                color: #673AB7;
            }

    .contact-s1 .inputs__label {
        box-sizing: border-box;
        position: relative;
        top: -2px;
        -webkit-box-ordinal-group: 2;
        order: 1;
        z-index: 1;
        padding-left: 2px;
        -webkit-transform: translate3d(0, 28px, 0) scale(1);
        transform: translate3d(0, 28px, 0) scale(1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition-property: color, -webkit-transform;
        transition-property: color, -webkit-transform;
        transition-property: transform, color;
        transition-property: transform, color, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        pointer-events: none;
        color: rgba(0, 0, 0, 0.87);
        -webkit-font-smoothing: antialiased;
    }

    .contact-s1 .inputs__field--text {
        background-color: transparent;
        color: #4D4D4D !important;
        border-bottom: 2px solid #4D4D4D;
    }

    .contact-s1 .inputs__label {
        color: #4D4D4D !important;
    }

    .contact-s1 .inputs .form-control {
        background-color: transparent;
        color: #4D4D4D;
        border: none !important;
        border-bottom: 2px solid #4D4D4D !important;
        outline: none !important;
        box-shadow: none !important;
        padding-left: 0px;
        border-radius: 0;
        height: 50px;
    }

        .contact-s1 .inputs .form-control option {
            color: #000;
        }

    .contact-s1 .labelCheckbox {
        color: #4D4D4D;
    }


    .contact-s1 .pTitle {
        color: #500B75;
        font-weight: 700;
        margin-top: 30px;
    }

    .contact-s1 .pText {
        color: #4D4D4D;
        font-weight: 500;
        font-size: 14px !important;
    }

    .contact-s1 .socials img {
        max-width: 35px;
        margin-right: 20px;
    }

        .contact-s1 .socials img:hover {
            opacity: 0.7;
        }

    .contact-s1 .btnSimulacao {
        background: #DDEA2F;
        color: #fff;
    }

.formularioContato {
    padding: 20px 40px;
    border: 3px solid #DDEA2F;
}

.TitleMaps {
    color: #57D4FF;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
}

.pMaps {
    color: #5F5F62;
    font-size: 14px;
    font-weight: 600;
}

#map_wrapper {
    height: 400px;
}

    #map_wrapper #map_canvas {
        width: 100%;
        height: 100%;
    }

    #map_wrapper a {
        text-decoration: none;
    }

        #map_wrapper a:hover {
            text-decoration: underline;
        }

    #map_wrapper .clustered-hovercard-content {
        max-width: 265px;
        overflow: hidden;
    }

    #map_wrapper .entity-headline {
        padding: 3px 0 1px;
    }

    #map_wrapper .entity-title {
        font-size: 15px;
        line-height: 16px;
        overflow: hidden;
        padding-bottom: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
    }

    #map_wrapper .entity-short-summary {
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #map_wrapper .entity-summary-line {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.agentes .TitleMaps {
    color: #FF5D31;
}


.no-padding {
    padding: 0 !important;
}

.rox-box .col-md-4, .rox-box .col-sm-12 {
    margin-bottom: 25px;
}

.col-box-mb {
    margin-bottom: 30px;
    min-height: 110px;
}

.p-mail {
    word-wrap: break-word !important;
}

.titleLigacoes {
    color: #500B75;
    font-size: 24px;
}

.ligacoes {
    background: #FF5D31;
}

#btnEnviarLigacao {
    background: #fff;
    border: none;
    padding: 10px 50px;
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
    outline: none !important;
    box-shadow: none !important;
}

    #btnEnviarLigacao:hover {
        opacity: 0.7;
    }



@media (min-width:992px) {
    .col-md-2-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*CreditoCooperacao*/

#CreditoCooperacao .diferenciais .row-icons img {
    max-width: 140px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

#CreditoCooperacao .diferenciais .row-icons .h2Pp {
    text-align: center;
    color: #500b75 !important;
}


#CreditoCooperacao .carousel-video .TitleCred {
    color: #500B75;
    font-size: 36px;
}

#CreditoCooperacao .diferenciais {
    padding: 60px 0 !important;
}

    #CreditoCooperacao .diferenciais .h2PTitle {
        width: max-content;
        float: right;
        color: #500B75 !important;
        font-weight: 500;
        font-size: 22px;
        text-transform: uppercase;
        padding: 5px 40px;
        margin-bottom: 40px;
        background: #fff;
        text-align: center;
    }

@media (max-width:991px) {
    #CreditoCooperacao .paginas-produtos .display-mobile .h2P {
        width: 100% !important;
        max-width: 280px !important;
        margin-bottom: 10px;
    }

    #CreditoCooperacao .paginas-produtos .display-mobile .h2Pp {
        text-align: left !important;
        font-size: 16px !important;
    }

    #CreditoCooperacao .diferenciais .h2PTitle {
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 40px !important;
    }
}

@media (min-width:992px) {
    #CreditoCooperacao .missao-visao-valores {
        padding-bottom: 50px !important;
    }
}

#CreditoCooperacao .btnNossosProdutos {
    background: #fff !important;
    color: #FF5D31 !important;
    border: 1px solid #500B75;
    width: 100%;
    padding: 10px 25px;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 300px;
    border-radius: 25px;
    text-transform: uppercase;
}

    #CreditoCooperacao .btnNossosProdutos:hover {
        background: #FF5D31 !important;
        color: #fff !important;
        border: 1px solid #FF5D31;
    }

#CreditoCooperacao .carousel-video {
    background: #FF5D31;
}

#CreditoCooperacao .TitleCred {
    line-height: 40px;
    font-size: 36px;
}

#CreditoCooperacao .video-box {
    margin-top: 45px;
}

    #CreditoCooperacao .video-box a {
        background: #FF5D31;
        border: 1px solid #500B75;
        color: #fff;
        padding: 12px 35px;
        border-radius: 25px;
    }

        #CreditoCooperacao .video-box a:hover {
            background: #500B75;
        }

#CreditoCooperacao .carousel-banner .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}

    #CreditoCooperacao .carousel-banner .owl-prev span {
        color: #DDEA2F;
        font-size: 40px;
        line-height: 40px;
    }

#CreditoCooperacao .carousel-banner .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #500B75 !important;
    outline: none !important;
}


    #CreditoCooperacao .carousel-banner .owl-next span {
        color: #DDEA2F;
        font-size: 40px;
        line-height: 40px;
    }

    #CreditoCooperacao .carousel-banner .owl-next:hover, #CreditoCooperacao .carousel-banner .owl-prev:hover {
        opacity: 0.7;
    }


#CreditoCooperacao .owl-new-carousel .owl-nav button.owl-prev {
    left: -45px;
    margin-left: 0;
}

#CreditoCooperacao .owl-new-carousel .owl-nav button.owl-next {
    right: -45px;
}

@media (max-width:991px) {
    #CreditoCooperacao .owl-new-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    #CreditoCooperacao .owl-new-carousel .owl-nav button.owl-next {
        right: 0;
    }

    #CreditoCooperacao .carousel-video .TitleCred {
        text-align: center !important;
    }

    #CreditoCooperacao .video-box {
        margin-bottom: 45px;
        text-align: center;
    }

    #CreditoCooperacao .btnNossosProdutos {
        margin-bottom: 10px;
    }
}

#topbar .contact-info a {
    font-family: Axiforma-Medium;
}

.contact-info {
    font-family: Axiforma-Medium;
}

.li-simulador a {
    font-family: Axiforma-Medium;
}

.btnHome {
    font-family: Axiforma-Regular;
}

.about-lists .content-item h4 {
    font-family: 'Axiforma-Light';
}

.about-lists .content-item .pCred {
    font-family: 'Axiforma-Light';
}

.about-lists .content-item p {
    font-family: 'Axiforma-Medium';
}

.counts .pTitulo {
    font-family: 'Axiforma-Medium';
}

.counts .pParagrafo {
    font-family: 'Axiforma-Light';
}

.counts .pBtn {
    font-family: 'Axiforma-Light';
}

.inputs__field--text {
    font-family: 'Axiforma-Light';
}

.inputs__label {
    font-family: 'Axiforma-Light';
}

.inputs .form-control {
    font-family: 'Axiforma-Light';
}

.labelCheckbox {
    font-family: 'Axiforma-Light';
}

.btnSimulacao {
    font-family: 'Axiforma-Medium';
}

.h4titleCarousel {
    font-family: 'Axiforma-Regular';
}

.LinhaAmarela {
    font-family: 'Axiforma-Regular';
}

.carousel-item .img-2 {
    font-family: 'Axiforma-Regular';
}

#footer .footer-top h4 {
    font-family: 'Axiforma-Regular';
}

.footer-top p a {
    font-family: 'Axiforma-Light';
}

.footer-top p {
    font-family: 'Axiforma-Light';
}

#footer .copyright {
    font-family: 'Axiforma-Light';
}

#footer .credits a {
    font-family: 'Axiforma-Regular';
}

#hero h2 {
    font-family: 'Axiforma-Light';
}

#hero p {
    font-family: 'Axiforma-Light';
}

.h2P {
    font-family: 'Axiforma-Regular';
    padding-top: 12px;
}

.h2Pp {
    font-family: 'Axiforma-Regular';
}

.box-porquesomosprocurados {
    font-family: 'Axiforma-Regular';
}

.associado-text p {
    font-family: 'Axiforma-Regular';
}

.Linhagray {
    font-family: 'Axiforma-Light';
}

#equipe p {
    font-family: 'Axiforma-Light';
}

#NossosAgentes p {
    font-family: 'Axiforma-Light';
}

.btnNossosAgentes {
    font-family: 'Axiforma-Light';
}

.titleNossosParceiros {
    font-family: 'Axiforma-Regular';
}

.selectbox {
    font-family: 'Axiforma-Regular';
}

.pParcerias {
    font-family: 'Axiforma-Regular';
}

.pBox {
    font-family: 'Axiforma-Regular';
}

#hero h2 font {
    font-family: 'Axiforma-Medium';
}

.contact-s1 .pTitle {
    font-family: 'Axiforma-Medium';
}

.contact-s1 .pText {
    font-family: 'Axiforma-Regular';
}

.TitleMaps {
    font-family: 'Axiforma-Medium';
}

.titleLigacoes {
    font-family: 'Axiforma-Regular';
}

#btnEnviarLigacao {
    font-family: 'Axiforma-Regular';
}

.carousel-video .TitleCred {
    font-family: 'Axiforma-Regular';
}

.video-box a {
    font-family: 'Axiforma-Regular';
}

.btnNossosProdutos {
    font-family: 'Axiforma-Medium';
}

.TitleCred {
    text-transform: uppercase !important;
}

/*CreditoMulherSaudeEBeleza*/

#CreditoMulherSaudeEBeleza .diferenciais {
    background: #57D4FF !important;
}

    #CreditoMulherSaudeEBeleza .diferenciais .row-icons img {
        max-width: 140px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }

    #CreditoMulherSaudeEBeleza .diferenciais .row-icons .h2Pp {
        text-align: center;
        color: #500b75 !important;
    }


#CreditoMulherSaudeEBeleza .carousel-video .TitleCred {
    color: #500B75;
    font-size: 36px;
}

#CreditoMulherSaudeEBeleza .diferenciais {
    padding: 60px 0 !important;
}

    #CreditoMulherSaudeEBeleza .diferenciais .h2PTitle {
        width: max-content;
        float: right;
        color: #500B75 !important;
        font-weight: 500;
        font-size: 22px;
        text-transform: uppercase;
        padding: 5px 40px;
        margin-bottom: 40px;
        background: #FF5D31;
        text-align: center;
    }

@media (max-width:991px) {
    #CreditoMulherSaudeEBeleza .paginas-produtos .display-mobile .h2P {
        width: 100% !important;
        max-width: 280px !important;
        margin-bottom: 10px;
    }

    #CreditoMulherSaudeEBeleza .paginas-produtos .display-mobile .h2Pp {
        text-align: left !important;
        font-size: 16px !important;
    }

    #CreditoMulherSaudeEBeleza .diferenciais .h2PTitle {
        float: none;
        margin: auto;
        display: block;
        margin-bottom: 40px !important;
    }
}

@media (min-width:992px) {
    #CreditoMulherSaudeEBeleza .missao-visao-valores {
        padding-bottom: 50px !important;
    }
}

#CreditoMulherSaudeEBeleza .btnNossosProdutos {
    background: #fff !important;
    color: #57D4FF !important;
    border: 1px solid #500B75;
    width: 100%;
    padding: 10px 25px;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 300px;
    border-radius: 25px;
    text-transform: uppercase;
}

    #CreditoMulherSaudeEBeleza .btnNossosProdutos:hover {
        background: #57D4FF !important;
        color: #fff !important;
        border: 1px solid #57D4FF;
    }

#CreditoMulherSaudeEBeleza .carousel-video {
    background: #57D4FF;
}

#CreditoMulherSaudeEBeleza .TitleCred {
    line-height: 40px;
    font-size: 36px;
}

#CreditoMulherSaudeEBeleza .video-box {
    margin-top: 45px;
}

    #CreditoMulherSaudeEBeleza .video-box a {
        background: #57D4FF;
        border: 1px solid #500B75;
        color: #FF5D31;
        padding: 12px 35px;
        border-radius: 25px;
    }

        #CreditoMulherSaudeEBeleza .video-box a:hover {
            background: #500B75;
        }

#CreditoMulherSaudeEBeleza .carousel-banner .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #F7F8F8 !important;
    outline: none !important;
}

    #CreditoMulherSaudeEBeleza .carousel-banner .owl-prev span {
        color: #500B75;
        font-size: 40px;
        line-height: 40px;
    }

#CreditoMulherSaudeEBeleza .carousel-banner .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #F7F8F8 !important;
    outline: none !important;
}


    #CreditoMulherSaudeEBeleza .carousel-banner .owl-next span {
        color: #500B75;
        font-size: 40px;
        line-height: 40px;
    }

    #CreditoMulherSaudeEBeleza .carousel-banner .owl-next:hover, #CreditoMulherSaudeEBeleza .carousel-banner .owl-prev:hover {
        opacity: 0.7;
    }


#CreditoMulherSaudeEBeleza .owl-new-carousel .owl-nav button.owl-prev {
    left: -45px;
    margin-left: 0;
}

#CreditoMulherSaudeEBeleza .owl-new-carousel .owl-nav button.owl-next {
    right: -45px;
}

@media (max-width:991px) {
    #CreditoMulherSaudeEBeleza .owl-new-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    #CreditoMulherSaudeEBeleza .owl-new-carousel .owl-nav button.owl-next {
        right: 0;
    }

    #CreditoMulherSaudeEBeleza .carousel-video .TitleCred {
        text-align: center !important;
    }

    #CreditoMulherSaudeEBeleza .video-box {
        margin-bottom: 45px;
        text-align: center;
    }

    #CreditoMulherSaudeEBeleza .btnNossosProdutos {
        margin-bottom: 10px;
    }
}


.video-box a {
    font-family: 'Axiforma-Regular' !important;
}

.cases-de-sucesso .pCred {
    margin: 0;
    padding: 0;
    font-family: 'Axiforma-Light';
    color: #5F5F62 !important;
    font-size: 18px;
}

.pNome {
    font-family: Axiforma-Regular;
    color: #500b75;
    font-size: 16px;
}

.pCidade {
    font-family: Axiforma-Regular;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
}


.videos .item .box {
    background: #500B75;
    padding: 20px;
}

.videos .owl-prev span {
    color: #500B75 !important;
}

.videos .owl-next span {
    color: #500B75 !important;
}



#casesdesucesso #Videos .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #F7F8F8 !important;
    outline: none !important;
}

    #casesdesucesso #Videos .owl-prev span {
        color: #500B75;
        font-size: 40px;
        line-height: 40px;
    }

#casesdesucesso #Videos .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -25px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    background: #F7F8F8 !important;
    outline: none !important;
}


    #casesdesucesso #Videos .owl-next span {
        color: #500B75;
        font-size: 40px;
        line-height: 40px;
    }

    #casesdesucesso #Videos .owl-next:hover, #Videos .owl-prev:hover {
        opacity: 0.7;
    }


#casesdesucesso #Materias .owl-next {
    background: #500B75 !important;
}

#casesdesucesso #Materias .owl-prev {
    background: #500B75 !important;
}

#casesdesucesso .materias {
    background: #500B75 !important;
}

#casesdesucesso .materias {
    background: #FF5D31 !important;
}

    #casesdesucesso .materias .titleNossosParceiros {
        color: #DDEA2F !important;
    }


#casesdesucesso #Videos .owl-next {
    background: #54cef8 !important;
}

#casesdesucesso #Videos .owl-prev {
    background: #54cef8 !important;
}

#baixe-gratis .titleNossosParceiros {
    text-transform: none;
    color: #57D4FF !important;
}

#EbooksParaDownload .formularioContato {
    border: 3px solid #500B75 !important;
}

#EbooksParaDownload .contact-s1 .btnSimulacao {
    background: #500B75 !important;
}




#EbooksParaDownload .radio-img > input {
    display: none;
}

#EbooksParaDownload .radio-img > img {
    cursor: pointer;
    border: 2px solid transparent;
}

#EbooksParaDownload .radio-img > input + img {
    max-width: 200px;
    width: 100%;
    margin: auto;
    display: block;
    padding: 15px;
    border-radius: 25px;
}

#EbooksParaDownload .radio-img > input:checked + img {
    border: 2px solid #500B75;
}

.col-mb-20 {
    margin-bottom: 20px;
}


.pTituloSelec {
    margin: 0;
    padding: 0;
    font-family: 'Axiforma-Regular';
    color: #500B75 !important;
    font-size: 18px;
    margin-bottom: 20px;
}

.missao-visao-valores .h2Pp {
    line-height: 30px !important;
}

#CreditoRural .missao-visao-valores .h2P {
    width: 300px !important;
    border: 2px solid #DDEA2F !important;
}

#CreditoOrigem .missao-visao-valores .h2P {
    width: 300px !important;
    border: 2px solid #009A00 !important;
}

#Conselhos .conselho-text p {
    font-family: 'Axiforma-Regular' !important;
}

.row-btns p {
    color: #500B75 !important;
    text-align: center !important;
    font-family: 'Axiforma-Regular' !important;
}

.titleCase {
    font-family: 'Axiforma-Regular' !important;
    color: #DDEA2F !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
}

.titlePrincipal {
    margin: 0;
    padding: 0;
    font-family: 'Axiforma-Medium';
    color: #5F5F62 !important;
    font-size: 18px;
}



.text-Desc p {
    margin: 0;
    padding: 0;
    font-family: 'Axiforma-Light';
    color: #5F5F62 !important;
    font-size: 16px;
    line-height: 30px;
}

.fotodesc {
    background: #DDEA2F;
    min-height: 320px;
    height: auto;
}

.fotodesc {
    color: #500B75;
    line-height: 30px;
    font-family: 'Axiforma-Regular' !important;
}

.desccurta {
    max-width: 380px;
    width: 100%;
}

@media (min-width:992px) {
    .foto {
        margin-bottom: 50px;
        margin-top: -458px;
    }

    .text-Desc {
        margin-bottom: 150px;
    }
}

@media (max-width: 991px) {

    .caseDetalhes {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .fotodesc {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        min-height: inherit !important;
    }

    .foto {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .vejamais .col-md-12 {
        text-align: center;
    }

    .videos {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .vbox-content {
        padding-right: 20px;
    }

    .cases-de-sucesso .pCred {
        text-align: center !important;
    }

    #casesdesucesso #Videos .owl-prev {
        margin-left: 0;
        left: 5px;
    }

    #casesdesucesso #Videos .owl-next {
        right: 5px;
    }

    .foto img {
        margin: auto;
        display: block;
        max-width: 400px;
        width: 100%;
    }

    .desccurta {
        max-width: 100% !important;
        text-align: center;
    }

    .fotodesc {
        display: none !important;
    }

    .foto {
        display: none !important;
    }
}

@media (max-width:575px) {
    .foto img {
        max-width: 450px;
    }
}

.videos .owl-nav {
    display: block !important;
}


.opacity:hover font, .opacity:hover .img-more {
    opacity: 0.70;
}

.img-more {
    margin-left: 20px;
    margin-top: -40px;
}

/*.col-videos #Videos .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-left: -20px;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background: #54cef8 !important;
}
*/

@media (min-width:992px) {
    #blog #hero {
        margin-bottom: 160px !important;
    }

    .foto img {
        max-width: 450px;
        width: 100%;
        margin: auto;
        display: block;
    }
}

.btnBlog {
    padding: 5px 20px;
    margin-top: 15px;
    background: transparent;
    color: #FF5D31 !important;
    border: 1px solid #500B75;
    padding: 13px 25px;
    border-radius: 25px;
}

    .btnBlog:hover {
        background: #fff !important;
        border-color: #fff !important;
    }

.post-blog .box-blog {
    max-width: 450px !important;
    width: 100% !important;
}

.post-blog .box-img {
    max-width: 100% !important;
    width: 100% !important;
}

#blog .col-blog {
    margin-bottom: 60px;
}

#blog .date {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #500a75;
    font-family: 'Axiforma-Regular' !important;
}

#blog .desc-blog {
    text-align: left !important;
}

    #blog .desc-blog a {
        text-align: left !important;
        color: #4D4D4D;
        line-height: 18px;
        font-family: 'Axiforma-Regular' !important;
    }


#post-blog .col-blog {
    margin-bottom: 60px;
}

#post-blog .date {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #500a75;
    font-family: 'Axiforma-Regular' !important;
}

#post-blog .desc-blog {
    text-align: left !important;
}

    #post-blog .desc-blog a {
        text-align: left !important;
        color: #4D4D4D;
        line-height: 18px;
        font-family: 'Axiforma-Regular' !important;
    }


.btnCarregarmais {
    color: #FF5D31;
    border: 1px solid #500B75;
    padding: 15px 40px;
    border-radius: 25px;
    box-shadow: none !important;
    outline: none !important;
}


    .btnCarregarmais:hover {
        color: #fff;
        border: 1px solid #500B75;
        background: #500B75
    }


.title-description-videos {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

@media (max-width:991px) {
    .col-xs-show {
        display: block !important;
    }
}

@media (min-width:992px) {
    .col-xs-show {
        display: none !important;
    }
}




@-webkit-keyframes glowing {
    0% {
        background-color: #25D366;
        -webkit-box-shadow: 0 0 3px #25D366;
    }

    50% {
        background-color: #075E54;
        -webkit-box-shadow: 0 0 3px #075E54;
    }

    100% {
        background-color: #25D366;
        -webkit-box-shadow: 0 0 3px #25D366;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #25D366;
        -moz-box-shadow: 0 0 3px #25D366;
    }

    50% {
        background-color: #075E54;
        -moz-box-shadow: 0 0 3px #075E54;
    }

    100% {
        background-color: #25D366;
        -moz-box-shadow: 0 0 3px #25D366;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #25D366;
        box-shadow: 0 0 3px #25D366;
    }

    50% {
        background-color: #075E54;
        box-shadow: 0 0 3px #075E54;
    }

    100% {
        background-color: #25D366;
        box-shadow: 0 0 3px #25D366;
    }
}

@keyframes glowing {
    0% {
        background-color: #25D366;
        box-shadow: 0 0 3px #25D366;
    }

    50% {
        background-color: #075E54;
        box-shadow: 0 0 3px #075E54;
    }

    100% {
        background-color: #25D366;
        box-shadow: 0 0 3px #25D366;
    }
}

.button-wpp {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


.blog-imagens {
    margin-top: 25px;
    max-width: 500px;
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
}

    .blog-imagens #Videos .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-left: -20px;
        display: block !important;
        box-shadow: none !important;
        border: none !important;
        background: #ddea2f !important;
        outline: none !important;
    }

        .blog-imagens #Videos .owl-prev span {
            color: #500B75;
            font-size: 40px;
            line-height: 40px;
        }

    .blog-imagens #Videos .owl-next {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: -25px;
        display: block !important;
        box-shadow: none !important;
        border: none !important;
        background: #ddea2f !important;
        outline: none !important;
    }


    .blog-imagens .owl-next span {
        color: #500B75;
        font-size: 40px;
        line-height: 40px;
    }

    .blog-imagens .owl-next:hover, .blog-imagens .owl-prev:hover {
        opacity: 0.7;
    }


    .blog-imagens .owl-next {
        background: #500B75 !important;
    }

    .blog-imagens .owl-prev {
        background: #500B75 !important;
    }


@media (max-width:991px) {
    .blog-imagens .owl-prev {
        margin-left: 0 !important;
        left: 5px !important;
    }

    .blog-imagens .owl-next {
        right: 5px !important;
    }
}

.btnBaixeAgora {
    background: #f7f8f8;
    color: #500b75;
    padding: 10px 25px;
    border-top-left-radius: 25px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.logo-print {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 150px;
}

.pOuvidoria {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}

.ouvidoria-row a:hover img {
    opacity: 0.8;
}


.form p {
    color: #fff !important;
}

    .form p a {
        color: #fff !important;
        text-decoration: underline;
    }

.form .labelCheckbox {
    margin-top: 9px !important;
}

.hidden {
    display: none !important;
}

.ouvidoria-top {
    background: #ff5d31 !important;
    color: #fff !important;
    padding: 7px 20px !important;
    font-family: Axiforma-Medium !important;
    border-radius: 5px !important;
    border: none !important;
    margin-right: 10px;
}

    .ouvidoria-top i {
        margin-right: 2px;
    }

#topbar .social-links img {
    margin-top: -3px;
}

@media (max-width:991px) {
    #result-pedido {
        margin: 20px !important;
    }
}

@media (min-width:992px) {
    .ouvidoria-menu-mobile {
        display: none !important;
    }

    .materias-new {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}


.papo-cliente-p {
    color: #FF5D31 !important;
    font-size: 25px !important;
}


.row-mt {
    margin-top: -50px;
}

.color-bootom {
    color: #FF5D31 !important;
    font-weight: 600 !important;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 15px;
}

.color-section {
    background: #F7F8F8;
}

.paragrafo-fonte {
    font-family: 'Axiforma-Light';
}


@media (max-width: 991px) {
    .equipe-portosol .h3P {
        margin: auto;
        margin-bottom: 20px;
    }
}

.equipe-portosol .h3P {
    width: max-content;
}

.equipe-portosol .pVisao {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .h3P {
        text-align: center !important;
    }
}

@media (max-width: 772px) {
    .h3P {
        font-size: 12px !important;
    }
}

.h3P {
    font-family: 'Axiforma-Regular';
    padding-top: 10px;
}

.h3P {
    color: #500B75 !important;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 40px;
    border: 2px solid;
    width: min-content;
}

.imagembg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}

.dicasDetalhes iframe {
    height: 410px;
    width: 100%;
    border-radius: 4px;
}

.dicasDetalhes small {
    margin: 0;
    padding: 0;
    font-family: 'Axiforma-Light';
    color: #5F5F62 !important;
    font-size: 12px;
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.iframe-video {
    height: 99px !important;
}

.ifram-video-princ {
    height: 390px !important;
}

.bg-size-2 {
    background-position: center;
    background-size: cover;
    height: 99px;
    background-repeat: no-repeat;
    width: 100%;
}

.categoria {
    font-size: 11px;
    line-height: 13px;
    font-family: 'Axiforma-Medium';
    color: #5F5F62 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.titulo a {
    font-size: 13px;
    font-family: 'Axiforma-Regular' !important;
    color: #ff5d31 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 14px;
    text-transform: none;
}

.titulo {
    line-height: 14px;
}

.data {
    font-size: 11px;
    line-height: 13px;
    font-family: 'Axiforma-Medium';
    color: #5F5F62 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.text-Desc p {
    margin-bottom: 15px !important;
}

.imagembg2 {
    height: 540px;
}

.titleVideos {
    font-family: 'Axiforma-Regular';
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    margin-top: 80px;
}

.title-deslanche {
    text-align: left !important;
    color: #4D4D4D;
    line-height: 18px;
    font-family: 'Axiforma-Regular' !important;
}

.imagem-video {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .imagem-video img {
        max-width: 50px;
    }

.btn-outline-info {
    color: #fff;
    border-color: #fff;
}

.popup-youtube {
    margin-bottom: 20px;
    display: block;
}

.box-video {
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: auto;
    width: 100%;
    box-shadow: rgb(135, 138, 139) -1px 4px 10px 1px;
}

    .box-video img {
        max-width: 75px;
        width: 100%;
    }

.vbox-item img {
    min-height: 170px !important;
    object-fit: cover !important;
    object-position: top !important;
}

.neogicos-em-rede-page .img-1 {
}

.height60 {
    height: 55vh !important;
}

.neogicos-em-rede-page .img2 {
    position: absolute;
    bottom: 0;
}


.neogicos-em-rede-page p {
    width: 100% !important;
}

.neogicos-em-rede-page .img1 {
    margin-left: -12px;
    padding-top: 60px;
    max-width: 350px;
    width: 100%;
    margin-bottom: 15px;
}

.neogicos-em-rede-page a {
    background: #FF5D31;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 25px;
}

.neogicos-em-rede-page {
    height: 55vh !important;
}

#header {
    padding-top: 13px !important;
}

.sectionmobile {
    background-color: #500B75;
    padding-bottom: 0 !important;
}

    .sectionmobile p {
        color: #fff !important;
        text-align: justify;
        margin-top: 20px;
    }

    .sectionmobile .img1mobile {
        max-width: 350px;
        margin: auto;
        display: block;
        width: 100%;
    }

    .sectionmobile a {
        background: #FF5D31;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        padding: 7px 25px;
        border-radius: 25px;
        margin: auto;
        display: block;
        max-width: fit-content;
        margin-bottom: 30px !important;
    }

.hidden {
    display: none !important;
}

.loading2 {
    max-width: 100px;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.buscar {
    display: flex;
    align-items: center;
}

.buscar {
    border: 1px solid #dee2e6 !important;
    border-radius: 25px;
    margin-bottom: 45px;
}

    .buscar input, .buscar select {
        box-shadow: none !important;
        border: none !important;
        border-radius: 25px;
        color: gray !important;
    }

    .buscar i {
        color: #dee2e6 !important;
        margin-left: 20px;
    }

.box-negocios p {
    margin-bottom: 2px !important;
    font-family: 'Axiforma-Regular';
    font-size: 14px;
    line-height: 16px;
}

.box-negocios img {
    max-height: 160px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.box-negocios .nome-negocio {
    color: #500B75;
    font-family: 'Axiforma-Black';
    font-size: 20px;
    line-height: 20px;
}

.box-negocios .ramo {
    color: #FF5D31;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px !important;
    font-family: 'Axiforma-SemiBold';
}

.row-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}






.formularioContato2 .inputs__field--text {
    background-color: transparent;
    color: #4D4D4D !important;
    border-bottom: 2px solid #4D4D4D;
}

.formularioContato2 .inputs__label {
    color: #4D4D4D !important;
}

.formularioContato2 {
    border: 0 !important;
}

    .formularioContato2 button {
        background: #500B75;
        border-radius: 25px;
        padding: 0px 10px;
        padding: 10px 40px;
        transition: 0.3s;
        font-size: 14px;
        color: #fff !important;
        text-transform: none;
        font-family: Axiforma-Medium;
        width: 100%;
        margin-left: 0;
        max-width: fit-content;
        margin-top: 20px;
        float: left;
    }

        .formularioContato2 button:hover {
            opacity: 0.7;
        }



/*LOADING*/
.btnEnviar {
    background-color: #0071b2;
    color: #fff;
    border: 0 solid #015494;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 0.75em 1em;
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
}

    .btnEnviar * {
        transition: opacity 0.3s ease-in;
    }

    .btnEnviar .loader {
        position: absolute;
        display: block;
        fill: transparent;
        top: calc(50% - 0.75rem);
        left: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        animation: rotating 1.5s linear infinite;
        display: none;
        opacity: 0;
    }

    .btnEnviar.loading span {
        color: transparent;
        opacity: 0;
    }

    .btnEnviar.loading .loader {
        fill: transparent;
        display: block;
        opacity: 1;
    }

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.formularioCadastro {
    background: #fff;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cadastro {
    background: #500B75 !important;
}

    .cadastro .iframe-video {
        width: 100%;
        max-width: 600px;
        height: 325px !important;
        margin: auto;
        display: block;
        margin-top: 50px;
        border-radius: 30px;
    }


.educacao-financeira {
    height: 55vh !important;
}

    .educacao-financeira .img2 {
        position: absolute;
        bottom: -25px;
    }

    .educacao-financeira .img1 {
        position: absolute;
        bottom: 0 !important;
        max-width: 500px;
        width: 100%;
    }

.educacao-financeira-mobile .img1mobile {
    margin-bottom: 40px;
}

.area-do-cliente .img1 {
    margin-left: 0;
    max-width: 450px;
    width: 100%;
    margin-bottom: 15px;
    position: absolute;
    left: 70px;
    bottom: 100px;
}

.area-do-cliente .form-control {
    padding-top: 11px;
    font-size: 14px;
}

.max-width-600 {
    max-width: 850px;
    margin: auto;
}

.area-do-cliente .btnEnviar {
    background: #500B75;
    border-radius: 25px;
    padding: 10px 25px;
    margin-left: 15px;
    font-family: Axiforma-Light;
    color: #fff !important;
    text-transform: none;
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    max-width: fit-content;
}

    .area-do-cliente .btnEnviar:hover {
        opacity: 0.7;
    }

@media (min-width:992px) {
    .area-do-cliente .col-left {
        border-right: 2px solid gray;
        padding-right: 50px;
    }

    .area-do-cliente .col-right {
        padding-left: 50px;
    }
}

@media (max-width:991px) {
    .col-right {
        margin-top: 40px;
    }
}

.no-margin {
    margin: 0 !important;
}

.box-menu {
    display: flex;
    align-items: center;
    width: 100%; /* garante que o container ocupe toda a largura */
    margin-bottom: 10px;
}

.font-12 span {
    font-size: 12px !important;
}

.box-menu img {
    flex: 0 0 40px;
    height: 40px;
    background: #e26d36;
    object-fit: contain;
    border-radius: 100%;
    z-index: 99;
    width: 40px;
    padding: 5px;
}

.box-menu span {
    flex: 1;
    background: #480474;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 12px;
    padding-left: 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -10px;
    z-index: 9;
    text-align: center;
}

@media (max-width:1199px) {
    .box-menu {
        max-width: 300px;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
        .box-menu span {
            font-size: 13px;
            margin-left: -20px;
        }
}

.box-menu:hover {
    opacity: 0.7;
}

.desactive {
    filter: grayscale(1) !important;
}

.table-new thead {
    color: #500B75 !important;
    font-family: Axiforma-Black !important;
}

.table-new tbody td {
    color: #828282;
    font-family: 'Axiforma-Bold';
}

.img-table {
    max-width: 30px;
    margin-top: -3px;
}

.mt-10 {
    margin-top: 80px !important;
}

.area-do-cliente .close {
    margin-left: 15px;
}

.max-width-300 {
    margin: auto;
    display: block;
    max-width: 450px !important;
}

.post-blog {
    margin-top: 40px !important;
}

.TituloContrato {
    color: #500B75 !important;
    font-family: Axiforma-Black !important;
}

.ItemContrato {
    padding-top: 0.75rem;
    vertical-align: top;
    color: #828282;
    font-family: 'Axiforma-Bold';
}

.ItemContratoAtivo {
    padding-top: 0.75rem;
    vertical-align: top;
    color: #ff5c31;
    font-family: 'Axiforma-Bold';
}

.neogicos-em-rede-page {
    height: 60vh !important;
}

    .neogicos-em-rede-page .img2 {
        bottom: -25px;
    }

@media(max-width:1600px) {
    .neogicos-em-rede-page p {
        font-size: 13px !important;
    }

    .neogicos-em-rede-page a {
        font-size: 13px !important;
    }

    .neogicos-em-rede-page .img1 {
        max-width: 280px;
        padding-top: 30px;
    }
}

.owl-next span {
    top: 4px !important;
}

.owl-prev span {
    top: 4px !important;
}


.formularioNegocio input, .formularioNegocio select, .formularioNegocio textarea {
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: #fff;
    color: #4D4D4D !important;
    border-bottom: 2px solid #4D4D4D;
    font-family: 'Axiforma-Light';
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    line-height: 26px;
    outline: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

.formularioNegocio label {
    font-family: 'Axiforma-Light';
    padding-left: 2px;
    margin-bottom: 0;
}

.formularioNegocio .form-control[readonly] {
    background: #fff !important;
}

.formularioNegocio .form-control:focus {
    border-color: #500B75 !important;
}

.buttons-link {
    display: flex;
    margin-top: 10px;
}

/*.img-links img {
    max-height: 50px;
    width: 100%;
    max-width: fit-content;
}*/

.container-new {
    max-width: 1320px;
    width: 100%;
}

.mt-110 {
    margin-top: 110px !important;
}

.TituloContrato {
    font-size: 14px;
}

.ItemContrato {
    font-size: 14px;
}

.ItemContratoAtivo {
    font-size: 14px;
}

.btn-padrao {
    background: #500B75;
    border-radius: 25px;
    padding: 0px 10px;
    margin-left: 15px;
    cursor: pointer;
    color: #fff !important;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    max-width: fit-content;
}

    .btn-padrao:hover {
        opacity: 0.7;
    }

.table-new tbody td {
    font-size: 14px !important;
}

.table thead th {
    font-size: 14px !important;
}

.btnHome-2 {
    background: #500B75 !important;
    color: #fff !important;
}

@media (max-width:991px) {
    .mt-110 {
        margin-top: 0 !important;
    }

    .input-list img {
        margin: auto;
        display: block;
        max-width: 200px !important;
        width: 100% !important;
        max-height: auto !important;
        height: auto;
    }

    .input-list {
        margin-bottom: 40px;
    }

    .row-center-mobile {
        text-align: center !important;
    }

    .btn-padrao {
        margin-top: 15px !important;
        margin: auto;
    }

    .TituloContrato {
        margin-bottom: 0;
        margin-top: 7px;
    }

    .display-mobile {
        display: block !important;
    }

    .logo {
        display: flex;
    }

    #header .logo img {
        max-width: 150px !important;
    }

    #header .btn-header {
        background: #500B75;
        color: #fff;
        height: auto;
        padding: 5px 10px;
        border-radius: 20px;
        margin-left: 20px;
        font-size: 12px;
        line-height: 24px;
    }

    .mobile-nav-toggle {
        top: 17px !important;
    }

    #header {
        height: 61px !important;
    }

    .area-do-cliente .btn {
        font-size: 12px !important;
    }
}

@media (min-width:992px) {
    .display-mobile {
        display: none !important;
    }
}

@media (max-width:1320px) {
    .row-ps p {
        font-size: 18px !important;
    }
}

@media (max-width:470px) {
    #header .logo img {
        max-width: 120px !important;
        margin-top: 5px !important;
    }

    #header .btn-header {
        font-size: 10px;
        line-height: 22px;
    }

    .mobile-nav-toggle {
        right: 5px !important;
    }
}

.video iframe {
    height: 335px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

@media (min-width:1440px) {
    .li-negocios-em-rede {
        display: block;
    }

    #header .container {
        max-width: 1350px !important;
    }
}

@media (max-width:1439px) {
    .li-negocios-em-rede {
        display: none;
    }
}

.form-form label {
    margin-bottom: 0 !important;
    font-weight: 700;
    color: #500B75 !important;
}

@media (min-width:992px) {
    .pad-left {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:1350px) {
    .container-new-width {
        max-width: 1340px !important;
    }
}

@media (min-width:1450px) {
    .container-new-width {
        max-width: 1400px !important;
    }
}

@media (max-width:991px) {
    .btn-contrario {
        background: #500B75 !important;
        color: #fff !important;
    }
}

.form-check-2 {
    display: flex;
}

    .form-check-2 input {
        margin-right: 5px;
    }

@media (min-width:1200px) {
    .col-2-5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .img-ouvidoria {
        max-width: 145px !important;
    }

    .img-fale-conosco {
        max-width: 180px !important;
    }

    .img-simulador {
        max-height: 35px !important;
    }
}



@media (max-width:991px) {
    /*    .row-ps img {
        margin: auto;
        display: block;
    }

    .row-ps p {
        text-align: center !important;
    }*/

    .img-ouvidoria {
        max-width: 165px !important;
    }

    .img-simulador {
        max-height: 35px !important;
    }

    .img-links img {
        max-height: 45px;
    }

    /*    .input-list a {
        width: 49% !important;
    }

    .input-list img {
        margin: auto;
        display: block;
        max-width: 200px !important;
        width: 100%;
        max-height: auto !important;
        height: auto;
        max-width: fit-content !important;
        max-height: 25px;
    }*/
}
