body {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    height: 1700px;
    font-family: Arial, sans-serif;
}

@font-face {
    font-family: 'Lora';
    src: url('../FONTS/LoraItalica.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    src: url('../FONTS/Montserrat.ttf') format('truetype');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../FONTS/Montserrat-Bold.ttf') format('truetype');
}
/*MAIN*/

.ImgContato {

    margin-top: 90px;
    width: 100%;
    height: 250px;
    
}

h1 {

    padding-left: 200px;
    font-family:'Montserrat';
    padding-top: 70px;
    font-weight: 600;
    font-size: 2.5em;
    color: #005f73;
    margin-bottom: 10px;


}

h3{
    padding-left: 200px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    max-width: 900px;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 20px;

    
}

.Formulario {

    height: auto;
    background-color: #E6E6E6;
    padding: 30px;
    border: 1px solid black;
    box-shadow: 15px 15px 30px;
    position: relative;
    top: -50px;
    box-sizing: border-box;
    max-width: 600px;
    border-radius: 10px;

}

.TextForm {

    color: #005f73; 
    font-family: 'MontserratBold'; 
    font-size: 55px; 
    z-index: 997;
    height: 1px;
    position: relative;
    top: -20px;
    padding-bottom: 50px;

}

.Formulario input[type=text]{
    
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #dfdfdf;
    box-sizing: border-box;
    font-size: 20px;
    font-family: 'Calibri';
    border: 1px solid rgb(172, 172, 172);
    margin-top: 20px;

}

.Formulario input[type=text]:focus{

    border: 1px solid black;
}

.Formulario input[type=submit]{


    height: 80px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border:  none;
    background-color: #005f73;
    margin-top: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Montserrat';

}

.Formulario input[type=submit]:hover {

    background-color: #034957;

}
textarea {

    box-sizing: border-box;
    background-color: #dfdfdf;
    resize: none;
    height: 200px;
    width: 100%;
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Calibri';
    border: 1px solid rgb(172, 172, 172);
    margin-top: 20px;


}

textarea:focus{border: 1px solid #000000}

select {

    width: 100%;
    padding: 15px 20px;
    border: none;
    background-color: #dfdfdf;
    font-size: 20px;
    font-family: 'Calibri';
    border: 1px solid rgb(172, 172, 172);
    color: #222; /* Preto para todas as opções */
    margin-top: 20px;
    outline: none;
    border-radius: 10px;

    appearance: none;
    background-image: url('../IMGS/seta-para-baixo.png');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 30px;
    cursor: pointer;

}

select:hover, select:active {
    background-color:#d6d6d6;
}

select:focus{border: 1px solid black;}

select option {
    background-color: rgb(221, 221, 221);
    color: #333;
    border-radius: 20px;  /* Tenta arredondar as bordas das opções */
}

select option[disabled][selected] {
    color: #888888 !important;
}

/* Cor cinza quando está no placeholder */
select:invalid {
    color: #b0b0b0;
}

.Contatos p{

    color: #005f73;
    font-size: 40px; 
    font-family: 'Montserrat';  
}

.Contatos ul{list-style:none;padding-left: 0;margin-left: 0; padding-bottom: 20px;}

.Contatos li {

    padding-bottom: 10px;
    font-size: 23px;
    font-family: 'Calibri', sans-serif;

}

.Redes p, .Email p {

    color: #005f73; 
    font-size: 40px; 
    font-family: 'Montserrat';  
}

.TextoEmail p {
    color: #000;
    font-size: 25px;
    font-family: 'Calibri', sans-serif;
}

.Email {
    padding-bottom: 25px;
}

.FundoRedes{

    display:flex;   
    align-items:center;
    gap: 20px;
}

.Icones {
    transition: 0.5s;
    font-size: 30px;
    cursor: pointer;
}

.Icones2 {
    transition: 0.5s;
    font-size: 25px;
    cursor: pointer;
}

.iconesP{

    color: #000000; 
    font-size: 40px;
    transition: 0.5s;

}

.Icones:hover,
.Icones2:hover,
.iconesP:hover {
    transform: scale(1.1);
    /* Melhora a nitidez durante transformações */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: transform;
}

.Contatos li a {

    text-decoration: none;
    color: #000000; 
    
}
.iconesP:hover{transform: scale(1.1);}
.Icones2:hover{transform: scale(1.1);}
.Icones:hover{transform: scale(1.1);}

.inf {

    position: relative;
    right: 80px;
    
}

h3 span {
    font-weight: bold;
    color: #00796b;

}

.TextZap {

    padding-left: 200px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 180px;
    font-size: 1.4em;
    line-height: 1.6;

}

.TextZap span{
    
    text-decoration: none;
    color: rgb(0, 179, 0);
    font-size: normal;
    font-weight: normal;
    font-size: 27px;
    font-weight: 600;
    transition: transform 0.5s;

}



#MensagemErroCont, #MensagemErro2Cont, #MensagemErro3, #MensagemErro5 {

    margin: 0;
    color: rgb(228, 0, 0);
    font-size: 15px;
    padding-left: 5px;

}
#MensagemErro4 {

    color: rgb(228, 0, 0);
    font-size: 15px;
    padding-left: 5px;
}

#AvisoLoading {

    font-size: 20px;
    padding-top: 55px;
    color: black;
    text-align: center;
    font-family: "MontserratBold";
    
}


/*FUNCAO AVISO APOS ENVIO FORMULARIO*/
#MyAviso {
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px 14px 20px;
    margin-top: 18px;
    text-align: center;
    border-radius: 12px;
    font-family: "MontserratBold";
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.07);
    transition: all 0.3s;
    display: none;
}

.sucesso {
    display: block;
    color: #155724;
    background: linear-gradient(90deg, #e6ffe6 0%, #d4f5d4 100%);
    border-color: #28a745;
}

.erro {
    display: block;
    color: #721c24;
    background: linear-gradient(90deg, #ffe6e6 0%, #f5d4d4 100%);
    border-color: #dc3545;
}

#MyAviso i {
    font-size: 32px;
    margin-bottom: 6px;
    display: block;
}

.aviso-titulo {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.aviso-detalhe {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.linha {
    margin: 0 auto;
    width: 80%;
    display: none;
}

@media (max-width: 1920px) {
    h1 {
        padding-left: clamp(20px, 8vw, 200px);
    }
    h3 {
        padding-left: clamp(20px, 8vw, 200px);
    }
    .TextZap {
        padding-left: clamp(20px, 8vw, 200px);
    }
}

@media (max-width: 1600px) {
    .inf {
        padding-left: 100px;
    }
}

/* Media Queries para Responsividade */
@media (max-width: 1200px) {
    h1 {
        padding-left: 100px;
        font-size: 40px;
    }
    
    h3 {
        padding-left: 100px;
        font-size: 22px;
        max-width: 800px;
    }

    .TextZap{
        padding-left: 100px;
        font-size: 22px;
        max-width: 800px;
    }
    
    .inf {
        right: 0;
        padding-left: 20px;
    }
    .ImgContato {
        height: 150px;
    }
}

@media (max-width: 991px) {
    h1 {
        padding-left: 50px;
        font-size: 36px;
        padding-top: 70px;
    }
    
    h3 {
        padding-left: 50px;
        font-size: 20px;
        max-width: 700px;
    }

    .TextZap {
        padding-left: 50px;
        font-size: 20px;
        max-width: 700px;
        margin-bottom: 100px;

    }
    
    .Formulario {
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px; /* ou o valor que preferir */
        float: none;
        right: 0;
        left: 0;
        position: static;
    }

    .inf {
        position: static !important;
        right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

}

@media (max-width: 768px) {
    
    h1 {
        padding-left: 0;
        font-size: clamp(20px, 5vw, 30px);
        text-align: center;
    }
    
    h3 {
        padding-left: 0;
        padding-right: 0;
        font-size: clamp(14px, 3vw, 18px);
        text-align: center;
        margin: 10px;

    }

    .TextZap {
        padding-left: 0;
        font-size: clamp(14px, 3vw, 18px);
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;

    }

    .TextZap span {
        font-size: clamp(14px, 3vw, 18px);
    }

    h3 span {
        font-size: clamp(14px, 4vw, 24px);
    }
    
    .ImgContato {
        height: 120px;
    }
    
    .TextForm{
        font-size: 35px;
    }
    .Contatos p, .Redes p, .Email p {
        font-size: clamp(20px, 5vw, 30px);
        text-align: center;
    }
    .Contatos li {
        font-size: clamp(16px, 4vw, 24px);
        text-align: center;
    }
    .FundoRedes {
        flex-direction: column;
        align-items: center;
    }
    .iconesP {
        font-size: clamp(30px, 6vw, 50px);
    }
    .Icones {
        font-size: clamp(20px, 4vw, 30px);
    }
    .Icones2 {
        font-size: clamp(18px, 3vw, 25px);
    }
    .TextoEmail p{
        font-size: clamp(14px, 4vw, 24px);
    }
    .Formulario {
        margin-top: 80px;
    }

    .linha {
        display: block;
    }
}

@media (max-width: 576px) {

    .TextForm {
        padding-left: 10px;
        padding-top: 20px;
    }
    
    .ImgContato {
        height: 100px;
    }
    
    .Formulario {
        width: calc(100% - 24px);
        max-width: 90%;
        margin: 24px auto;
        padding: 10px;
        box-shadow: 10px 10px 20px;
        border-radius: 10px;
        margin-top: 80px;

    }
    .container, .row {
        padding-left: 0;
        padding-right: 0;
    }
    
    .Formulario input[type=text], .Formulario input[type=submit], textarea, select {
        padding: 12px 15px;
        font-size: 16px;
    }
    
    .Formulario input[type=submit] {
        height: 60px;
    }
    .TextForm {
        text-align: center;
    }
    select {
        background-position: right 8px center;
    }
    #MyAviso, #AvisoLoading {
        font-size: 16px;
        padding: 8px;
    }
}

@media (max-width: 500px) {

    .ImgContato {
        height: 80px;
    }
    
}

@media (max-width: 400px) {

    .ImgContato {
        height: 50px;
    }
    #MensagemErroCont, #MensagemErro2Cont, #MensagemErro4, #MensagemErro3, #MensagemErro5 {
        font-size: 11px;
    }
    .TextZap{
        margin-bottom: 100px;
    }

}

