

/* Compass v1.8.4 */ 

@import url('global.css');

#menu-top .nav{
    padding: 0 8%; 
    /* margin: 30px 0; */
}

.barra-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 calc(8% - 20px) 0 0;
}

#menu-top.active .nav::before{
    content: '';
    position: absolute;
    top: 130px;
    width: var(--width-menu-bar);
    left: calc(50% -(var(--width-menu-bar) / 2));
    height: 1px;
    background-color: #000000;
    opacity: .5;
}

#menu-top.active .nav{
    margin: 15px 0;
}

.container-trabalhe-conosco{
    padding:6% 0;
}

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;
}

.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: var(--primary-color);
}

.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: var(--primary-color);
    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: lighter;
}

.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: var(--primary-color);
    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: 10px;
}

.menu-links {
    display: flex;
    width:50vw;
    height: 100vh;

    align-items: center;

    background-color: var(--primary-color);
    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;
    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: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid white;

    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    
    margin-left: 0px;
    margin-top: .300rem;
}

/* 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: 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: var(--primary-color);
    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: var(--color-elements);
    margin-right: 1.25rem;
}

.barra-vermelha-sobre {
    width: 0.125rem;
    height: 3.75rem;
    background-color: var(--primary-color);
    margin-left: 1.25rem;
}

.text-sobre-nos {
    color: var(--primary-color);
    margin-left: 1.25rem;
} */

.barra-inferior {
    position: absolute;
    top: -40px;
    left: 8%;
    
    width: calc(100% - 8%);
    height: 80px;
    
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: white;
    border-top-left-radius: 1.25rem;
    padding: 10px 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.barra-inferior h1 {
    font-size: 1.625rem;
    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: var(--primary-color);
    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: 6% 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.leftside{
    width: 50%;
}

.infozap{
    width: 60%;
}

.leftside h3, .leftside 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: var(--primary-color);
    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 {
    position: relative;
    
    height: 600px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  
  .banner-trabalhe-conosco-1::after {
    content: "";
    max-width: 1536px;
    max-height: 687px;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: var(--menu-banner-br);
    background: linear-gradient(90deg, #00000078 31.76%, rgba(186, 24, 26, 0) 60.21%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    z-index: 0;
}

.banner-contato {
    position: relative;
    
    height: 600px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.banner-contato::after {
    content: "";
    max-width: 1536px;
    max-height: 687px;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: var(--menu-banner-br);
    background: linear-gradient(90deg, #00000078 31.76%, rgba(186, 24, 26, 0) 60.21%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    z-index: 0;
}

  .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;
    text-decoration: underline;
  }

  /* TRABALHE CONOSCO 2 */

  .header-form {
    background: var(--primary-color);
    color:white;
    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;
    padding: 20px;
  }

  .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;
    text-transform:capitalize;
  }

  .btn-send:hover {
    background: #9e8e3c;
    
  }

  .icon-menu {
    display: none;
  }