:root {
    --cor-primaria: #002D4A;
    --cor-secundaria: #DFA232;
    --cor-branco: #FFFFFF;
    --cor-preta: #000;
    --fonte-: 'Montserrat', sans-serif;
}

body, html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a, button {
    text-decoration: none;
    transition: #fff 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
}

.menu a {
    text-decoration: none; /* Remove a decoração de texto */
    color: inherit; /* Mantém a cor do texto padrão */
}

.button a {
    font-size: 16.9114px;; /* Define o tamanho da fonte desejado */
}

.whatsapp-fixo {
    position: fixed;
    bottom: 20px;  /* Distância do fundo da página */
    right: 20px;   /* Distância da direita da página */
    z-index: 1000; /* Garante que o botão fique sobre outros elementos */
    animation: bounce 1s infinite; /* Animação de quicar a cada 5 segundos */
}


/* Navbar - Energia Solar inicial */


nav {
    background-image: url('img-fundo.jpg');
    background-size: 100% cover;
    background-position: center;
}

#energia-inicial {
    background-color: var(--cor-secundaria);
    padding: 15px;
}

#energia-inicial img {
    max-width: 30%;
}

#header-energiasolar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15%;
}

#header-energiasolar img {
    max-width: 80%;
}

.informacoes-energiasolar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    padding-top: 35px;
}

.div-elementos {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.div-elementos img {
    width: 12%;
}

.informacoes-energiasolar h1 {
    font-size: 16px;
    color: var(--cor-branco);
    font-family: var(--fonte-);
    font-weight: 300;
}

.informacoes-energiasolar img {
    max-width: 15%;
}

.contato-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}

.custom-button {
    width: auto; 
    padding: 10px 20px; 
    background-color: var(--cor-secundaria);
    color: var(--cor-branco);
    font-family: var(--fonte-);
    border: none; 
    outline: none; 
    cursor: pointer; 
    text-decoration: none; 
    border-radius: 10px; 
}

.custom-button a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px; 
}

.centralizar input.custom-button {
    font-size: 16px; /* Define o tamanho da fonte desejado */
}


.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 819px) {

    .web-informacoes,
    .texto1-web,
    .menu, #energia-inicial
     {
        display: none;
    }
}


@media screen and (min-width: 820px) {

    .texto1-mobile, .menu-hamb, .ul-mbl, #check {
        display: none;
    }
    
    nav {
        padding-top: 0;
    }

    .web-informacoes {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        margin-top: -15px;
        margin-right:85px;
    }

    .web-informacoes h1 {
        font-weight: 300;
        font-size: 13.9114px;
        font-family: var(--fonte-);
        color: var(--cor-branco);
    }

    #energia-inicial {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu {
        display: flex;
        align-items: center;
        padding-right: 65px;
        gap: 25px;
    }

    .menu h1 {
        font-size: 16.9114px;
        font-family: var(--fonte-);
        color: var(--cor-branco);
        font-weight: 500;
        margin: 0;
    }

    .contato-home {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contato-home button {
        width: auto; 
        padding: 10px 20px; 
        background-color: var(--cor-primaria);
        color: var(--cor-branco);
        font-family: var(--fonte-);
        border: none; 
        outline: none; 
        cursor: pointer; 
        text-decoration: none; 
        border-radius: 10px; 
    }
    
    .button a {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 500;
    }

    #header-energiasolar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 105px 92px;
    }

    #header-energiasolar img {
        max-width: 75%;
    }

    .logo-inicial {
        padding-left: 65px;
    }

    .informacoes-energiasolar {
        padding-top: 50px;
    }

    
    .div-elementos {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 25px;
        gap: 25px;
    }

    .div-elementos h1 {
        font-size: 16.568px; 
        font-weight: 400;
    }


    .contato-1 {
        align-items: start;
        justify-content: start;
        padding-bottom: 85px;
        padding-left: 108px;
        margin-top: -90px;
    }
    
    .custom-button { 
        font-size: 15.0285px; 
    }

}

@media screen and (min-width: 1001px) {
    .custom-button a { 
        font-size: 16.568px; 
    }
}

/* Destaque T2 Energia Solar */

.energiasolar-main {
    background-color: var(--cor-branco);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.benefícios-energiasolar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefícios-energiasolar img {
    max-width: 100%;
}

.carrossel-energiasolar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.economia {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 7px 50px;
    color: var(--cor-primaria);
    font-family: var(--fonte-);
    max-width: 75%;
    height: 200px;
    border: 1px solid var(--cor-secundaria);
    border-radius: 15px;
}

.economia h1 {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (min-width: 820px) {

    .energiasolar-main {
        padding-top: 100px;
    }

    .benefícios-energiasolar img {
        max-width: 100%;
    }
}

/*beneficios*/


#beneficios {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

#beneficios-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.beneficios-img {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}


.beneficios-text {
    align-items: center;
    justify-content: center;
}

.economia h2 {
    font-size: 21px;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {

    #beneficios {
        height: auto;
    }

    #beneficios {
        background: #FFF;
        height: auto;
        padding: 30px;
    }

    .beneficios-img img {
        width: 15%;
    }

}
 
@media screen and (max-width: 774px) {

    .economia {
        width: 75%;
        padding: 7px 10px;
    }

    .economia h1 {
        font-size: 19.991px;
    }

    .economia h2 {
        font-size: 14.991px;
    }
}

/*FORMULARIO*/

.formulario {
    background-image: url('img-fundo2.png');
    background-size: 100% cover;
    background-position: center;
    display: flex;
    justify-content: center;
    gap: 1%;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative; 
}

.economia-energiasolar {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.formulario h1 {
    font-family: var(--fonte-);
    color: var(--cor-branco);
    font-size: 54.9114px;
    font-weight: 700;
}

.formulario-t2energias {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.centralizacao {
    height: auto;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    background-color: var(--cor-branco);
    border-radius: 60px;
    width: 600px;
}


.centralizacao p {
    font-size: 28.9114px;
    color: var(--cor-preta);
    font-family: var(--fonte-);
    text-align: center;
    font-weight: 500;
}


.contato h1 {
    font-weight: 400;
    font-size: 16.9114px;
    color: var(--cor-preta);
    text-align: left;
    margin-bottom: 5px;
}

.field {
    border: 1px solid var(--Cinza, #D9D9D9);
    border-radius: 10px;
    width: 95%;
    height: 42px;
    font-family: var(--fonte-);
    font-size: 15.9114px;
    font-weight: 400;
    line-height: normal;
    padding-left:15px;
    margin-bottom: 15px;
    background-color: var(--Cinza, #D9D9D9);;
}

.field-2 {
    border: 1px solid var(--Cinza, #D9D9D9);
    border-radius: 10px;
    width: 95%;
    height: 42px;
    font-family: var(--fonte-);
    font-size: 15.9114px;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    padding-left:15px;
    margin-bottom: 15px;
    background-color: var(--Cinza, #D9D9D9);;
}

.centralizar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contato .custom-button {
    margin-top: 35px;
    margin-bottom: 25px;
    border-radius: 20px;
    font-weight: 500;
}

.formulario-mobile {
    display: none;
}

::placeholder {
    opacity: 0;
}

@media screen and (max-width: 1000px) {

    .formulario-t2energias {
        display: none;
    }

    .formulario {
        justify-content: center;
        padding: 0;
    }

    .formulario h1 {
        text-align: center;
        margin-bottom: 15px;
    }

    .economia-energiasolar {
        margin: 0;
        height: 250px;
    }

    .formulario-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        width: auto;
        margin: 10px;
        height: 500px;
    }

    .centralizacao {
        padding: 30px;
        margin-top: -10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 40px;
        position: absolute;
        width: 90%;
    }

    .centralizacao p {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .contato h1 {
        font-family: var(--fonte-);
        font-size: 13px;
        padding: 0;
        padding-bottom: 5px;
    }

    .formulario h1 {
        font-size: 35px;
        margin-bottom: 50px;
    }


    .field {
        height: 40px;
        border-radius: 15px;
    }
}




/* A T2 Energias vai até você*/

.container-t2energias {
    margin-top: 80px;
    background-color: var(--cor-secundaria);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-t2energias img {
    max-width: 50%;
}

@media screen and (max-width: 820px) {
    .container-t2energias img {
        max-width: 80%;
    }

    .container-t2energias {
        margin-top: 120px;
    }
}

/*Sobre*/

.sobre-t2energias {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.sobre-texto {
    display: flex;
    justify-content: center;
    align-items: center;

}

.sobre-texto img {
    max-width: 70%;
    height: auto;
}


#sobre-t2energias-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .sobre-t2energias {
        display: none;
    }

    #sobre-t2energias-mobile {
        display: flex;
        padding-top: 50px;
        margin: 20px;
    }

    .sobre-texto img {
        max-width: 100%;
        height: auto;
    }

}

/*Projetos*/

#feedbacks {
    display: block;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

#feedbacks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.titulo-feedback {
    color: var(--cor-primaria);
    font-family: var(--fonte-);
    font-size: 10px;
    font-weight: 700;
    font-size: 56px;
    padding: 10px;
}


@media screen and (max-width: 1000px) {

    #feedbacks {
        height: auto;
    }

    #feedback {
        background: #FFF;
        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);
        height: auto;
        padding: 30px;
    }

    
.container-text p {
    font-size: 21px;
}

    .titulo-feedback {
        font-size: 35px;
    }

 
}
  /* SECTION CONTAINER ENERGIA SOLAR*/

  .container-energiasolar {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20%;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .duvidas-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .container-energiasolar img {
    max-width: 90%;
  }

  .container-energiasolar h1 {
    font-family: var(--fonte-);
    color: var(--cor-primaria);
    font-size: 13px;
    text-align: center;
  }

  .button-final {
    width: auto; 
    padding: 10px 20px; 
    background-color: var(--cor-secundaria);
    color: var(--cor-branco);
    font-family: var(--fonte-);
    font-size: 15.0285px; 
    border: none; 
    outline: none; 
    cursor: pointer; 
    text-decoration: none; 
    border-radius: 10px; 
}

.button-final a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}


.contato-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
    font-size: 13.0285px;
}

@media screen and (max-width: 820px) {

    .duvidas-web {
        display: none;
    }
}

@media screen and (min-width: 821px) {

    .duvidas-mobile {
        display: none;
    }

    .duvidas-web {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: 50px;
    }

    .contato-3 {
        margin-left: 50px;
    }

    .contato-3 a {
        font-size: 15.568px;
    }

    .duvidas-web h1 {
        font-size: 58px;
        font-weight: 700;
    }

    .duvidas-web p {
        max-width: 50%;
        font-size: 21.568px;
        font-weight: 500;
        font-family: var(--fonte-);
        color: var(--cor-primaria);
    }

    .container-energiasolar {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 10%;
    }
}

  /* INFORMAÇÕES */

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid var(--cor-primaria);
    width: 80%;
    font-family: var(--fonte-);
    color: var(--cor-primaria);
    margin: 20px;
  }

  .modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #002D4A; /* Bordas com a cor especificada */
    width: 80%;
    font-family: 'Montserrat', sans-serif; /* Fonte Montserrat */
    font-size: 24px;
    animation: fadeIn 0.5s ease forwards; /* Nome da animação, duração, tipo de transição e manter o estado final */
    opacity: 0; /* Inicialmente, a opacidade será 0 para criar um efeito de fade in */
  }

  @keyframes fadeIn {
    from {
      opacity: 0; /* Iniciar com opacidade 0 */
    }
    to {
      opacity: 1; /* Terminar com opacidade 1 */
    }
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto; /* Altura total da viewport */
  }



  /* Estilos para os botões */
  .openModal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10%;
    width: 80%; /* Largura desejada para os botões */
    margin-bottom: 10px; /* Espaçamento entre os botões */
    border: 1px solid #002D4A; /* Bordas com a cor especificada */
    background-color: transparent; /* Fundo transparente */
    color: #002D4A; /* Cor do texto */
    font-family: 'Montserrat', sans-serif; /* Fonte Montserrat */
    font-size: 13px; /* Tamanho da fonte */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 10px;
  }

  .openModal:hover {
    background-color: #002D4A; /* Mudança de cor no hover */
    color: white; /* Mudança de cor do texto no hover */
  }

  /* LINHA */

  .linha {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px; /* Altura da linha */
    background-color: var(--cor-primaria); /* Cor da linha */
    margin: 100px 50px;
    width: 90%;
  }

  @media screen and (max-width: 820px) {
    .linha {
        margin-left: 20px;
        margin-right: 20px;
    }

    .modal-content p {
        font-size: 16.991px;
    }
}
  
  /* CONTATO */
  
  .footer-energiasolar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-secundaria);
  }

  .container-footer {
    background-color: var(--cor-secundaria);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-footer img {
    max-width: 100%;
  }

  .container-footer h1, .container-footer p{
    font-family: var(--fonte-);
    text-align: center;
    color: var(--cor-branco);
  }

  .container-footer p {
    font-size: 15.0285px; 
    margin: 0;
    margin-top: 20px;
  }

  .container-footer h1 {
    margin-top: 40px;
    font-size: 21px;
    font-weight: 600;
  }

  .contato-footer p {
    margin-top: 10px;
  }

  .icones-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
  }

  .icones-social img {
    max-height: 40px;
    width: auto;
  }

  /* FINAL */

  .final-energiasolar {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }

  .final-energiasolar h1 {
    font-size: 14.0285px;
    color: var(--cor-primaria);
    font-family: var(--fonte-);
    margin-bottom: 0;
  }

  .container-footer h2 {
    display: none;
  }

  .mapa {
    display: none;
  }

  @media screen and (min-width: 821px) {
    .modal-content {
        font-size: 21px;
    }}

  @media screen and (min-width: 821px) {

    .modal-container {
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 80px;
    }

    .openModal {
        justify-content: flex-start;
        font-size: 13.568px;
    }

    .footer-energiasolar {
        align-items: center;
        justify-content: space-around;
        padding: 30px;
        padding-bottom: 100px;
        
      }
    
      .container-footer {
        padding: 0;
        padding-left: 0;
        align-items: flex-start;
        justify-content: flex-start;
      }
    
      .container-footer img {
        max-width: 80%;
      }
    
      .container-footer h1, .container-footer p{
        text-align: start;
      }

      .endereco {
        display: none;
    }
    
      .container-footer p {
        font-size:  15.9114px;
        margin: 0;
        margin-top: 20px;
      }
    
      .container-footer h1 {
        margin-top: 40px;
        font-size:  24.9114px;
        font-weight: 600;
      }
    
      .contato-footer p {
        margin-top: 10px;
      }

      .contato-footer {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 10px;
      }

      .container-footer h2 {
        display: flex;
        margin-top: 45px;
        font-family: var(--fonte-);
        color: var(--cor-branco);
        font-weight: 600;
        font-size:  24.9114px;
      }
    
      .icones-social {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
        padding: 0;
        padding-top: 20px;
      }
    
      .icones-social img {
        max-height: 40px;
        width: auto;
      }

      .final-energiasolar h1 {
        font-size:  15.9114px;
        padding: 10px;
      }

      .mapa h1 {
        font-weight: 600;
        font-size:  24.9114px;
        color: var(--cor-branco);
        font-family: var(--fonte-);
        margin-left: 60px;
        padding-top: 150px;
      }

      .mapa {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }
    
      iframe {
        max-width: 100%;
        border-radius: 50px; /* Define o raio de arredondamento das bordas */
      }

      .teste {
        margin-top: 50px;
      }

  }
 
  /* CARROSSEL */

  * {
    box-sizing: border-box;
}

:root {
    --cor-primaria: #0B264A;
    --cor-secundaria: #CB0B68;
    --cor-terceiro: #0E2F5A;
    --cor-branco: #FFFFFF;
    --fonte-: 'Poppins', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

header {
    position: relative;
}



    #slideshow-container {
        display: flex;
        max-width: 60%;
        height: auto;
        position: relative;
        margin: auto;
        margin-top: -7px;
    }

    @media screen and (max-width: 821px) {

        #slideshow-container {
            max-width: 80%;
        }

    }

    #slideshow-container p {
        text-align: center;
        font-size: 24px;
        color: var(--cor-primaria);
        font-weight: 600;
        font-family: var(--fonte-);
    }

    .mySlides {
        display: none;
    }

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        color: var(--cor-primaria);
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover,
    .next:hover {
        background-color: var(--cor-secundaria);
    }

    .text {
        color: var(--cor-branco);
        font-size: 3em;
        padding: 8px 12px;
        position: absolute;
        bottom: 45%;
        width: 100%;
        text-align: center;
        font-family: var(--fonte-);
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 2px rgb(0, 0, 0, 0.5);
    }

    @media screen and (max-width: 768px) {

        .text {
            bottom:38%;
        }

    }

    @media screen and (max-width: 600px) {

        .text {
            font-size: 2em;
        }

        @media screen and (max-width: 500px) {

            .text {
                font-size: 1.5em;
                bottom:35%;
            }
        }

            @media screen and (max-width: 300px) {

                .text {
                    font-size: 1em;
                    bottom:25%;
                }
            }
        
    }

    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        border-radius: 50%;
        display: inline-block;
        transition: var(--cor-primaria) 0.6s ease;
    }

    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 4s;
        animation-name: fade;
        animation-duration: 5s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fade {
        from {
            opacity: .4;
        }
        to {
            opacity: 1;
        }
    }


