@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#modalContato.modal, .cases.modal{
    top: 10px!important;
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
    min-height: 550px;
    z-index: 999999!important;
}

#modalContato .modal-content .modal-close, .cases.modal .modal-content .modal-close{
    position: sticky;
    top: 1rem;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.7));
    color: #c976ff;
    font-size: 1.3rem;
}

#modalContato .modal-content, .cases.modal .modal-content {
    padding: 0;
    overflow: scroll;
    height: 550px;
    padding-bottom: 65px;
}

.fmrPadrao .input-field{
    position: relative;
}
.fmrPadrao span.error {
    color: #9c03ff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fmrPadrao input{
    margin-top: 8px;
}

.fmrPadrao textarea{
    margin-top: 8px;
}

#modalContato .modal-content::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

#modalContato .modal-content::-webkit-scrollbar-track {
    background: #e0e0e0;
}

#modalContato .modal-content::-webkit-scrollbar-thumb {
    background-color: #9b00ff;
    border-radius: 4px;
    width: 4px;
}


#modalContato h4, .title-page{
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 1.9rem;
    color: #9b00ff!important;
}
footer .link-sweet{
    padding-left: 13px;
}

.link-sweet:not(.browser-default) li {
    list-style-type: disc;
}

.link-sweet li a, .link-sweet li {
    color: #a59797;
    margin-bottom: 8px;
    font-size: 0.7rem;
    transition: all 300ms ease-in-out;
}

.link-sweet li a:hover, .link-sweet li:hover {
    color: #ffffff;
}

.link-bolder li {
    margin-bottom: 15px;
}
.link-bolder a,.link-bolder li .link-bolder h5{
      color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
}

.link-button a{
    font-family: 'Poppins';
    font-size: 0.8rem;
    font-weight: 400;
    color: #161617;
    background: #ffffff;
    padding: 8px 14px;
    border-radius: 1rem;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    transition: all 300ms ease-in-out;
}

.link-button a:hover, .link-button a:focus, .link-button a:active{
    background:#161617!important;
    color: #ffffff!important;
    border: 1px solid #ffffff!important;
}

.mt-0{
    margin-top:0!important
}
#nav-footer-logado{
    display: block;
    margin:0 auto
}
#nav-footer-logado a{
    margin-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #f0f0f0;
        font-family: 'Poppins';
    text-transform:  uppercase;
}


#nav-footer-logado a:hover {
    text-decoration: underline;
}



#nav-footer-logado a:first-child:before{
    content: "";
    display: inline
}
#nav-footer-logado a:before{
     content: "|";
    display: inline;
    margin-left: 4px;
    margin-right: 12px;
    text-decoration: none!important;
}
#nav-footer-logado h3{
    display: block;
    margin-bottom: 5px!important
}


#logo-footer img{
    margin-top: 69px;
    max-width: 100%
}
#topico-central-footer {
    margin: 0 auto;
    text-align: center;
}
#topico-central-footer h3{
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 35px;
    color: #9b00ff;
    font-weight: bold;
        font-family: 'Poppins';
    text-transform: uppercase;
}
#pr-social-links li{
    display: inline-block;
}
#topico-central-footer  ul {
    margin-bottom: 25px;
}

#topico-central-footer  ul li{
    text-align: center;
    display: inline-block;
    color: #e0e0e1
}
#topico-central-footer a{
    margin-right: 20px;
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
        font-family: 'Poppins';
    text-transform: uppercase;



}
#topico-central-footer a:hover{
    text-decoration: underline;
}

#topico-central-footer  ul li:after{
    content: "|";
    margin-right: 20px

}
#topico-central-footer  ul li:last-child:after{
    content:""
}
.info-valoriza{
    margin-top: 0px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 8px;
    color: #e0e0e1;
    display: block;
}
.m-auto{
    margin:0 auto;
}
#pr-social{
    width:100%;
    display: block;
    text-align: center;
    min-height: 90px;
    background-image: linear-gradient(41deg, #9b00ff 0%, #7200ff 100%);
    border: 0px solid #000000;

}

#pr-social h3{
    margin-bottom: 0px;
    text-indent: 11px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
        font-family: 'Poppins';
    text-transform: uppercase;
    font-weight:  bold;


}

#pr-social ul li{
    display: inline-block
}

#pr-social-links{
    margin-top: 6px;
    display: flex;
    justify-content: end;
}

#pr-social-links img{
    width: 20px;
    display: block;
    margin-top: 0px;
    margin-left: 10px;
    transition: all 100ms ease-in-out
}
#pr-social-links img:hover{
    -webkit-transform: rotate(20deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(20deg) scale(1.2); /* IE 9 */
    transform: rotate(20deg) scale(1.2) 
}

.botao-azul {
    color: #fff !important;
    background-color: #80C343 !important
}

.botao-azul:hover {
    color: #131313 !important;
    background-color: #80C343 !important;
    font-weight: bold
}

.botao-amarelo {
    color: #131313 !important;
    background-color: #80C343;
    font-weight: bold
}

.botao-amarelo:hover {
    color: #fff !important;
    background-color: #80C343 !important;
    font-weight: normal
}

.botao-cinza-escuro {
    color: #fff !important;
    background-color: #131313
}

.botao-cinza-escuro:hover {
    color: #131313 !important;
    background-color: #80C343 !important;
    font-weight: bold
}

.modal {
    background-color: #fff !important;
    top: 15% !important
}

.modal .verde {
    color: #80C343;
    font-style: italic;
    padding: 0px 2px;
    font-weight: bold
}

.modal a {
    color: rgba(0, 0, 0, 0.7);
    display: inline;
    text-decoration: underline;
    font-size: inherit
}

.modal a:hover {
    color: #9b00ff;
    background:none;
}

.modal ul {
    margin: 0 1rem
}

.modal ul li {
    font-size: 0.75rem;
    list-style-type: disc;
    padding: 0.2em 0;
    margin-bottom: 10px
}

.modal h4.titulo {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    text-shadow: #fff 0px 1px
}

.modal h1.titulo {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 3.052rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    text-shadow: #fff 0px 1px
}

.modal p {
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding-right: 0 !important;
    text-align: left
}

.modal p strong {
    font-weight: bold
}

.modal .btn {
    color: #fff;
    text-decoration: none
}

.modal .btn:hover {
    color: #fff;
    text-decoration: none
}

#modalLegal .modal-content,
#modalPr .modal-content,
#modalPrivacidade .modal-content {
    padding: 0 24px !important
}

#modalLegal .modal-footer,
#modalPr .modal-footer,
#modalPrivacidade .modal-footer {
    background-color: #fff !important
}

footer {
    display: block;
    min-height: 187px;
    clear: both;
    background:#161617;
    padding: 38px 0px 0px 0px;
}

/*footer ul {
    display: block;
    margin-top: 25px
}

footer ul li {
    display: inline-block;
    width: 24px;
    height: 29px;
    margin-right: 3px
    }*/

/*footer ul li a:not(.links) {
    display: block;
    width: 24px;
    height: 29px;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../images/icone-facebook.png") 0 0 no-repeat
    }*/

/*footer ul li:hover {
    opacity: 0.8
}
*/
/*footer ul li+li a:not(.links) {
    background: url("../images/icone-twitter.png") 0 0 no-repeat
    }*/

/*footer ul li+li+li a:not(.links) {
    background: url("../images/icone-instagram.png") 0 0 no-repeat
}
*/
/*footer p {
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    display: block;
    float: left;
    margin: 0;
    color: #fff;
    text-align: left
}
*/
footer p a {
    color: #fff
}

footer p a:hover {
    color: #80C343
}

footer .redes-sociais {
    margin-top: 5px
}

footer .redes-sociais ul {
    margin-top: 0px
}

footer .redes-sociais ul li {
    width: 25px;
    margin-right: 10px
}

footer .redes-sociais p {
    font-size: 9px !important;
    line-height: 14px
}

footer h3 {
    font-size: 16px;
        font-family: 'Poppins';
    color: #939393;
    text-align: left;
    font-weight: 600;
    margin-bottom: 7px
}

footer .bloco-links {
    position: relative;
    margin: 0 auto;
    padding-bottom: 5px
}

footer .bloco-links a {
    margin-right: 15px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Acer", sans-serif;
    width: 100%;
        font-family: 'Poppins';
    color: #fff;
    line-height: 1.75
}

footer .bloco-links a:hover {
    opacity: 0.8;
    text-decoration: underline
}

footer .copyright {
    height: 110px
}

footer .copyright p {
    width: 100%;
    text-align: center;
    font-family: 'Gotham';
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1.5px;
    padding-top: 40px
}



footer .acer {
    height: 110px;
    line-height: 100px;
    display: block;
    padding-top: 30px
}

footer .acer:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

@media screen and (max-width: 992px) {
    .row.cards-logado{
        text-align: center;
    }
      .row.cards-logado>div{
        margin-bottom: 30px;
      }
    footer .acer {
        width: 100%;
        height: 65px;
        line-height: 65px;
        display: block;
        float: left;
        text-align: center
    }
    footer .copyright {
        height: 40px;
        padding: 0
    }
    footer .copyright p {
        text-align: center
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .redes-sociais ul li {
        margin-right: 5px
    }
    .copyright p {
        font-size: 11px
    }
}

@media (min-width: 1349px) and (max-width: 1439px) {
    .redes-sociais ul li {
        margin-right: 5px
    }
    .copyright p {
        font-size: 11px
    }
}

@media (max-width:1345px){
    .link-bolder a, .link-bolder li .link-bolder h5 {
        font-size: 0.8rem;
    }
    .link-sweet li a, .link-sweet li {
        font-size: 0.7rem;
    }
    .link-button a {
        font-size: 0.8rem;
    }
}

@media (min-width: 1280px) and (max-width: 1348px) {
    .redes-sociais ul {
        text-align: left
    }
    .redes-sociais ul li {
        margin-right: 3px
    }
    .copyright p {
        font-size: 9px !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
/*    footer .container {
        width: 80% !important
    }*/
    .redes-sociais ul li {
        margin-right: 8px !important
    }
    .copyright p {
        font-size: 9px !important
    }
}

@media (min-width: 1px) and (max-width: 1023px) {
    footer .redes-sociais {
        padding-top: 30px !important
    }
    footer .redes-sociais h3 {
        text-align: center;
        margin-bottom: -16px;
        margin-top: 10px
    }
    footer .redes-sociais ul {
        margin-top: 0px !important;
        padding-top: 30px
    }
    footer .redes-sociais ul li {
        margin-right: 0;
        width: 43px;
        height: 42px
    }
    footer .bloco-links-logado {
        margin-bottom: 50px;
        margin-top: -47px !important;
        text-align: center
    }
    footer .bloco-links-logado h3 {
        text-align: center
    }
    footer .copyright p {
        font-family: "Acer", sans-serif;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        transform: scaleY(1.0484);
        margin-top: 0px !important;
        padding-top: 0
    }
    footer .bloco-links {
        position: relative;
        top: 16px;
        width: 93%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
        text-align: center
    }
    footer .bloco-links a {
        padding: 5px 0
    }
    footer .acer {
        margin-top: 0;
        margin-left: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .copyright p {
        margin-top: -30px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    footer .redes-sociais ul {
        margin-top: 20px !important
    }
    footer .copyright p {
        margin-top: 0 !important
    }
    footer .acer {
        margin-top: 20px
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    footer .redes-sociais ul {
        margin-top: 20px
    }
}

@media (min-width: 1px) and (max-width: 319px) {
    footer .redes-sociais ul {
        margin-top: -5px
    }
    footer .copyright p {
        margin-top: 75px;
        text-align: justify;
        letter-spacing: -1px
    }
    footer .acer {
        margin-top: 70px
    }
}

@media screen and (max-width: 992px) {
.conteudo-deslogado {
    padding-top: 26px;
}
.block-social-home {
    position: static;
    display: block;
    height: 100%;
    background-image: linear-gradient( 41deg, #9b00ff 0%, #7200ff 100%);

}

.block-social-home ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.block-social-home ul li{
    margin: 10px 5px;
    display: inline-block;
}
    .link-bolder a, .link-bolder li .link-bolder h5 {
        font-size: 2rem;
    }

    .link-sweet li a, .link-sweet li {
        font-size: 1.5rem;
    }
    
    footer p {
        width: 100%;
        font-size: 10px;
        text-align: center
    }
    footer .redes-sociais p {
        padding-bottom: 15px
    }
}