@media (max-width: 480px) {
    /*dispositivos móveis*/

    /*----------------------------next events & courses----------------------------*/
    .next-events-courses .schedule .event .date strong {
        font-size: 16px;
        line-height: 1.5;
    }
    .next-events-courses .schedule .event h3 {
        font-size: 18px;
        word-break: break-word;
    }

    .next-events-courses .nav {
        margin-bottom: 0px;
    }

    .next-events-courses .nav,
    .next-events-courses .nav ul {
        align-items: stretch !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .next-events-courses .nav ul {
        width: 50vw;
    }

    /*----------------------------highlight events & courses----------------------------*/

  .highlight-events-courses .info h2{
   font-size: 28px!important;
  }
   .highlight-event .nav ul {
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    .highlight-events-courses .nav {
      display: block;
    }
    .highlight-events-courses .info .date strong {
        font-size: 16px;
    }
    .highlight-events-courses .sponsor {
        margin: 0px 0 10px;
        flex-direction: column;
        align-items: flex-start!important;
    }

    .highlight-events-courses .sponsor .image {
      height: 50px!important;
    }

    .highlight-events-courses .highlight-course .overlay {
        display: block !important;
        background: #000000b3;
        height: 100%;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 0;
    }
    .highlight-events-courses .highlight-course .nav,
    .info {
        z-index: 10;
    }
    .highlight-events-courses .highlight-course {
        padding: 0 0 0!important;
    }
    .highlight-events-courses .highlight-course .nav {
        margin-top: 40px;
    }

    /*----------------------------about----------------------------*/
  .about .text h2{
    font-size: 28px!important;
    }
    .about .text p{
      font-size: 14px!important;
    }
    .about .overlay {
        display: block;
        background: rgba(0, 0, 0, 0.8);
    }

  /*----------------------------noticias----------------------------*/
    .news .heading h2 {
      font-size: 28px!important;
    }
      .news .item h3 {
      font-size: 18px!important;
    }
    .news .group .item p {
      font-size: 14px!important;
    }
    .owl-carousel button.owl-dot {
      height: 10px!important;
      width: 10px!important;
    }
    /*----------------------------publication----------------------------*/
    .publication .heading h2{
      font-size: 26px!important;
      line-height: 1;
    }
    .publication  .title {
      font-size: 16px;
      line-height: 1.1;
  }
    .publication .box h3 {
      font-size: 23px!important;
    }
    .publication .box p {
      font-size: 14px!important;
    }
    .publication .btn {
      padding: 1rem;
      width: auto;
    }
      .publication .link {
      padding: 1.5rem;
    }

}

 /*----------------------------STEP 2 (coisas a revisar)----------------------------*/























 /*1201px e acima —  telas muito grandes, TVs vai ser o restante*/

/* section .heading h2 {
  font-weight: 900;
  color: var(--arpel-dark-gray);
  margin: 0 0 30px;
}
section .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
section .nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.next-events-courses {
  padding: 70px 0;
}
.next-events-courses .schedule .event {
  color: var(--arpel-dark-gray);
}
.next-events-courses .schedule .event .date {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.next-events-courses .schedule .event .date strong {
  display: block;
  font-weight: 700;
}
.next-events-courses .schedule .event .tag {
  font-weight: 300;
  color: var(--arpel-gray);
  font-size: 13px;
}
.next-events-courses .schedule .event h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}

.next-events-courses .btn-outline-gray-eventos:hover{
  box-shadow: 0px 0px 9px 1px var(--arpel-green);
}
.next-events-courses .btn-outline-gray-cursos:hover{
  box-shadow: 0px 0px 9px 1px var(--arpel-light-blue);
}
 .btn-outline-gray-info:hover{
  color: #fff;
  background-color: #4d4d4d;
}
.btn {
  transition: all 0.3s ease-out;
}

.highlight-events-courses {
  color: var(--arpel-white);
}
.highlight-events-courses .bg-green {
  background-color: #779c4e;
}
.highlight-events-courses .highlight-event {
  padding: 30px 60px 60px;
}

.highlight-events-courses  .btn-outline-primary:hover{
    box-shadow: 0px 0px 9px 1px var(--arpel-green);
}

.highlight-events-courses .highlight-course .btn.active:hover{
    box-shadow: 0px 0px 9px 1px var(--arpel-light-blue);
}
@media (min-width: 1200px) {
  .highlight-events-courses .highlight-event {
    max-width: 800px;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .highlight-events-courses .highlight-event {
    max-width: 860px;
    padding: 30px 60px 60px 0;
  }
}
.highlight-events-courses .highlight-event .btn.active {
  background-color: var(--arpel-green);
}

.highlight-events-courses .sponsor {
  display: flex;
  align-items: center;
}

.highlight-events-courses .sponsor p {
  margin: 0 10px 0 0;
}

.highlight-events-courses .sponsor .image {
  width: 70px;
  height: 70px;
  background: var(--arpel-white);
  display: flex;
  border-radius: 50%;
}

.highlight-events-courses .info .date {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.highlight-events-courses .info .date strong {
  font-weight: 700;
}
.highlight-events-courses .info .tag {
  font-weight: 300;
  font-size: 13px;
}
.highlight-events-courses .info h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.highlight-events-courses .info .action-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.highlight-events-courses .exhibitor {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
.highlight-events-courses .exhibitor .image {
  width: 116px;
  height: 116px;
  border: 1px solid var(--arpel-white);
  border-radius: 50%;
}
.highlight-events-courses .exhibitor .image img {
  border-radius: 50%;
}
.highlight-events-courses .exhibitor .bio {
  width: calc(100% - 116px);
  padding-left: 15px;
}
.highlight-events-courses .exhibitor .bio h3 {
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 700;
}
.highlight-events-courses .exhibitor .bio p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.highlight-events-courses .highlight-course {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.highlight-events-courses .highlight-course .btn.active {
  background-color: var(--arpel-light-blue);
}
.highlight-events-courses .highlight-course .badge {
  border: 1px solid var(--arpel-white);
}
.about {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: var(--arpel-white);
}

.about .container{
padding: 80px 0;
}

.about .overlay {
  left: 0;
  width: 100%;
  height: 100%;
background: rgba(0, 0, 0, .3);
  transition: background 0.5s ease;
}



.about .text {
    position: relative;
    top: 30px;
    transition: top .5s ease;
}

.about .button {
  position: absolute;
  width: 500px;
  opacity: 0;
  transition: opacity .35s ease;
}
.about .button a {
  z-index: 1;
}

@media (max-width: 1023px) {
  .about .button {
  opacity: 1;
    position: relative;
}
  .about .container {
    padding: 60px 30px;
}

.about .text {
       top: auto;
  }
  .about .text h2 {
    font-size: 36px;
  }
}

@media (min-width: 1023px) {
  .about:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .8);
  }
    .about .container:hover .text {
    top: -9px;
  }
    .about .container:hover .button {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .about .text {
    max-width: 800px;
  }
}


.about .text h2 {
  font-size: 46px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.about .text p {
  font-size: 17px;
}
.news {
  padding: 90px 0;
}
.news .nav {
  margin: 0 0 30px;
}
.news .group .item h3 {
  color: var(--arpel-dark-gray);
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.news .group .item .image, .news .group .item .media {
  margin: 0 0 20px;
}
.news .group .item p {
  margin: 0 0 1.4rem;
}

.btn-outline-gray:hover{
  background-color: #4d4d4d;
}
@media (min-width: 1200px) {
  .news .item .ratio {
    max-height: 290px
  }
}
@media (max-width: 425px) {
.news .group .item h3 {
    font-size: 16px;
  }
 .news .group .item p {
    font-size: 12px;
  }
}

.publication .container-fluid {
  margin-top: 30px;
}
.publication .bg-gray {
  background-color: #f0f0f0;
}
.publication .btn {
  background-color: var(--arpel-orange);
  color: var(--arpel-white);
  font-weight: 700;
  gap: 15px;
/*   display: inline-block; */
  text-align: left;
  padding: 1.5rem;
  border-radius: 10px;
}
.publication .btn i {
  display: block;
  margin: 0 0 5px;
}
.publication .btn:hover{
    box-shadow: 0px 0px 9px 1px var(--arpel-orange);
}


.publication .box {
  background-color: var(--arpel-white);
  padding: 30px;
  border-radius: 20px;
}
.publication .box .image {
  margin: 0 0 20px;
}
.publication .box .image img {
  max-height: 40px;
}
.publication .box .tag {
  font-weight: 300;
  font-size: 21px;
}
.publication .box h3 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: var(--arpel-dark-gray);
}
.publication .box p {
  font-size: 22px;
  color: var(--arpel-dark-gray);
}
.publication .box .action-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.publication .info {
  padding: 60px;
}
.publication .info p {
  font-size: 17px;
  margin: 0 0 1.4rem;
}


#main-footer .btn-outline-primary:hover{
    color: var(--arpel-dark-blue);
  background-color: #fff;
}
/*
* mobile/tablet
*/
@media (max-width: 767.98px) {
  .next-events-courses {
    padding: 40px 0;
  }

  .next-events-courses .schedule .event {
    margin-bottom: 30px;
  }

  .next-events-courses .schedule .event h2 {
    margin: 0 0 10px;
  }

  .highlight-events-courses .exhibitor {
    align-items: flex-start;
  }

  .highlight-events-courses .exhibitor .image {
    height: 50px;
    width: 50px;
  }
  .highlight-events-courses .exhibitor .bio {
    padding-left: 10px;
    width: calc(100% - 50px);
  }

  .highlight-events-courses .exhibitor .bio h3 {
    font-size: 16px;
  }

  section .nav {
    flex-wrap: wrap;
  }

  .about .text h2 {
    font-size: 30px;
  }

  .news {
    padding: 40px 0;
  }

  .news #jsNewsCarousel {
    margin: 0 0 30px
  }

  .publication .highlight-publication,
  .publication .info {
    padding: 40px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .next-events-courses .schedule .event {
    margin-bottom: 30px;
  }

}


 */