/* Estilo para o botão do menu */
.navbar-toggler {
    border-color: #EEDDB7 !important; 
    background-color: transparent !important; 
    border-radius: 4px !important; 
    margin-right: 8px !important; 
    outline: none !important;
}
.navbar-toggler .fas.fa-bars {
    color: #EEDDB7 !important;
    font-size: 24px !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px #EEDDB7 !important; 
}

* {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

body {
    background-color: #eee4cf;
}

.background-primary {
    background-color: #540301;    
}

.background-secondary {
    background-color: #eeddb7;    
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.nav-link {
    display: inline-block; 
    margin-right: 10px;
    white-space: nowrap; 
}

.nav-link span {
    display: block;
    white-space: pre-wrap; 
}

.container-fluid {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar-nav {
    display: flex;
    justify-content: space-around;
    flex: 1; 
}

.navbar-nav .nav-link {
    color: #EEDDB7 !important; 
    text-align: center !important;
    font-weight: bold;
}

.collapse.navbar-collapse {
    flex-grow: 1;
}

.navbar-toggler {
    margin-left: auto;
}

.img_banner img {
    width: 100%;
    height: auto; 
    object-fit: contain; 
    background-color: #eeddb7;
    margin: 0;
}

.promo-bar {
    background-color: #540301;
    width: 100%;
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

.promo-bar p {
    margin: 0;
    font-size: 1.75rem;
}

.promo-bar strong {
    font-weight: bold;
}

@media (max-width: 768px) {
    .promo-bar p {
        font-size: 1rem;
    }
}

.promo-section {
    padding: 0px 0;
    margin: 0px;
    background-color: #540301; 
    margin-left: 0px;
}

.left-column {
    background-color: #EEDDB7;
    color: #540301;
    font-weight: bold;
    text-align: justify; 
}

.middle-column {
    background-color: black;
    padding: 20px;
    color: #EEDDB7;
    font-weight: bold;
}

.right-column {
    background-color: #540301;
    padding: 20px;
}

.right-column img {
    width: 100%;
    max-width: 45px;
}

.right-column li {
    line-height: 0%;
}

.icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    margin: 5px 0;
    width: 50px; 
    height: auto;
}

@media (max-width: 768px) {
    .left-column, .middle-column, .right-column {
        padding: 20px 0;
    }
    .icon {
        width: 40px; 
    }
}

.indicator {
    width: 15px;
    height: 15px;
    background-color: #3E5D27;
    border-radius: 50%;
    cursor: pointer;
}

.indicator.active {
    background-color: #540301;
}

footer {
    color: #EEDDB7;
    background-color: #540301;
}

.footer-logo {
    width: 6rem;
}

.footer-bg-logo {
    width: 9rem;
}

.footer-md-logo {
    width: 8rem;
}

.footer-duo-logo {
    width: 10rem;
}

.paragrafo span {
    font-size: 1.1em;
}

.separator {
    border-top: 10px solid #540301;
    border-radius: 10px;
    margin-bottom: 10px;
}

.p-line-height p {
    line-height: 70%;
}

/* ANIMATION */
#navbarNavAltMarkup .nav-link:after {
    display: block;
    content: '';
    border-bottom: solid 3px #EEDDB7;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}

#navbarNavAltMarkup .nav-link:hover:after {
    transform: scaleX(1); 
}

#navbarNavAltMarkup .nav-link.fromRight:after {
    transform-origin: 100% 50%; 
}

#navbarNavAltMarkup .nav-link.fromLeft:after {  
    transform-origin: 0% 50%; 
}


/* Estiliza os dots */
.owl-carousel .owl-dot span {
    background-color: #ff0000; /* Cor de fundo dos dots */
}

/* Estiliza o dot ativo */
.owl-carousel .owl-dot.active span {
    background-color: #00ff00; /* Cor de fundo do dot ativo */
}

.h3-responsive {
    max-width: fit-content; 
    color: white; 
    background-color: #3E5D27; 
    border-radius: 50px; 
    font-weight: 400; /* Corrigido para usar um valor numérico correto */
    letter-spacing: 5px;
    padding: 10px 10px; /* Adiciona padding para melhorar a legibilidade */
    font-size: 1.5vw; /* Ajusta o tamanho da fonte com base na largura da viewport */
    text-align: center; /* Centraliza o texto */
    margin: left; /* Centraliza o div horizontalmente */
}

/* Ajustes para telas pequenas */
@media (max-width: 600px) {
    .h3-responsive {
        max-width: fit-content; 
        color: white; 
        background-color: #3E5D27; 
        border-radius: 50px; 
        font-weight: 400; /* Corrigido para usar um valor numérico correto */
        letter-spacing: normal;
        padding: 5px 10px; /* Reduz o preenchimento para telas menores */
        font-size: 2vw; /* Ajusta o tamanho da fonte para telas pequenas */  
        margin: 0 auto; /* Centraliza horizontalmente */
    }
}

/* Ajustes para telas pequenas */
@media (max-width: 600px) {
    .h3-responsives {
        font-size: 4vw;
        letter-spacing: normal;
        padding: 5px 10px;
        margin: 0; /* Remove a margem */
    }
}

/* Ajustes para telas maiores */
@media (min-width: 601px) {
    .h3-responsives {
        margin-right: 20%; 
        /*margin-right: 20%; /* Adiciona uma margem à esquerda para telas maiores */
    }
}

.owl-carousel {
    display: flex;
    justify-content: center;
}

.image-title-container {
    position: relative;
}

.owl-carousel img {
    max-width: 50%;
    margin: auto;
    margin-bottom: 0px;
}

.title-overlay {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 65%;
    transform: translateX(-50%);
    background-color: #3E5D27;
    color: white;
    padding: 15px 40px;
    border-radius: 40px;
    z-index: 1;
    font-size: 14px;
}

@media (max-width: 600px) {
    .title-overlay {
        padding: 5px 10px; /* Reduz o preenchimento para telas menores */
        font-size: 8px; /* Reduz o tamanho da fonte para telas menores */
        margin-top: 80px;
        width: 70px;
        transform: translateX(-50%);
    }
}

.btn-custom {
    background-color: #540301!important;
    color: white!important;
    border-radius: 60px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 15px;
    margin-right: 20px;
}

.btn-custom:first-child {
    margin-right: 20px;
}



.centralizado {
    display: flex;
 justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Alinha verticalmente */
}
        .centralizado img {
            margin: 0 10px;
            width: 200px; /* Ajuste o tamanho conforme necessário */
            margin-bottom: 20px; /* Ajuste conforme necessário */

        }
        .image-title-container {
            text-align: center;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */


        }


        .title-overlay {
            margin-top: 10px;
        }

    .slide-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

 .slide-item img {
        width: 40%; /* Ajuste conforme necessário */
    }


.centralizado img {
    width: 400px !important; /* Adicione !important para garantir que essa regra seja aplicada */
     height: auto; /* Mantém a proporção da imagem */
}

   


/* Estilo para telas maiores */
@media (min-width: 576px) { /* Breakpoint para telas maiores que 576px */
    .centralizado img {
        width: 150px; /* Ajuste o tamanho da imagem conforme necessário */
        height: auto; /* Mantém a proporção da imagem */
    }
}


@media (min-width: 768px) { /* Breakpoint para desktops */
.centralizado img {
        width: 33.33%; /* Ajusta a largura para 33.33% do contêiner pai em desktops */
                overflow: hidden; /* Oculta o overflow para evitar que a próxima imagem seja visível */

    }
}

/* Estilo para telas menores (modo responsivo) */
@media (max-width: 575px) { /* Breakpoint para smartphones verticais */
.centralizado img {
        width: 100%; /* Ajusta a largura para 100% do contêiner pai em smartphones verticais */
                overflow: hidden; /* Oculta o overflow para evitar que a próxima imagem seja visível */

    }
}



   .custom-spacing {
        margin-right: 100px; /* Ajuste o valor conforme necessário */
    }

   .vertical-align {
        display: flex;
        align-items: center; /* Centraliza verticalmente */

    }
    
 .carousel-item {
        margin-bottom: 20px; /* Adiciona espaço embaixo de cada item do carrossel */
    }

.owl-carousel img {
    width: 900px; /* ou o tamanho desejado */
    height: auto; /* para manter a proporção */
}


/*ANIMAÇÃO BOTÃO WHATSAPP*/

.helpSpan{
	padding: 4px 15px 15px 15px;
	border-radius: 10px;
	border: 3px solid #fff;
	text-align: center;
	background-color: rgb(52, 188, 72);	
	width: 0px;
	height: 35px;
	bottom: 60px;
	right: 160px;
	display: none;
	z-index: 99;
	position: fixed;
	color: #fff !important;
	-webkit-transition: all 1.5s ease-in-out;
	-khtml-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 0.9s ease-in-out;
}


.animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
  
.animateSlow {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}



@keyframes slideInX {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0rem);
    opacity: 1;
  }

  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideInX {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateX(2rem);
    -webkit-opacity: 0;
  }
}

.slideInX {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #btnWhats {
        right: 15px !important;
    }
}

@media (min-width: 1049px) and (max-width: 1199px){
    #btnWhats {
    right: 15px !important;
}
}

#btnWhats {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    width: 150px;
    height: 84px;
    -webkit-transition: all 1.5s ease-in-out;
    -khtml-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.logo-hover:hover{
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}


.container{
    max-width: 1024px;
}