/* HOME */
.ENTRANCE {
  position: relative;
  width: 100vw;
  height: 90vh;
  margin-left: -13vw;
  margin-top: -180px;
}

.E_LEFT {
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: yellow; */
  height: 100%;
}
.E_RIGHT {
  position: absolute;
  right: 0;
  top: 0;
  /* background-color: pink; */
  height: 100%;
}

.CURS_E {
  width: 60px;
  height: 60px;
  position:absolute;
  z-index: 99999;
  pointer-events: none;
}

.CURS_LEFT, .CURS_RIGHT  {
  width: 60px;
  height: 60px;
  background-color: #f8f8fa;
  border-radius: 30px;
  position:absolute;
  z-index: 99999;
  pointer-events: none;
}

.CURS_LEFT {top: 10%; left: 9%;}
.CURS_RIGHT {top: 10%; right: 8%;}

.CURS_LEFT:before, .CURS_RIGHT:before {
  content: "";
  display: inline-block;
  margin-top: 25px;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-top: 1px solid black;
  position:absolute;
}

.CURS_LEFT> p:after, .CURS_RIGHT> p:after {
  content:'';
  width:55%;
  margin-top: 25px;
  height:1px;
  background:black;
  top:5px;
  position:absolute;
}


.CURS_LEFT:before {
  top: 0px;
  left:15px;
  transform: rotate(225deg);
}

.CURS_RIGHT:before {
  top: 0px;
  right:15px;
  transform: rotate(45deg);
}


.CURS_LEFT> p:after {
  left:14px;
}

.CURS_RIGHT> p:after {
  right:14px;
}

.IMM_1, .IMM_2, .IMM_3, .IMM_4 {
  pointer-events: none;
}


.IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4, .IMM_L_5,
.IMM_R_1, .IMM_R_2, .IMM_R_3, .IMM_R_4, .IMM_R_5 {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
}

.IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4, .IMM_L_5 {
  left: 75px;
}

.IMM_R_1, .IMM_R_2, .IMM_R_3, .IMM_R_4, .IMM_R_5 {
  right: 75px;
}

.IMM_L_1 {
  width: calc(44vw - 37.5px - 75px);
  height: 86%;
  background-image: url('/static/img/NovosDeNovo/L_1.jpg');
  background-position-x: 100%;
}

.IMM_R_1 {
  width: calc(56vw - 37.5px - 75px);
  height: 54%;
  background-image: url('/static/img//NovosDeNovo/R_1.jpg');
}


.IMM_L_2 {
  width: calc(57vw - 37.5px - 75px);
  height: 77%;
  background-image: url('/static/img/NovosDeNovo/L_2.jpg');
}

.IMM_R_2 {
  width: calc(43vw - 37.5px - 75px);
  height: 85%;
  background-image: url('/static/img//NovosDeNovo/R_2.jpg');
}

.IMM_L_3 {
  width: calc(38vw - 37.5px - 75px);
  height: 87%;
  background-image: url('/static/img/NovosDeNovo/L_3.jpg');
}

.IMM_R_3 {
  width: calc(62vw - 37.5px - 75px);
  height: 74%;
  background-image: url('/static/img//NovosDeNovo/R_3.jpg');
}

.IMM_L_4 {
  width: calc(51vw - 37.5px - 75px);
  height: 77%;
  background-image: url('/static/img/NovosDeNovo/L_4.jpg');
  background-position-x:60%;
}

.IMM_R_4 {
  width: calc(49vw - 37.5px - 75px);
  height: 74%;
  background-image: url('/static/img//NovosDeNovo/R_4.jpg');
}



.TIT_ENTRANCE {
  position: absolute;
  top:0;bottom:0;left:0;right:0;
  margin: auto;
  height: 165px;
  width: fit-content;
  pointer-events: none;
}

.TIT_ENTRANCE h1, .TIT_ENTRANCE h2  {
  font-family: "Lora";
  font-weight: 700;
  font-size: 165px;
  color: #f8f8fa;
  float: left;
  text-align: center;
  margin-top:0;
  cursor: default;
}

.TIT_ENTRANCE h2{display: none;}

.TIT_ENTRANCE b {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 165px;
  color: #f8f8fa;
}

.ENTRANCETXT {
  float: left;
  width: 97vw;
  height: 60vh;
  margin-left: -10.5vw;
  margin-top: 200px;
}

.ENTRANCETXT_LEFT {
  float: left;
  position: relative;
  width: 46%;
  height: 100%;
  border-right: 1px solid black;
  font-family: "Lora";
  font-weight: 500;
  font-size: 48px;
  color:black;
  font-style: italic;
  text-align: center;
}

.ENTRANCETXT_RIGHT {
  position: relative;
  float: left;
  width: calc(54% - 1px);
  height: 100%;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 22px;
  color:black;
  text-align: left;
}

.ENTRANCETXT_RIGHT strong{
  font-weight: 600;
}

.wastetop {padding-bottom: 7%;}
.wasteImagination {
  position: absolute;
  width: 80%;
  height: fit-content;
  margin:auto;
  top: 0; bottom: 0;
  left: 0; right: 0;
}

#EL_desktop {display: block;}
#EL_Mobile {display: none;}


.Intro_tit_mobile {display: none;}

.Intro_Sabe_Mais{
  float: left;
  width: 98vw;
  height: 400px;
  margin-left: -7.5vw;
  margin-top: 200px;
}
.Intro_text{
  float: left;
  margin-left: 20px;
  width: calc(40% - 20px);
}

.Intro_Sabe_Mais h1{
  font-family: "Source Sans Pro";
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-top: 0px;
}
.Intro_Sabe_Mais p{
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}
.Intro_Sabe_Mais p span{
  font-family: "Source Sans Pro";
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.Intro_imgs{
  width: 280px;
  float: left;
  margin-top: 40px;
  margin-left:12%;
}
.Intro_imm1 img{
  width:140%;
}

.Intro_preview_container {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
}

.Intro_preview_shadow {
  position: absolute;
  margin: auto;
  top:50px;
  left:-5px;
  right:0;
  bottom:0;
  width: 550px;
  background-color: black;
  height: 285px;
}

.Intro_preview_video {
  position: absolute;
  margin: auto;
  top: calc(50px - 15px);
  left: calc(-5px + 15px);
  bottom: 0;
  right: 0;
  background-color: white;
  border: 1px solid black;
  width: 550px;
  height: 285px;
  overflow: hidden;
}

.Intro_preview_video  video {
  object-fit: cover;
  align-self: center;
  max-width: 100%;
}

.encontra, .disponibiliza, .colabora {cursor: pointer;}

.borderL1, .borderL2, .borderL3  {
  float: left;
  height: 50px;
  margin-left: -20px;
  width: 2px;
  background-color: black;
}

.borderL1 {margin-top: 83px}
.borderL2, .borderL3 {margin-top: 23px;}

.border_hover {opacity: 0.5;}



.Intro_comeca {
  position: relative;
  width: 100vw;
  height: 100%;
  float: left;
  margin-top: 120px;
  margin-left: -33%;
}

.Intro_comeca h1 {
  font-family: "Source Sans Pro";
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  line-height: 0;
}
.Intro_comeca h1 span{
  font-family: "Lora";
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 0;
}

.Intro_text_mobile {
  position: relative;
  width: 100vw;
  float: left;
  margin-top: 20px;
  margin-left: -30%;
  text-align: center;
  display: none;
}
.Intro_text_mobile_text {
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
}
.Intro_text_mobile_text p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  text-align: center;
  line-height: normal;
  width: 100%;
}
.Intro_text_trilogy {
  margin-left: 18%;
  width: 60%;
  display: table;
}

.Intro_text_trilogy span {
  font-family: "Source Sans Pro";
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 8%;
  cursor: pointer;
  display: table-cell;
}

.Intro_text_trilogy span:hover {
  color: rgba(0, 0, 0, 1);
}

.Intro_text_text p {
  line-height: 32px;
}


.mapa {
  position: relative;
  float: left;
  margin-left: 28%;
  width: 45%;
  max-height: 60vh;
  margin-top: 60px;
  border: 1px solid black;
  overflow-y: hidden;
}

.mapa img {
 margin: auto;
 margin: auto;
 text-align: center;
 float: left;
 max-width: 100%;
 border-radius: 0%;
 align-self: center;
 vertical-align: center;
 object-fit: cover;
}


/* Fading animation on autoslides*/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: ease-in-out 3s;
  animation-name: fade;
  animation-duration: ease-in-out 3s;
}

@-webkit-keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}
/* Fading animation on autoslides*/


.comeca_triggers  {
  position: relative;
  margin-left: 21%;
  width: 60%;
  height: 50px;
  /* background-color: blue; */
  margin-top: 76px;
  float: left;
}

.ENding_TRIGGER_1 , .ENding_TRIGGER_2 , .ENding_TRIGGER_3 {
 font-family: "Source Sans Pro";
 font-size: 32px;
 font-weight: 600;
 cursor: pointer;
 color:black;
 line-height: 0px;
 border-bottom: 2px solid #6163dd;
 text-align: center;
}

.ENding_TRIGGER_1 p, .ENding_TRIGGER_2 p, .ENding_TRIGGER_3 p {  margin: 14px 4px 18px 4px;}

.ENding_TRIGGER_1:hover, .ENding_TRIGGER_2:hover, .ENding_TRIGGER_3:hover {
 color: #6163dd
}
/* .ENding_TRIGGER_1 {
  margin-left: 0;
} */
.ENding_TRIGGER_1, .ENding_TRIGGER_2 {
  float: left;
}
.ENding_TRIGGER_2 {
  margin-left: calc(50% - 195px);
}
.ENding_TRIGGER_3 {
  float: right;
}

/* HOME */


/* * ___________________________________________________________________________ */
/* MEDIA QUERIES *//* MEDIA QUERIES *//* MEDIA QUERIES */


@media only screen and (min-width:100px) and (max-width: 320px) {


  /* HOME */
  .ENTRANCETXT h1, .ENTRANCETXT h1 span {
      font-size: 22px!important;
      margin-bottom: 40px;
  }
  .ENTRANCETXT h2, .ENTRANCEIMGS_TRIGGER_1, .ENTRANCEIMGS_TRIGGER_2 {
    font-size: 16px!important;
  }
  .ENTRANCETXT h2 {
  line-height: 32px!important;
  }
  .Intro_preview_container {
    height: 280px;
  }
  .ENTRANCEIMGS_TRIGGER_1 p, .ENTRANCEIMGS_TRIGGER_2 p {
    margin: 15px 10px 15px 10px!important;
  }
  .TIT_ENTRANCE {
      top: -5px !important;
  }
  .TIT_ENTRANCE h2, .TIT_ENTRANCE b {
    font-size: 60px!important;
  }
  .Intro_text_trilogy {
    margin-top: -40px!important;
  }
  /* HOME */

}


@media only screen and (min-width:50px) and (max-width: 375px) {


.ENTRANCETXT_LEFT {
  font-size: 28px!important;
  margin-top: 60vh!important;
  height: 30vh!important;
}

.Intro_text_trilogy span {
font-size: 20px!important;
}

.Intro_text_mobile_text p {
font-size: 18px!important;
}

.ENTRANCETXT_RIGHT {
font-size: 18px!important;
}

}


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

.Intro_text {
  width: calc(38% - 20px);
}

.Intro_preview_shadow {
  top: 80px;
  left: 80px;
  width: 650px;
  height: 340px;
}

.Intro_preview_video {
  top: calc(80px - 25px);
  left: calc(80px - 25px);
  width: 650px;
  height: 340px;
}

.TIT_ENTRANCE {
  height: 180px;
}
.TIT_ENTRANCE h1, .TIT_ENTRANCE h2, .TIT_ENTRANCE b {
  font-size: 180px;
}


}


@media only screen and (min-width:321px) and (max-width: 600px) {


.TIT_ENTRANCE {
    top: 0 !important;
}
.TIT_ENTRANCE h2, .TIT_ENTRANCE b {
  font-size: 80px;
  line-height: 80px;
}
.Intro_text_trilogy {
  margin-top: 0px!important;
}
.Intro_text_trilogy span {
  font-size: 22px!important;
}

}

@media only screen and (min-width:375px) and (max-width: 600px) {


.ENTRANCETXT_LEFT {
  font-size: 28px!important;
  margin-top: 30vh!important;
  height: 30vh!important;
}

.errorlist {
    width: fit-content;
    right: 30px;
    text-align: right;
    touch-action: none;
    margin-top: -1px;
}

}

@media only screen and (min-width:100px) and (max-width: 600px) {

  /* header */

  .E_RIGHT, .E_LEFT {
    height: 100%;
    width: 100%;
  }

  .IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4 {
      height: calc(50% + 5vh - 8px - 15px - 30px);
      top: 30px!important;
  }
  .IMM_R_1, .IMM_R_2, .IMM_R_3, .IMM_R_4 {
      height: calc(50% - 5vh - 10px);
  }

  /* HOME */

  .Intro_preview_shadow, .Intro_preview_video  {
    width: 90vw!important;
    height: 47vw!important;
  }

  .ENTRANCE {
   margin-top: -120px;
  }

  .ENTRANCETXT h1, .ENTRANCETXT h1 span {
      font-size: 26px;
      margin-bottom: 50px;
  }
  .ENTRANCETXT h2, .ENTRANCEIMGS_TRIGGER_1, .ENTRANCEIMGS_TRIGGER_2 {
    font-size: 18px!important;
  }
  .ENTRANCETXT h2 {
  line-height: 32px!important;
  }
  .Intro_preview_container {
    margin-top: 50px!important;
    height: 300px;
  }
  .Intro_comeca {
    margin-top: 145px!important;
  }
  .Intro_comeca h1 {
    font-size: 22px!important;
  }
  .Intro_comeca h1 span {
    font-size: 22px!important;
  }
  .mapa {
    margin-top: 35px!important;
    margin-left: 8%!important;
    width: 85% !important;
    max-height: 32vh!important;
  }

  .Intro_Sabe_Mais {
    margin-top: 50px!important;
    margin-bottom: 75px!important;
  }

  .comeca_triggers {
    width: calc(100% - 40px);
    margin-left: 0%;
    padding: 20px;
    margin-top: 36px;
  }
  .ENding_TRIGGER_1, .ENding_TRIGGER_2, .ENding_TRIGGER_3 {
    font-size: 18px!important;
    margin:
  }
  .ENding_TRIGGER_1 p, .ENding_TRIGGER_2 p, .ENding_TRIGGER_3 p {
    margin: 10px 4px 12px 4px;
  }
  .ENding_TRIGGER_2 {
    margin-left: calc(50% - 106px)!important;
  }
  .Intro_text_trilogy {
    width: 95%;
    margin-left: 2.5%;
  }

  /* HOME */

}


@media only screen and (min-width:600px) and (max-width: 834px) {

  .ENTRANCETXT h1{
    font-size: 38px
  }
  .ENTRANCETXT h1 span{
    font-size: 41px
  }
  .IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4 {
      height: calc(50% + 5vh - 5px - 67px - 16px);
  }
  .IMM_R_1, .IMM_R_2, .IMM_R_3, .IMM_R_4 {
      height: calc(50% - 5vh + 5px);
  }
  .TIT_ENTRANCE h2, .TIT_ENTRANCE b {
    font-size: 125px;
    line-height: 125px;
  }

}

@media only screen and (min-width:100px) and (max-width: 834px) {

  /* HOME */

  .ENTRANCE {
    width: 100vw!important;
    height: 100vh;
    margin-left: 0;
  }
  .ENTRANCETXT {
    float: none;
  }

.IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4 {
    width: 85%;
    top: 40px;
    left: 0;
}

.IMM_R_1, .IMM_R_2, .IMM_R_3, .IMM_R_4 {
    right: 0;
    width: 90%;
}

.IMM_L_4 {
background-image: url('../img/NovosDeNovo/L_1.jpg')
}
.IMM_R_4 {
background-image: url('../img/NovosDeNovo/R_1.jpg')
}

.TIT_ENTRANCE {
    left: 10vw;
    width: 90vw;
    height: 100%;
    top: -20px;
    bottom: auto;
}

.titM1 {
  position: absolute;
  width: 100%;
  height: calc(50% - 5vh - 20px);
  line-height: 100%;
  top: 10vh;
}
.titM1 b {
  position: absolute;
  left: -3px;
  bottom: -11px;
}

.titM2 {
  position: absolute;
  width: 100%;
  height: calc(50% - 5vh - 20px);
  top: calc(50% + 5vh + 20px);
}
.titM2 span {
  position: absolute;
  left: -4px;
  top: -26px;
}

.TIT_ENTRANCE h1 {display: none;}

.TIT_ENTRANCE h2, .TIT_ENTRANCE b {
  text-align: left;
  display: inline-block;
}

  .Intro_imm1 img {
    display: none;
  }
  .Intro_text {
    display: none;
  }
  .Intro_Sabe_Mais {
    margin-left: 0%!important;
    width: 100%;
    margin-top: 200px;
    height: fit-content;
    margin-bottom: 200px;
  }
  .Intro_text {
    display: none;
  }
  .Intro_preview_container {
    margin-top: 50px;
    width: 100%;
    margin-left: 0!important;
    height: 300px;
  }

  .Intro_preview_shadow, .Intro_preview_video  {
    width: 500px;
    height: 250px;
    margin-top: 50px;
  }

  .Intro_preview_video  {
    top: calc(50px - 10px);
  }

  .Intro_comeca {
    width: 100%;
    height:auto;
    float: left;
    margin-top: 100px;
    margin-left: 0;
    padding: 0;
  }
  .Intro_comeca h1 {
    font-size: 32px
  }
  .Intro_comeca h1 span {
    font-size: 32px
  }

  .Intro_tit_mobile {
    width: 90%;
    margin-left: 5%;
    border-bottom: 0.5px solid black;
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 24px;
    display: block;
    height: 30px;
    margin-bottom: 25px;
  }
  .Intro_text_mobile_text {
    display: block;
    margin-top: 40px;
  }
  .Intro_text_mobile {
    margin-left: 0%;
    display: block;
    margin-top: 35px;
    min-height: 170px;
  }
  .Intro_text_trilogy  {
    margin-top: 10vw;
  }

  .Intro_text_trilogy span {
    font-size: 24px;
  }

  .ENding_TRIGGER_2 {
    margin-left: calc(50% - 145px);
  }

  .ENTRANCETXT {
    margin-left: 0!important;
    width: 100vw;
  }
  .ENTRANCETXT_RIGHT {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    clear: both;
    height: fit-content;
  }
  .ENTRANCETXT_LEFT {
    width: 100%;
    font-size: 32px;
    border-right: none;
    height: calc(100vh - 250px)!important;
    clear: both;
    margin-top: 0!important;
  }

  .wasteImagination {
    position: relative;
    margin-top: 0px;
    width: 90%;
    margin-left: 5%;
  }
  .wastetop {
    position: absolute;
    height: 100px;
    top:calc(50vh - 120px);
  }

  #EL_desktop {display: none;}
  #EL_Mobile {display: block;}

  /* HOME */

  .container {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

}


@media only screen and (min-width:700px) and (max-width: 920px) {

  /* HOME */
  .comeca_triggers {
    margin-left: 5%;
    width: 90%;
  }
  .Intro_imm1 img {
    display: none;
  }
  .Intro_text {
    display: none;
  }
  .Intro_text {
    display: none;
  }
  .Intro_Sabe_Mais {
    margin-left: -10.5vw;
  }
  .Intro_preview_container {
    width: 100%;
    margin-top: 0px;
  }
  .Intro_text_mobile {
    width: 70vw;
    margin-left: 14vw;
    height: 200px;
  }
  .Intro_text_trilogy {
    margin-left: 0;
    width: 100%;
  }
  .Intro_text_trilogy span {
    text-align: center;
  }

  .Intro_comeca {
    position: relative;
    width: 100%;
    height:auto;
    float: left;
    margin-top: 100px;
    margin-left: 0;
    padding: 0;
  }
  .mapa {
    margin-top: 35px;
    width: 75%;
    margin-left: 13%;
    max-height: 60vh;
  }
  .Intro_text_mobile{
    display: block;
  }

  .ENTRANCETXT {
    width: 97vw;
    height: 40vh;
    margin-left: -10.5vw;
    margin-top: 400px;
  }

  .ENTRANCETXT_LEFT {
    font-size: 38px;
  }

  .ENTRANCETXT_RIGHT {
    font-size: 20px;
  }

  .wasteImagination {
    width: 90%;
  }
  /* HOME */

}

@media only screen and (min-width:200px) and (max-width:1080px) {

  .Intro_preview_video {
   left: calc(0px + 7px)!important;
 }



}

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

  .ENTRANCE {
    margin-left: -10vw!important;
  }
  .TIT_ENTRANCE {
    top:15vh!important;
    height: 110px!important;
  }
  .TIT_ENTRANCE h1, .TIT_ENTRANCE h1 b {
    font-size: 110px!important;
    line-height: 110px!important;
  }

}


@media only screen and (min-width:835px) and (max-width:1180px) {
  /* HOME */
  .TIT_ENTRANCE {
    top: 10vh;
    height: 150px;
  }
  .TIT_ENTRANCE h1, .TIT_ENTRANCE h1 b {
    font-size: 150px;
    line-height: 130px;

  }
  /* HOME */
}


@media only screen and (min-width:835px) and (max-width:1279px) {
  /* HOME */
  .Intro_imgs {
    margin-left: 4%;
  }

  .Intro_Sabe_Mais p span {
    font-size: 28px;
  }
  .Intro_Sabe_Mais p {
    font-size: 26px;
  }
  .Intro_preview_shadow {
    width: 457px;
    height: 235px;
  }
  .Intro_preview_video {
    left: calc(0px + 7px);
    width: 457px;
    height: 235px;
  }

  /* HOME */
}


@media screen and (min-width: 600px) and (max-width: 768px) {

.IMM_L_1, .IMM_L_2, .IMM_L_3, .IMM_L_4  {
    height: calc(50% + 5vh - 67px - 20px)!important;
}

}

@media only screen and (max-width: 600px) {
  .Intro_Sabe_Mais {
    margin-bottom: var(--space-0-5) !important;
  }

  .Intro_text_mobile {
    margin-left: 0;
    margin-top: var(--space-0-5);
    min-height: 0;
    width: 100%;
  }

  .Intro_text_trilogy {
    display: flex;
    justify-content: center;
    gap: var(--space-0-5);
    margin: 0 auto;
    width: 100%;
  }

  .Intro_text_trilogy span {
    display: inline-block;
    margin-left: 0;
    text-align: center;
  }

  .Intro_text_mobile_text {
    margin: var(--space-0-5) auto 0;
    max-width: 360px;
    text-align: center;
    width: 90%;
  }

  .Intro_text_mobile_text p {
    margin: 0;
    text-align: center;
  }

  .ENTRANCETXT {
    display: block;
    height: auto;
    left: 50%;
    margin: var(--space-0-5) 0 var(--space-1) !important;
    padding-bottom: 0;
    position: relative;
    transform: translateX(-50%);
    width: 95vw;
  }

  .ENTRANCETXT_RIGHT {
    height: auto;
  }

  .ENTRANCETXT_LEFT {
    height: auto !important;
    min-height: 0;
  }

  .wastetop {
    height: auto;
    margin: var(--space-2) auto 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }
}

@media only screen and (min-width: 601px) and (max-width: 833px) {
  .ENTRANCETXT {
    height: auto;
    left: 50%;
    margin: var(--space-1) 0 var(--space-2) !important;
    position: relative;
    transform: translateX(-50%);
    width: min(95vw, 720px);
  }

  .ENTRANCETXT_RIGHT {
    height: auto;
  }

  .ENTRANCETXT_LEFT {
    height: auto !important;
    min-height: 0;
  }

  .wastetop {
    height: auto;
    margin: var(--space-1) auto 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }
}

@media only screen and (min-width: 835px) and (max-width: 899px),
       only screen and (min-width: 1025px) {
  .ENTRANCE,
  .Intro_Sabe_Mais,
  .ENTRANCETXT {
    left: 50%;
    margin-left: 0 !important;
    position: relative;
    transform: translateX(-50%);
  }

  .ENTRANCE {
    width: 100vw;
  }

  .Intro_Sabe_Mais {
    width: min(98vw, var(--nn-page-max-width));
  }

  .ENTRANCETXT {
    width: min(97vw, var(--nn-page-max-width));
  }

  .Intro_text {
    margin-left: var(--space-0-5);
  }
}
