@import url('global.css');

.container-geral{
    position: relative;
    margin: 0 auto;
    padding: 0 6%;
    max-width: 1440px !important;
    height: auto;
}

header {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.container .elipse {
    width: 37.5rem;
    position: absolute;
}

nav {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    margin: 1.25rem 2.5rem;
}

nav div.barra-menu a {
    color: #B99428;
    margin-left: 0.625rem;
    font-size: 1.375rem;
    font-weight: bold;
}

.barra-menu {
    display: flex;
    align-items: center;
    margin-top: -2.5rem;
}

.barra {
    font-size: 4.375rem;
    color: #B99428;
    font-weight: 100;
}

.container .text-home {
    display: flex;
    width: 100%;
}

.container .text-home p {
    margin-top: -250px;
    width: 448px;
    font-weight: 400;
    font-size: 3.125rem;
    margin-left: 5rem;
}

strong {
    font-size: 3.125rem;
    font-weight: bold;
}

.login {
    display: flex;
    margin-right: 50px;
    margin-top: 5rem;
    float: right;

}

.signin-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 1.875rem;
    background: white;
    cursor: pointer;
}

.signin-btn p {
    color: red;
}

.redes-sociais {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container-pesquisa {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.container-pesquisa-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 70px;
    height: 40px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.container-pesquisa-btn > i{
    color: #A3A3A3;
}

.line {
    width: 3px;
    height: 300px;
    margin: 0 auto;
    background-color: #ccc;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-icons a {
    margin-top: 10px;
}

.icon-person {
    width: 25px;
    margin-right: 10px;
}

/* end header  */

.retangulo-logo {
    border: 1px solid rgb(99, 97, 97);
    margin: 0 10px;
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.negrito {
    font-weight: bold;
}

/* beggin footer */

.container-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: red;
    padding: 2.5rem;
    color: white;
}

.footer-logo {
    width: 12.5rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin: 0.625rem 1.875rem;
}

.footer-links a {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0.1875rem 0;
    color: white;
}

.footer-endereco {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-endereco p {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0.1875rem 0;
}

.footer-endereco h3 {
    font-size: 0.875rem;
    font-weight: 800;
}

.footer-catalago {
    display: flex;
    flex-direction: column;
    margin: 0.625rem 1.875rem;
    justify-content: center;
    align-items: center;
}

.footer-catalago h3 {
    font-size: 1.125rem;
}

.footer-catalago a {
    background-color: white;
    width: 12.5rem;
    height: 2.5rem;
    color: red;
    font-size: 1.125rem;
    font-weight: 800;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.625rem;
}

.footer-container-redes-sociais {
    display: flex;
    flex-direction: row;

}

.footer-redes-sociais {
    width: 12.5rem;
}

.footer-redes-sociais a {
    margin: 0rem 0.375rem;
    margin-top: 0.625rem;
}

.footer-redes-sociais img {
    margin-bottom: 0.625rem;
}


/* beggin menu */

.container-menu {
    position: fixed;

    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
    left: -100%;

   transition: 2s;
    z-index: 1000;
}

.container-menu > .menu-links > nav > ul{
    margin-left: 50px;
}

.menu-links {
    display: flex;
    width:50vw;
    height: 100vh;

    align-items: center;

    background-color: red;
    border: none;
}

.menu-imagem{
    display: flex;
    width:50vw;
    background-size: cover;
}

.menu-imagem > img{
    width:100%;
    background-size: cover;
}

.menu-item {
    cursor: pointer;
}

.menu-linha {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #ccc;
    margin: 1.25rem 0;
}

.menu-links p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.875rem;
}

nav ul li {
    margin: 0.625rem 0;
    width: 14.375rem;
}

nav ul a {
    color: white;
    margin: 0 auto;
}

nav ul ul {
    font-weight: 100;
    margin-left: 1.25rem;
}

.logo-menu {
    width: 9.375rem;
    height: 6.25rem;
    background-color: white;
    border-radius: 1.25rem;
    margin-right: 0.625rem;
}

.logo-menu-fest {
    background-color: white;
    width: 9.375rem;
    height: 6.25rem;
    border-radius: 1.25rem;
}

.voltar-home {
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 6.125rem;
    margin-left: -22.5rem;
    border: solid 0.0625rem white;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
}

/* end menu styles */


/* paginaÃ§Ã£o sobre header */
.container-sobre {
    
    background-image: url('/assets/img/banner-contato.png');
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.container-sobre-menu {
    display: flex;
    flex-direction: row;
    align-items: center;

    top: 0.625rem;
    width: 43.75rem;
    padding: 0.625rem;
    margin-left: -100px;

    position: absolute;
    background-color: white;
    border-radius: 1.875rem;
    box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.6);
}

.container-sobre-menu a{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.container-sobre-menu img {
    margin-left: 9.375rem;
    width: 12.5rem;
}

.barra-sobre {
    width: 0.125rem;
    height: 3.75rem;
    background-color: #B99428;
    margin-right: 1.25rem;
}

.barra-vermelha-sobre {
    width: 0.125rem;
    height: 3.75rem;
    background-color: red;
    margin-left: 1.25rem;
}

.text-sobre-nos {
    color: red;
    margin-left: 1.25rem;
}

.barra-inferior {
    width: 100vw;
    height: 80px;

    position: relative;
    top: -40px;
    left: 4%;

    display: flex;
    align-items: center;

    background-color: red;
    
    border-top-left-radius: 1.25rem;
    padding: 10px;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-inferior h1 {
    font-size: 1.625rem;
    margin-left: 3.125rem;
    font-weight: 800;
    color: white;
}




.barra-superior {
    width: 100vw !important;
    height: 80px;

    display: flex;
    align-items: center;

    position: relative;
    left: 4%;

    margin-right: -3.125rem;
    padding: 10px;

    background-color: red;
    border-top-left-radius: 1.25rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-superior h1 {
    font-size: 1.625rem;
    margin-left: 3.125rem;
    font-weight: 800;
}

/* Contato Section */

.container-contato{
    padding: 4% 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.leftside{
    width: 50%;
}

.infozap{
    width: 60%;
}

.leftside h3,p {
    font-size: 30px;
}

.leftside h3 {
    font-weight: 700;
  }

  .leftside p {
    font-weight: 300;
  }

  .socialrede{
    padding-top: 22.5px;
    display: flex;
    gap: 14.6px;
  }

  .socialrede a{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 50px;
    height: 50px;
    background-color:#D9251B;
    padding: 10px;
    border-radius:50%;
  }

  .socialrede a:hover{
    background-color: #8f231d;
    transition: 1s;
    
  }


.rightside{
    width: 50%;
}

  .rightside h2{
    font-size: large;
    text-align: center;
    color:#ffffff;
  }

  .formulario{
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .title{
    background: #D9251B;
    border-radius: 30px 30px 0px 0px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .title h2{
    font-size: 22px;
  }

  .formulario textarea{
    resize: none;
    height: 234px;
  }

  .formulario input, textarea, select{
    padding: 8px 5px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #a5a5a5;
    transition: .3s;
    height: 60px;
    color: #a5a5a5;
  }

  option {
    color: #000;
  }

  .formulario button{
    background: #CEB861;
    border-radius: 30px;
    width: 264px;
    height: 45px;   
    position: relative;
    top: -30px;
    right: 3%;
    cursor: pointer;
    border: none;
    font-weight: 700;
    color: #ffffff;
  }

  .formulario button:hover{
    background: #9e8e3c;
    transition: 0.5s;
  }


  /* TRABALHE CONOSCO */

  #file {
    display: none;
  }  

  .label-file {
    cursor: pointer;
    display: block;
    padding: 8px 5px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #a5a5a5;
    transition: .3s;
    height: 60px;
    color: #a5a5a5;
  }

  .banner-trabalhe-conosco-1 {
    background-image: url('../img/banner-trabalhe.png') !important;
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  .content-work-us {
    width: 50%;
    padding-right: 100px;
  }
  .content-work-us h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .content-work-us p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    margin-bottom: 30px;
  }

  .curriculum {
    margin-top: 50px;
  }

  .curriculum a {
    font-size: 25px;
    display: block;
    color: #D9251B;
    font-weight: bold;
    text-align: center;
  }

  /* TRABALHE CONOSCO 2 */

  .header-form {
    background: #D9251B;
    border-radius: 30px 30px 0px 0px;
    width: 100%;
    height: 50px;
    display: flex;
    font-weight: bold;
    font-size: 25px;
    justify-content: center;
    align-items: center;
  }

  .personal-data, .address, .description-course {
    margin-bottom: 50px;
  }

  .personal-data, .address, .language, .training,  .description-course, .professional  {
    padding: 0px 9%;
  }



  .personal-data .wrapper-input .form-group, .address .wrapper-input .form-group,
  .language .wrapper-input .form-group,
  .training .wrapper-input .form-group,
  .professional .wrapper-input .form-group{
    width: 100%;
    display: flex;
    align-items: center;
  }

  .personal-data .wrapper-input .form-group .line-form {
    position: relative;
  }

  .personal-data .wrapper-input .form-group .line-form img {
    position: absolute;
    right: 20px;
    top: 15px;

  }

  .personal-data .wrapper-input .form-group.w33 .line-form{
    width: 34% !important;
  }

  .address .wrapper-input .form-group.w25 .line-form {
    width: 25% !important;
  }

  .personal-data .wrapper-input .form-group .line-form:first-child{
    width: 70%;
  }

  .personal-data .wrapper-input .form-group .line-form:last-child{
    width: 30%;
  }
 

  .personal-data .wrapper-input .form-group input,
  .address .wrapper-input .form-group input,
  .language .wrapper-input .form-group input,
  .training .wrapper-input .form-group input,
  .professional .wrapper-input .form-group input{
    height: 62px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #C5C5C5;
    outline: 0;
    color: #A6A6A6;
  }

  .personal-data .wrapper-input .form-group input::placeholder{
    font-weight: 500;
    color: #A6A6A6;
    
  }

  .personal-data .wrapper-input .form-group select,
    .address .wrapper-input .form-group select {
    border: 1px solid #C5C5C5;
    height: 62px;
    padding-left: 20px;
    width: 100%;
    color: #A6A6A6;
  }

  .address .wrapper-input .address-line-1 .line-form:nth-child(1) {
    width: 22%;
  }

  .address .wrapper-input .address-line-1 .line-form:nth-child(2) {
    width: 65%;
  }

  .address .wrapper-input .address-line-1 .line-form:nth-child(3) {
    width: 13%;
  }


  .address .wrapper-input .address-line-2 .line-form:nth-child(1) {
    width: 28%;
  }

  .address .wrapper-input .address-line-2 .line-form:nth-child(2) {
    width: 30%;
  }

  .address .wrapper-input .address-line-2 .line-form:nth-child(3) {
    width: 10%;
  }

  .address .wrapper-input .address-line-2 .line-form:nth-child(4) {
    width: 32%;
  }

  .language .wrapper-input .form-group .line-form {
    width: 50%;
  }

  .language .wrapper-input .form-group .line-add {
    width: 12%;
  }

  .training .wrapper-input .training-line-1 .line-form{
    width: 50%;
  }

  .training .wrapper-input .training-line-2 .line-form {
    width: 100%;
  }

  .training .wrapper-input .training-line-3 .line-form {
    width: 50%;
  }

  .line-add {
    display: flex;
    justify-content: flex-end;
  }

    .line-add button {
    color: #A6A6A6;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 50px;
  }

  .training .line-add, .professional .line-add{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 10px;
  }



  .description-course .wrapper-input textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #C5C5C5;
    color: #C5C5C5;
    height: 261px;
    resize: none;
  }

  .professional .wrapper-input .form-group.w50 .line-form {
    width: 50%;
  }

  .professional .wrapper-input .form-group .line-form {
    width: 100%;
  }

  .professional .wrapper-input .form-group .line-form textarea {
    width: 100%;
    border: 1px solid #C5C5C5;
    color: #C5C5C5;
    height: 261px;
    resize: none;
  }

  .send {
   
    padding: 0 11%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .btn-send {
    background: #CEB861;
    border-radius: 30px;
    width: 264px;
    height: 45px;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    font-weight: 700;
    color: #ffffff;
  }

  .btn-send:hover {
    background: #9e8e3c;
    
  }

  .icon-menu {
    display: none;
  }

  #clickmenu{
    color: #B99428;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
  }

  