*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


html{
    scroll-behavior: smooth;
}

:root{
    -principal:#02002f;
    -secondario:#a36a00;
}

body{
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 50px;
    background: #a36a00;
    display: flex;
    justify-content: center;
    align-items: center;
}

header > nav{
    width: 80%;
    height: auto;
    /* border: 2px solid #fff; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}



header > nav > a{
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    padding: 10px;
}
main{
    width: 100vw;
    height: auto;
    /* border: 2px solid red; */
}


.conther_main{
    width: 100%;
    height: 450px;
    background-color: #000000;

    /* background: repeating-linear-gradient(135deg, #02002f 0px, #02002f 28px, #a36a00 28px, #a36a00 30px, #02002f 30px, #02002f 58px, #5b4141 58px, #5b4141 60px); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}


.conther_main > .conther_text{
    width: 40%;
    height: 300px;
    margin-left: 30px;
}



.conther_text >  h1{
    color: #fff;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.conther_text >  h2{
    color: #fff;
    font-family: Syncopate;
}

.conther_text >  h3{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}


.img_pet_conther{
    width: 45%;
    height: 450px;
    background-image: url(../img/pexels-pet-foto-644780685-17613870.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background:linear-gradient(to top left,#02002f,#000); */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}

.div_buttons{
    width: 70%;
    height: auto;
    /* min-height: ; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* border: 2px solid red; */
    margin-top: 30px;
}

.div_buttons > button{
    width: 80%;
    height: 50px;
    border-radius: 20px;
    border: 3px solid #02002f;
    color: #a36a00;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease-in;
}
.div_buttons > button:hover{
     width: 80%;
    height: 50px;
    border-radius: 20px;
    border: 3px solid #02002f;
    color: #a36a00;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    transform: scale(1.1);
}

.conteudo{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}


.text_conteud{
    width: 50%;
    height: 400px;
    /* border: 2px solid red; */
}

.text_conteud > h1{
    color: #02002f;
    font-family: Lato;
    

}
.text_conteud > h3{
    color: #222222;
    font-family: Lato;
    font-size: 17px;

}


.foto_pets{
    width: 30%;
    height: 400px;
    /* border: 2px solid red; */
    
      background-image: url(../img/b5a9bbfc02d9e51c6eb8853aa60ce0aa.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}


.benefic{
    width: 100%;
    height: auto;
    margin-top: 120px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.card{
    width: 30%;
    height: auto;
    border: 4px solid;
    border-image:  linear-gradient( to top left,#02002f,#a36a00)1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.card > h1{
font-family: Lato;
}
.card > h3{
    margin-top: 10px;
font-family: Lato;

}

.barra{
    width: 40px;
    height: 40px;
    background-color: #02002f;
    border-radius: 100%;
    color: #ffff;
    font-family: Lato;
    text-align: center;
    /* padding: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.servico_conther{
    width: 100%;
      height: auto;
    /* border: 2px solid rgb(174, 255, 0); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
 
}


.servico_img{
    width: 30%;
     height: 730px;
     background-image: url(../img/pexels-ayyeee-ayyeee-434363205-15305299.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
    /* background-color: #a36a00; */
    clip-path: polygon(0% 0%, 100% 0%, 72% 100%, 0% 100%);
}


.collum{
    width: 70%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,auto);
    align-items: center;
    justify-items: center;
    justify-content: flex-start;
    gap: 10px;
  
    /* border: 2px solid rgb(36, 0, 128); */
}

.car{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #a7a7a7;
    box-shadow: 10px 10px 10px #3a3a3a9d;
    /* margin-bottom: 40px; */
    transition: transform 0.3s ease;
    background-color: #ffff;
}
.car:hover{
     width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #a7a7a7;
    box-shadow: 10px 10px 10px #000000b9;
    /* margin-bottom: 40px; */
    transform: scale(1.1);
}

.titulo{
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a36a00;
}


.div_texto{
    width: 100%;
    height: 200px;
    /* border: 2px solid #02002f; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.circulo_div{
    width: 50px;
    height: 50px;
    background-color: #02002f;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: Lato;
}

.strucure_h3{
    width:80%;
    height: auto;
    /* border: 2px solid rebeccapurple; */
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
    font-weight: 100;
}


.agendamento{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #a36a00;
    margin-top: 30px;
}

.agendamento > h1{
    font-size: 20px;
    color: #ffff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 10px;
}
.agendamento > h3{
    font-size: 17px;
    color: #ffff;
    font-family: Lato;
    margin: 10px;
    width: 80%;
}


.agendamento > button{
    width: 30%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 2px solid #02002f;
    background-color: #fff;
    color: #02002f;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
}

   .imagem_scroll {
  height: 50vh;
  background: url('../img/pexels-helenalopes-3114143.jpg') no-repeat center;
  background-size: cover;
  margin-top: 30px;
  background-attachment: fixed;
  
}

/* CONTEÚDO */
.conteudo_scroll {
  background: white;
  padding: 100px 20px;
  position: relative;
  z-index: 2; 
}

.conteudo_scroll > h1{
 font-family: Lato;   
}

.conteudo_scroll > p{
 font-family: Lato;   
 font-size: 17px;
}


footer{
    width: 100%;
    height: 120px;
    bottom: 0px;
    background-color: #02002f;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}


.br_barra_cll{
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: -9999px;
}

.br_barra_cll > svg{
    width: 30px;
    height: 30px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media (min-width:320px) and (max-width:740px){
    *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


html{
    scroll-behavior: smooth;
}

:root{
    -principal:#02002f;
    -secondario:#a36a00;
}

body{
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 50px;
    background: #a36a00;
    display: flex;
    justify-content: center;
    align-items: center;
}

header > nav{
    width: 80%;
    height: auto;
    /* border: 2px solid #fff; */
    display: none;
    justify-content: space-around;
    align-items: center;
}

.br_barra_cll{
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    left: -39%;
    transform: translate(-50%);
}

.br_barra_cll > svg{
    width: 30px;
    height: 30px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

header > nav > a{
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    padding: 10px;
}
main{
    width: 100vw;
    height: auto;
    /* border: 2px solid red; */
}


.conther_main{
    width: 100%;
    height: 450px;
    background-color: #000000;

    /* background: repeating-linear-gradient(135deg, #02002f 0px, #02002f 28px, #a36a00 28px, #a36a00 30px, #02002f 30px, #02002f 58px, #5b4141 58px, #5b4141 60px); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}


.conther_main > .conther_text{
    width: 100%;
    height: 300px;
    margin-left: 30px;
    position: relative;
    z-index: 8888;
}



.conther_text >  h1{
    color: #fff;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.conther_text >  h2{
    color: #fff;
    font-family: Syncopate;
}

.conther_text >  h3{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}


.img_pet_conther{
    width: 0%;
    display: none;
    height: 450px;
    background-image: url(../img/pexels-pet-foto-644780685-17613870.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background:linear-gradient(to top left,#02002f,#000); */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}

.div_buttons{
    width: 70%;
    height: auto;
    /* min-height: ; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* border: 2px solid red; */
    margin-top: 30px;
}

.div_buttons > button{
    width: 80%;
    height: 50px;
    border-radius: 20px;
    border: 3px solid #02002f;
    color: #a36a00;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease-in;
}
.div_buttons > button:hover{
     width: 80%;
    height: 50px;
    border-radius: 20px;
    border: 3px solid #02002f;
    color: #a36a00;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    transform: scale(1.1);
}

.conteudo{
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 30px;
}


.text_conteud{
    width: 90%;
    height: 400px;
    /* border: 2px solid red; */
}

.text_conteud > h1{
    color: #02002f;
    font-family: Lato;
    

}
.text_conteud > h3{
    color: #222222;
    font-family: Lato;
    font-size: 17px;

}


.foto_pets{
    width: 80%;
    height: 400px;
    /* border: 2px solid red; */
    
      background-image: url(../img/b5a9bbfc02d9e51c6eb8853aa60ce0aa.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}


.benefic{
    width: 100%;
    height: auto;
    margin-top: 120px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}


.card{
    width: 90%;
    height: auto;
    border: 4px solid;
    border-image:  linear-gradient( to top left,#02002f,#a36a00)1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}


.card > h1{
font-family: Lato;
}
.card > h3{
    margin-top: 10px;
font-family: Lato;

}

.barra{
    width: 40px;
    height: 40px;
    background-color: #02002f;
    border-radius: 100%;
    color: #ffff;
    font-family: Lato;
    text-align: center;
    /* padding: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.servico_conther{
    width: 100%;
      height: auto;
    /* border: 2px solid rgb(174, 255, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}


.servico_img{
    width: 100%;
     height: 200px;
     background-image: url(../img/pexels-ayyeee-ayyeee-434363205-15305299.jpg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
    /* background-color: #a36a00; */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.collum{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1,auto);
    align-items: center;
    justify-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    /* border: 2px solid rgb(36, 0, 128); */
}

.car{
    width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #a7a7a7;
    box-shadow: 10px 10px 10px #3a3a3a9d;
    /* margin-bottom: 40px; */
    transition: transform 0.3s ease;
    background-color: #ffff;
}
.car:hover{
     width: 95%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #a7a7a7;
    box-shadow: 10px 10px 10px #000000b9;
    /* margin-bottom: 40px; */
    transform: scale(1.0);
}

.titulo{
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a36a00;
}


.div_texto{
    width: 100%;
    height: 200px;
    /* border: 2px solid #02002f; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.circulo_div{
    width: 50px;
    height: 50px;
    background-color: #02002f;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: Lato;
}

.strucure_h3{
    width:80%;
    height: auto;
    /* border: 2px solid rebeccapurple; */
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
    font-weight: 100;
}


.agendamento{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #a36a00;
    margin-top: 30px;
}

.agendamento > h1{
    font-size: 20px;
    color: #ffff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 10px;
}
.agendamento > h3{
    font-size: 17px;
    color: #ffff;
    font-family: Lato;
    margin: 10px;
    width: 80%;
}


.agendamento > button{
    width: 30%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 2px solid #02002f;
    background-color: #fff;
    color: #02002f;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
}

   .imagem_scroll {
  height: 50vh;
  background: url('../img/pexels-helenalopes-3114143.jpg') no-repeat center;
  background-size: cover;
  margin-top: 30px;
  background-attachment: fixed;
  
}

/* CONTEÚDO */
.conteudo_scroll {
  background: white;
  padding: 100px 20px;
  position: relative;
  z-index: 2; 
}

.conteudo_scroll > h1{
 font-family: Lato;   
}

.conteudo_scroll > p{
 font-family: Lato;   
 font-size: 17px;
}


footer{
    width: 100%;
    height: 120px;
    bottom: 0px;
    background-color: #02002f;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
}