#header {
    height: auto !important;
}

/* Aumenta largura geral */
.container {
    max-width: 1400px; /* pode testar 1600px se quiser mais moderno */
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

p {
    font-size: 15px;
}

.erp-barra {
    width: 100%;
    background: #c62828;
    color: #fff;
    text-align: center;
    padding: 10px 20px; /* altura mais fina */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
	margin-bottom:20px;
}

.jcarousel-list li {
    width:230px !important;
}
.t

/* REVSLIDER BANNER CUSTOM */

.fullwidthbanner-container,
.fullwidthbanner {
    max-height: 850px !important;
    height: 850px !important;
}

.tp-banner-container {
    height: 850px !important;
}

.fullwidthbanner.revslider-initialised.tp-simpleresponsive{
	max-height:850px !important;
}

.text-white {
    color: #fff !important;
}

.text-white p,
.text-white strong {
    color: #fff !important;
}

/* =========================
   RESPONSIVO SLIDER MODERNO
========================= */

/* Ajuste geral para telas menores */
@media (max-width: 1200px) {

    .fullwidthbanner-container,
    .fullwidthbanner,
    .tp-banner-container {
        height: 700px !important;
        max-height: 700px !important;
    }

    .tp-caption h2 {
        font-size: 34px !important;
        text-align: center !important;
    }

    .tp-caption p {
        font-size: 16px !important;
        text-align: center !important;
        padding: 0 20px;
    }
}


/* TABLET */
@media (max-width: 992px) {

    .fullwidthbanner-container,
    .fullwidthbanner,
    .tp-banner-container {
        height: 600px !important;
        max-height: 600px !important;
    }

    .tp-caption {
        text-align: center !important;
    }

    .tp-caption h2 {
        font-size: 28px !important;
    }

    .tp-caption p {
        font-size: 15px !important;
    }

    /* Remove mockups (iMac, iPad, etc) */
    .tp-caption img {
        display: none !important;
    }

    /* Centraliza tudo */
    .tp-caption {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}


/* MOBILE */
@media (max-width: 768px) {

    .fullwidthbanner-container,
    .fullwidthbanner,
    .tp-banner-container {
        height: 520px !important;
        max-height: 520px !important;
    }

    .tp-caption {
        text-align: center !important;
        padding: 0 15px;
    }

    .tp-caption h2 {
        font-size: 22px !important;
        line-height: 1.3;
    }

    .tp-caption p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    /* Botões mais bonitos */
    .tp-caption .btn {
        font-size: 14px !important;
        padding: 10px 18px !important;
    }

    /* Força centralização */
    .tp-caption {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}


/* MOBILE PEQUENO */
@media (max-width: 480px) {

    .fullwidthbanner-container,
    .fullwidthbanner,
    .tp-banner-container {
        height: 480px !important;
        max-height: 480px !important;
    }

    .tp-caption h2 {
        font-size: 18px !important;
    }

    .tp-caption p {
        font-size: 13px !important;
    }
}

#logo {
    margin-top: 3px;
	width
}

#logo h1 {
    margin: 0;
}

#logo img {
    max-height: 55px;
    display: block;
}

.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 28%; /* metade da altura */
    height: 0;
    overflow: hidden;
    border-radius: 5px;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 95px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    color: #fff;
    text-decoration: none;
}

.whatsapp-float::after {
    content: "Fale conosco";
    position: absolute;
    right: 70px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    white-space: nowrap;
    font-size: 12px;
}

.whatsapp-float:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    #header #logo {
        position: relative !important;
        left: 0 !important;
        width: auto !important;
        margin: 0 auto !important;
        text-align: center;
    }

    #logo a img {
        max-width: 40% !important;
        height: auto !important;

        display: block;
		margin-top: 10px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 correto */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container img {
    position: absolute;  /* 🔥 ESSENCIAL */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-details-alt li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.contact-details-alt li i {
    width: 15px !important;
}

.contact-details-alt li p {
    display: flex !important; 
    flex-wrap: wrap !important;
}

.contact-details-alt li p strong {
    float: none !important;      /* 🔥 ESSENCIAL */
    width: auto !important;      /* 🔥 ESSENCIAL */
    min-width: 80px !important;
    margin-right: 5px !important;
}