#page-robotica .banner{
  margin-top: 10px;
}

#page-robotica .banner-topo{
  height: 487px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

#page-robotica .banner-topo .info-banner{
  padding: 110px;
  padding-top: 85px;
  color:#fff;
}
#page-robotica .banner-topo .info-banner p{
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 149%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 70%;
}

#page-robotica .banner-topo .info-banner h1 {
  font-family: Open Sans;
  width: 70%;
  font-weight: 700;
  font-style: Bold;
  font-size: 78px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media (max-width: 1366px) {
    #page-robotica .banner-topo .info-banner h1{
    font-size: 42px;
    line-height: 1.2;
  }

  #page-robotica .banner-topo .info-banner p{
    font-size: 28px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
/* ------- RESPONSIVO (MOBILE) ------- */

@media (max-width: 820px) {
    #page-robotica .banner-topo .info-banner h1{
    font-size: 36px;
    line-height: 1.2;
  }

  #page-robotica .banner-topo .info-banner p{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #page-robotica .topo{
    padding: 0 20px;
  }

  #page-robotica .banner-topo{
    padding-bottom: 40px;
  }

  #page-robotica .banner-topo .info-banner{
    padding: 70px;
    padding-top: 130px;
  }

  #page-robotica .banner-topo .info-banner h1,
  #page-robotica .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  #page-robotica .banner-topo{
    height: auto;
    padding-bottom: 40px;
  }
  #page-robotica .banner-topo .info-banner{
    height: auto;
    padding: 30px 15px;
  }

  #page-robotica .banner-topo .info-banner h1{
    font-size: 24px;
  }

  #page-robotica .banner-topo .info-banner p{
    font-size: 15px;
  }
}

#page-robotica .titulo1{
  color: #032A64;
  font-size: 36px;
  font-weight: 700;
}

#page-robotica .subtitulo{
  font-weight: 400;
  margin-top: 15px;
}

#page-robotica p{
  font-weight: 400;
}

#page-robotica .box-cinza{
  background-color: #E9E9E9;
  border-radius: 20px;
  height: 460px;
  position: relative;
}

#page-robotica .icon-robotica{
  position: absolute;
  top: 25px;
  left: 25px;
}

#page-robotica .box-cinza .box-content{
  padding: 20px;
}

#page-robotica .box-cinza .box-content h3{
  color: #E43470;
  font-size: 39px;
  font-weight: 700;
}


#page-robotica .btn-robotica{
    border-radius: 20px;
    padding: 5px 25px;
    background-color: #0072BC;
    color: #fff;
    font-size: 14px;
}

#page-robotica .box-azul{
  background-color: #032A64;
  border-radius: 20px;
  height: 460px;
  position: relative;
  padding: 35px;
}

#page-robotica .box-azul h2{
  color: #fff;
}

#page-robotica .comissao .box-img{
  height: 460px;
}


#page-robotica .accordion-button {
  background-color: #E9E9EA;
  border-radius: 1rem;
  font-weight: 500;
  color: #6F6C6C;
}
#page-robotica .accordion-item {
  border: none;
  margin-bottom: 0.5rem;
}
#page-robotica .accordion-button:focus {
  box-shadow: none;
}
#page-robotica .accordion-button:not(.collapsed) {
  background-color: #F9F7F3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -7px 8px rgba(0, 0, 0, 0.1);
}
#page-robotica .accordion-body {
  background-color: #F9F7F3;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  padding: 0 1rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease, padding 0.8s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#page-robotica .accordion-collapse.show .accordion-body {
  padding: 1rem;
  max-height: 500px;
  opacity: 1;
  color: #6F6C6C;
  font-size: 16px;
}
#page-robotica .accordion-button::after {
    display: none;
}
#page-robotica .accordion-button::before {
    content: "+";
    font-weight: bold;
    color: #6F6C6C;
    position: absolute;
    right: 20px;
    transition: 0.2s ease;
    background: #fff;
    padding: 3px 12px;
    border-radius: 10px;
    font-size: 28px;
}
#page-robotica .accordion-button:not(.collapsed)::before {
    content: "–";
    background-color: #E9E9E9;
        padding: 1px 13px 7px 16px;
}

#page-formulario-robotica .div-candidato{
  background-color: #E9E9E9;
  border-radius: 20px;
  min-height: 400px;
}

#page-formulario-robotica .div-candidato,
#page-formulario-robotica .div-preceptor,
#page-formulario-robotica .div-instituicao{
  padding: 25px;
}

#page-formulario-robotica .titulo1{
  color: #032A64;
  font-size: 36px;
  font-weight: 700;
}

#page-formulario-robotica h4{
  color:#6F6C6C;
  font-weight: 700;
}

#page-formulario-robotica hr{
  color:#6F6C6C;
}

#page-formulario-robotica .input-estilizado{
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #888;
  border-radius: 30px;
  background: #eee;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

#page-formulario-robotica .input-estilizado.required{
  border: #E43470 solid 1px;
}

#page-formulario-robotica .btn-form-enviar{
  background-color: #0072BC;
  color: #fff;
  padding: 10px 15px;
}

#page-formulario-robotica label{
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 20px;
}

#page-formulario-robotica .file-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
}

#page-formulario-robotica .upload-btn {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

#page-formulario-robotica .upload-btn:hover {
    background-color: #f5f5f5;
}

#page-formulario-robotica .file-name {
    color: #666;
    font-size: 14px;
}

#page-formulario-robotica .fileInput {
    display: none; /* esconde o input nativo */
}

#page-formulario-robotica small{
  padding-left: 20px;
  font-size: 14px;;
}

#page-formulario-robotica .erro-validacao {
  margin-top: 3px;
  display: block;
}


