/* Sticky CTA bar — glass */
.sticky-cta-bar {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.30) !important;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08) !important;
}

.bg-ambientes {
    background-color: white !important;
}

.bg-gradient-ambient {
    background: linear-gradient( 359deg, #f4f6fc 0, #fff 100%) !important;
}

.footer a, h6 {
    color: #fff;
}

.navbar-brand .title {
    font-weight: 900;
    font-size: large;
    color: #c6b19f;
}

.container .title {
    font-weight: 900;
    font-size: large;
    color: #fff;
}

/*
Botão para voltar para o inicio da página
*/

.btn-back2Top {
    color: #edc472!important;
    font-size: 50px;
    display: grid;
    text-decoration: none;
    border-radius: 50%;
}

/* footer fixed on bottom */
.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

/* The progress container (grey background) */
.progress-container-page-load {
    width: 100%;
    height: 4px;
    background: black;
}

/* The progress bar (scroll indicator) */
.progress-bar-page-load {
    height: 4px;
    background: #f5b759;
    width: 0;
}

.footer ul.links-vertical li a {
    padding: 1px;
}
@media (max-width: 590px) {
    footer {
        display: block !important;
    }
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

.btn-linted {
    color: #fff;
    background-color: #000000 !important;
    border-color: #f5b759 !important;
}

    .btn-linted:hover {
        color: #fff;
        background-color: #000000 !important;
        border-color: #f5b759 !important;
    }

.animate {
    animation-direction: alternate;
    animation-duration: 1.25s;
    animation-delay: 0s;
    animation-name: animate;
}

@keyframes animate {
    from {
        margin-left: 50%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.shadow-ld {
    -webkit-box-shadow: 0 0 9px 10px rgba(110,82,40,0.57);
    box-shadow: 0 0 90px 10px rgba(143, 141, 138, 0.57);
    
}

/* Whatsapp botão */

.btn-whatsapp-pulse {
    background-color: #25d366;
    color: white;
    font-size: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 40px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    border-bottom: rgba(37, 211, 102, 0.5);
}

/* Sticky CTA bar — botão WhatsApp pulsante */
.sticky-cta-bar { z-index: 1050; }

.sticky-cta-bar .sticky-wa-pulse {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: sticky-wa-pulse 1.6s ease-out infinite;
}

.sticky-cta-bar .sticky-wa-pulse:hover {
    background-color: #1ebe57 !important;
    border-color: #1ebe57 !important;
}

@keyframes sticky-wa-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.btn-pdf-pulse {
    background-color: #8061a2;
    color: white;
    bottom: 40px;
    right: 40px;
    font-size: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 40px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index:1000;
    border-bottom: rgb(128, 97, 162);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 25px rgba(37, 211, 102, 0);
    }
}

/* Fim CSS Whatsapp botão*/

.hr-footer {
    background: linear-gradient(to right, #ff99012e, #666768);
    height: 1px;
    border-radius: 5px;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
}

.section, .footer {
    padding-left: 1rem;
    padding-right: 1rem;;
}

.list-group-item-border {
    border: 0.0625rem solid #f4f6fc!important;
}

.img-logo {
    max-width: 100%;
    margin-top: -55px;
}

@media screen and (min-width: 375px) {

    .img-logo {
        margin-top: -70px;
        margin-left: 0;
    }
}
@media screen and (min-width: 425px) {

    .img-logo {
        margin-top: -70px;
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) {

    .img-logo {
        margin-top: -70px;
        margin-left: 0;
    }
}
@media screen and (min-width: 1024px) {

    .img-logo {
        margin-top: -70px;
        margin-left: 0;
    }
}
@media screen and (min-width: 1440px) {

    .img-logo {
        margin-top: -60px;
        margin-left: 0;
    }
}


.text-yellow {
    color: #edc472;
}

@font-face {
    font-family: 'Anton-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonte/Anton-Regular.ttf') format('opentype');
}

.section-en h1 {
    font-family: 'Anton-Regular', sans-serif!important;
    font-weight: 500;
    font-size: 4em;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 2px;
}
@media screen and (min-width: 280px) {

    .section-en h1 {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 2em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}
@media screen and (min-width: 375px) {

    .section-en h1 {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 2.8em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}
@media screen and (min-width: 768px) {

    .section-en h1 {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 3em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}
@media screen and (min-width: 1024px) {

    .section-en h1 {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 4em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}

.text-form-a {
    font-family: 'Anton-Regular', sans-serif!important;
    font-weight: 500;
    font-size: 2.8em;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 2px;
}
@media screen and (max-width: 425px) {

    .text-form-a {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 2em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}

.text-form-b {
    font-family: 'Anton-Regular', sans-serif!important;
    font-weight: 500;
    font-size: 3.1em;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 2px;
}
@media screen and (max-width: 425px) {

    .text-form-b {
        font-family: 'Anton-Regular', sans-serif!important;
        font-weight: 500;
        font-size: 2em;
        margin-bottom: 10px;
        line-height: 1.1;
        letter-spacing: 2px;
    }
}

.footer-en h1 {
    font-family: 'Anton-Regular', sans-serif!important;
    font-weight: 500;
    font-size: 5em;
    margin-bottom: 10px;
    line-height: 1.1;
    letter-spacing: 3px;
} 
@media (max-width: 580px) {
    .footer-en h1 {
        font-size: 3.4em;
    }
}

.footer-en h2 {
    font-family: 'Anton-Regular', sans-serif!important;
    font-weight: 500;
    font-size: 2.8em;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 1px;
}
@media (max-width: 580px) {
    .footer-en h2 {
        font-size: 1.8em;
    }
}

.text-font {
    font-family: 'Anton-Regular', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.border-en {
    border-radius: 30px!important;
}

.bg-card {
    background-color: #e9e9e9!important;
}

.shadow-en {
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.175);
}

.img-client {
    max-width: 85%;
}

@media screen and (max-width: 425px) {

    .img-client {
        
    }
}

.text-thanks {
    font-weight: 900;
    line-height: 1;
}

.bg-transparent-tf {
    background-color: #edc47280!important;
}

/* lista seção 1 */

.list-type3{
    margin:0 auto;
}
.list-type3 li, .list-type3 p{
    height:44px;
    line-height:37px;
    position:relative;
    font-size:15px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    transition: background-color 1.5s ease;
    list-style-type: none;
}
.list-type3 p{
    padding:0 0px 0 15px;
    margin:0 10px 0 -31px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}

.list-type3 p:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width: 22px 12px 22px 0;
}

.list-type3 p:after{
    content:"";
    position:absolute;
    top:19px;
    left:0;
    float:left;
    width:6px;
    height:6px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#F7B962;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}

/* === Responsividade Mobile (pacto-ic) === */
@media (max-width: 575px) {
    /* Botões CTA: fonte menor para evitar quebra excessiva */
    .section-en .btn-lg {
        font-size: 0.82rem;
    }

    /* Seção "Sobre o PACTO": reduzir margem entre os dois h1 */
    .section-en .text-center .mb-5:first-child {
        margin-bottom: 1rem !important;
    }

    /* CTA Final: h4 com fonte menor */
    #consultoria-gratuita h4,
    .section-en h4 {
        font-size: 1rem;
    }
}