body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #151313;
    display: flex;
	width: 100vw;
    height: 100vh;
    flex-direction: column;
	
}





																							/*  CELULAR   */



@media (max-width: 768px) {
	

body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #151313;
    display: flex;
	width: 100vw;
    height: 100vh;
    flex-direction: column;

}

	/* LOGO INICIO */

.telalogoinicio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
   
	display: flex;

}

.logoinicio {
    max-width: 72%;
    max-height: 72%;
	  align-self: center; 

}

#logoinicio {
	opacity: 0;
}

	.corpocomp {
			display: none !important;	
	}



.corpomob {
	margin: 0;
    padding: 0;
	width: 100vw;
    height: 100vh;
	display: none;
	
}


.headermob {
    width: 100%;
    height: calc(100vw * 388 / 1000);
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 100;
	

}



.logo-leftmob {
	

	height: 62%;
	width: auto;
	
}



.logo-meiomob {
	
	height: 40%;
	width: auto;
	
}


.pten-mob {
	
	right: 0;
	
	height: 72%;
	width: auto;
}


/*  MENU  */

.menu {
    width: 100vw;
    display: flex;

    position: fixed;
    margin-top: calc(100vw * 388 / 1000);
    box-sizing: border-box;
    z-index: 99;
	

	
}

.projmob {
    flex: 1;
    box-sizing: border-box; /* To include padding and border in the width calculation */
    width: 23%; 
    height: auto; /* Maintain image proportions */
	margin-right: 1px;
	padding: 0;
}


.prodservmob {
    flex: 1;
    box-sizing: border-box; /* To include padding and border in the width calculation */
    width: 41%;
    height: auto; /* Maintain image proportions */
	margin-right: 1px;
	padding: 0;

}


.nosmob {
    flex: 1;
    box-sizing: border-box; /* To include padding and border in the width calculation */
    width: 14%;
    height: auto; /* Maintain image proportions */
	margin-right: 1px;
	padding: 0;
}


.contatomob {
    flex: 1;
    box-sizing: border-box; /* To include padding and border in the width calculation */
    width: 22%;
    height: auto; /* Maintain image proportions */
	margin: 0;
	padding: 0;

}




.swiper-container {
    height: 100vh;
   overflow: hidden;
	z-index: 1000;


}

.swiper-wrapper {
    display: flex;
    flex-direction: column;
	 align-items: flex-start;
}

.swiper-slide {
    flex: 1;
    margin: auto;
    padding: 0;
	  transition: height 0.3s ease;
    height: 100%;
 	transition: linear;	 
	will-change: transform;

}

.video-container-mob {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

	  
}

.carousel-video-mob {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   	transition: width 0.3s linear;
	will-change: transform;

   
	
}


.mob-text {
    opacity: 0;
    transition: opacity 0.3s linear;
	transition: all 0.3s linear;
	user-select: none;
	
}

.mob-text.active {
    opacity: 1;
}








/* TEXTO RECONSTRUCOES */

.setaproj-rec {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left 0.3s linear;
	will-change: transform;
	
	
}

.mob-text-container-rec {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-rec {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-rec {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-rec {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

  
	
}



/* TEXTO FALE */

.setaproj-fale {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}


.mob-text-container-fale {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
		z-index: 50;
}

.mob-text-fale {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
	
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.3s ease;
	white-space: nowrap;
}


.mob-text2-container-fale {
    position: absolute;
    left: 10%;
    top: 68%;
		z-index: 49;
    transform: translate(-50%, -50%);
}

.mob-text2-fale {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.3s ease;
  
	
}



/* TEXTO MEMORIA */

.setaproj-memoria {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}


.mob-text-container-memoria {
    position: absolute;
    left: 10%;
    top: 20%;
   	z-index: 50;
}

.mob-text {
	opacity: 0;
	transition: opacity 0.3s;
}

.mob-text-memoria {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
   
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.3s ease;
	white-space: nowrap;
}


.mob-text2-container-memoria {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 44%;
    
}

.mob-text2-memoria {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
   
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.3s ease;
  
	
}


/* TEXTO PASSARINHO */

.setaproj-passarinho {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}


.mob-text-container-passarinho {
    position: absolute;
    left: 10%;
    top: 15%;
    transform: translate(-50%, -50%);
	z-index: 50;
}

.mob-text {
	opacity: 0;
	transition: opacity 0.3s;
}

.mob-text-passarinho {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
  
   
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */

    transition: opacity 0.3s ease;
	white-space: nowrap;
}


.mob-text2-container-passarinho {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.mob-text2-passarinho {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */

    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.3s ease;
  
	
}


/* TEXTO CINCO */

.setaproj-cinco {
	
	margin-left: 24px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}


.mob-text-container-cinco {
    position: absolute;
    left: 32%;
    top: 56%;
  
	z-index: 50;
}

.mob-text {
	opacity: 0;
	transition: opacity 0.3s;
}

.mob-text-cinco {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.3s ease;
	white-space: nowrap;
	
}


.mob-text2-container-cinco {
    position: absolute;
	z-index: 49;
    left: 32%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.mob-text2-cinco {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.3s ease;
  
	
}



/* TEXTO E SE FOR SIM */

.setaproj-eseforsim {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-eseforsim {
    position: absolute;
    left: 10%;
    top: 44%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-eseforsim {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-eseforsim {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 62%;
    transform: translate(-50%, -50%);
}

.mob-text2-eseforsim {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}



/* TEXTO NOS POR TODAS */

.setaproj-nosportodas {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-nosportodas {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-nosportodas {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-nosportodas {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-nosportodas {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}


/* TEXTO MONSTERLANDS */

.setaproj-monsterlands {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-monsterlands {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-monsterlands {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-monsterlands {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-monsterlands {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}



/* TEXTO CHILDREN */

.setaproj-children {
	
	margin-left: 16px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-children {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-children {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-children {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-children {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}



/* TEXTO QUARTIN */

.setaproj-quartin {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-quartin {
    position: absolute;
    left: 10%;
    top: 44%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-quartin {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
	line-height: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-quartin {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 69%;
    transform: translate(-50%, -50%);
}

.mob-text2-quartin {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}




/* TEXTO CANCAO */

.setaproj-cancao {
	
	margin-left: 30px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
}

.mob-text-container-cancao {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-cancao {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 9vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-cancao {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-cancao {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}


/* TEXTO VISIONS */

.setaproj-louise {

	margin-left: 40px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
	
}

.mob-text-container-louise {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-louise {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-louise {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-louise {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}


/* TEXTO HYPLAND */

.setaproj-hypland {
	padding-left: 15px;
	margin-left: 50px;
	height: 8vw;
	width: auto;
	transition: margin-left linear;
	will-change: transform;
	
}

.mob-text-container-hypland {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 50;
}



.mob-text-hypland {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 10vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
   
	white-space: nowrap;
}


.mob-text2-container-hypland {
    position: absolute;
	z-index: 49;
    left: 10%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.mob-text2-hypland {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
 
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 3.5vw;
    text-align: left; /* Align text to the left */

}

}



																									/* COMPUTADOR */

@media (min-width: 769px) { 




body {
    background-color: #151313 ;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
    flex-direction: column; /* Align carousels vertically */
   
}


*::-webkit-scrollbar {
    display: none;
}

.corpomob {
	display: none !important;	
}

.clickable {
    cursor: pointer;
}


.logoinicio {
    max-width: 100%;
    max-height: 100%;

}

.telalogoinicio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
   
	display: flex;

}


#logoinicio {
	opacity: 0;
}

/* HEADER */


.header {
    width: 100%;
    height: 130px; /* Set a fixed height or adjust as needed */
    display: flex;
    justify-content: space-between; /* Align items at the start and end of the header */
    align-items: center;
    position: fixed;
    top: 0;
    box-sizing: border-box;
	z-index: 100;
	opacity: 0;

	
}

.miolo {
	opacity: 0;	
}



.logo-left {
    max-width: 100%;
    max-height: 100%;
}

.logo-center {
    height:130px;
	margin-left: 13%;
	width: auto;
}

.top-right-images {
    display: flex;
    align-items: flex-start;

}

.top-right-image {
	height: 130px;
    max-width: 100%;
    max-height: 100%;
    margin-left: 10px; /* Adjusted margin between the top-right images */
}


.carousel-arrow,
.carousel-arrow2 {
    outline: none;
}

/* CARROSSEL 1 */


.swiper-container1 {
   display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
	margin-bottom: 0;
		
}

.swiper-slide {
    width: 50%; /* Each slide takes 1/2 of the viewer's width */
}


.carousel-video {
    width: 100%;
	display: block;
}


.carousel-arrow {
	position: absolute;
    top: 50%;
    width: 3vw; /* Adjust the width as needed */
    
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%); /* Center the arrow vertically */

    /* Additional styles to position left and right arrows */
    z-index: 1000;
}

.left-arrow {
    left: 10px;
	
	
	opacity: 0.4;
	
}

.right-arrow {
    right: 10px;
	
	
	opacity: 0.4;
}


/* CARROSSEL 2 */


.swiper-container2 {
   display: flex;
    position: relative;
    overflow-x: hidden;



		
}

.swiper-slide {
    width: 50%; /* Each slide takes 1/2 of the viewer's width */
	height: auto;
}


.carousel-video2 {
    width: 100%;
	display: block;
}


.carousel-arrow2 {
	position: absolute;
    top: 50%;
    width: 3vw; /* Adjust the width as needed */
    
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%); /* Center the arrow vertically */

    /* Additional styles to position left and right arrows */
    z-index: 1000;
}

.left-arrow2{
    left: 10px;
	
	
	opacity: 0.4;
	
}

.right-arrow2 {
    right: 10px;
	
	
	opacity: 0.4;
}


 /* TEXTOS */

/* Add this to your existing CSS or modify it accordingly */
[class*="hover-text"] {
    pointer-events: none;
}



/* Reconstruções */


.hover-text-container-rec {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	 
}

.hover-text-rec {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
	
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container:hover .hover-text-rec {
    opacity: 1;
}

.hover-text2-container-rec {
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);

}

.hover-text2-rec {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;

}

.video-container:hover .hover-text2-rec {
    opacity: 1;

}




/* Fale Conosco */


.hover-text-container-fale {
    position: absolute;
    left: 15%;
    top: 68%;
    transform: translate(-50%, -50%);

}

.hover-text-fale {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;

}

.video-container:hover .hover-text-fale {
    opacity: 1;

}

.hover-text2-container-fale {
    position: absolute;
    left: 15%;
    top: 84%;
    transform: translate(-50%, -50%);

}

.hover-text2-fale {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;

	
}

.video-container:hover .hover-text2-fale {
    opacity: 1;
}




/* cinco pras 5 */


.hover-text-container-cinco {
    position: absolute;
    left: 60%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.hover-text-cinco {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container:hover .hover-text-cinco {
    opacity: 1;
}

.hover-text2-container-cinco {
    position: absolute;
    left: 60%;
    top: 83%;
    transform: translate(-50%, -50%);
}

.hover-text2-cinco {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container:hover .hover-text2-cinco {
    opacity: 1;
}




/* eseforsim */


.hover-text-container-eseforsim {
    position: absolute;
    left: 20%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.hover-text-eseforsim {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container:hover .hover-text-eseforsim {
    opacity: 1;
}

.hover-text2-container-eseforsim {
    position: absolute;
    left: 20%;
    top: 38%;
    transform: translate(-50%, -50%);
}

.hover-text2-eseforsim {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container:hover .hover-text2-eseforsim {
    opacity: 1;
}



/* Nós por todas */


.hover-text-container-nosportodas {
    position: absolute;
    left: 15%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.hover-text-nosportodas {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container:hover .hover-text-nosportodas {
    opacity: 1;
}

.hover-text2-container-nosportodas {
    position: absolute;
    left: 15%;
    top: 78%;
    transform: translate(-50%, -50%);
}

.hover-text2-nosportodas {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container:hover .hover-text2-nosportodas {
    opacity: 1;
}




/* Quartin´ */


.hover-text-container-quartin {
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.hover-text-quartin {
    position: absolute;
    right: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: right; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
	text-shadow: 1px 1px 20px black;
}

.video-container:hover .hover-text-quartin {
    opacity: 1;
}

.hover-text2-container-quartin {
    position: absolute;
    right: 10%;
    top: 58%;
    transform: translate(-50%, -50%);
}

.hover-text2-quartin {
    position: absolute;
    right: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: right; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container:hover .hover-text2-quartin {
    opacity: 1;
}





/* Canção */


.hover-text-container-cancao {
    position: absolute;
    left: 15%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.hover-text-cancao {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container:hover .hover-text-cancao {
    opacity: 1;
}

.hover-text2-container-cancao {
    position: absolute;
    left: 15%;
    top: 78%;
    transform: translate(-50%, -50%);
}

.hover-text2-cancao {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container:hover .hover-text2-cancao {
    opacity: 1;
}



/* Passarinho Viu */


.hover-text-container-pass {
    position: absolute;
    left: 60%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.hover-text-pass {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
	
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-pass {
    opacity: 1;
}

.hover-text2-container-pass {
    position: absolute;
    left: 60%;
    top: 88%;
    transform: translate(-50%, -50%);
}

.hover-text2-pass {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-pass {
    opacity: 1;
}




/* Memoria Viva */


.hover-text-container-memoria {
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.hover-text-memoria {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
	text-shadow: 1px 1px 20px black;
	
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-memoria {
    opacity: 1;
}

.hover-text2-container-memoria {
    position: absolute;
    left: 10%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.hover-text2-memoria {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
	text-shadow: 1px 1px 5px black;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-memoria {
    opacity: 1;
}




/* Hypland */


.hover-text-container-hypland {
    position: absolute;
    left: 10%;
    top: 38%;
    transform: translate(-50%, -50%);
}

.hover-text-hypland {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-hypland {
    opacity: 1;
}

.hover-text2-container-hypland {
    position: absolute;
    left: 10%;
    top: 56%;
    transform: translate(-50%, -50%);
}

.hover-text2-hypland {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-hypland {
    opacity: 1;
}




/* Monsterlands */


.hover-text-container-monster {
    position: absolute;
    left: 40%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.hover-text-monster {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-monster {
    opacity: 1;
}

.hover-text2-container-monster {
    position: absolute;
    left: 40%;
    top: 66%;
    transform: translate(-50%, -50%);
}

.hover-text2-monster {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-monster {
    opacity: 1;
}




/* Children */


.hover-text-container-children {
    position: absolute;
    left: 15%;
    top: 58%;
    transform: translate(-50%, -50%);
}

.hover-text-children {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-children {
    opacity: 1;
}

.hover-text2-container-children {
    position: absolute;
    left: 15%;
    top: 76%;
    transform: translate(-50%, -50%);
}

.hover-text2-children {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-children {
    opacity: 1;
}



/* Louise */


.hover-text-container-louise {
    position: absolute;
    left: 40%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.hover-text-louise {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: #FF4133;
    margin-top: 0;
    padding-left: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left; /* Align text to the left */
    padding-top: 14px;
    transition: opacity 0.6s ease;
	white-space: nowrap;
}

.video-container2:hover .hover-text-louise {
    opacity: 1;
}

.hover-text2-container-louise {
    position: absolute;
    left: 40%;
    top: 66%;
    transform: translate(-50%, -50%);
}

.hover-text2-louise {
    position: absolute;
    left: 0; /* Adjusted to 0 to align with the left side */
    top: 50%; /* Center vertically */
    transform: translate(0, -50%);
    opacity: 0;
    color: white;
    margin-top: 0;
    padding-left: 0;
    font-family: Nunito, sans-serif;
	white-space: nowrap;
    font-weight: 500;
    font-size: 1.2vw;
    text-align: left; /* Align text to the left */
    transition: opacity 0.6s ease;
    opacity: 0;
	
}

.video-container2:hover .hover-text2-louise {
    opacity: 1;
}





/* HOVER TEXT PADRAO */


.hover-text {
    position: absolute;
    left: 60%;
	top: 48%;
    transform: translate(-50%, -50%);
    opacity: 0; /* Initially hidden */
	color: #FF4133;
	margin-top: 0;
	padding-left: 0; 
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: 3vw;
	text-align: right;
	padding-top: 14px;
	transition: opacity 0.6s ease;
}

.video-container:hover .hover-text {
    opacity: 1; /* Show on hover */
}


.hover-text2 {
    position: absolute;
    left: 25%;
	top: 60%;
    transform: translate(-50%, -50%);
    opacity: 0; /* Initially hidden */
	color: #00527B;
	margin-top: 0;
	padding-left: 0; 
	font-family: Nunito, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: right;
	padding-top: 14px;
}

.video-container:hover .hover-text2 {
    opacity: 1; /* Show on hover */
}

/* BAIXO */

.bottom-left-image-container {
    position: fixed;
    bottom: 0;
    left: 0;
	height: 20px;

}

.bottom-left-image {
    max-width: 100%;
    max-height: 100%;
}

.bottom-right-image-container {
    position: fixed;
    bottom: 0;
    right: 0;
		height: 20px;
   
}

.bottom-right-image {
    max-width: 100%;
    max-height: 100%;
}
	
	

}