@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
}

a {
    color:  #f7f7a3;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

.logo-nome {
    font-size: 24px;
    letter-spacing: 3px;
}

.flex {
    display: flex;
    margin-top: 12px;
}

.logo {
    width: 100px;
    vertical-align: middle;
    padding-left: 0;
}

/* ---------- MENU BARRA NAVEGAÇÃO -------- */
nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Poppins", sans-serif;
    background: #6da2bb;
    height: 8vh;
}

/* ----------IMAGEN DE FUNDO---------- */
main {
    background: url("img-fundo-2.jpg") no-repeat bottom center;
    background-size:  cover;
    height: 95vh;
}

/* ------------BOTÃO "ENCONTRAR AJUDA"-------- */
button {
    padding: 20px;
    border-radius: 7px;
    border: 0;
    ;
}

/* REFERENTE AO CABEÇALHO DA HOME */
.cabecalho {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
    
}

.cabecalho h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #e6e697;
}

.cabecalho p {
    font-size: 20px;
    font-weight: 500;
    opacity: 0,8;
    color: #fff;
    width: 40%;
}

.cabecalho button {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 500;
    padding: 15px;
    margin-top: 30px;
    color: white;
    border: 0;
    outline: 0;
    background-color: #6da2bbd9;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.5s;
}

.cabecalho button:hover {
    opacity: 1;
    color: #e6e697;
}

/* Referente as uls do menu navegação */
.nav-list{
    list-style: none;
    display: flex;
}

.nav-list li {
    letter-spacing: 3px;
    margin-left: 32px;
}

/* Referente a responsividade */
.mobile-menu {
    display: none;
    cursor: pointer;
}

/* BOTÃO DE OPÇOES AO MINIMIZAR PAGINA */
.mobile-menu div {
    width: 32px;
    height: 2px;
    background: #e6e697;
    margin: 8px;
}

/* Navegação aparecendo na lateral do site quando a tela atingir determinado tamanho */

/* ANIMAÇÃO */
@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* AREA DEPOIMENTO */
section {
    width: 100%;
    height: 100vh;
    background: #3c7061;
    display: flex;
    justify-content: center;
    align-items: center;
}

.depoimento-area .conteudo {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.depoimento-area .conteudo .seg-titulo {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.depoimento-area .conteudo .seg-titulo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: rgb(82, 80, 80);
}

.depoimento-area .conteudo .seg-titulo h2{
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.depoimento-area .conteudo .seg-titulo p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
}

.depoimento-area {
    background: #76a67a;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.depoimento-area .owl-carousel{
    font-family: "Poppins", sans-serif;;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 -40px;
    padding-right: 40px;
}

.owl-carousel .owl-stage-outer{
    padding: 30px 50px;
    margin-left: -35px;
    width: calc(100% + 100px);
}

.depoimento-unico {
    border: 7px solid #fff;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}

.depoimento-unico p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.pessoa-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;

}

.pessoa-info .pessoa-detalhe h6 {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.pessoa-info .pessoa-detalhe span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.pessoa-info .pessoa-foto {
    padding-right: 15px;
}


.pessoa-info .pessoa-foto img {
    width: 100%;
    border-radius: 50px;
}
/* 
.owl-dots {
    text-align: center;
    margin-top: 50%;
} */

/* .owl-dots button {
    background: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots button.active {
    width: 30px;
} */



/* ASPAS DE CITAÇÃO */
.depoimento-unico:before {
    content: '\f10d';
    position: absolute;
    font-family: FontAwesome;
    left: -35px;
    top: -35px;
    background: #76a67a;
    color: #fff;
    font-size: 60px;
    width: 126px;
    height: 100px;
}

.depoimento-unico:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    right: -35px;
    bottom: -35px;
    background: #76a67a;
    color: #fff;
    font-size: 60px;
    width: 126px;
    height: 100px;
}

.ligue p {
    width: 100%;
    height: 30vh;
    background: #eae8b9;
    display: grid;
    place-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 4vh;
    margin-top: 10px;

    
    
}

/* FOOTER NÚMEROS DE URGÊNCIA */
.num-urgencia {
    width: 100%;
    height: 45vh;
    background-color: #fbec79;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;

}


ul {
    list-style-type: none;
}

.emergencia-num {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 8vh;
}

.emergencia-nome {
    font-weight: 500;
    color: #585858;
}

.explicacao {
    display: grid;
    font-family: "Poppins" sans-serif;
    padding-left: 5px;
    margin-top: 15px;
    margin-left: 2vh;
    margin-right: 2vh;
    text-align: center;
    font-size: 14px;
    justify-content: space-between;
    color: #1D1C1D;
}

