@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&family=Sora:wght@300;400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto";
    border: none;
}

html::-webkit-scrollbar{
    width: 0.5rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background-color: rgb(201, 118, 118);
    border-radius: 5rem;
}

.background{
    background-image: url(/imagens/fundo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 768px){
    .background{
        background-image: url(/imagens/fundo2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
}

body{
    background-image: url(/imagens/fundo2.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 768px){
    .body{
        background-image: url(/imagens/fundo2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        max-width: 768px
    }
}

header{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 2rem;
    align-items: center;
}

@media screen and (max-width: 768px){
    header{
    display: flex;
    padding-top: 2rem;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
}

.logo img{
    width: 200px;
    height: auto;
    margin-left: 5rem;
}

@media screen and (max-width: 768px){
    .logo img{
        width: 300px;
        align-items: center;
        height: auto;
        display: flex;
        margin-left: 0rem;
    }
}

ul{
    list-style: none;
    display: flex;
    gap: 3rem;
}

@media screen and (max-width: 768px){
    ul{
        display: none;
    }
}

ul li{
    list-style: none;
}

ul li a{
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 768px){
    ul li a{
       display: none;
    }
}

.C-icons{
    margin-right: 5rem;
}

@media screen and (max-width: 768px){
    .C-icons{
        display: none;
    }
}

.Icone ion-icon{
    margin-right: 1.5rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s all;
}

@media screen and (max-width: 768px){
    .Icone ion-icon{
        display: none;
    }
}

.Icone ion-icon:hover{
    transition: 0.3s all;
    color: rgb(201, 118, 118);
}

ul li a:hover{
    text-transform: capitalize;
    color: rgb(201, 118, 118);
    border-bottom: solid 1px;
    transition: 0.3s all;
    letter-spacing: 2px;
}


hr{
    border-bottom: solid 0.1px;
    color: white;
    margin-top: 15px;
}

@media screen and (max-width: 768px){
    hr{
      display: none;
    }
}

.C-title{
    margin-left: 5rem;
    margin-top: 10rem;
}
 
@media screen and (max-width: 768px){
    .C-title{
      display: flex;
      margin-left: 1rem;
      margin-top: 3rem;
      flex-direction: column;
    }
}

.C-title h1{
    color: white;
    font-size: 4.8rem;
}

@media screen and (max-width: 768px){
    .C-title h1{
      font-size: 2.6rem;
    }
}

.C-title p{
    color: white;
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 100;
}

@media screen and (max-width: 768px){
    .C-title p{
        color: white;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: auto;
    }
}

.C-title button{
    margin-top: 2rem;
    background-color: rgb(201, 118, 118);
    color: white;
    font-size: 1.2rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 20px;
}

@media screen and (max-width: 768px){
    .C-title button{
        margin-top: 2rem;
        background-color: rgb(201, 118, 118);
        color: white;
        font-size: 1.2rem;
        padding: 5px 9px;
        cursor: pointer;
        border-radius: 20px;
    }
}

.C-title button:hover{
    letter-spacing: 2px;
    transition: 0.3s all;
}

.section-1 h1{
    align-items: center;
    text-align: center;
    color: white;
    font-size: 3rem;
}

@media screen and (max-width: 768px){
    .section-1 h1{
        align-items: center;
        text-align: center;
        color: white;
        font-size: 1.8rem;
        margin-top: 2rem;
    }
}

.section-1 span{
    color:  rgb(201, 118, 118);
}

.section-1{
    background-image: url(/imagens/fundo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 5rem;
}

@media screen and (max-width: 768px){
    .section-1{
        background-image: url(/imagens/fundo2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        padding: 1rem;
    }
}

.Sobre-nós{
    display: flex;
    align-items: center;
    background-color:  rgb(201, 118, 118);
    max-width: 100%;
    width: 100%;
    margin-top: 2rem;
}

@media screen and (max-width: 768px){
    .Sobre-nós{
        display: flexx;
        align-items: center;
        background-color:  rgb(201, 118, 118);
        max-width: 100%;
        width: 100%;
        margin-top: 7rem;
    }
}

.Sobre-nós img{
    max-width: 80%;
    width: 80rem;
    height: auto;
    align-items: center;
    display: flex;
    padding: 30px;
}

@media screen and (max-width: 768px){
    .Sobre-nós img{
        max-width: 100%;
        width: 80rem;
        height: auto;
        padding: 10px;
    }
}
.Sobre-nós-title{
    margin-left: 1.3rem;
}

@media screen and (max-width: 768px){
    .Sobre-nós-title{
        margin-left: 1.3rem;
    }
}


.Sobre-nós-title h2{
    color: white;
    font-size: 3.5rem;
}

@media screen and (max-width: 768px){
    .Sobre-nós-title h2{
        font-size: 1rem;
    }
}

.Sobre-nós-title p{
    line-height: 1.5rem;
    padding-top: 1rem;
    font-size: 1.2rem;
    color: white;
    width: 45rem;
}

@media screen and (max-width: 768px){
    .Sobre-nós-title p{
        line-height: 1.2rem;
        padding-top: 0.5rem;
        font-size: 0.8rem;
        color: white;
        width: 10rem;
    }
}

.Sobre-nós-title button{
    margin-top: 2rem;
    background-color: white;
    color: rgb(201, 118, 118);
    font-size: 1.2rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 20px;
}

@media screen and (max-width: 768px){
    .Sobre-nós-title button{
        margin-top: 0.6rem;
        background-color: white;
        color: rgb(201, 118, 118);
        font-size: 1rem;
        padding: 2px 7px;
        cursor: pointer;
        border-radius: 20px;
        margin-right: 10px;
    }
}

.Sobre-nós-title button:hover{
    letter-spacing: 2px;
    transition: 0.3s all;
}

.section-2{
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-2 h1{
    text-align: center;
    align-items: center;
    color:rgb(201, 118, 118);
    font-size: 3rem;
}

.container-card-1{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-decoration: none;
}

.card-img{
    border: solid 3px rgb(201, 118, 118);
    border-radius: 100%;
    padding: 5rem;
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: 30rem;
    height: 30rem;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .card-img{
        padding: 1rem;
        align-items: center;
        text-align: center;
        max-width: 100%;
        width: 15rem;
        height: 13rem; 
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.card-img img{
    width: 200px;
    height: auto;
    border-radius: 100%;
}

@media screen and (max-width: 768px){
    .card-img img{
        width: 100px;
        height: auto;
        border-radius: 100%;
    }
}


.card-img h3{
    font-size: 1.5rem;
    color: rgb(201, 118, 118);
}

@media screen and (max-width: 768px){
    .card-img h3{
        font-size: 1.5rem;
        color: rgb(201, 118, 118);
    }
}

.card-img p{
    color: rgb(201, 118, 118);
    font-size: 2rem;
    margin-top: 1rem;
}

@media screen and (max-width: 768px){
    .card-img p{
        color: rgb(201, 118, 118);
        font-size: 1rem;
        margin-top: 0.2rem;
    }
}

.card-img button{
    margin-top: 0.50rem;
    background-color: rgb(201, 118, 118);
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 20px;
}

@media screen and (max-width: 768px){
    .card-img button{
        display: none;
    }
}

.card-img button:hover{
    letter-spacing: 2px;
    transition: 0.3s all;
}

.card-img span{
    color: red;
    font-weight: lighter;
    text-decoration: line-through;
    font-size: 1rem;
}

.card-img:hover{
    transform: scale(1.1);
    transition: 0.5s all;
    background-color: rgb(255, 255, 255); 
}

#container-card-2{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.services h2{
    text-align: center;
    align-items: center;
    color:rgb(201, 118, 118);
    font-size: 3rem;
}

@media screen and (max-width: 768px){
    .services h2{
        color: rgb(201, 118, 118);
        font-size: 2rem;
        margin-top: 0.2rem;
    }
}

footer {
   background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 0;
    gap: 24px;
    color: #fff;
  }

footer p{
    text-align: center;
    align-items: center;
    color:rgb(0, 0, 0);
    font-size: 1rem;
  }
  
  body {
    font-family: "Sora", sans-serif;
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #ffffff;
  }
  
  button {
    font-family: "Sora", sans-serif;
    cursor: pointer;
  }
  
  svg {
    width: 100%;
  }
  
img {
    width: 30rem;
  }
  
  a {
    cursor: pointer;
    text-decoration: none;
  }/*# sourceMappingURL=style.css.map */