
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body{
    padding: 0;
    margin: 0;
    height: auto;
    background-image: url('/wp-content/themes/labbotheme/assets/img/background-body.png');
    background-color: var(--darkgreen);
    background-size: 100%;
    background-position-y: 24px;
    background-repeat: no-repeat;
    color: #FFF;
}
body.overflow-hidden {
  overflow: hidden
}
.menu{
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
} 
:root {
    --transition: all 0.2s ease;
    --white: #fff;
    --beige: #e3ddd1;
    --black: #000000;
    --yellow: #bf9c5c;
    --yellow-2: #FCC200;
    --brown: #4c412d;
    --darkgreen: #252815;
    --gray: #989898;
    --gray-2: #E2DDD1;
    --font-size-1: 14px;
    --font-size-2: 16px;
    --font-size-3: 18px;
    --font-size-3-1: 24px;
    --font-size-4: 30px;
    --font-size-5: 34px;
    --font-1: "Nunito", sans-serif;
    --font-2: "Oswald", sans-serif;
  }
audio {
    width: 100%;
    margin: 20px 0 0;
}
  /* SECTIONS GERAL*/
section{
    margin: 40px 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var( --font-1);
    padding-bottom: 100px;
    text-align: center;
}
section h1{
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    text-align: center;
    justify-content: center;
    color: var(--yellow);
    font-size: var(--font-size-5);
    line-height: 38px;
    margin: 4px 0;
    text-transform: uppercase;
}

section h2{
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    text-align: center;
    justify-content: center;
    color: var(--yellow);
    font-size: var(--font-size-4);
    line-height: 30px;
    margin: 4px 0;
    text-transform: uppercase;
}
section .prefix,
section .sufix{
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    text-align: center;
    justify-content: center;
    color: var(--white);
    font-size: var(--font-size-2);
    text-transform: uppercase;
}
section .content{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
strong{
    color: var(--yellow);
    display: contents;
}
u{
    display: contents;
    text-decoration: underline;
}
em{
    display: contents;
    font-style: italic;
}
section .content p{
    font-size: var(--font-size-3);
}
  
.grid{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* LOOP */
.gallery .card {
    width: 48%!important;
}
.card figure{
    margin: 0;
    padding: 0;
    margin-top: 24px;
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    object-position: center;
    align-content: center;
}
.card  figure img{
    width: 100%;
}
.card  h2{
    display: flex;
    width: 100%;
    color: var(--white);
    font-family: var(--font-2);
    font-size: var(--font-size-3);
    line-height: 22px;
    text-align: center;
    justify-content: center;
    margin: 0;
    margin-top: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
.card span{
    display: flex;
    font-family: var(--font-2);
    font-size: var(--font-size-1);
    line-height: 16,8px;
    font-weight: 400;
    justify-content: center;
    color: var(--yellow);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 8px;
}
/* Menu Principal */
.main-menu{
    position: fixed;
    bottom: -200%;
    height: auto;
    width: 100%;
    border-radius:16px 16px 0px 0px;
    background: var(--beige);
    font-family: var(--font-2); 
    transition: var(--transition);
    z-index: 999;
}
.main-menu.active{
    bottom: 13px!important;
    padding-bottom: 62px;
}
.main-menu .main-menu-inner{
    background-image: url('/wp-content/themes/labbotheme/assets/img/background.png');
    background-size: 100%;
    background-position-y: 24px;
    background-repeat: no-repeat;
}
.main-menu .main-menu-inner .title-menu{
    display: flex;
    font-size: var(--font-size-4);
    font-weight: 400;
    color: var(--darkgreen);
    padding: 14px 0 24px 0;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
}
.main-menu .main-menu-inner .select-input{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main-menu .main-menu-inner .select-input label{
    width: 100%;
    font-size: var(--font-size-2);
    color: var(--darkgreen);
}
.main-menu .main-menu-inner .select-input select {
    width: 100%;
    padding: 11px;
    font-size: var(--font-size-1);
    color: var(--gray);
    border: none;
    border-radius: 8px;
    height: 40px;
    display: flex;
    margin: 8px 0 16px;
}
.main-menu .main-menu-inner .title-menu img{
    width: 36px;
    height: 36px;
}
.main-menu .main-menu-inner .title-visit,
.main-menu .main-menu-inner .title-social{
    display: flex;
    font-size: var(--font-size-2);
    font-weight: 400;
    justify-content: center;
    color: var(--darkgreen);
    letter-spacing: 4px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}
.main-menu .main-menu-inner .title-social{
    color: var(--yellow);
}
.main-menu .main-menu-inner .ul-menu{
    padding: 20px 20px 10px;
    margin: 0;
}
.main-menu .main-menu-inner .ul-menu li{
    list-style: none;
}
.main-menu .main-menu-inner .ul-menu li a{
    display: flex;
    width: 100%;
    padding: 17px 24px;
    align-items: center;
    justify-content: space-between;
    background: var(--yellow);
    height: auto;
    margin-bottom: 8px;
    color: var(--white);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: var(--font-size-3);
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu .main-menu-inner .ul-menu li a img{
    width: 24px;
    height: 24px;
}

.main-menu .main-menu-inner .ul-social{
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.main-menu .main-menu-inner .ul-social li{
    list-style: none;
    margin: 0;
    padding: 0;

}
.main-menu .main-menu-inner .ul-social li a img{
    width: 24px;
    height: 24px;
}
/* Menu Inferior */

.bottom-menu{
    width: 100%;
    height: auto;
    background: var(--beige);
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.bottom-menu .bottom-menu-inner{
    width: 100%;
    height: 100%;
}
.bottom-menu .bottom-menu-inner ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.bottom-menu .bottom-menu-inner ul li{
    margin: 0;
    padding: 0;
    width: 20%;
    height: 56px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-menu .bottom-menu-inner ul li a{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.bottom-menu .bottom-menu-inner ul li .active{
    background: var(--brown);
}

.bottom-menu .bottom-menu-inner ul li .active img{
    filter: brightness(0) invert(100%);
}
.drag{
    position: relative;
    width: 100%;
    height: 34px;
}

.main-menu .drag::before{
    margin-left: calc(50% - 24px);
    width: 48px;
    top: 8px;
}
.bottom-menu .drag{
    display: none;
}
.bottom-menu .drag::before{
    margin-left: calc(50% - 74px);
    width: 148px;
    bottom: 8px;
}
.drag::before{
    position: absolute;
    content: "";
    height: 5px;
    background: var(--darkgreen);
    border-radius: 12px;
}

.drag .drag-close,
.drag .drag-open{
    width: 100%;
    height: 100%;
}
.button{
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    font-size: var(--font-size-3);
    font-weight: 400;
    text-align: center;
    justify-content: center;
    padding: 17px 24px;
    background: var(--yellow);
    height: auto;
    margin-bottom: 8px;
    color: var(--white);
    box-sizing: border-box;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

/* SINGLE TOUR */
article{
    margin: 40px 0 60px;
    font-family: var(--font-1);
}

article .owl-slider {
    width: 100%;
    height: auto;
}

article .owl-slider .owl-item{
    opacity: 0.4;
    height: 100px;
}

article .owl-slider .active{
    opacity: 1;
    height: auto;
}
article span{
    display: flex;
    font-family: var(--font-2);
    font-size: var(--font-size-1);
    line-height: 16, 8px;
    font-weight: 400;
    justify-content: center;
    color: var(--yellow);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 8px;
}
article h2{
    display: flex;
    width: 100%;
    color: var(--white);
    font-family: var(--font-2);
    font-size: var(--font-size-4);
    line-height: 36px;
    text-align: center;
    justify-content: center;
    margin: 0;
    margin-top: 4px;
    text-transform: uppercase;
}
article h3,
article h4,
article h5,
article h6{
    display: flex;
    width: 100%;
    color: var(--white);
    font-family: var(--font-2);
    font-size: var(--font-size-3);
    line-height: 22px;
    margin: 0;
    margin-top: 4px;
    text-transform: uppercase;
}
article p {
    display: flex;
    font-size: var(--font-size-3);
    color: var(--gray-2);
    font-family: var(--font-1);
}
article figure{
    margin: 0;
    padding: 0;
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.card figure img {
    width: 100%;
}
.owl-slider a{
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    font-size: var(--font-size-3);
    font-weight: 400;
    text-align: center;
    justify-content: center;
    padding: 17px 24px;
    background: var(--yellow);
    height: auto;
    margin-bottom: 8px;
    color: var(--white);
    box-sizing: border-box;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
}
.owl-theme .owl-nav{
    display: flex;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 48%;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: none;
}
.backbutton{
    background: var(--yellow);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backbutton img{
    width: 8px!important;
    height: auto;
}
/* HOME: SPLASH */
.splash .language{
    display: flex;
    justify-content: center;
}
.splash h1 {
    display: flex;
    width: 100%;
    font-family: var(--font-2);
    font-size: var(--font-size-5);
    color: var(--yellow-2);
    line-height: 42px;
    text-align: center;
    justify-content: center;
    margin: 0;
    margin-top: 10 0px;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-shadow: 
    0.1em 0.1em 0.2em #4c412d,
    -0.1em -0.1em 0.2em #4c412d,
    0.1em -0.1em 0.2em #4c412d,
    -0.1em 0.1em 0.2em #4c412d;   
}
.splash span{
    display: flex;
    font-size: var(--font-size-2);
    font-family: var(--font-2);
    font-weight: 400;
    line-height: 17px;
    justify-content: center;
    color: var(--gray-2);
    letter-spacing: 4px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.splash img{
    margin: 0 6px;
    width: 56px;
    height: auto;
}
/* Avaliações */

.rating  h2{
    display: flex;
    width: 100%;
    color: var(--white);
    font-family: var(--font-2);
    font-size: var(--font-size-3);
    line-height: 22px;
    text-align: left;
    justify-content: left;
    margin: 0;
    margin-top: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
.ios-modal {
  position: absolute;
  width: calc(100% - 40px);
  background: var(--white);
  border-radius: 10px;
  margin: 20px;
  bottom: 0;
  padding: 20px 0;
}
.close-ios-modal span {
  color: var(--darkgreen)
}
.ios-modal-top {
  position: relative;
}
.close-ios-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
.close-ios-modal img {
  width: 20px;
  height: 20px
}
.ios-modal-bottom span {
  color: var(--darkgreen)
}
.ios-modal-bottom img {
  width: 20px;
  height: 40px;
}
