/*
  LANDING CONGRESSO 2024 v 1.1;
  05/2023;
  João Diogo Pereira;
*/
@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato.ttf);
}

.woocommerce-checkout label[for="order_comments"]{
  display:inline-block!important;
}

.page-template-page-congresso-aptpd-2024 .page_title_in_content {
  display: none!important;
}

.page-template-page-congresso-aptpd-2024{
  background-color: #f2f2f2;
}

.landing-hero{
background-image: url(../images/fundo-2026.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: calc(100vh - 97px);
}

.landing-text{
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0e5c73;
}

.landing-text h1{
  font-size: 38px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0e5c73;
  margin-bottom: 1.5rem;
}

.landing-text h2{
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0a7a93;
}

.landing-text strong{
  color: #0e5c73;
}

.landing-text a:not(.btns){
  color: #95b0c7;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.landing-text a:not(.btns):hover{
  color: #f49b1d;
}

.landing-text strong.darker{
  color: #1c3d70;
}

.landing-text a:not(.btns) strong:hover{
  transition: all .3s ease-in-out;
}

.landing-text a:not(.btns) strong:hover{
  color: #f49b1d;
}

.landing-img img{
  width:100%;
  height:auto;
}

.btns{
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 25px;
  text-decoration: none;
  width: fit-content;
  margin-right: 1rem;
  margin-left: 7.5px;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.btns--yellow{
  color: #fff;
  background-color: #f49b1d;
  border: solid 1px #f49b1d;
}

.btns--yellow.no-hover{
  margin-left: 0!important;
  margin-right: 0!important;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.btns--yellow.no-hover:hover{
  color: #fff;
  background-color: #f49b1d;
  border: solid 1px #f49b1d;
  cursor: auto!important;
}

.btns--yellow:hover{
  color: #fff;
  background-color: #0a7a93;
  border: solid 1px #0a7a93;
}

.btns--transparent, .btns--transparent:hover{
  color: #f49b1d;
  background-color: transparent;
  border: solid 1px #f49b1d;
  height: 100%;
}

.btns--transparent.no-hover{
  cursor: auto!important;
  margin-left: 0!important;
  margin-right: 0!important;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.landing-title{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0a7a93;
  text-transform: uppercase;
  position: relative;
}

.landing-title span{
  background-color: #f2f2f2;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.landing-title:after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(95%);
  right: 0;
  left: 0;
  border-top: 3px solid #0a7a93;
  z-index: 0;
  height: 100%;
  margin: 0 12px;
  width: calc(100% - 24px);
}

.orador img{
  width: 100%;
  aspect-ratio: 1;
  border: solid 1px #1c3d70; 
}

.decor-none, .decor-none *{
  text-decoration: none;
}

.orador.hotel .landing-text strong{
  transition: all .3s ease-in-out;
}

.orador.hotel:hover .landing-text strong{
  color: #f49b1d;
}

.w-20{
  flex: 0 0 auto;
  width: 20%;
}

.preco{
  width: 100%;
  text-align: center;
}

.sponsor-title{
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b9b9b9;
}

.sponsor{
  width:100%;
  aspect-ratio: 16 / 4;
}

.sponsor img{
  width:100%;
  height:100%;
  object-fit: scale-down;
}

.jantar img{
  max-width: 180px;
}

@media only screen and (max-width: 1200px){
  .btns{
    font-size: 11px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 992px){
  .btns{
    font-size: 11px;
    padding: 10px 17px;
  }
}

.page-template-page-congresso-aptpd-2026 section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-template-page-congresso-aptpd-2026 .elementor-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}