body, html{
    font-family: "Montserrat", serif;
  }

  .lh{
    line-height: 20px;
  }

  .lh2{
    line-height: 37px;
    color: #ffffff !important;
  }

  .lh3{
    line-height:33px;
  }
  .lh4{
    line-height:23px;
  }

  .fb{
    font-weight: bold;
    color: #ffffff !important;
  }


  .cb{
    font-weight: 400 !important;
    color: #ffffff !important;
  }


  .cardbck{
    border: 2px solid #B17867;
    text-align: center;
    border-radius:40px;
  }

  .mt-11{
    margin-top: -30px;
  }

  .mt-22{
    margin-top: -40px;
  }
  
  .logo_dps {
    width: 70% !important;
    display: block;
    margin: 0 auto; /* Centraliza horizontalmente */
}

.mrr-5{
    margin-left: 50px !important;
}

video{
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    box-shadow: 120px;
    box-shadow: 0px -4px 95px 11px rgba(0, 0, 0, 0.097);
}
.title_serv{
    font-size: 60px;
    text-align: center;
    color: #B17867;
    font-weight: 900;

}
.img_icon{
    width: 100% !important;
    margin-top: 10px;
}
.servico-item {
    padding: 16px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 18px;
    color: #ffffff;
    background-color: #B17867;
    font-weight: bold;
    margin-bottom: 10px;
  }

  b{
    color: #ffffff !important;
    font-weight: 900 !important;
  }

  .bb{
    color: #B17867 !important;
    font-weight: 900 !important;
  }

  h2{
    font-weight: 600 !important;
  }


  
.bck_rodape {
    background-image: url('img/rodape.jpg');
    background-size: 100%;
    width: 100%; /* Garante que ocupe toda a largura */
    height: auto;
    background-repeat: no-repeat;
    padding: 2rem 0; /* Espaçamento vertical */
    margin-top: 60px;
  }
  
  .bck_rodape2 {    
    background-image: url('img/fale_conosco_bck.jpg');
    background-size: 100%;
    width: 100%; /* Garante que ocupe toda a largura */
    height: auto;
    background-repeat: no-repeat;
    padding: 2rem 0; /* Espaçamento vertical */
  }
  
  .bck_rodape .container {
    max-width: 1140px; /* Largura máxima centralizada */
    margin: 0 auto; /* Centraliza horizontalmente */
  }

  .btnp{
    background-color: #ffffff !important;
    color: #B17867 !important;
    padding: 19px;
    font-weight: 900 !important;
    border: 1px solid transparent;
    width: 100%;
  }

  .btnpp{
    background-color: #01ca52 !important;
    color: #ffffff !important;
    padding: 19px;
    font-weight: 900 !important;
    border: 1px solid transparent;
    width: 100%;
  }

  .btnp:hover{
    color: #ffffff !important;    
    border: 1px solid transparent;
    background-color: #01ca52 !important;
  }

  font{
    padding: 5px;
    background-color: #B17867;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  
        /* Definindo a animação pulse */
        @keyframes pulse {
            0% {
                transform: scale(0.9);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(0.9);
            }
        }

        /* Aplicando a animação à div */
        .pulse-effect {
            animation: pulse 2s infinite;
        }

.sllogo{
    width: 220px;
}

.mobile_d{
    display: none;
}


/* Estilo para a barra fixa no rodapé */
.css_bottom_rodape_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #555;
    background-color: #fff; /* Cor de fundo da barra */
    color: #333 !important; /* Cor do texto */
    z-index: 1000; /* Garante que a barra fique acima de outros elementos */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Sombra para destacar a barra */
}

/* Estilo para o conteúdo dentro da barra */
.css_bottom_rodape_fixed .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Estilo para a lista de itens */
.css_bottom_rodape_fixed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; /* Espaçamento entre os itens */
    font-size: 14px !important;
}

/* Estilo para os itens da lista */
.css_bottom_rodape_fixed ul li {
    display: flex;
    align-items: center;
}

/* Estilo para os links */
.css_bottom_rodape_fixed ul li a {
    color: #333;
    text-decoration: none;
    align-items: center;
    gap: 10px; /* Espaçamento entre ícone e texto */
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Estilo para os links ao passar o mouse */
.css_bottom_rodape_fixed ul li a:hover {
    background-color: #fff; /* Cor de fundo ao passar o mouse */
}

/* Estilo para o ícone */
.css_bottom_rodape_fixed ul li a img {
    width: 24px;
    height: 24px;
}

/* Estilo para o texto em negrito */
.css_bottom_rodape_fixed ul li a strong {
    font-weight: bold;
}

/* Estilo para a linha divisória */
.css_bottom_rodape_fixed ul li hr {
    border: 1px solid #555;
    height: 50px;
    margin: 0 10px;
}

.atcicon{
    width: 9px !important;
    height: 9px !important;
}
.z1{
    z-index: 100 !important;
    position: relative;
}
.mrr{
   margin-right: 30px !important;
}

.menubck{
    background-color: white;
    border-radius: 200px !important;
    padding: 0 !important;
    box-shadow: 0px 10px 10px 10px #2222223d;
}
.nav-link{
    font-weight: 900 !important;
    font-size: 17px !important;
    color: #000000;
}
.titleimg{
    width: 85%;
}
.agendabutton{
    width: 35%;
}
.title_dra_servicos {
    width: 50%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_dra_blog{
    width: 20%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgfundps{
    margin-top: -100px;
}

.bck_topo{
    background-image: url('img/topo_web.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1100px;
    position: absolute;
    z-index: 1;
}

.bck_mapa{
    background-color: #ab7364;
    background-image: linear-gradient(43deg, #ab7364 0%, #ab7364 46%, #ab7364 100%);
    width: 100%;
    height: 860px;
    position: absolute;
    z-index: 1;
}
.mt-55{
    margin-top: 123px !important;
}
.imgcenterassists {
    width: 50%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dps_clientes_title{
    width: 100%;
    user-select: none;
}
.psmapa{
    position: relative;
    z-index: 100 !important;
}
.logodps_{
    width: 250px !important;
    margin-right: 180px !important;
}
.imgtopdps{
    width: 100% !important;
}
.center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.mdn{
    display: block !important;
}
.mdb{
    display: none !important;
}
.dps_clientes_title{
    width: 100% !important;
}
@media (max-width: 768px) {
    #image-slider {
        display: none !important;
    }
}
a {
    color: #fff !important;
    text-decoration: none !important;
}
#servicos{
    padding-top: 233px;
}

#blog{
    padding-top: 133px;
}
.logo_logo{
    width: 80%;
}
@media (max-width: 991px) { /* Até dispositivos médios (tablets inclusos) */

    .title_dra_blog{
        width: 40%;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #blog{
        padding-top: 0;
    }

    #servicos{
        padding-top: 113px;
    }
  
    .agendabutton{
        width: 85%;
    }

    .bck_rodape {
        background-color: #B17867;
        background-image: none !important;
        background-size: 100%;
        width: 100%; /* Garante que ocupe toda a largura */
        height: auto;
        background-repeat: no-repeat;
        padding: 2rem 0; /* Espaçamento vertical */
        margin-top: 110px;
        border-radius: 10px !important;
      }
      
    .bck_mapa{
        margin-top: 0px !important;
        height: 1310px !important;
    }
    .dps_clientes_title{
        width: 55% !important;
        padding-bottom: 20px !important;
    }
    .imgcenterassists {
        width: 100%;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btnp{
        background-color: #ffffff !important;
        color: #B17867 !important;
        padding: 10px;
        font-weight: 900 !important;
        border: 1px solid transparent;
        width: 100%;
        font-size: 14px !important;
      }
    
      .btnpp{
        background-color: #01ca52 !important;
        color: #ffffff !important;
        padding: 19px;
        font-weight: 900 !important;
        border: 1px solid transparent;
        width: 100%;
      }
.servico-item{
    font-size: 13px !important;
    line-height: 13px !important;
}
    .title_dra_servicos {
        width: 100%;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo_dps {
        width: 40% !important;
        display: block;
        margin: 0 auto; /* Centraliza horizontalmente */
    }
    .mt-55{
        margin-top: 63px !important;
    }
    .imgfundps{
        margin-top: 0px;
    }
    .bck_topo{
        background-image: url('img/topo_web_mobile.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 800px;
        position: absolute;
        z-index: 1;
    }
    .logo_logo{
        width: 60%;
    }
    .mdn{
        display: none !important;
    }
    .mdb{
        display: block !important;
    }

    .menubck{
        background-color: white;
        border-radius: 0px !important;
        padding: 0 !important;
        box-shadow: 0px 10px 10px 10px #2222223d;
    }
    .titleimg{
        width: 100%;
    }
    .imgtopdps{
        width: 100% !important;
    }

    .dps_clientes_title {
        width: 60%;
        user-select: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    div.mobile_g_top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto; /* Altura automática */
        margin: 0 auto; /* Centraliza a div horizontalmente */
        padding: 20px; /* Adiciona um pouco de espaço interno */
        margin-bottom: 30px;
        font-size: 15px !important;
        line-height: 16px;
    }
    .sllogo{
        width: 190px;
        padding-left: 13px;
    }
    .pservico{
        padding: 17px !important;
    }

    .mp0{
        margin-top: 75px;
    }

    .mobile_n{
        display: none;
    }
    
    .logodps_{
        width: 230px !important;
        margin: 0 auto !important;
        padding-bottom: 33px !important;
    }
    .mobile_d{
        display: block;
    }
    .cardbck{
        font-size: 14px !important;
        padding: 0px !important;
        margin: 0 !important;
        background-color: transparent !important;
    }
    .fb{
        font-size: 14px !important;
        color: #ffffff !important;
    }
    /* Estilo para a lista de itens */
    .css_bottom_rodape_fixed ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 0px; /* Espaçamento entre os itens */
        font-size:9px !important;
        color: #000 !important;
    }
    
    /* Estilo para o ícone */
    .css_bottom_rodape_fixed ul li a img {
        width: 12px;
        height: 12px;
    }

    .atcicon{
        width: 3px !important;
        height: 3px !important;
    }
    
}
