*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.frog-footer { background-color: #0036EA;}
.btn_frog_cta { z-index: 3; position: relative;;}


html,
body {
  height: 100%;
  /* overflow-x: hidden; */
}

.header * , .header {
    background-color: transparent;
}

body {
  
  -webkit-font-smoothing: antialiased;
}

.slider {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  /* cursor: none; */
}

.slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  flex-shrink: 0;
}

.slider__menu {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  cursor: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: border-color 0.3s ease;
}

.slider__menu:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.slider__menu span {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.slider__label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  display: none;
}

.slider__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 32px 40px;
  min-height: 0;
  position: relative;
}

.slider__left {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  position: relative;
  z-index: 4;
 
}

.slider__title {
  /* font-size: clamp(64px, 15vw, 200px); */
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  overflow: hidden;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.slider__title span {
  display: inline-block;
  will-change: transform;
}

.slider__footer {
  flex-shrink: 0;
  margin-top: 10px;
}

.slider__description {
  font-size: 10px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  text-transform: uppercase;
}

.slider__location {
  font-size: 10px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 12px;
}

.slider__cursor {
  opacity: 0!important; 
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform;
  z-index: 10;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: 400;
}

.slider__right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* pointer-events: none; */
}

.slider__images {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  aspect-ratio: 1.4;
  overflow: hidden;
  will-change: transform, filter, opacity;
  contain: layout style;
  border-radius: 10px;;
}

.slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

#sliderNext {  padding-left: 127px; }

.slider__title-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}



.slider__right {
  position: relative;
}


.topo{ position: relative; }
.slider__click {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}

/* metade de cima */
.slider__click--top {
    top: 0;
    height: 25%;
    width: 50%;
    right: 0;
    left: auto;
}

/* metade de baixo */
.slider__click--bottom {
   bottom: 0;
    height: 25%;
    width: 50%;
    right: 0;
    left: auto;
}

@media(max-width: 1000px){
.slider__click--top ,
.slider__click--bottom {
  width: 100%;
 }

}

/* debug visual (remover depois) */
/* .slider__click--top {
  background: rgba(255,0,0,0.2);
}

.slider__click--bottom {
  background: rgba(0,255,255,0.2);
} */


/* .slider__title-link a span{ color:white!important; } */

@media screen and (min-width: 768px) {
  .slider__header {
    padding: 40px 56px;
  }

  .slider__label {
    display: flex;
  }

  .slider__body {
    padding: 0 56px 56px;
  }

  .slider__footer {
    margin-top: 10px;
  }

  .slider__slide {
    width: 60%;
  }

  .slider__cursor {
    width: 88px;
    height: 88px;
  }

}

@media screen and (min-width: 1024px) {

  .frog-footer { padding-top: 250px;  }
  .slider__body { width: 100%; min-width: 100%; ;}

  .slider__nav  { padding-top:  40px; ;}
  .slider__body {
    flex-direction: row;
  }

  .slider__left {
    width: 55%;
    flex-shrink: 0;
    z-index: auto;

    padding-top: 40vh ;;

    position:absolute; 
  }


  .slider__right {
    position: static;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    opacity: 1;
    pointer-events: auto;

        position: absolute; 
        right: 100px;
        width: 45%;
        max-width: 45%;
        left: auto;

  }

  .slider__slide {
    width: 68%;
  }

  .veja_tambem { padding-top: 65px; font-size: 22px; line-height: 39px;}

  .slider__footer { padding-bottom: 200px ;}

}

@media (prefers-reduced-motion: reduce) 
{

  .slider__slide,
  .slider__title span {
    will-change: auto;
  }

}

@media(max-width:1000px){


  body{ max-width: 100dvw; overflow-x: hidden;}
  .frog-footer { padding-top: 100px; } 
  .veja_tambem { padding-top:  130px}

  #menuModal { max-width: 100dvw; width: 100dvw; overflow-x: hidden;}


  .slider { 
    /* min-height: 1050px;  */
    height: auto;
     max-width: 360px; margin: auto;

    /* overflow-x: hidden; */
    /* margin-left: 0px; */

  }

  /* #sliderNext { padding-left: 222px ;} */
  .slider__title { margin-left: -20px}

  .slider__nav {  
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .slider__left {
    padding-top: 184px; top: 0;  position: relative; z-index: 1; 
    /* min-height: 400px;  */
  }
  .slider__click{  display: none!important; }
  .slider__title { min-height: 290px; font-size: 50px; z-index: 30; position: relative;;}

  /* .slider__body ,
  .slider__body * { overflow-x: visible } */

  /* .slider__nav { padding-top: 42dvh; z-index: 1; } */
  .topo { background-color: #0036EA ;}

  .slider__images { z-index: 10 ; background: #0036EA;}
  .slider__cursor { display:none !important}

  /* .slider__title-link { height: 250px; position:relative; z-index: 5;} */

  /* .slider__info { position: relative ; top: 50px;} */

  .slider__slide { z-index: 20!important;}
  .slider__right{ 
    position:absolute; pointer-events:  auto ;
    height: 370px; height: 370px;  
     /* transform: translateY(145px) scale(1.4); ; */
     transform: translateY(145px)   ;
  }
  .slider__title ,
  .slider__title-link { height: 250px; min-height: 250px; width: 100%;  }
  /* .slider__right { transform: translateY(-150px) scale(1.3); height: 70%;} */

  #sliderNext, #sliderPrev { z-index: 20;}
}