.elementor-100428 .elementor-element.elementor-element-a67721d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-100428 .elementor-element.elementor-element-a67721d > .elementor-element-populated > .elementor-widget-wrap{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9dd80a4 */*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.box-botao1 button {
  background-color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

.card-title h3 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  font-family: "Gelion Black", Sans-serif;
}

.general-container {
  display: flex;
  height: 66rem;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.radio {
  display: none;
}

.content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  flex: 2;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.content:nth-of-type(1) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/sao-paulo.png");
}

.content:nth-of-type(2) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/rio-de-janeiro.png");
}

.content:nth-of-type(3) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/porto-alegre.png");
}

.content:nth-of-type(4) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/balneario-camburiu_.png");
}

.content:nth-of-type(5) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/curitiba.png");
}

.content:nth-of-type(6) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/01/vitoria.png");
}

.content:nth-of-type(7) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/05/Recife.png");
}

.content:nth-of-type(8) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/10/UplayTV-Novos-Banners-de-Cidades_Fortaleza-1.png");
}

.content:nth-of-type(9) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/10/UplayTV-Novos-Banners-de-Cidades_Goiania-1.png");
}
.content:nth-of-type(10) {
  background-image:
    url("https://uplaygo.com.br/wp-content/uploads/2023/10/UplayTV-Novos-Banners-de-Cidades_Sao-Luis-1.png");
}


.card-title {
  bottom: 1.2rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 2.5rem;
  top: 8%;
  left: 3.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 53px;
  font-family: "Gelion Black", Sans-serif;

}

.subtitle {
  text-align: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Gelion Regular", Sans-serif;
}

.line {
  height: 2px;
  width: 22rem;
  background-color: white;
}

.semestre {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.datas {
  display: flex;
  padding-left: 20px;
  gap: 25px;
  margin-top: 10px;
  line-height: 30px;
}

.semestre-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.semestre-1 p {
  font-size: 18px;
  font-family: "Gelion Black", Sans-serif !important;
  font-weight: 900;
}

.datas p {
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;

}

.content .title-rotate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 100%;
  margin-left: calc(-285px);
  transition: 0.2s;
  background-color: #0000004d;
}

#card-3 .radio:checked+.content {
  flex: 10;
}

.content span {
  font-size: 3rem;
  color: white;
  position: relative;
  transform: rotate(-90deg);
  transition: 0.2s;
  font-size: 40px;
  line-height: 45px;
  font-family: "Gelion Black", Sans-serif;
  font-weight: 900;
}

.fundopreto {
  background-color: #00000085;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.date {
  background-color: #FFFFFF;
  border-radius: .5rem;
  padding: .4rem 1rem;

}

.date1 {
  background-color: #FFFFFF;
  border-radius: .5rem;
  padding: .4rem 1rem;
}

.date h1 {
  font-size: 1.5rem;
  font-weight: 400;
}

.date1 h1 {
  font-size: 1.6rem;
  font-weight: 100;
}

/* Effect */
.radio:checked+.content {
  cursor: auto;
  flex: 10;
}

.radio:checked+.content>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content>.title-rotate {
  display: none;
}

@media (min-width: 1300px) and (max-width: 1550px) {

  .content .title-rotate {
    margin-left: calc(-320px);
  }

  .content{
    flex: 1.3;
  }

  .datas {
    gap: 20px;
  }

  .semestre {
    margin-top: 20px;
  }

}



/* ////////////////////////////////////// */



.box-full {
  height: 50rem;
  width: 100%;
}

.container-info {
  display: flex;
  gap: 20px;
  margin-top: 30px;

  width: 100%;
}

.box-infos {
  display: flex;
  flex-direction: column;
}

.box-dts p {
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;
  text-align: center;
}

.box-infos p {
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;
}

.prof {
  margin-top: 10px;
}

.btn-inscrever {
  background-color: rgb(124, 124, 124);
  color: white;
  border: none;
  width: 10rem;
  height: 2.2rem;
  border-radius: 4px;
}

.btn-vip {
  margin-top: 20px;
  background-image: linear-gradient(to right, #e95335, blue);
  width: 30rem;
  color: white;
  height: 3rem;
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
}

.btn-saiba {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
  width: 20rem;
  height: 3rem;
  border-radius: 4px;
  margin-top: 50px;
  font-size: 20px;
}

.saibamais {
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;
  color: rgb(191 255 67);
  margin-top: 10px;
}
.embreve{
  font-size: 18px;
  font-family: "Gelion Regular", Sans-serif;
  color: #B2B4B8;
  margin-top: 10px;
}

.title {
  font-weight: bold;
  font-size: 22px;
}

.container-all{
  height: 13.5rem;
  width: 60.9rem;
  display: flex;
}

.box-img{
  background-color: #D9D9D9;
  width: 23.75rem;
  height: 100%;
  border-radius: 5px;
}

.box-info{
  height: 100%;
  width: 37.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:25px;
  
}

.escritora {
  font-size: 16px;
  color: #B3B3B3;
  padding-bottom: 30px;
}

.titulo{
  font-size: 24px;
  color: #0780ED;
  padding-bottom: 10px;
}

.descricao{
  font-size: 16px;
}

@media (min-width: 550px) and (max-width: 891px){
  .container-all{
      width: 50rem;
  }
}

@media (min-width: 0px) and (max-width: 549px){
  .container-all{

      flex-direction: column;
      width: 22rem;
      height: 23rem;
  }
  .box-img{
      width: 100%;
      height: 10rem;
  }
  .escritora {
      font-size: 16px;
      color: #B3B3B3;
      padding-bottom: 30px;
  }
  
  .titulo{
      font-size: 24px;
      color: #0780ED;
      padding-bottom: 10px;
  }
  
  .descricao{
      font-size: 16px;
  }

  .box-info{
      width: 100%;

  }
}/* End custom CSS */