.centrotreinamento{
    font-family: 'Open Sans' !important;
}
.centrotreinamento .banner-topo{
  height: 487px;
  background-size:cover; 
  background-position:center; 
  border-radius: 20px;
}

.centrotreinamento .banner-topo .info-banner{
  padding: 135px;
  padding-top: 180px;
  color:#fff;
}

.centrotreinamento .banner-topo .info-banner p{
  width: 45%;
}

.centrotreinamento .banner-topo .info-banner h1{
  width: 63%;
  font-size: 60px;
  font-weight: 600;
}

.centrotreinamento .video-ct{
  height: 340px;
    border-radius: 20px;
    overflow: hidden;
}

.centrotreinamento h3{
  font-size: 36px;
  font-weight: 700;
  color: #032A64;
}

.centrotreinamento .box-video p{
  font-weight: 400;
  padding-right: 15px;
}

.centrotreinamento .busca-cursos{
  float: right;
}

.centrotreinamento .busca-cursos input::placeholder{
  font-size: 12px;
}

.centrotreinamento .box-curso{
  width: 100%;
  height: 510px;
  background-color: #E9E9E9;
  padding: 20px;
  border-radius: 20px;
}

.centrotreinamento .box-curso .img{
  height: 200px;
}

.centrotreinamento .box-curso .box-conteudo{
  min-height: 270px;
}

.centrotreinamento .box-curso .titulo{
  color: #E43470;
  font-size: 28px;
  font-weight: 700;
}

.centrotreinamento .box-curso .data{
  font-size: 23px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}

.centrotreinamento .box-curso .btn-curso{
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 15px;
  background-color: #0072BC;
  border-radius: 20px;
  width: 175px;
  margin-top: 10px;
}


.centrotreinamento .box-formulario{
  background-color: #032A64;
  min-height: 550px;
}

.centrotreinamento .box-formulario input,
.centrotreinamento .box-formulario select{
  width: 85%;
  margin-bottom: 10px;
  height: 41px;
  font-size: 13px;
  padding-left: 25px;
  border: none;
  color: #757575;
}

.centrotreinamento .box-formulario h4{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  width: 80%;
}

.centrotreinamento .select-checkbox {
  width: 85%;
  font-family: sans-serif;
  position: relative;
}

.centrotreinamento .select-display {
  padding: 3px 14px 3px 25px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #757575;
  height: 41px;
}

.centrotreinamento .arrow {
  transition: transform 0.2s ease;
  font-size: 18px;
  color:#949292;
  font-weight: normal;
}

.centrotreinamento .checkbox-box {
  display: none;
  background: white;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: absolute;
  width: 100%;
  z-index: 10;
}

.centrotreinamento .checkbox-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0 6px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #757575;
}

.centrotreinamento .box-formulario .checkbox-box input{
  width: 15px;
    position: absolute;
    top: -4px;
    left: 0px;
}

.centrotreinamento .select-wrapper {
  position: relative;
  width: 85%;
}

.centrotreinamento .select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  font-size: 13px;
}

.centrotreinamento .arrow-select {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
  pointer-events: none;
  font-size: 16px;
  color: #757575;
}

.ckeck label{
  color: #fff;
}

.ckeck input{
  width: 10px;
}

.centrotreinamento .btn-envia-interesse{
  background-color: #fff;
  color: #0072BC;
  padding: 5px 20px;
  border-radius: 20px;
}

.centrotreinamento .btn-envia-interesse:hover{
  color: #fff;
  background-color: #0072BC;
}

.centrotreinamento .box-info{
  width: 100%;
  height: 500px;
  border-radius: 20px;
  background-size:cover; 
  background-position:center;
}


.centrotreinamento .btn-carregar-cursos{
  color: #fff;
  background-color: #0072BC;
  padding: 5px 20px;
  border-radius: 20px;
  width: 210px;
}


