@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Playfair+Display:wght@900&family=Poppins:wght@400;500;600&display=swap');
/*Variáveis para cores*/
:root{
    /*
    Opção 1 (verde-azulado e preto):
    --primary-color: #20424f;
    --second-color: #111;
    Opção 2 (laranja e amarelo)
    --primary-color: #ff6429;
    --second-color: #e8a825;
    Opção 3(vermelho e laranja)
    --primary-color: #da2a0b;
    --second-color: #a64f03;
    Opcao 4(vermelho e azul)
    --primary-color: #1790bf;
    --second-color: #f23545;
    Opcao 5(verde e marrom) ps:Eu curtii ~Dan
    --primary-color: #3e5902;
    --second-color: #a66b37;
    Opcao 6(Laranja e azul-escuro)
    --primary-color: #f28705;
    --second-color: #011126; */
    --primary-color: #b27634;
    --second-color: #90560e;
}

/* body */
*{
    margin:0 auto;
    padding:0 auto;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif, arial;
}

body {
    background-color: var(--second-color);
    overflow-x: hidden;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

/* Header começo */
header nav{
    backdrop-filter: blur(4px);
    padding: 20px 0 13px 0;
    display: flex;
    background-color: rgb(23, 23, 23);
    overflow: hidden;
    position: fixed;
    z-index: 6;
    width: 100vw;
    height: 10vh;
    align-items: center;
    transition: 300ms linear;
}
.nav-ativo{
    --second-color: rgb(50 33 12 / 58%);
    filter: blur(0.1px);
    background-color: var(--second-color);
}

a.logo:hover {
    opacity: 0.7;
    transition:0.3s;
    
}

nav a {
    color:white;
    text-decoration:none;
    transition:0.3s;
    float:center;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 14px;
    padding: 0 20px 0 20px;
}
.nav-list li::after{
    animation: navhover 300ms ease-in;
    transform: translateX(50%);
}
@keyframes navhover{
    from{
        opacity: 0;
    }
}
.nav-list li:hover::after{
    display: block;
    content: '';
    background-color: #fff;
    width: 50%;
    height: 2px;
    border-radius: 2px;
}

#destaque::after{
    display: block;
    content: '';
    background-color: #fff;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    transition: 250ms ease-in all;
}

#destaque:hover::after{
    transform: translate(35%, -1px);
    width: 60%;
}
/* fim header e nav */

/* banner do video */
.banner {
    width: 100%;
    overflow: hidden;
    display:flex;
    justify-content: left;
    transform: translateY(10vh);
}

.banner video {
    object-fit: cover;
    width:100%;
    height: 93vh;
    margin-left:30%;
}
.banner .content {
    padding: 12% 25% 0 5%;
    object-fit: cover;
    position:absolute;
    z-index: 1;
    max-width: 100%;
    height: 93vh;
    color:white;
    text-align: left;
    font-size:28px;
    background-position: 0;
    overflow: hidden;
    background-image:linear-gradient(to right, rgb(11, 11, 11),#222222, #22222200);
}

.banner .content h1 {
    text-transform: uppercase;
    margin-bottom: 0.1em;
    letter-spacing:2px;
}

.banner .content p {
    font-size:1.2em;
    line-height: 1.4em;
    letter-spacing:2px;
    margin-bottom:0.7em;
    font-weight: lighter;
}
/* Fim banner do video */

/* parte nosso objetivo do site */
.objetivo {
    background-image: url("../imagens/backg.gif");
    background-size: 100%;
    margin:0 auto;
    padding:0 auto;
    box-sizing:border-box;
    display: flex;

}
.objetivo .fotos-objetivo {    /* margin-left: 13%;
    margin-top: 3%; */
    float: right;
    padding-left: 10%;


}
.objetivo p {
    margin: 10px;
    font-size: 21px;
    padding: 10px;
}

.sobre-text h1 {
    margin-left: -1%;
}

.objetivo .texto-objetivo {
    display: flex;
    width: 100vw;
    padding: 0;
    margin: 10% 10% 11% 7%;
}
.texto-objetivo, .content, .fotos-objetivo {
    visibility: hidden;
}
.texto-objetivo .sobre-text{
    width: 50%;
}
.veja-mais {
    text-decoration: none;
    border:2px solid var(--primary-color);
    padding:10px;
    /* font-size: 16px; */
    background-color: var(--primary-color);
    font-weight:400;
    transition: 0.3s;
    border-radius:30px;
    color:white;
    /* margin: 30px 0 21px 75px; */
    transform: translateX(-5px);
    margin-left:10px;
}

.veja-mais:hover {
    background-color: #fff ;
    border:2px solid #fff;
    color: var(--primary-color);
    cursor:pointer;
    font-weight:400;
}

.objetivo .texto-objetivo h1 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    font-size: 46px;
}
.foto1 {

    width: 240px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    margin-top: 50px;
}
.foto2 {

    width: 220px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;

}
.foto3 {
    width: 210px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    margin-left: 5%;

}
.foto4 {
    width: 400px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    margin-left: 20%;
    display: flex; 
    margin-left: 45%; 
    margin-top: -40%; 

}

/* .foto1:hover {
    width: 235px;
    transition: 0.3s;
}
.foto2:hover {
    width: 205px;
    transition: 0.3s;
}
.foto3:hover {
    width: 215px;
    transition: 0.3s;
} */


.conteudo1{
    font-size: 1.5em;
    background-color:rgb(241, 235, 231);
    border-radius:20px;
    margin:1em;
    padding: 1cm 1.5cm 1cm 1.5cm;
    align-items: baseline;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
}
/* FOOTER */

.content5 {

    /*margin: 10px;*/
    /*padding-right: 40px;*/
   position: relative;

  }

.container5{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: var(--primary-color);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col ul{
    padding: 0;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/* MODAL */
.mostrar{
    display: grid !important;
}
.mostrar .modal{
    animation-name: modal;
    animation-duration: .3s;
}
.container-modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #000000bf;
    z-index: 10;
    top: 0;
    display: none;
    place-items: center;
}
.container-modal .modal{
    padding: 3em;
    border-radius: 20px;
    width: 70%;
    height: 92vh;
    background-color: #fff;
    overflow-y: auto;
}
.container-modal .modal::-webkit-scrollbar {
    width: 0;
}
.modal .close{
    background-color: var(--primary-color);
    color: #fff;
    transition:  0.3s;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 2%;
    right: 13%;
    height: 50px;
    width: 50px;
    border: 0px;
    border-radius: 50%;
}
.close:hover{
    cursor: pointer;
    background-color: #fff;
    color: var(--primary-color);
}
@keyframes modal {
    from {
        opacity: 0;
        transform: translate3d(0, -60px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.modal h1{
    font-weight: 900;
    margin-bottom: 10px;
}
.modal a{
    color: var(--second-color);
    font-weight: 600;
}
.modal a:visited{
    columns: var(--primary-color);
}
.modal a:hover{
    color: #b27634;
}

/* Carrosel modal */
.carousel-box{
    display: flex;
    max-width: 1200px;
    position: relative;
}
.carousel-box i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}
.carousel-box i:active{
    transform: translateY(-50%) scale(0.9);
}
.carousel-box i:hover{
    background: #f2f2f2;
}
.carousel-box i:first-child{
    left: -22px;
    display: none;
}
.carousel-box i:last-child{
    right: -22px;
}
.carousel-box .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}
.carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
}
.carousel.dragging img{
    pointer-events: none;
}
.carousel img{
    height: 340px;
    object-fit: contain;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
}
.carousel img:first-child{
    margin-left: 0px;
}


/* botao de link cadastre-se */

.botao {
    text-decoration: none;
    color: white;
}
.btn{
    text-decoration: none;
    border:2px solid var(--primary-color);
    padding:10px;
    font-size: 16px;
    background-color: var(--primary-color);
    font-weight:400;
    transition: 0.3s;
    border-radius:30px;
    color:white;
    /* margin: 30px 0 21px 75px; */
    transform: translateX(-5px);
}
.btn:hover {
    background-color: #fff ;
    border:2px solid #fff;
    color: var(--primary-color);
    cursor:pointer;
}
.btn-video{
    padding: 7px;
    border-radius: 20px;
    font-weight:400;
    font-size: 16px;
    text-decoration: none;
    color: black;
    background-color: #aca69fde;
    position: absolute;
    top: 85%;
    right: 2%;
    transition: 0.3s;
}
.btn-video:hover{
    background-color: var(--primary-color);
    color: #fff;
  
}

::-webkit-scrollbar {
    background-color: #000;
    width: 14px;
}

::-webkit-scrollbar-thumb {
    background-color: #252525;
    border-radius: 20px;
}

/* Infográfico */
.container{
    padding: 8% 5% 5% 5%;
    text-transform: uppercase;
    color: #fff;
    background: url(../imagens/fundoPatas.png);
    background-color: var(--second-color);/*#CD650C*/
    background-size: contain;
    background-repeat: repeat-y;
    background-position-y: bottom;
    width: 100vw;
    height: 100%;
    font-weight: 600;
}
.title-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.woman-dog{
    background-color: #EAD9CF;
    border-radius: 43% 57% 66% 34% / 44% 50% 50% 56% ;
}
.men-dog{
    background-color: #EAD9CF;
    border-radius: 55% 45% 65% 35% / 56% 43% 57% 44% ;
}
.text-1{
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
}
.text-1 h1{
    grid-area: 1 / 1 / 2 / 6;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 2em;
}
.text-1 .ul-1{
    grid-area: 3 / 1 / 4 / 6;
    text-align: center;
}
.text-1 img{
    width: 60%;
    grid-area: 4 / 2 / 8 / 4;
    align-self: center;
    justify-self: center;
}
.text-1 .flecha { 
    width: 100%;
    grid-area: 4 / 1 / 7 / 2; 
    transform: translateX(30%);
}
.text-1 .ul-2{
    grid-area: 4 / 4 / 7 / 5;
    align-self: end;
}

.seta-sp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.seta-sp ul img{
    position: absolute;
    width: 15%;
    transform: translate(-70%, 0%);
}
.seta-sp img{
    transform: translateX(-80%);
}

.text-last-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-last-img div{
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-last-img div img{
    margin-bottom: 30px;
}
.fundo-info{
    list-style: none;
    background-color: #00000079;
    padding: 10px;
    border-radius: 10px;
}