/* Importando as fontes externas */
@font-face {
    font-family: MarckScriptR;
    src: url(./MarckScript-Regular.ttf)
}

@font-face {
    font-family: Robotto1;
    src: url(./Roboto-Medium.ttf);
}

@font-face {
    font-family: Robotto2;
    src: url(./Roboto-LightItalic.ttf);
}

@font-face {
    font-family: Robotto3;
    src: url(./Roboto-Light.ttf);
}

@font-face {
    font-family: Robotto4;
    src: url(./Roboto-Bold.ttf);
}

@font-face {
    font-family: Caveat;
    src: url(./Caveat-VariableFont_wght.ttf);
}

@font-face {
    font-family: Buffalo;
    src: url(./Buffalo.otf);
}


@font-face {
    font-family: Montserrat;
    src: url(./Montserrat-Medium.ttf);
 }

 @font-face {
    font-family: Montserrat1;
    src: url(./Montserrat-SemiBold.ttf);
 }

 @font-face {
    font-family: Montserrat2;
    src: url(./Montserrat-Italic.ttf);
 }

 @font-face {
    font-family: Montserrat3;
    src: url(./Montserrat-ExtraLight.ttf);
 }

 @font-face {
    font-family: Montserrat4;
    src: url(./Montserrat-Bold.ttf);
 }

 @font-face {
    font-family: Montserrat5;
    src: url(./Montserrat-Light.ttf);
 }

 @font-face {
    font-family: Lobster;
    src: url(./Lobster-Regular.ttf);
 }

 @font-face {
    font-family: Alexbrush;
    src: url(./AlexBrush-Regular.ttf);
 }

 @font-face {
    font-family: Ingrid;
    src: url(./IngridDarling-Regular.ttf);
 }

 @font-face {
    font-family: SevillanaRegular;
    src:url(./Sevillana-Regular.ttf)
 }

/* DEFININDO ESTILO PARA TODA A PÁGINA */

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    margin-right: 0, 0, 0, 0;
}
/* FIM DO ESTILO PARA TODA A PÁGINA */

/* Inicio da Seção Fundo - Logo - Slogan - Fale com Dr. Marcos */
.conteinerGeral {
    width: 1500px;
    position: relative;
}

.fundoBackground img {  /* Fundo Background */
    position:relative ;
    border-radius: 10px;
    width: 100%;
    margin-top: -15px;
    opacity: 30%;
}

.LogoDrMarcos img {  /* Logo Dr. Marcos */
    position: absolute;
    width: 30%;
    margin-top: -435px;
    margin-left: 5px;
    opacity: 70%;
    border-radius: 5px;
}

.slogan1 h1 { /* Slogan */
    position: absolute;
    margin-top: -290px;
    text-align: center;
    margin-left: 325px;
    font-family: Robotto4;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    /* box-shadow: 5px 5px 5px rgba(245, 139, 1, 0.432); */
    padding: 5px;
    color:gray;
    border-radius: 8px;
    width: 750px;
}

.slogan1 h4 { /* Dr.Marcos Campos */
    position: absolute;
    text-align: center;
    margin-top: -120px;
    margin-left: 880px;
    border: 1px solid;
    border-radius: 10px;
    border-style: none;
    background-color: beige;
    width: 180px;
    font-family: Montserrat2;
    font-size: 15px;
    padding: 5px;
    text-decoration: none;
}
/* Fim da Seção Fundo - Logo - Slogan - Fale com Dr. Marcos */

/* INICIO DA SEÇÃO ATENDIMENTO */

/* Acompanhamento Completo */
.acompanhamento {
    position: absolute;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid;
    margin-top: -10px;
    margin-left: 900px;
    line-height: 20px;
    width: 400px;
    height: 130px;
    box-shadow: 5px 5px  sienna;
}

.acompanhamentoCompleto img {
    position: absolute;
    width: 15%;
    margin-top: -5px;
    margin-bottom: 72px;
    margin-left: -10px;
}

.acompanhamentoCompleto h1 {
    position: absolute;
    font-family: Montserrat4;
    font-size: 20px;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 50px;
    width: 1000px;
    color: rgb(40, 20, 220);
    
}

.acompanhamentoCompleto p {
    position: absolute;
    margin-left: 10px;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    font-family: Montserrat2;
    font-size: 15px;
    text-align: center;
    color: black;
}

/* ATENÇÃO PERSONALIZADA */
.atencao {
    position: absolute;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid;
    margin-top: 130px;
    margin-left: 900px;
    line-height: 20px;
    width: 400px;
    height: 130px;
    box-shadow: 5px 5px   sienna;
}

.atendimentopersonalizado img {
    position: absolute;
    width: 18%;
    margin-top: -12px;
    margin-bottom: 72px;
    margin-left: -10px;
}

.atendimentopersonalizado h1 {
    position: absolute;
    font-family: Montserrat4;
    font-size: 20px;
    text-align: center;
    color: rgb(40, 20, 220);
    margin-top: 10px;
    margin-left: 80px;
}
.atendimentopersonalizado p {
    position: absolute;
    font-family: Montserrat2;
    font-size: 15px;
    text-align: center;
    margin-top: 45px;
    color: black;
}

/* SUPORTE CONTINUO */
.suporteContinuo {
    position: absolute;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid;
    margin-top: 270px;
    margin-left: 900px;
    line-height: 20px;
    width: 400px;
    height: 130px;
    box-shadow: 5px 5px sienna;
}

.suporteContinuo img {
    position: absolute;
    width: 18%;
    margin-top: -18px;
    margin-bottom: 72px;
    margin-left: -10px;
}

.suporteContinuo h1 {
    position: absolute;
    font-family: Montserrat4;
    font-size: 20px;
    text-align: center;
    color: rgb(40, 20, 220);
    margin-top: 5px;
    margin-left: 80px;
}

.suporteContinuo p {
    position: absolute;
    font-family: Montserrat2;
    font-size: 15px;
    text-align: center;
    margin-top: 35px;
    color: black;
}

/* Inicio da Seção Sobre */

.quemEDrMarcos h1 {
    position: absolute;
    width: 500px;
    margin-left: 350px;
    margin-top: -10px;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    font-family: Montserrat2;
    border: 1px solid;
    border-radius: 10px;
    border-style: none;
    background-color: rgba(192, 192, 192, 0.322);
}

.quemEDrMarcos img {
    border-radius: 20px;
    box-shadow: 5px 5px 5px sienna;
}

.quemEDrMarcos figcaption {
    font-family: Monserrat1;
    font-size: 13px;
    font-weight: 600;
    margin-left: 50px;
}

.sobre1 {
    position: absolute;
    width: 500px;
    font-family: Robotto3;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin-top: -430px;
    margin-left: 350px;
}

/*
.sobre1 strong {
    font-family: Robotto4;
    font-size: 13px;
    margin-left: 330px;
    margin-top: -10px;
    border: 1px solid;
    border-radius: 7px;
    border-style: none;
    background-color:rgb(83, 82, 82) ;
    color: rgb(252, 250, 250);
    padding: 5px;
}
*/

/*.sobre2 {
    position: absolute;
    width: 500px;
    font-family: Robotto3;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin-top: -10px;
    margin-left: 50px;
} */

/* .sobre3 {
    position: absolute;
    width: 500px;
    font-family: Robotto3;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin-top: -10px;
    margin-left: 650px;
}*/

/*.sobre3 strong {
    border: 1px solid;
    border-radius: 7px;
    background-color: rgba(128, 128, 128, 0.301);
    border-style: none;
    padding: 5px;
}*/

/*.sobre3 img {
    width: 90px;
    margin-top: -180px;
    margin-left: 550px;
}*/

/*.sobre3 hr {
    width: 1000px;
   margin-left: -500px;
}*/
/* Fim da Seção Quem Sou Eu */

/* Inicio da Seção Especialidade Cirurgica */
.tratamentoCirurgico img {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 8px;
    width: 1300px;
    height: 250px;
    opacity: 80%;
}

.especialidadeCirurgica h1 {
    width: 700px;
    position: relative;
    margin-top: -250px;
    margin-left: 300px;
    position: relative;
    font-family: Montserrat5;
    font-size: 17px;
    color:rgb(40, 20, 220);
    text-align: justify;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

.especialidadeCirurgica2 {
    position: relative;
    width: 20%;
    position: relative;
    margin-top: -113px;
    margin-left: 18px;  
}

.herniaUmbilical h1 {
    position: relative;
    margin-left: 50px;
    margin-top: 5px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.herniaUmbilical h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 50px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   background-color:rgb(83, 82, 82) ;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   width: 90px;
}*/

.herniaInguinal h1 {
    position: relative;
    margin-left: 50px;
    margin-top: 25px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.herniaInguinal h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 50px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82) ;
   width: 90px;
}*/

.fimose h1 {
    position: relative;
    margin-left: 220px;
    margin-top: -76px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.fimose h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 219px;
   font-size:12px;
   font-family: Robotto4;
   color:white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82) ;
   width: 90px;
}*/

.hidrocele h1 {
    position: relative;
    margin-left: 220px;
    margin-top: 25px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.hidrocele h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 219px;
   font-size:12px;
   font-family: Robotto4;
   color:white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82) ;
   width: 90px;
}*/

.varicocele h1 {
    position: relative;
    margin-left: 350px;
    margin-top: -76px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.varicocele h2 {
   position: relative;
   margin-top: -12px;
   margin-left: 349px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.colelitiase h1 {
    position: relative;
    margin-left: 350px;
    margin-top: 27px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.colelitiase h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 354px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.anquiloglossia h1 {
    position: relative;
    margin-left: 490px;
    margin-top: -76px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.anquiloglossia h2 {
   position: relative;
   margin-top: -12px;
   margin-left: 489px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.cistoTireoglosso h1 {
    position: relative;
    margin-left: 490px;
    margin-top: 25px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.cistoTireoglosso h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 489px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.cistoBranquial h1 {
    position: relative;
    margin-left: 660px;
    margin-top: -76px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.cistoBranquial h2 {
   position: relative;
   margin-top: -12px;
   margin-left: 649px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.apendice h1 {
    position: relative;
    margin-left: 660px;
    margin-top: 27px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.apendice h2 {
   position: relative;
   margin-top: -13px;
   margin-left: 649px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

.tumores h1 {
    position: relative;
    margin-left: 820px;
    margin-top: -77px;
    font-family: Montserrat4;
    font-size: 15px;
}

/*.tumores h2 {
   position: relative;
   margin-top: -12px;
   margin-left: 809px;
   font-size:12px;
   font-family: Robotto4;
   color: white;
   text-decoration: none;
   text-align: center;
   border: 1px solid;
   border-style: none;
   border-radius: 5px;
   background-color: rgb(83, 82, 82);
   width: 90px;
}*/

/* BOTÕES SAIBA MAIS */

/* Botão Saiba Mais Dr. Marcos */
.botao1{
    position: absolute;
    border: solid 1px red;
    border-radius: 20px;
    color: red;
    background-color: white;
    transition: background-color 0.51s ease, color 0.51s ease, transform 0.51s ease;
    margin-left: 350px;
    margin-top: 1px;
    font-family: Monserrat2;
    font-size: 10px;
}
.botao1:hover{
    background-color: blue;
    color: white;
    border-color: white;
    transform: scale(1.1)
}

/* Botão Agendar Consulta */
.botao{
    position: absolute;
    border: solid 1px blue;
    border-radius: 20px;
    color: blue;
    background-color: white;
    transition: background-color 0.51s ease, color 0.51s ease, transform 0.51s ease;
    margin-left: 1050px;
    margin-top: -150px;
    font-family: Monserrat2;
    font-size: 20px;
}
.botao:hover{
    background-color: blue;
    color: white;
    transform: scale(1.1)
}

.especialidadeSaibaMais h1 {
    position: absolute;
    margin-left: 500px;
    margin-top: 60px;
    text-align: center;
    padding: 2px;
    font-family: Caveat;
    font-size: 20px;
    border: 1px solid;
    border-radius: 10px;
    border-color: whitesmoke;    
}
/* Fim da Seção Especialidade Cirurgica */

/* Inicio da Seção Pergunta Frequente */
#duvidas {
    display:flex;
    align-items: center;
    gap: 64px;
    padding: 64px 80px;
}

.duvida {
    position: relative;
    width: 700px;
}

#duvidas img {
    margin-left: 50px;
    margin-top: -20px;
}

.duvida h3 {
    border: 2px solid crimson;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 10px;
}

/* Posicionando a seta arrow */
.duvida img {
position: absolute;
margin-top: 400px;
}

#duvidas figcaption {
    text-align: center;
    margin-left: 50px;
    margin-top: -27px;
    font-size: 15px;
    font-family: Caveat;
}

.duvida .paragrafo {
    border-right: 1px solid crimson;
    border-bottom: 1px solid crimson;
    border-left: 1px solid crimson;
    border-radius: 0 0 8px 8px;
    margin-top: -8px;
    padding: 0 24px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .2s;
    line-height: 30px;
}

.duvida.ativa .paragrafo {
    height: fit-content;
    opacity: 1;
    padding: 24px;
}
/* Fim da Seção Pergunta Frequente */

/* Inicio da Seção Rodape */
.rodape {
    position: absolute;
    width: 1300px;
    height: 75px;
    margin-left: -140px;
    margin-top: 690px;
    background-color: grey;
}

.rodape img {
    width: 100px;
    margin-top: 5px;
    border-radius: 22px;
    margin-left: 20px;
}

.rodapeTitulos {
    font-size: 10px;
    margin-left: 100px;
    margin-top: -90px;
    color: blanchedalmond;
    text-align: center;
}

.celular img {
    width: 35px;
    margin-left: 200px;
    margin-top: -2px;
}

.whatsapp img {
    position: absolute;
    width: 35px;
    margin-left: 400px;
    margin-top: -40px;
}

.email img {
    position: absolute;
    width: 35px;
    margin-left: 600px;
    margin-top: -40px;
}

.instagram img {
    position: absolute;
    width: 35px;
    margin-left: 800px;
    margin-top: -40px;
}

.facebook img {
    position: absolute;
    width: 35px;
    margin-left: 1000px;
    margin-top: -40px;
}

.localizacao img {
    position: absolute;
    width: 35px;
    margin-left: 1200px;
    margin-top: -40px;
}

.desenvolvedor {
    position: absolute;
    width: 1300px;
    height: 30px;
    margin-left: -140px;
    margin-top: 770px;
    background-color: rgba(128, 128, 128, 0.37);
}

.desenvolvedor img {
    position: absolute;
    width: 35px;
    margin-top: -2px;
    margin-left: 950px;
}

.desenvolvedor .zapDev {
    margin-left: 300px;
    margin-top: 2px;
    width: 27px;
}

.desenvolvedor h1 {
    font-size: 14px;
    text-align: center;
}
/* Fim da Seção Rodape */

/* Inicio da Seção Formulario */
.formulario1 {
    position: absolute;
    margin-top: 450px;
    margin-left: -790px;   
}

.formulario1 .form-conteudo h1{
    width: 1300px;
    text-align: center;
    margin-left: -470px;
    font-family: Monteserrat1;
    font-size: 16px;
    color:black;
    font-weight: 600;
    line-height: 30px;
    border-radius: 7px;
    background-color: rgba(192, 192, 192, 0.384);

}
.formulario1 .form-field {
    border: 1px solid;
    background-color: snow;
    width: 500px;
    height: 400px;
    margin-left: -20px;
    margin-top: -20px;
    padding: 10px;
    border-radius: 10px;
}

.form-field input {
    width: 100%;
    border-radius: 8px;
    border-color: blue;
    height: 35px;
    width: 450px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 13px;
}

.form-field label {
    font-size: 17px;
    font-family: Monserrat;
    color:black;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}

.formulario1 .form-field input:focus {
    outline: none;
}

.form-button {
    gap: 30px;
    margin-left: 90px;
    margin-top: -50px;
    font-size: 13px;
    border-radius: 8px;
}

.formulario1 .form-button .submit {
    background-color: slategrey;
    font-family: Monserrat;
    font-weight: 600;
    color: blue;
    border: none;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgb(8, 8, 8);
    margin-left: -80px;
}

.formulario1 .form-button .submit:hover {
    background-color:blanchedalmond;
    transition: .50s;
    border-radius: 10px;
}

.formulario1 .form-button .reset {
    background-color: slategrey;
    font-family: Monserrat;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgb(8, 8, 8);
    margin-left: 90px;
}

.form-button .reset:hover {
    background-color:blanchedalmond;
    transition: .50s;
    border-radius: 10px;
}
/* Fim da Seção Formulario */
























.tratamentoOzonio { /* Retangulo Azul */
    position: absolute;
    background-color: rgba(57, 146, 247, 0.438);
    padding: 15px;
    border-radius: 25px;
    margin-top: -350px;
    margin-left: 250px;
    line-height: 20px;
    width: 270px;
    height: 250px;
    box-shadow: 10px 5px 5px  black;
}

.tratamentoOzonio img {
    width: 20%;
    margin-top: -10px;
    margin-left: 100px;
    align-items: center;
}

h5 {
    box-shadow: 10px 5px 5px  red;
    margin-top: -550px;
    margin-left: 659px;
    width: 200px;
    font-family: caveat;
    font-size: 18px;
    color: white;
    border: 1px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 255, 0.384);
    text-align: center;
    padding: 7px;
}

.tratamentoOzonio .zap1 {
    position: relative;
    width: 100%;
    margin-top: -100px;
    margin-left: 275px;
}

.tratamentoOzonio .logonovo {
    position:absolute;
    width: 50%;
    margin-left: -250px;
    margin-top: -430px;
    margin-bottom: 150px;
}

.tratamentoOzonio strong {
    position: relative;
    text-align: center;
    color: white;
    font-family: Montserrat1;
    font-size: 18px;
    display: flex;
    margin-left: 50px;
    margin-top: 10px;
}

.tratamentoOzonio li {
    list-style: none;
    font-size: 13px;
    font-family: Montserrat;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    color:black;
}
/* Fim da Lista Tratamento Ozonio */

/* Inicio da Seção Lista Tratamento Estetica */
.conteinerEstetica {
    width: 1000px;
    position: relative;
}

.tratamentoEstetica { /* Retangulo Verde */
    position: absolute;
    background-color:rgba(0, 128, 0, 0.425);
    padding: 15px;
    border-radius: 25px;
    margin-top: -350px;
    margin-left: 800px;
    line-height: 20px;
    width: 270px;
    height: 250px;
    box-shadow: 10px 5px 5px  black;
}

.tratamentoEstetica img {
    width: 20%;
    margin-top: -2px;
    margin-left: 100px;
    align-items: center;
    border-radius: 20px;
}
    
.tratamentoEstetica strong {
        position: relative;
        text-align: center;
        color: white;
        font-family: Montserrat1;
        font-size: 18px;
        display: flex;
        margin-left: 65px;
}

.tratamentoEstetica li {
    list-style: none;
    font-size: 13px;
    font-family: Montserrat;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    color:black;
    margin-top: -4px;
}
/* Fim da Seção Lista Tratamento Estetica */

/* Inicio da Seção Slogan OzonioTerapia e Estetica */
.sloganozonio {
    position: absolute;
}

.slogan .texto h2 {
    position: relative;
    font-size: 35px;
    font-family:Caveat;
    color:midnightblue;
    margin-top: -450px;
    margin-left: 270px;
    text-transform: none;
    text-decoration:none;
}

.slogan .texto h4 {
    position: relative;
    text-align: center;
    font-size: 35px;
    font-family: Caveat;
    color:midnightblue;
    margin-top: -120px;
    margin-left:700px ;
}
/* Fim da Seção Slogan OzonioTerapia e Estetica */

/* Inicio da Seção Formulario */
.texto-ajuda p {
    border-color: 1px solid;
    font-family: Montserrat1;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin-left: 145px;
    margin-top: 10px;
    border-radius: 18px;
    width: 450px;
    padding: 10px;
}

.texto-ajuda .terapeuta {
    color:gray;
    text-decoration: none;
}

.form-container {
    background-image: url(ozonio1.jpeg);
    opacity: 50%;
    max-width: 500px;
    padding: 20px;
    margin-left: 700px;
    margin-top: -450px;
    border-radius: 10px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-conteudo h1 {
    color: red;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: Monserrat1;
    letter-spacing: 5px;
    
}

.form-conteudo h3 {
    color:blue;
    text-align: center;
    font-size: 15px;
    font-family: Monserrat;
    letter-spacing: 1px;
}

.img {
    width: 10%;
    margin-left: 200px;
    margin-top: 30px;
}

.form-field input {
    width: 100%;
    border-radius: 8px;
    border-color: blue;
    height: 35px;
    width: 450px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 13px;
}

.form-field label {
    font-size: 17px;
    font-family: Monserrat;
    color:black;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}

.form-field input:focus {
    outline: none;
}

.form-button {
    gap: 30px;
    margin-left: 90px;
    font-size: 13px;
    border-radius: 8px;
}

.form-button .submit {
    background-color:darkorange;
    font-family: Monserrat;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 5px 5px 5px red;
}

.form-button .submit:hover {
    background-color: wheat;
    transition: .50s;
    border-radius: 10px;
}

.form-button .reset {
    background-color:orangered;
    font-family: Monserrat;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 5px 5px 5px blue;
}

.form-button .reset:hover {
    background-color: wheat;
    transition: .50s;
    border-radius: 10px;
}

hr{
    border-color: rgba(128, 128, 128, 0.192);
   }

/* Fim da Seção formulario */

/* Inicio da Seção Conteudo */
.conteudo-Um p {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    font-family: Caveat;
    padding: 10px;
}

.conteudo-Dois {
    width: 450px;
    margin-left: 100px;
    text-align: justify;
}

.conteudo-Dois h1 {
    background-color: rgba(128, 128, 128, 0.301);
    border-radius: 10px;
    box-shadow: 2px 1px 8px blue;
    padding: 10px;
    font-size: 26px;
    font-family: Monserrat1;
    font-weight: 600;
    text-align: center;
    color:red;
}

.conteudo-Dois p {
    border: 1px solid;
    border-radius: 12px;
    box-shadow: 2px 8px 6px black;
    padding: 15px;
    font-size: 18px;
    font-family: Monserrat;
    font-weight: 500;
    line-height: 35px;
}

.conteudo-Tres {
    width: 450px;
    margin-left: 700px;
    margin-top: -329px;
    text-align: justify;
}

.conteudo-Tres h1 {
    background-color: rgba(128, 128, 128, 0.301);
    border-radius: 10px;
    box-shadow: 2px 1px 8px blue;
    padding: 10px;
    font-size: 26px;
    font-family: Monserrat1;
    font-weight: 600;
    text-align: center;
    color:red;
}

.conteudo-Tres p {
    border: 1px solid;
    border-radius: 12px;
    box-shadow: 2px 8px 6px black;
    padding: 15px;
    font-size: 18px;
    font-family: Monserrat;
    font-weight: 500;
    line-height: 35px;
}

.agendamento h2 {
    background-color: rgba(128, 128, 128, 0.301);
    border-radius: 10px;
    color: blue;
    padding: 20px;
    text-decoration: none;
    font-family: Caveat;
    font-size: 28px;
    margin-top: 30px;
    margin-left: 100px;
    width: 1050px;
}

.zap2 {
    width: 40%;
    margin-top: -48px;
    margin-left: 460px;
}
/* Fim da Seção Conteudo */

/* Inicio da Seção Terapeuta Celina Barbosa */
.img-CBT img {
    width: 20%;
    margin-top: 50px;
    margin-left: 900px;
}

.quem-sou p {
    width: 800px;
    margin-top: -200px;
    margin-left: 100px;
    font-size: 18px;
    font-family: Monserrat;
    font-weight: 500;
    line-height: 30px;
}


/* Inicio da Seção Perguntas Frequentes */
#duvidas {
    display:flex;
    align-items: center;
    gap: 64px;
    padding: 64px 80px;
    margin-top: 10px;
    margin-left: -100px;
    width: 100%;
}

.duvida {
    position: relative;
}
.duvida h3 {
    border: 2px solid crimson;
    border-radius: 8px;
    cursor: pointer;
    padding: 04px;
}

/* Posicionando a seta arrow */
.duvida img {
    position: absolute;
    top: 20px;
    right: 24px;
}

    .duvida .paragrafo {
        border-right: 1px solid crimson;
        border-bottom: 1px solid crimson;
        border-left: 1px solid crimson;
        border-radius: 0 0 8px 8px;
        margin-top: -8px;
        padding: 0 24px;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: .2s;
    }
    
    .duvida.ativa .paragrafo {
        height: fit-content;
        opacity: 1;
        padding: 24px;
    }
/* Fim da Seção Perguntas Frequentes */
