@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Passion+One:wght@400;700;900&family=Russo+One&family=Titan+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

html{
    scroll-behavior: smooth; /*Rolagem do menu suave*/
}

:root{
    --cor-white: #fff;
    --cor-banner: #001542;
    --cor-bolinhas: #1D52C4;
    --cor-header: #ebdb00;
    --cor-headerGradient: linear-gradient(#FF9800, #FFCF00, #FF9800);
    --cor-body: #EDF1F7;
    --cor-servicos:#00063D;
    --cor-div-conteudo: #061d4e;



    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;

    --cor-white: #fff;
    --cor-botao-header: #1D52C4;
    --color-primary: #ffbf00;
    --cor-botao-footer: #001033;
    --cor-botao-copyright: #000a20;
}

header{
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80vw;
    background-image: linear-gradient(to right, #fcc100, #FFCF00, #fcc100);
    border-radius: 10px;
    box-shadow: #00063D 4px 4px 12px 2px;
}
header .logo img{
    height: 50px;
    padding-right: 50px;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
  /*padding: 1.5rem 6rem;*/
}
header nav .nav-list{
  display: flex;
  align-items: center;
}
header nav .nav-list ul{
  display: flex;
  justify-content: center;
  gap: 20px;
}
header nav .nav-list ul li a{
  font-size: 18pt;
  font-weight: 500;
  font-family: "Passion One", sans-serif;
  color: rgb(238, 238, 238);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 121));
  color: white;
}
header nav .nav-link{
  text-decoration: none;
}

.mobile-menu-icon{
  display: none;
}
.mobile-menu{
  display: none;
}
.mobile-menu ul li a{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18pt;
  font-weight: 500;
  font-family: "Passion One", sans-serif;
  color: rgb(238, 238, 238);
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 121));
  color: white;
}


@media screen and (max-width: 836px) {
  header .logo img{
    height: 30px;
    padding-right: 30px;

  }
  .nav-bar{
    pad: 1.5rem 4rem;
  }
  .nav-item{
    display: none;
  }
  .login-button{
    display: none;
  }
  .mobile-menu-icon{
    display: block;
  }

  .mobile-menu-icon button{
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .mobile-menu ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .mobile-menu .nav-item{
    display: block;
    padding-top: 1.2rem;
  }
  .mobile-menu .login-button{
    display: block;
    padding: 1rem 2rem;
  }
  .mobile-menu .login-button button{
    width: 100%;
  }
  .open{
    display: block;
  }
}


body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-banner);
}


body .contato{
    height: 500px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-banner);
}
body .contato .superior{
    height: 200px;
    width: 80vw;
    background-color: #c197ec;
}
body .contato .inferior{
    height: auto;
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /*
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px 0px;
    */

}

body .contato .inferior .um{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}
body .contato .inferior .dois{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}


body .contato .inferior .cardcontato{
    height: 150px;
    width: 150px;
    border-radius: 10px;
    background-color: var(--cor-div-conteudo);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
body .contato .inferior .um :hover{
    background-color: #1D52C4;
    cursor: pointer;
}
body .contato .inferior .dois :hover{
    background-color: #1D52C4;
    cursor: pointer;
}

body .contato .inferior div .nome{
    font-family: "Passion One", sans-serif;
    font-size: 15pt;
    font-weight: 600;
    color: white;
}
body .contato .inferior div .daer{
    font-family: "Russo One", sans-serif;
    font-size: 8pt;
    padding-bottom: 8px;
    color: white;
}
body .contato .inferior div a{
    font-family: "Russo One", sans-serif;
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #e0d100;
}
body .contato .inferior div #whatsapp{
    background-color: #25d366;
}
body .contato .inferior div .footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}
body .contato .inferior div .footer-link i{
    font-size: .25rem;
}



@media screen and (max-width: 1020px){
   
  }

  @media screen and (max-width: 768px){
    .contato .inferior{
        display: flex;
        flex-direction: column;
    }
   .contato .inferior .um{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
   }
  }

  @media screen and (max-width: 480px){
    .contato .inferior{
        display: flex;
        flex-direction: column;
    }
    .contato .inferior .um{
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
       }
       .contato .inferior .dois{
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
       }
  }
  







footer{
    width: 100%;
    color: var(--color-neutral-40);

    padding-top: 40px;
}
.footer-link{
    text-decoration: none;
}

#footer_content {
    background-color: var(--cor-botao-footer);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 9rem; /*anteriormente 3rem 3.5rem*/
}

#footer_contacts h1{
    margin-bottom: 0.75rem;
}
#footer_contacts img{
    height: 150px;
    margin-top: 0px;
}
#footer_social_media{
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}
#footer_social_media .footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}
#footer_social_media .footer-link:hover{
    opacity: 0.8;
}
#footer_social_media .footer-link i{
    font-size: 1.25rem;
}

#instagram{
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}
#facebook{
    background-color: #4267b3;
}
#whatsapp{
    background-color: #25d366;
}


.footer-list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}
.footer-list .footer-link{
    color: var(--color-neutral-30);
    transition: all 0.4s;
}
.footer-list .footer-link:hover{
    color: #7f37c9;
}

#footer_subscribe{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#footer_subscribe p{
    color: var(--color-neutral-30);
}

#input_group{
    display: flex;
    align-items: center;
    background-color: var(--cor-botao-copyright);
    border-radius: 4px;
}
#input_group input{
    all: unset; /*tirar costumização padrão*/
    padding: 0.75rem;
    width: 100%;
}
#input_group button{
    background-color: var(--color-primary);
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}
#input_group button:hover{
    opacity: 0.8;
}

#footer_copyright{
    display: flex;
    justify-content: center;
    background-color: var(--cor-botao-copyright);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}
#footer_copyright a{
    text-decoration: none;
    color: yellow;
}
@media screen and (max-width: 768px){
  #footer_content{
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
}
@media screen and (max-width: 435px){
  #footer_content{
      grid-template-columns: repeat(1, 1fr);
      padding: 3rem 2rem;
  }
  #footer_copyright{
      text-align: center;
  }

  #footer_contacts img{
      height: 150px;
  }
}