@import url('../css/reset.css');
@import url('../css/menu1.css');
@import url('../css/rodape.css');

:root {
    --cor-primaria: #000000;
    --cor-secundaria: #f6f6f6;
    --cor-fundo: #6e5a72;
    --cor-hover: #6e5a72;
    --font-primaria: Georgia, 'Times New Roman', Times, serif;
}

* {
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primaria);
}


.container-menu {
    max-width: 1800px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.logo img {
    width: 140px;
    margin-left: 70%;
}

.menu nav {
    list-style-type: none;
    display: flex;
}

.menu nav li {
    margin-right: 10px;
}

.menu nav li a {
    text-decoration: none;
    color: var(--cor-primaria);
    font-size: 18px;
    margin-left: 50px;
}

.menu nav li a:hover {
    color: var(--cor-hover);
}

.icons{
    margin-right: 10%;
}

.icons a {
    text-decoration: none;
    margin-left: 40px;
    font-size: 1rem;
    color: var(--cor-primaria);
}

.icons a:hover {
    color: var(--cor-hover);
}

.icons a i {
    font-size: 17px;
}

/* menu-mobile */

.menu-mobile{
    background-color: #00000062;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow: hidden;
}

.menu-mobile nav a{
    color: var(--cor-secundaria);
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    font-size: 16pt;
}

.menu-mobile nav a:hover{
    background-color: #00000060;
}

.menu-mobile nav  {
    list-style-type: none; /* Remove os pontos da lista */
}

.menu-mobile nav li a {
    list-style-type: none; /* Remove os pontos da lista */
}

#btn-menu{
    background: transparent;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    border: 4px solid #ccc;
    border-radius: 20px;
    transition: .2s;
    display: none;
}

.linha{
    position: relative;
    height: 3px;
    background-color: #ccc;
    width: 25px;
    display: block;
    margin: 5px auto;
    transform-origin: center;
    transition: 0.2s;
}

#btn-menu.ativo{
    border: 2px solid #5c1919;
}

#btn-menu.ativo .linha:nth-child(1){
    transform: translateY(8px) rotate(-45deg);
    background-color: #5c1919;
}

#btn-menu.ativo .linha:nth-child(3){
    transform: translateY(-8px) rotate(45deg);
    background-color: #5c1919;
}

#btn-menu.ativo .linha:nth-child(2){
    width: 0;
    background-color: #5c1919;
}


@media screen and (max-width: 990px) {
    .menu,.icons{
        display: none;
    }

    .logo{
        width: 1%;
    }

    .menu-mobile.abrir{
        visibility: visible;
        height: calc(100vh - 77px)
    }

    #btn-menu{
        display: block;
    }

}

/* fim do header */


.container {
    display: flex;
    max-width: 1800px;
    margin: 0;
    align-items: center;
    padding-top: 100px;
}

.second-content {
    background-color: #998e9634; /* Altere para a cor desejada */
}

.divisao {
    padding: 100px;
}

.img-about>img {
    height: auto;
    width: 20rem;
    border-radius: 10px;  
    margin-right: 50px; /* Move a imagem um pouco para a esquerda */
}

.text-about {
    margin-left: 5%;
    color: rgb(83, 83, 83);
}

.text-about>h1 {    
    font-size: 2rem;
    color: #202020;
}

.about-text1 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 30px;
}

.button { 
    background-color: var(--cor-fundo);
    color:var(--cor-secundaria);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

.button a:hover {
    background-color: var(--cor-fundo);
    color: var(--cor-secundaria);
    transition: 1s;
}


.feedbacks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title1 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
}

.title {
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.profile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem;
}

.profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    background: transparent; /* Remove o fundo */
    border: 1px solid #ccc; /* Adiciona uma borda fina */
    border-radius: 10px;
}

.profile img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.profile-info h3{
    font-size: 20px;
}

.profile-info h1{
    font-size: 18px;
}

.profile-info p{
    font-size: 15px;
}

.teste {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.feedback-container1 {
    margin: 1rem  auto; /* Margem nas laterais e centralização vertical */
    max-width: 1200px;
    
}

.feedback {
    box-sizing: border-box;
    width: calc(50% - 20px); /* Largura dos elementos internos */
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    background: transparent; /* Remove o fundo */
    box-shadow: none; /* Remove a sombra */
    border: 1px solid #ccc; /* Adiciona uma borda fina */
    border-radius: 10px;
}

.stars {
    text-align: center;
}

.star {
    color: #FFD700;
}

.feedback-text{
    text-align: center;
    font-size: 15px;
}

.feedback-author {
    text-align: center;
    font-size: 18px;
}

.feedback-author img {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.feedback-author img {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

@media (min-width: 769px) {
    .container .content,
    .container2 .content {
        flex-direction: row;
        justify-content: space-between;
    }

    .container .text,
    .container2 .text {
        order: 1;
        padding-right: 20px;
        text-align: left;
    }

    .container .image,
    .container2 .image {
        order: 2;
        text-align: right;
    }
}

@media (max-width: 1078px) {
    .profile, .feedback {
        width: calc(100% - 40px);
        margin: 10px 20px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 1.5em;
    }

    .clientes {
        font-size: 20px;
    }

    .ver {
        padding: 8px 16px;
    }

    .profile {
        flex-direction: column;
        text-align: center;
    }

    .profile img {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .profile-info {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        flex-direction: column; /* Empilha os elementos verticalmente */
        padding-top: 20px;
    }

    .img-about > img {
        margin-right: 0; /* Remove a margem direita da imagem */
        margin-bottom: 10px; /* Diminui o espaço entre a imagem e o texto */
    }

    .text-about {
        margin-left: 0; /* Remove a margem esquerda do texto */
        text-align: center; /* Centraliza o texto */
    }
}