/***************************************
 Fontes 
****************************************/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ----------------------------------------------------------
    Theme Name: Kahu Petshop
    Theme URI: https://marcasite.com.br
    Author: Vinicius Rodrigues 
    Author URI: 
    Description: Tema oficial da Kahu Petshop criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ---------------------------------------------------------- */

:root {

	/* Fontes */
	--subtitulos: "Shantell Sans", cursive;
	--titulos: "League Spartan", sans-serif;
	--texto: "League Spartan", sans-serif;
	--btnTexto: "Lato", sans-serif;

	/*  Cores */
	--cor-principal: #6EB7C3;
	/* Azul */
	--cor-secundaria: #F5B3D1;
	/* Rosa */
	--cor-btn: #C49AC7;
	/* Roxo */
	--cor-texto: #91A5B0;
	/* Cinza */
}

/* ----------------------------------------------------------
CONFIG PADRÃO
------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	text-decoration: none;

	&& a {
		text-decoration: none !important;
	}
}
.cky-revisit-bottom-left {
    bottom: 36px !important;
    left: 32px !important;
}

body {
	overflow-x: hidden !important;
}

.owl-dots .owl-dot:nth-child(-n+4) {
	display: inline-block;
}

/* ------------------------------------------
Barra de Rolagem
---------------------------------------------*/
body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: var(--cor-principal);
}

body::-webkit-scrollbar-track {
	background: #ededed;
}

/*---------------------------		Error 404	---------------------------*/

main .error404{
	margin:  0px 0px 250px;
}

main .error404 h2{
	font-family: var(--titulos);
	color: var(--cor-principal);
}
main .error404 .btn-404{
	margin: auto;
	width: 26%;
}

/*---------------------------		politica de privacidade	---------------------------*/


.politica-de-privacidade{
	margin-bottom: 150px;
}

/* ----------------------------------------------------------
Header
------------------------------------------------------------*/

header {
	z-index: 1;
	position: relative;
	width: 100%;
	top: 30px;
}



header nav {
	background-color: var(--cor-principal);
	padding: 9px;
	border-radius: 30px;
	text-align: center;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	position: relative;
	top: -30px;
}

header nav a {
	color: white;
	font-family: var(--titulos);
	margin-top: 4px;
	font-weight: 300;
	font-size: 100%;
	transition: all 0.2s ease;
}

header nav a:hover {
	color: white;
	font-weight: 400;
	transition: all 0.2s ease;
}

header .logo {
	width: 108%;
}

/******************************
		Config Menu Mobile e Desktop
 *****************************/

header .space {
	display: block;
}

header .menu-mobile {
	display: none;
}

header .area-menu-desktop {
	display: flex;
}

header .area-menu-mobile {
	display: none;
	overflow-y: auto !important;
	transition: all 0.2s !important;
}

/*---------------------------Home---------------------------*/
/*******************************************
			Banner Principal
	*******************************************/

main .banner-principal {
    background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/Banner-principal.png);
    background-position: center;
    width: 100%;
    min-height: auto;
    padding-top: 301px;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 241px;
    top: -214px;
    background-size: cover;
}

/**********************************  Home  */


main .banner-principal span {
	font-family: var(--subtitulos);
	color: var(--cor-secundaria);
	font-size: 20px;
	position: relative;
	bottom: -4px;
	font-weight: 500;
}

main .banner-principal h1 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-size: 37px;
	font-weight: 600;
	width: 73%;
	line-height: 39px;
	margin-top: 9px;
}

main .banner-principal p {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 20px;
	font-weight: 400;
	width: 51%;
	margin-top: 11px;
}

.btn-principal {
	font-family: var(--btnTexto);
	color: white !important;
	background-color: var(--cor-btn);
	padding: 11px 11px;
	border-radius: 30px;
	font-weight: 600;
	position: relative;
	top: 10px;
	transition: all 0.5s;
	width: 200px;
	display: block;
	text-align: center;
	cursor: pointer;
}
.btn-avaliacao{
	margin: 120px auto 0px;
    min-width: 267px;
    white-space: nowrap;
}
.btn-contato{
	margin: 76px auto 218px;
    min-width: 267px;
    white-space: nowrap;
    position: relative !important;
    z-index: 1;
}

.btn-zap{
	background: linear-gradient(to right, #49d045, #489d2d) !important;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center !important;
    min-width: 236px !important;
    height: 47px !important;
}

.btn-zap::after{
content: "";
    display: inline-block !important;
    width: 25px !important;
    height: 23px !important;
    background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/12/whatsapp-1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 10px !important;
}

.btn-principal:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}


/*******************************************
			Quem somos
	*******************************************/

main .sobre-kahu {
	position: relative;
	top: -160px;
}

main .sobre-kahu .icon {
	width: 68px;
	position: relative;
	top: -10px;
	opacity: 70%;
}

main .sobre-kahu .container-icons {
	display: flex;
}

main .sobre-kahu .imagem-sobre {
	width: 100%;
	transition: all 0.5s;
}

main .sobre-kahu .imagem-sobre:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .sobre-kahu .container-icons .content-icons {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
}

main .sobre-kahu span {
	font-family: var(--subtitulos);
	color: var(--cor-secundaria);
	font-weight: 500;
	font-size: 20px;
}

main .sobre-kahu p {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;

}

main .sobre-kahu h2 {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-weight: 600;
}

main .sobre-kahu .container-icons .content-icons h3 {
	font-size: 17px;
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-weight: 600;
	margin: 0px;
}

main .sobre-kahu .container-icons .content-icons p {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
}

/*******************************************
			Diferenciais 
	*******************************************/

.nosso-diferencial {
	margin-top: 17px;
}

.nosso-diferencial .sub-titulo {
	font-family: var(--subtitulos);
	color: var(--cor-secundaria);
	font-size: 19px;
	font-weight: 500;
}

.nosso-diferencial .titulo {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-size: 27px;
	font-weight: 600;
}

.nosso-diferencial .card {
	padding: 45px 31px;
	border-radius: 20px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.233);
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	min-height: 319px;
	margin-bottom: 40px;
}

.nosso-diferencial .card:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}


.nosso-diferencial .card img {
	width: 64px;
}

.nosso-diferencial .card h3 {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-weight: 600;
	margin: 0px;
	margin-top: 17px;
	font-size: 24px;
}

.nosso-diferencial .card p {
	font-family: var(--texto);
	color: var(--cor-texto);
	width: 99%;
}

.nosso-diferencial .btn-nosso-diferencial {
	margin: auto;
}

/*******************************************
			CONHEÇA - TAXI DOG
	*******************************************/

.conheça-taxi-dog span {
	font-family: var(--subtitulos);
	color: var(--cor-secundaria);
	font-weight: 500;
	font-size: 19px;
}

.conheça-taxi-dog h2 {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-size: 27px;
	font-weight: 600;
}

.conheça-taxi-dog p {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
}

.conheça-taxi-dog {
	margin: 160px 0px;
	position: relative;
	bottom: -100px;
}

.conheça-taxi-dog .imagem-sobre-taxi {
	width: 55.1vw;
	transition: all 0.5s;
}

.conheça-taxi-dog .imagem-sobre-taxi:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

/*---------------------------Loja---------------------------*/

main .name-page {
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/textura.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 347px;
    width: 100%;
    text-align: center;
    padding-top: 200px;
    position: relative;
    top: -139px;
}

main .name-page h1 {
	color: var(--cor-principal);
	font-family: var(--titulos);
}

main .conheca-nossa-loja {
	margin: 30px 0px 150px;
}

main .conheca-nossa-loja img {
	width: 100%;
	transition: all 0.5s;
}

main .conheca-nossa-loja img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .conheca-nossa-loja span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 20px;
}

main .conheca-nossa-loja h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	width: 74%;
	margin: 10px 0px 14px;
}

main .conheca-nossa-loja p {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 400;
	font-size: 19px;
	width: 80%;
}


main .galeria-loja img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s; /* transição global */
}

main .galeria-loja img:hover {
    transform: scale(1.1); /* aumenta ligeiramente no hover */
}


/*---------Qualidade-----------*/

main .qualidade {
	margin: 30px 0px 150px;
}

main .qualidade img {
	width: 100%;
	transition: all 0.5s;
}

main .qualidade img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .qualidade span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 20px;
}

main .qualidade h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	width: 70%;
	margin: 10px 0px 14px;
}

main .qualidade .text-qualidade{
	position: relative;
    left: 50px;
}

main .qualidade p {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 400;
	font-size: 19px;
	width: 79%;
}

main .carroseul-page-loja {
	margin: 200px 0px 200px;
}

main .carroseul-page-loja img {
	opacity: 50%;
	transition: all 0.5s;
}

main .carroseul-page-loja h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	margin-bottom: 100px;
}

main .carroseul-page-loja .item {
	width: 100%;
	height: 200px;
	align-items: center;
}

main .carroseul-page-loja img:hover {
	opacity: 100%;
	transition: all 0.5s;
}

main .carroseul-page-loja .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: #d0d4d9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

main .carroseul-page-loja .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--cor-principal);
}

/*---------------------------Quem Somos---------------------------*/

main .sobre-nos {
	margin: 30px 0px 150px;
}

main .sobre-nos span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 20px;
}

main .sobre-nos h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	width: 70%;
	margin: 0px 0px 7p
}

main .sobre-nos p {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 400;
	font-size: 19px;
	width: 100%;
}

main .sobre-nos img {
	width: 100%;
	transition: all 0.5s;
}

main .sobre-nos img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

/*---------------------------Atendimentos---------------------------*/
main .numeros-atendimentos {
	margin: 100px auto 200px;
}

main .numeros-atendimentos .titulo {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
}

main .numeros-atendimentos .sub-titulo {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 500;
}

main .numeros-atendimentos .titulo-numeros-atendimentos {
	margin-bottom: 60px;
}

main .cards-numeros-atendimentos {
	width: 100%;
	border-right: 2px solid rgba(180, 180, 180, 0.269);
	padding: 0px 0px 0px 40px;
}

main .cards-numeros-atendimentos h3 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 700;
	font-size: 40px;
	margin-top: 10px;
}

main .cards-numeros-atendimentos span {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 400;
	font-size: 25px;
}

main .cards-numeros-atendimentos img {
	margin-bottom: 14px;
}

main .numeros-atendimentos .cafes-tomados {
	border: none;
}

main .numeros-atendimentos .cafes-tomados img {
	position: relative;
	top: -13px;
}

main .marcas-parceiras {
	border-right: none;
	border-left: 2px solid rgba(180, 180, 180, 0.269);
}

main .marcas-parceiras img {
	position: relative;
	top: -10px;
}

main .m²-de-dedicacao h3 {
	position: relative;
	top: 5px;
}

main .m²-de-dedicacao span {
	position: relative;
	top: 4px;
}

main .m²-de-dedicacao img {
	position: relative;
	top: 5px;
}

/*--------------------------Curiosidade---------------------------*/

main .curiosidades {
	margin: 100px 0px 200px;
}

main .curiosidades img {
	width: 100%;
	padding: 20px;
	transition: all 0.5s;
}

main .curiosidades img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .curiosidades span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 20px;
}

main .curiosidades h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	width: 100%;
}

main .curiosidades p {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 400;
	font-size: 19px;
	width: 99%;
}

/*--------------------------Cards Valores---------------------------*/

main .cards-valores {
	margin: 100px 0px 200px;

}

main .cards-valores .card-valores {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	min-height: 396px;
	padding: 26px 24px 26px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
}

main .cards-valores .card-valores:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .cards-valores img {
	width: 70px;
}

main .cards-valores h3 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	margin-top: 30px;
}

main .cards-valores p {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 300;
	font-size: 19px;
}

/*--------------------------Banho e tosa---------------------------*/

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin-top: -15px;
	height: 200px;
	object-fit: contain;
}

/*--------------------------Banho e tosa - Destaques---------------------------*/






main .destaque .card-destaque{
gap: 20px;	
}

main .destaque .card-destaque .text span{
	    font-size: 21px;
    font-family: var(--titulos);
    color: var(--cor-principal);
    font-weight: 600;
    margin: 0px;
}

main .destaque .card-destaque .text p{
	font-family: var(--texto);
    color: var(--cor-texto);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

main .destaque h2 {
    color: var(--cor-principal);
    font-family: var(--titulos);
    font-weight: 600;
    margin: 120px 0px 30px;
}

main .destaque .icon {
	width: 100px;
    object-fit: contain;
    padding: 0px 10px 10px 10px;
}

main .galeria-banho-e-tosa{
	margin-top:50px;
}
main .area-btn{
	gap:20px;
}

main .btn-servicos{
	background: linear-gradient(to right, #49d045, #489d2d);
}


/*---------------------------Serviço Banho Tosa---------------------------*/

main .servico-banho-tosa img {
	margin-bottom: 10px;
}

main .servico-banho-tosa {
	align-items: center;
	display: flex;
}

main .servico-banho-tosa .card-servicos {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	margin: 20px 0px;
	padding: 43px 24px 0px 26px;
	min-height: 320px;
	border-radius: 15px;
	transition: all 0.5s;
}

main .servico-banho-tosa .card-servicos:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .servico-banho-tosa h3 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	font-size: 24px;
	width: 100%;
	margin: 10px 0px;
}

main .servico-banho-tosa p {
	font-family: var(--texto);
	font-weight: 400;
	color: var(--cor-texto);
	font-size: 19px;
}

main .servico-banho-tosa span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 22px;
}

main .servico-banho-tosa h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	margin-bottom: 30px;
}

main .servico-banho-tosa .btn-servicos {
	margin: 30px auto;
	    background: linear-gradient(to right, #49d045, #489d2d);
}

/*---------------------------Taxi Dog---------------------------*/


main .taxi-dog-page {
	bottom: 100px;
}

main .taxi-dog-page li {
	color: var(--cor-texto);
	font-family: var(--texto);
	font-family: 19px;
	list-style: none;
	display: flex;
	gap: 10px;
}

main .taxi-dog-page li::before {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/marca-de-verificacao.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

main .taxi-dog-page .btn-taxi-dog-pag {
	background: linear-gradient(to right, #49d045, #489d2d);
	color: white;
	font-weight: 600;
	width: 274px;
	display: block;
	padding: 17px 28px;
	text-align: center;
	margin: 0px 0px;
	font-size: 18px;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--btnTexto);
	transition: all 0.5s;
}

main .taxi-dog-page .btn-taxi-dog-pag:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .taxi-dog-page .btn-taxi-dog-pag::after {
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/whatsapp-1.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	filter: invert(1);
}

main .sobre-kahu-taxdog-page {
	margin: 230px 0px;
}

main .sobre-kahu-taxdog-page .content-icons h3 {
	width: 80%;
}

main .sobre-kahu-taxdog-page .content-icons {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

main .sobre-kahu-taxdog-page ul {
	text-align: left;
}

/*---------------------------Cafeteria---------------------------*/

main .cafeteria {
	margin-bottom: 180px;
	padding-bottom: 100px;
	overflow: hidden;
}

main .cafeteria .btn-page-cafeteria {
	margin: auto;
        background: linear-gradient(to right, #49d045, #489d2d);
}


main .cafeteria span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 22px;
}

main .cafeteria h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	margin-bottom: 30px;
}

main .cafeteria p {
	font-family: var(--texto);
	font-weight: 400;
	color: var(--cor-texto);
	font-size: 19px;
	width: 80%;
	margin: -13px auto 40px;
}

main .cafeteria .area-galeria {
	width: 100%;
	height: auto;
	margin: 30px 0px 30px;
}

main .cafeteria .area-galeria img {
	    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.5s;
    height: 350px;
    object-fit: cover;
}

main .cafeteria .area-galeria img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

/*---------------------------Farmácia---------------------------*/

main .farmacia img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

main .farmacia .area-galeria img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all 0.5s;
}

/*---------------------------Contato Page---------------------------*/

main .form-contato {
	margin: 0px 0px 150px;
	overflow: hidden;
	padding-top: 30px;
}

main .form-contato #lgpd{
	width:15px;
	height:15px;
}

main .form-contato input {
	width: 100%;
	height: 50px;
	margin: 0px 0px;
	padding-left: 20px;
	border: 1px solid var(--cor-texto);
	font-weight: 300;
	border-radius: 5px;
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 17px;
	padding-right: 20px;
}

main .form-contato input:focus {
	outline: none;
}

main .form-contato input::placeholder {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 17px;
	font-weight: 300;
}

main .form-contato textarea {
	width: 100%;
	height: 140px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border: 1px solid var(--cor-texto);
	margin: 10px 0px;
	border-radius: 5px;
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 200;
	font-size: 20px;
}

main .form-contato textarea::placeholder {
	font-family: var(--texto);
	color: var(--cor-texto);
	font-size: 17px;
	font-weight: 300;
}

main .form-contato textarea:focus {
	outline: none;
}

main .form-contato .checkbox-form {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: relative;
	top: -73px;
}

main .form-contato p {
	width: 100%;
	color: var(--cor-texto);
	font-family: var(--texto);
	font-weight: 300;
	font-size: 19px;
}

main .form-contato .btn-enviar {
	width: 100%;
	padding: 17px 0px
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	border-radius: 40px;
	font-family: var(--texto);
	align-items: center;
	font-size: 20px;
	font-family: 400;
}

main .form-contato img {
	width: 100%;
	transition: all 0.5s;
}

main .form-contato img:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

/*---------------------------Contato---------------------------*/

main .contato-page {
	margin: 0px 0px 150px;
}

main .contato-page span {
	color: var(--cor-secundaria);
	font-family: var(--subtitulos);
	font-weight: 500;
	font-size: 22px;
}

main .contato-page h2 {
	color: var(--cor-principal);
	font-family: var(--titulos);
	font-weight: 600;
	margin-bottom: 30px;
}

main .contato-page p {
	font-family: var(--texto);
	font-weight: 400;
	color: var(--cor-texto);
	font-size: 19px;
	margin: 0px;
}

main .contato-page .telefone {
	position: relative;
	top: -20px;
	margin-bottom: 10px;
}

main .contato-page .telefone img {
	margin-right: 10px;
}

main .contato-page .telefone a {
	width: 42%;
}

main .contato-page .email {
	position: relative;
	top: -20px;
	gap: 10px;
}

main .contato-page .email img {
	margin-right: 10px;
}

main .contato-page .email a {
	width: 33%;
}

main .contato-page .conta {
	position: relative;
	top: -44px;
}

main .contato-page .endereco img {
	margin-right: 10px;
}

main .contato-page .endereco a {
	width: 64%;
}

main .endereco {
	position: relative;
	top: -24px;
}


main .horario h2 {
	margin-top: -34px;
	margin-bottom: -2px;

}

main .horario {
	margin-top: 50px;
	margin-bottom: 28px;
}

main .contato-page .img-contato {
	width: 90%;
	transition: all 0.5s;
	display: block;
	justify-content: center;
	margin: auto;
}

main .contato-page .img-contato:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

main .contato-page .btn-whatsapp-page-contato {
	background: linear-gradient(to right, #49d045, #489d2d);
    color: white;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 13px 30px;
    text-align: center;
    margin: -6px 0px;
    font-size: 18px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--btnTexto);
    transition: all 0.5s;
}

main .contato-page .btn-whatsapp-page-contato::after {
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/whatsapp-1.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	filter: invert(1);
}

main .contato-page .btn-whatsapp-page-contato:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

/*---------------------------Avaliação de Serviços---------------------------*/

/***************************************************************************
	Depoimentos
***************************************************************************/
#galeria{
	margin: 0px 0px 100px;
	overflow: hidden;
}

#galeria .btnslide1_digital {
	position: absolute;
	top: -250px;
	z-index: 7;
	left: -55px;
}
#galeria .btnslide2_digital {
	position: absolute;
	top: -250px;
	z-index: 7;
	right: -55px;
}

#galeria .conteudo img{
width: 60px!important;
height: 60px;
}
#galeria .conteudo{
display: flex;
}
#galeria #depoimentos{
padding: 80px 0;
background: #fff;
}
#galeria #depoimentos h3{
				text-align: left;
			font-size: 33px;
			color: #6c130e;
			font-family: var(--font-texto);
			font-weight: 700;
}
/***************************************************************************
galeria
***************************************************************************/
#galeria .card_sero_depoimentos {
	background: #efefef;
	padding: 37px 20px 20px;
	height: 273px;
}
#galeria .coment {
	width: 100%;
	overflow: overlay;
	padding-right: 30px;
	padding-left: 5px;
	max-height: 124px;
}
#galeria .alinha_content{
position: relative;
left: 13px;
top: 5px;
font-weight: bold;
}
#galeria .avali img{
								height: 30px;
			object-fit: contain;
			float: left;
			width: 100px!important;
}
#galeria{
background: #fff;
}
#galeria h3{
	text-align: left;
			font-size: 33px;
			color: #6c130e;
			font-family: var(--font-texto);
			font-weight: 700;
			padding: 80px 0px 0px 0px;
}
#galeria h2{
text-align: center;
font-size: 30px;
font-weight: bold;
font-family: var(--font-texto);
color: #4e4e4e;
}
#galeria span{
text-align: center;
font-family: var(--font-texto);
cursor: pointer;
color: #cbcbcb;
font-size: 55px;
}
#galeria .data{
text-align: center;
font-family: var(--font-texto);
cursor: pointer;
color: #cbcbcb;
font-size: 18px!important;
font-weight: 300;

}

#galeria .slide_img{
			width: 100%;
			height: 270px;
			object-fit: cover;
			cursor: pointer;
}
#galeria #digital_slide{
/*	margin-top: 50px;*/
margin-bottom: 70px;
}

#galeria #blog-section .post-meta{
column-count: 2;
}
#galeria #blog-section .post-meta-key{
font-weight: bold;
font-size: 19px!important;
			line-height: 35px!important;

}
#galeria #blog-section li::marker {color: #6c130e;}
#blog-section{
padding: 80px 0px 150px 0px;
}
#galeria #blog-section p{
				font-size: 19px;
			font-family: var(--font-texto);
}
#galeria #blog-section h3{
text-align: left;
			font-size: 33px;
			color: #6c130e;
			font-family: var(--font-texto);
			font-weight: 700;
}
#galeria #blog-section .btn_banner{
	text-align: center;
	color: #fff!important;
	background: #6c130e;
	padding: 10px 20px 10px 20px;
	margin:auto;
	width: 230px;
	font-weight: 700;
	font-size: 15px;
	border: 2px solid #6c130e;
	transition: 0.8s;
	position: relative;
				top: 15px;
	
}
/*#blog-section .btn_banner:hover{
	color: #6c130e!important;
	background: #fff;
	padding: 10px 20px 10px 20px;
	border: 2px solid #6c130e;
	transition: 0.8s;
	
}*/




/*******************************************
			Footer	
	*******************************************/

footer .textura-footer {
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/Elipse-41.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 400px;
	width: 100%;
	position: absolute;
	bottom: 253px;
}

footer {
	background-color: #F8FBFF;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 19px;
	padding-bottom: 58px;
	position: relative;
	z-index: 1;
}

footer span {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-weight: 600;
	font-size: 28px;
}

footer p {
	color: var(--cor-texto);
	font-family: var(--texto);
	width: 104%;
	margin: 25px 0px;
	font-size: 19px;
}

footer h3 {
	font-family: var(--titulos);
	color: var(--cor-principal);
	font-weight: 600;
	margin-top: 7px;
}

footer .logo {
	width: 100%;
}

footer .redes img {
	object-fit: contain;
	width: 34px;
	display: flex;
}

footer .redes {
	display: flex;
	gap: 17px;
	align-items: center;
}


footer li {
	list-style: none;
	font-family: var(--texto);
	color: var(--cor-texto);
	font-weight: 400;
	margin-bottom: 2px;
	width: 100%;
	font-size: 18px;
}

footer .categoria {
	text-decoration: none;
	width: 50%;
	display: flex;
	color: var(--cor-texto);
	font-family: var(--texto);
	transition: all 0.5s;
	font-weight: 400;
	font-size: 19px;
}

footer .categoria:hover {
	margin-left: 4px;
	transition: all 0.5s;
}

footer .categoria-container {
	position: relative;
	left: 23px;
}

footer .icons {
	display: flex;
	gap: 7px;
}

footer .contato p {
	margin: 0px;
}

footer .contato .icon-contato {
	object-fit: contain;
	margin-right: 10px;
	width: 30px;
}

footer .telefone {
	margin-bottom: 10px;
}

footer .email,
.telefone {
	align-items: center;
}

footer .btn-whatsaapp{
 	width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 50%;
    background-color: var(--cor-principal);
    position: fixed;
    left: 30px;
    bottom: 93px;
    border: 2px solid white;
    display: flex
;
    justify-content: center;
    align-items: center;
}

footer .contato .btn-footer {
	background: linear-gradient(to right, #49d045, #489d2d);
    color: white;
    font-weight: 600;
    width: 79%;
    display: block;
    padding: 17px 0px;
    text-align: center;
    margin: 26px 0px;
    font-size: 18px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--btnTexto);
    transition: all 0.5s;
}

footer .contato .btn-footer:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

footer .contato .btn-footer::after {
	background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/whatsapp-1.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	filter: invert(1);
	margin-left:10px;
}

footer .endereco p {
	margin: 0px;
	width: 123%;
}

footer .endereco .endereco-contant {
	display: flex;
	gap: 10px;
}

footer .endereco .endereco-contant img {
	width: 30px;
	position: relative;
	top: -60px;
	object-fit: contain;
}


/*******************************************
		Mapa
	*******************************************/
.mapa {
	position: relative;
	bottom: -157px;
}

/*******************************************
			Creditos
	*******************************************/

.creditos {
	background-color: var(--cor-principal);
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -53px;
	align-items: center;

}

.creditos p {
	color: white;
	font-family: var(--texto);
	font-weight: 200;
}

.creditos p img {
	width: 40%;
}

/*******************************************
		Btn Whatsaapp
	*******************************************/

footer .btn-whatsaaap svg {
	width: 50px;
	height: 50px;
	align-items: center;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--cor-principal);
	object-fit: contain;
	position: fixed;
	left: 30px;
	bottom: 90px;
	border: 2px solid white;
}

footer .btn-voltar-ao-top {
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--cor-principal);
	position: fixed;
	left: 30px;
	bottom: 150px;
	border: 2px solid white;
}

footer .btn-voltar-ao-top svg {
	width: 100%;
	object-fit: contain;
	transform: rotate(-90deg);
	position: relative;
	top: -2px;
}


/*******************************************
			Responsivo Geral do Site 
	*******************************************/


@media screen and (max-width: 992px){
main .qualidade .text-qualidade {
    position: relative;
    left: 0px;
}
	
	/*--------------------------Banho e tosa - Destaques---------------------------*/


main .btn-universal{
        margin: 20px auto;
        min-width: 236px;
}

.btn-zap {
    background: linear-gradient(to right, #49d045, #489d2d);
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    min-width: 236px;
    height: 47px;
    margin: auto !important;
}
	}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	/*--------------------------Cards Valores---------------------------*/

	main .cards-valores p {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 300;
		font-size: 18px;
	}

	main .cards-valores .card-valores {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
		min-height: 396px;
		padding: 26px 24px 0px;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1188px) and (min-width: 474px) {
	header nav {
		background-color: var(--cor-principal);
		padding: 27px;
		border-radius: 30px;
		text-align: center;
		gap: 14px;
		width: 400px;
		justify-content: center;
		align-items: center;
		display: grid;
		position: fixed;
		top: 110px;
		right: 0px;
		margin-right: 57px;
	}
}

@media screen and (max-width: 1199px) {

	header {
		z-index: 1;
		position: relative;
		width: 100%;
		top: 20px;
	}

	header .menu-mobile {
		display: block;
		width: 43px;
		height: 31px;
		padding: 7px;
		border-radius: 5px;
		position: absolute;
		right: 8%;
	}

	header nav {
		background-color: var(--cor-principal);
		padding: 27px;
		border-radius: 30px;
		text-align: center;
		gap: 14px;
		width: 85%;
		justify-content: center;
		align-items: center;
		display: grid;
		margin: auto;
		position: fixed;
		top: 110px;
		height: 463px;
		padding-bottom: 100px;
		left: 10px;
		right: 10px;
	}

	header nav a {
		color: white;
		font-family: var(--titulos);
		margin-top: 4px;
		font-weight: 300;
		font-size: 19px;
		transition: all 0.2s ease;
		padding: 13px;
	}

	header .menu-mobile .line {
		width: 100%;
		height: 4px;
		background-color: var(--cor-principal);
		margin-bottom: 5px;
		border-radius: 15px;
	}

	/********************************************************
		Config Menu Mobile e Desktop
 ********************************************************/

	header .space {
		display: none;
	}

	header .logo {
		width: 200px;
	}

	header .area-menu-desktop {
		display: none;
	}

	header .area-menu-mobile {
		display: none;
		overflow-y: auto !important;
		transition: all 0.2s !important;
	}


	.area-menu-mobile::-webkit-scrollbar {
		width: 0px;
	}


	header .line-1 {
		transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
		position: relative;
	}

	header .line-2 {
		transition: transform 0.2s ease, opacity 0.3s ease, top 0.3s ease;
	}

	header .line-3 {
		transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
		position: relative;
	}

	/*****************************************************
	Footer
	****************************************************/

	footer .textura-footer {
		        background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/Elipse-41.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 383px;
        width: 100%;
        position: absolute;
        bottom: 295px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	footer .endereco .endereco-contant img {
		width: 30px;
		position: relative;
		top: 0px;
		object-fit: contain;
	}

	footer .endereco {
		margin-top: 30px;
	}

	footer .contato {
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) and (min-width: 767px) {
	footer .categoria-container {
		position: relative;
		left: 0px;
	}

	/****************************************************
	Footer
	***************************************************/

	footer .textura-footer {
		background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/Elipse-41.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 494px;
		width: 100%;
		position: absolute;
		bottom: 546px;
	}

	/*---------------------------Atendimentos---------------------------*/
	main .cards-numeros-atendimentos {
		margin: 50px 0px;
		position: relative;
		left: 3%;
	}

	main .numeros-atendimentos .overflow-hidden-md {
		overflow: hidden;
	}

	/*--------------------------Cards Valores---------------------------*/


	main .cards-valores .card-valores {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
		min-height: 396px;
		padding: 26px 24px 26px;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.5s;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) and (min-width: 601px) {
	main .banner-principal {
		background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/banner-mobile.png);
		width: 100%;
		min-height: auto;
		position: relative;
		background-repeat: no-repeat;
		top: -115px;
		padding-top: 184px;
		background-size: 100%;
		height: 1200px;
	}


	/*******************************************
			Quem somos
	*******************************************/

	main .sobre-kahu {
		position: relative;
		top: 84px;
	}

	/*******************************************
			Diferenciais 
	*******************************************/

	.nosso-diferencial {
		margin-top: 150px;
	}

	footer .categoria-container {
		position: relative;
		left: 0px;
	}

	/*******************************************
	Conheça o Taxi Dog
	*******************************************/

	.conheça-taxi-dog .imagem-sobre-taxi {
		width: 100%;
		transition: all 0.5s;
		position: relative;
		right: 6%;
		margin-top: 10%;
	}

	.conheça-taxi-dog {
		margin: 35px auto;
		position: relative;
		bottom: -100px;
	}

	/*******************************************
			Footer
	*******************************************/

	footer .endereco .endereco-contant img {
		width: 30px;
		position: relative;
		top: 0px;
		object-fit: contain;
	}

	footer .logo {
		width: 73%;
		padding-top: 78px;
		margin: auto;
		display: block;
	}

	footer p {
		color: var(--cor-texto);
		font-family: var(--texto);
		width: 104%;
		margin: 25px 0px;
		font-size: 19px;
		text-align: center;
	}

	footer .contato p {
		margin: 0px;
		text-align: left;
	}

	footer .contato .btn-footer {
		background: linear-gradient(to right, #49d045, #489d2d);
		color: white;
		font-weight: 600;
		width: 88%;
		display: block;
		padding: 12px 35px;
		text-align: center;
		margin: 26px auto;
		font-size: 18px;
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: var(--btnTexto);
		transition: all 0.5s;
	}

	footer .redes {
		display: flex;
		gap: 17px;
		align-items: center;
		justify-content: center;
	}

	footer .categoria-container {
		position: relative;
		left: 0px;
	}

	/*******************************************
	 ---------------------------------------------------------------------FIM
	*******************************************/

	/*---------------------------Atendimentos---------------------------*/
	main .cards-numeros-atendimentos {
		margin: 50px 0px;
		position: relative;
		left: 10%;
		border: none;
		padding: 0px;
	}

	main .numeros-atendimentos .overflow-hidden-md {
		overflow: hidden;
	}

}

@media screen and (max-width: 600px) {
    
    .avaliacao{
        margin-bottom: 200px !important;
    }
    
    

	/*******************************************
			Header
	*******************************************/

	header {
		z-index: 1;
		position: relative;
		width: 100%;
		top: 0px;
		padding: 10px 0px;
		align-items: center;
		display: flex;
	}

	header .logo {
		width: 210px;
	}

	/*******************************************
			banner principal
	******************************************/

	main .banner-principal {
		background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/banner-mobile.png);
        width: 100%;
        min-height: auto;
        position: relative;
        background-repeat: no-repeat;
        top: 0px;
        padding-top: 62px;
        background-size: 100%;
        padding-bottom: 400px;
        background-size: cover;
	}

	.btn-principal {
		font-family: var(--btnTexto);
        color: white;
        background-color: var(--cor-btn);
        padding: 11px 11px;
        border-radius: 30px;
        font-weight: 600;
        position: relative;
        top: 10px;
        transition: all 0.5s;
        width: 200px;
        display: block;
        text-align: center;
        margin: auto;
	}
	
	.btn-banner-principal{
	    margin: 0px !important;
	}

	main .banner-principal .banner-principal-text {
		position: relative;
		top: -11px;
	}

	main .banner-principal span {
		font-family: var(--subtitulos);
		color: var(--cor-secundaria);
		font-size: 17px;
		position: relative;
		bottom: -4px;
	}

	main .banner-principal h1 {
		color: var(--cor-principal);
		font-family: var(--titulos);
		font-size: 29px;
		font-weight: 700;
		width: 305px;
		line-height: 35px;
		margin-top: 9px;
	}

	main .banner-principal p {
		font-family: var(--texto);
		color: var(--cor-texto);
		font-size: 18px;
		font-weight: 400;
		width: 73%;
		margin-top: -1px;
	}


	/*******************************************
			Quem somos
	*******************************************/

	main .sobre-kahu {
		position: relative;
		top: 0px;
		padding: 10px;
	}

	main .sobre-kahu .container-icons {
		display: grid;
		margin-top: 30px;
	}

	main .sobre-kahu .btn-section-quem-somos {
		width: 100%;
		margin-top: 20px;
		transition: all 0.5s;
	}

	.btn-section-quem-somos:hover {
		transition: all 0.5s;
		transform: scale(1.1);
	}

	main .sobre-kahu h2 {
		font-family: var(--titulos);
		color: var(--cor-principal);
		font-weight: 600;
		text-align: center;
	}

	main .sobre-kahu p {
		font-family: var(--texto);
		color: var(--cor-texto);
		font-size: 19px;
		font-weight: 400;
		line-height: 26px;
		width: 100%;
		text-align: center;
	}

	main .sobre-kahu .container-icons .content-icons p {
		font-family: var(--texto);
		color: var(--cor-texto);
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
		text-align: left;
	}

	main .sobre-kahu span {
		font-family: var(--subtitulos);
		color: var(--cor-secundaria);
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		width: 80%;
		display: block;
		margin: 10px auto;
	}


	/*******************************************
			Diferenciais 
	*******************************************/

	.nosso-diferencial {
		margin-top: 120px;
	}

	.nosso-diferencial .card {
		padding: 45px 31px;
		border-radius: 20px;
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.233);
		border: none;
		cursor: pointer;
		transition: all 0.5s;
		min-height: 319px;
		width: 90%;
		margin: 20px auto;
	}

	/*******************************************
			CONHEÇA - TAXI DOG
	*******************************************/


	.conheça-taxi-dog .imagem-sobre-taxi {
		width: 100%;
		position: relative;
		left: -7%;
		top: 70px;
	}

	.conheça-taxi-dog {
		margin: 20px 0px 150px;
	}

	.conheça-taxi-dog p {
		font-family: var(--texto);
		color: var(--cor-texto);
		font-size: 19px;
		font-weight: 400;
		line-height: 26px;
		width: 100%;
		text-align: center;
	}

	.conheça-taxi-dog h2 {
		font-family: var(--titulos);
		color: var(--cor-principal);
		font-size: 27px;
		font-weight: 600;
		text-align: center;
	}

	.conheça-taxi-dog span {
		font-family: var(--subtitulos);
		color: var(--cor-secundaria);
		font-weight: 500;
		font-size: 19px;
		text-align: center;
		display: block;
	}

	.conheça-taxi-dog .btn-conheca-taxi-dog {
		margin: auto;
	}

	/*---------------------------Loja---------------------------*/

	main .conheca-nossa-loja {
		margin: -36px 0px 98px;
	}

	main .conheca-nossa-loja span {
		color: var(--cor-secundaria);
		font-family: var(--subtitulos);
		font-weight: 500;
		font-size: 20px;
		display: block;
		text-align: center;
	}

	main .conheca-nossa-loja h2 {
		color: var(--cor-principal);
		font-family: var(--titulos);
		font-weight: 600;
		width: 100%;
		margin: 10px 0px 14px;
		text-align: center;
	}


	main .conheca-nossa-loja p {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 400;
		font-size: 19px;
		width: 100%;
		text-align: center;
	}

	main .btn-page-loja {
		width: 100%;
	}

	/*--------------*/

	main .qualidade span {
		color: var(--cor-secundaria);
		font-family: var(--subtitulos);
		font-weight: 500;
		font-size: 20px;
		display: block;
		text-align: center;
	}

	main .qualidade h2 {
		color: var(--cor-principal);
		font-family: var(--titulos);
		font-weight: 600;
		width: 100%;
		margin: 10px 0px 14px;
		text-align: center;
	}

	main .qualidade p {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 400;
		font-size: 19px;
		width: 100%;
		text-align: center;
	}

	main .qualidade img {
		width: 100%;
		margin-top: 50px;
	}

	/*---------------------------Quem Somos---------------------------*/


	main .sobre-nos span {
		color: var(--cor-secundaria);
		font-family: var(--subtitulos);
		font-weight: 500;
		font-size: 20px;
		display: block;
		margin: auto;
		text-align: center;
	}

	main .sobre-nos h2 {
		color: var(--cor-principal);
		font-family: var(--titulos);
		font-weight: 600;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	main .sobre-nos p {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 400;
		font-size: 19px;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	/*---------------------------Atendimentos---------------------------*/
	main .cards-numeros-atendimentos {
		margin: 50px auto;
		position: relative;
		border: none;
		justify-content: center;
		display: grid;
		padding: 0px;
		text-align: center;
	}

	main .numeros-atendimentos .overflow-hidden-md {
		overflow: hidden;
	}

	main .cards-numeros-atendimentos img {
		width: 80px;
		margin: auto;
	}

	main .cards-numeros-atendimentos .contador {
		margin: auto;
	}

	main .cards-numeros-atendimentos span {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 400;
		font-size: 25px;
		position: relative;
		top: 4px;
		margin: auto;
		text-align: center;
		margin-left: 6%;
		width: 100%;
	}

	/*--------------------------Curiosidade---------------------------*/

	main .curiosidades {
		margin: -53px 0px 200px;
		padding-bottom: 30px;
		overflow: hidden;
	}

	main .curiosidades img {
		width: 100%;
		padding: 20px;
		transition: all 0.5s;
		margin-bottom: 30px;
	}

	main .curiosidades span {
		color: var(--cor-secundaria);
		font-family: var(--subtitulos);
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		display: block;
	}


	main .curiosidades h2 {
		color: var(--cor-principal);
		font-family: var(--titulos);
		font-weight: 600;
		width: 100%;
		text-align: center;
	}

	main .curiosidades p {
		color: var(--cor-texto);
		font-family: var(--texto);
		font-weight: 400;
		font-size: 19px;
		width: 99%;
		text-align: center;
	}

	/*--------------------------Cards Valores---------------------------*/


	main .cards-valores .card-valores {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
		min-height: 396px;
		padding: 26px 24px 26px;
		border-radius: 20px;
		overflow: hidden;
		transition: all 0.5s;
		margin-bottom: 50px;
	}

	main .servico-banho-tosa .btn-servicos {
		margin: 30px auto;
		width: 100%;
	}


	/*---------------------------Taxi Dog---------------------------*/

	main .taxi-dog-page ul {
		padding: 30px;
	}

	main .taxi-dog-page ul p {
		text-align: left;
	}

	main .taxi-dog-page .btn-taxi-dog-pag {
		background: linear-gradient(to right, #49d045, #489d2d);
		color: white;
		font-weight: 600;
		width: 94%;
		display: block;
		padding: 17px 28px;
		text-align: center;
		margin: auto;
		font-size: 18px;
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: var(--btnTexto);
		transition: all 0.5s;
	}

	main .sobre-kahu-taxdog-page {
		margin: 34px 0px 143px;
	}

	/*---------------------------Farmácia---------------------------*/

	main .cafeteria p {
		font-family: var(--texto);
		font-weight: 400;
		color: var(--cor-texto);
		font-size: 19px;
		width: 100%;
		margin: -13px auto 40px;
	}

	/*---------------------------Contato Page ---------------------------*/

	main .contato-page .telefone a {
		width: 100%;
	}

	main .contato-page .email a {
		width: 100%;
	}

	main .contato-page .endereco a {
		width: 100%;
	}

	main .contato-page .btn-whatsapp-page-contato {
		background: linear-gradient(to right, #49d045, #489d2d);
		color: white;
		font-weight: 600;
		width: 100%;
		display: block;
		padding: 13px 30px;
		text-align: center;
		margin: -6px 0px;
		font-size: 13px;
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: var(--btnTexto);
		transition: all 0.5s;
	}

	main .contato-page .img-contato {
		width: 100%;
		transition: all 0.5s;
		position: relative;
		top: -60px;
	}

	main .form-contato .checkbox-form {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		position: relative;
		top: -61px;
	}

	main .contato-page {
		margin: 0px 0px 150px;
		padding: 0px 10px;
}

/*---------------------------		politica de privacidade	---------------------------*/

main .error404 .btn-404 {
	margin: auto;
	width: 91%;
}

	/***********************************************
Footer
***********************************************/

	footer {
		background-color: #F8FBFF;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		z-index: 1;
		padding: 107px 38px 58px;
		margin-top: -100px;
	}

	footer .logo {
		width: 82%;
		margin: auto;
		display: block;
	}

	footer p {
		color: var(--cor-texto);
		font-family: var(--texto);
		width: 100%;
		margin: 25px auto;
		font-size: 19px;
		text-align: center;
		display: block;
	}

	footer .endereco p {
		margin: 0px;
		width: 100%;
		text-align: left;
		margin-left: 4px;
		margin-top: 10px;
	}

	footer .redes {
		display: flex;
		align-items: center;
		margin: 30px auto;
		width: 100%;
		justify-content: center;
	}

	footer .categoria-container {
		position: relative;
	}

	footer .contato p {
		margin: 0px;
		text-align: left;
	}

	footer .categoria-container {
		position: relative;
		left: 0px;
	}

	footer .endereco .endereco-contant img {
		width: 30px;
		position: relative;
		top: 0px;
		object-fit: contain;
	}

	footer .contato .btn-footer {
	        background: linear-gradient(to right, #49d045, #489d2d);
        color: white;
        font-weight: 600;
        width: 100%;
        display: block;
        padding: 15px 0px;
        text-align: center;
        margin: 26px 0px;
        font-size: 18px;
        border-radius: 40px;
        display: flex
;
        justify-content: center;
        align-items: center;
        font-family: var(--btnTexto);
        transition: all 0.5s;
	}

	footer .textura-footer {
		background-image: url(https://petshopkahu.com.br/wp-content/uploads/2024/11/Elipse-41.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 400px;
		width: 100%;
		position: absolute;
		bottom: 300px;
		display: none;
	}

	/*******************************************
	creditos
	*******************************************/

	.creditos p {
		color: white;
		font-family: var(--texto);
		font-weight: 200;
		margin: 10px auto;
	}

	.creditos img {
		width: 50%;
		padding-top: 20px;
		margin-bottom: 10px;
	}

	/*******************************************
		Mapa
	*******************************************/
	.mapa {
		position: relative;
		bottom: -107px;
	}


	/*******************************************
	 ---------------------------------------------------------------------FIM
	*******************************************/
}