@font-face{
    font-family: 'lucida-grande';
    src: url('fontes/lucida-grande.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.mobile-responsive{
    display: none;
}
.responsive{
    display: none;
}
.whatsapp{
    display: none;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 9999999;
    transition: 0.5s;
}
.whatsapp:hover{
    transform: scale(110%);
    filter: brightness(115%);
    transition: 0.5s;
}
.whatsapp:active{
    transform: scale(90%);
    transition: 0.5s;
    filter: brightness(105%);
}
.imagen-whatsapp-nav{
    width: 8vh;
    height: 8vh;
}
body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-family: 'lucida-grande';
}
/*header sessao*/
.desktop{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 4VH;
    position: fixed;
    transition: 0.5s;
    z-index: 9999;
}
.fundo-header{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -9999;
    transition: 0.5s;
}
.logo-header{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    filter:opacity(80%),grayscale(10%);
    transition: 0.5s;
    padding-left: 4vh;
}
.logo-header:hover{
    filter: brightness(110%);
    transition: 0.5s;
}
.imagem-logo-header{
    width: 20%;
}
.letra-logo-header{
    width: 75%;
    font-weight: bold;
    font-size: 4.5vh;
    letter-spacing: 10px;
}
.dinola{
    width: auto;
    color: #264e36;
}
.ponto-logo-header{
    width: auto;
    color: #53b0ae;
}
.vet{
    width: auto;
    color: #bed600;
    font-weight: 100;
}
.nav{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-right: 4vh;
}
.elemento-nav{
    width: max-content;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bolinha-verde{
    width: 2vh;
    height: 2vh;
    margin-right: 1vh;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bolinha-verde:hover{
    transform: scale(110%);
    transition: 0.5s;
}
.bolinha-verde:active{
    transform: scale(120%);
    transition: 0.5s;
    filter: brightness(115%);
}
.ancora-elemento-nav{
    width: max-content;
    height: auto;
    text-decoration: none;
    color: #264e36;
    font-size: 3vh;
    font-family: "alkaline";
    font-weight: bold;
    font-style: normal;
    transition: 0.5s;
}
.ancora-elemento-nav:hover{
    color: #bed600;
    transition: 0.5s;
}
/*primeira sesao*/
.primeira-sesao-home{
    width: 100%;
    height: max-content;
    margin-top: 10vh;
    margin-bottom: -4.5vh;
    padding-bottom: 0vh;
}
.carrosel-primeira-sesao{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.container{
    width: auto;
    height: auto;
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform:translateX(0);
}
.bolinha-carrosel{
    width: 4vh;
    height: 4vh;
    position: absolute;
    z-index: 999;
    transition: 0.5s;
    display: none;
}
.bolinha-carrosel:hover{
    transform: scale(120%);
    filter: brightness(115%);
    transition: 0.5s;
}
.bolinha-carrosel:active{
    transform: scale(110%);
    filter: brightness(105%);
    transition: 0.5s;
}
.bolinha-esquerda{
    bottom: 30%;
    left: 5%;
}
.bolinha-direita{
    bottom: 30%;
    right: 5%;
}
.carrusel-pontos{
    width: 100%;
    height: auto;
    position: sticky;
    bottom: 5%;
    left: 0%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.carrusel-ponto{
    width: 1.5vh;
    height: 1.5vh;
    cursor: pointer;
    background: #264e36;
    margin: 1vh;
    border-radius:50px;
    margin-bottom: 2vh;
    opacity: 0.4;
    transition: 0.5s;
}
.carrusel-ponto:hover{
    filter: brightness(115%);
    transform: scale(120%);
    transition: 0.5s;
}
.carrusel-ponto-ativo{
    opacity: 1;
    transform: scale(130%);
}
.ponto{
    content: ' ';
    height:10px;
    width:10px;
    opacity: 0;
}
.banner-carrosel-primeira-sesao{
    width: 100%;
    height: auto;
}
.barra-degrade{
    width: 100%;
    height: 2vh;
    background-image: linear-gradient( to right, #264e36, #009a17, #bed600, #53b0ae );
    padding-top: 0vh;
    margin-top: 0vh;
}
/*segunda sesao*/
#segunda-sesao-home{
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(imagens/FundoSegundaSessao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imagem-fundo-segunda-sesao-home{
    width: 100%;
    height: min-content;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -999999;
    display: none;
}
.imagem-texto-segunda-sesao-home{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 15vh;
}
.logo-segunda-sesao-home{
    width: 20%;
    filter:opacity(80%),grayscale(10%);
    transition: 0.5s;
    margin-right: 10vh;
}
.logo-segunda-sesao-home:hover{
    filter: brightness(115%);
    transition: 0.5s;
}
.logo-segunda-sesao-home:active{
    filter: brightness(100%);
    transition: 0.5s;
}
.paragrafo-segunda-sesao-home{
    width: max-content;
    height: auto;
    font-family: 'lucida-grande';
    font-size: 3vh;
    color: #264e36;
    line-height: 3.5vh;
}
.italic{
    font-style: italic;
}
.span-paragrafo-segunda-sesao-home{
    font-weight: bold;
    letter-spacing: 0.1vh;
}
.cartoes-segunda-sesao-home{
    width: 90%;
    height: auto;
}
.lista-cartoes-segunda-sesao{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15vh;
}
.cartao-lista-segunda-sesao{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
    border: 0.3vh solid transparent;
    transition: 1s;
}
.cartao-medicinavet:hover{
    border: 0.3vh solid #53b0ae;
    border-radius: 5vh;
    transition: 1s;
}
.cartao-banhoetosa:hover{
    border: 0.3vh solid #009a17;
    border-radius: 5vh;
    transition: 1s;
}
.cartao-petshop:hover{
    border: 0.3vh solid #bed600;
    border-radius: 5vh;
    transition: 1s;
}
.imagem-titulo-cartao-lista-segunda-sesao{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.imagem-cartao-lista-segunda-sesao{
    width: 17%;
    height: auto;
    margin-right: 0.5vh;
}
.titulo-cartao-lista-segunda-sesao{
    width: auto;
    height: auto;
    font-family: 'lucida-grande';
    font-size: 3.5vh;
    font-weight: bold;
    letter-spacing: 0.2vh;
}
.texto-cartao-lista-segunda-sesao{
    color: #264e36;
    font-family: 'lucida-grande';
    font-size: 2.5vh;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 2.5vh;
    line-height: 3vh;
}
.saibamais-cartao-lista-segunda-sesao{
    font-weight: bold;
    font-family: 'alkaline';
    text-decoration: none;
    font-size: 3.5vh;
    justify-self: flex-end;
    transition: 0.5s;
}
.saibamais-cartao-lista-segunda-sesao:hover{
    filter: brightness(115%);
    transform: scale(110%);
    transition: 0.5s;
}
.espaco-texto-segunda-sesao-home{
    width: 85%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12vh;
    margin-bottom: 2vh;
}
.texto-segunda-sesao-home{
    color: #264e36;
    font-family: 'alkaline';
    font-size: 5vh;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
}
.texto-segunda-sesao-home:hover{
    filter: brightness(115%);
    color: #009a17;
    transition: 0.5s;
}
.medicina-vet{
    color: #53b0ae;
}
.banhoetosa{
    color: #009a17;
}
.petshop{
    color: #bed600;
}
.borda-segunda-sessao{
    width: 100%;
    height: auto;
}
/*footer*/
footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 8vh;
}
.politica-footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.ancora-politica-footer{
    width: max-content;
    height: auto;
    text-decoration: none;
    font-family: 'lucida-grande';
    font-size: 2.5vh;
    font-weight: bold;
    letter-spacing: 1px;
    color: #264e36;
    transition: 0.5s;
}
.ancora-politica-footer:hover{
    color: #53b0ae;
    filter: brightness(115%);
    transition: 0.5s;
}
.texto-politica-footer{
    width: max-content;
    height: auto;
    font-size: 2.5vh;
    color: #264e36;
}
.logo-ffdnacriativo-footer{
    width: 15%;
    height: auto;
}
.ffdancriativo{
    width: 100%;
    transition: 0.5s;
}
.ffdancriativo:hover{
    filter: brightness(115%);
    transition: 0.5s;
}
.logo-dinola-footer{
    width: 25%;
    margin-top: 6vh;
    margin-bottom: 4vh;
    transition: 0.5s;
}
.logo-dinola-footer:hover{
    filter: brightness(115%);
    transition: 0.5s;
}

/*quem somos*/
/*primeira sesao quemsomos*/
#primeira-sesao-quemsomos{
    width: 100%;
    height: auto;
    margin-top: 20vh;
}
.banner-primeira-sesao-quemsomos{
    width: 100%;
    height: auto;
    margin-bottom: 0vh;
    padding-bottom: 0vh;
}
/*segunda sesao quemsomos*/
#segunda-sesao-quemsomos{
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    background: url(imagens/FundoSegundaSessao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.titulo-segunda-sesao-quemsomos{
    width: auto;
    color: #009a17;
    font-family: 'alkaline';
    font-size: 6vh;
    font-weight: bold;
    transition: 0.5s;
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: 13vh;
}
.texto-segunda-sesao-quemsomos{
    width: auto;
    font-family: 'lucida-grande';
    font-size: 3vh;
    line-height: 4vh;
    color: #264e36;
    margin-left: 13vh;
}
.paragrafo-texto-segunda-sesao-quemsomos{
    width: auto;
    font-family: 'alkaline';
    font-size: 6vh;
    line-height: 6.5vh;
    font-weight: bold;
    color: #009a17;
    margin-top: 10vh;
    margin-bottom: 7vh;
    margin-left: 13vh;
}
.conheca-nossos-servicos{
    font-size: 5vh;
}
/*Contato*/
.primeira-sesao-contato{
    width: 100%;
    height: auto;
    margin-top: 15vh;
    margin-bottom: -1vh;
}
#segunda-sesao-contato{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #efebea; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.titulo-segunda-sesao-contato{
    width: 85%;
    color: #009a17;
    font-family: 'alkaline';
    font-size: 6vh;
    font-weight: bolder;
    margin-top: 8vh;
    margin-bottom: 8vh;
}
.contato-mapa-segunda-sesao-contato{
    width: 85%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vh;
}
.datos-contato-mapa-segunda-sesao-contato{
    display: flex;
    flex-direction: column;
    width: 45%;
}
.cartao-contato-segunda-sesao-contato{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: max-content;
    margin-bottom: 6vh;
}
.imagem-cartao-contato-segunda-sesao{
    width: 7%;
    height: auto;
    margin-right: 3vh;

}
.texto-cartao-contato-segunda-sesao{
    font-family: 'lucida-grande';
    color: #264e36;
    font-size: 3vh;
    line-height: 3.5vh;
}
.span-unidade-contato-segunda-sesao{
    font-family: 'alkaline';
    font-weight: bold;
    color: #009a17;
    font-size: 5vh;
    margin-bottom: 3vh;
}
.mapas-unidades-contato{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 40%;
}
.mapa-contato-segunda-sesao{
    width: 90%;
    height: 20vh;
    border: 0.5vh solid #bed600;
    border-radius: 5vh 5vh 5vh 5vh;
}

/*politica*/

#segunda-sesao-politicaeprivacidade{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: url(imagens/FundoSegundaSessao.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.borda-segunda-sessao-politicaeprivacidade{
    width: 100%;
    height: auto;
    margin-top: 4.5vh;
}
.titulo-segunda-sesao-politicaeprivacidade{
    font-family: 'alkaline';
    font-size: 7vh;
    color: #009a17;
    font-weight: bold;
    margin-top: 20vh;
    margin-bottom: 8vh;
    margin-left: 15vh;
}
.texto-segunda-sesao-politicaeprivacidade{
    color: #264e36;
    font-family: 'lucida-grande';
    font-size: 2.7vh;
    margin-left: 15vh;
    margin-bottom: 5vh;

}
.titulo-paragrafo-politicaeprivacidade{
    color: #009a17;
    font-family: 'alkaline';
    font-size: 5vh;
    font-weight: bold;
}