/* RESET GERAL */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

:root {
    --cor-geral: #B6A180;
    --cor-textos: white;
    font-size: 62.5%;
}

html {
    scroll-behavior: smooth;
}

/* CLASSES GERAIS */
body {
    height: 100%;
    background-color: black;
}

.flex {
    display: flex;
}

.interface {
    max-width: 128rem;
    padding: 0 4%;
    position: relative;
}

.titulo {
    text-align: center;
    color: var(--cor-geral);
    font-size: 5rem;
    margin-bottom: 4rem;
    font-weight: bold;
}

.subTitulo {
    text-align: left;
    color: var(--cor-geral);
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 2rem;
}

.container {
    width: 128rem;
    gap: 1rem;
}

.texto {
    text-align: justify;
    color: var(--cor-textos);
    line-height: 3rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-indent: 4rem;
}

.secao {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

/* HEADER */
header {
    padding: 4rem;
    background-color: black;
    box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 999;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.interface {
    width: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 2rem;
}

.logo {
    position: absolute;
    left: 0;
}

.logo img {
    height: 12rem;
    width: 15rem;
}

/* MENU */
.lista-menu,
.menu-celular {
    display: none;
}

.menu-desktop ul {
    display: flex;
    gap: 7rem;
}

.menu-desktop ul li a {
    color: white;
    transition: color 0.3s;
}

.menu-desktop ul li a:hover {
    color: var(--cor-geral);
}

/* BOTÃO WHATSAPP */
.btn-contato,
.btn-contato-celular {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 9999;
}

.btn-contato a,
.btn-contato-celular a {
    display: flex;
    align-items: center;
    padding: 2rem;
    border-radius: 30px;
    border: none;
    background: none;
    font-size: 3rem;
    color: #0CC243;
    cursor: pointer;
    transition: 0.3s;
}

.btn-contato a:hover,
.btn-contato-celular a:hover {
    transform: scale(1.2);
}

/* SEÇÃO: NOSSA MISSÃO */
.secao-missao {
    background-image: url(img/img-fundo.webp);
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    align-items: center;

}

.secao-missao .flex {
    align-items: center;
    gap: 1rem;
}

.secao-missao .img {
    flex: 50%;
    align-items: center;
    justify-content: center;
}

.secao-missao .img img{
    width: 19rem;
}

/* SEÇÃO: RESPONSÁVEL TÉCNICO */
.secao-tecnico .conteudo {
    /* flex-direction: column; */
    gap: 2rem;
    flex: 50%;
    padding: 2rem;
}

.secao-tecnico span {
    position: relative;
    text-indent: 2rem;
}

.secao-tecnico span::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-color: var(--cor-textos);
    border-radius: 50%;
}

.secao-tecnico .texto {
    text-indent: 0;
    margin-bottom: 1rem;
}

#img-desktop {
    border-radius: 15px;
    width: 30rem;
    height: 40rem;
    box-shadow: 0 0 0.8rem white;
}

#img-celular {
    display: none;
}

/* SEÇÃO: MINHAS ESPECIALIDADES */

.secao-especialidades .titulo {
    margin-top: 12rem;
}

.secao-especialidades .flex {
    gap: 3rem;
}

.secao-especialidades .container {
    display: flex;
    flex-direction: column;
    /* border: 0.2rem solid blue; */
    width: 130rem;
    gap: 2rem;
}

/* CARDS ESPECIALIDADES */
.outros-servicos {
    /* border: 2px solid red; */
    justify-content: space-between;
    height: 20rem;
}


.outros-servicos .subContainer {
    height: 20rem;
    flex: 33.33%;
}


.subContainer {
    width: 45rem;
    height: 50rem;
    border-radius: 4px;
    padding: 0.5rem;
    transition: 0.7s;
    border: 0.2rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}


.subContainer .texto {
    letter-spacing: 0;
    text-indent: 0;
    text-align: left;
    display: inline-block;
    /* border:2px solid yellow; */
    width: 28rem;
    font-size: 1.8rem;
}

.subContainer img {
    width: 7rem;
    height: 7rem;
}

.subContainer:not(.outros-servicos):hover{
    border: 0.2rem solid var(--cor-geral);
    border-bottom: 0.5rem solid var(--cor-geral);
}

/* FIM CARDS ESPECIALIDADES */


/* FIM DA SEÇÃO ESPECIALIDADES */


/* CONTATOS */

footer {
    margin-top: 1rem;
    height: 20rem;
    /* border:2px solid red; */
    padding: 6rem;
    position: relative;
}

footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--cor-geral);
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0.8rem var(--cor-geral);
}


footer .titulo {
    text-align: left;
}

footer .flex {
    width: 100%;
    height: 15rem;
    border-bottom: 2px solid var(--cor-geral);
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

footer img {
    width: 9rem;
}

footer .contatos-celular {
    display: none;
}

footer .container-tecnico {
    width: 40rem;
    /* border: 2px solid red; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
}

footer .container-contatos {
    width: 40rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-bottom: none;
}

footer .texto {
    text-indent: 0;
}