html{
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 769px) and (max-height: 712px){

img.logo{
	height: 231px;

}
}



@media only screen and (min-width: 961px) and (max-height: 1103px){


.relative{
	position: relative;
	height: auto;
	min-height: inherit;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

}
@media only screen and (min-width: 961px) {





.mobile{
	display: none;
}
.desktop{
	display: block;
}

.hbg1:hover, .hbg1:hover .big{
	color: var(--col1) !important;
}
.hbg2:hover, .hbg2:hover .big{
	color: var(--col2) !important;
}
.hbg3:hover, .hbg3:hover .big{
	color: var(--col3) !important;
}
.hbg4:hover, .hbg4:hover .big{
	color: var(--col4) !important;
}
.hbg5:hover, .hbg5:hover .big{
	color: var(--col5) !important;
}
.hbg6:hover, .hbg6:hover .big{
	color: var(--col6) !important;
}
.hbg7:hover, .hbg7:hover .big{
	color: var(--col7) !important;
}

.hbgbg1:hover, .hbgbg1.current{
	background-color: var(--col1) !important;
	color: var(--contrast);
}
.hbgbg2:hover, .hbgbg2.current{
	color: var(--contrast);
	background-color: var(--col2) !important;
}
.hbgbg3:hover, .hbgbg3.current{
	color: var(--contrast);
	background-color: var(--col3) !important;
}
.hbgbg4:hover, .hbgbg4.current{
	color: var(--contrast);
	background-color: var(--col4) !important;
}
.hbgbg5:hover, .hbgbg5.current{
	color: var(--contrast);
	background-color: var(--col5) !important;
}
.hbgbg6:hover, .hbgbg6.current{
	color: var(--contrast);
	background-color: var(--col6) !important;
}
.hbgbg7:hover, .hbgbg7.current{
	color: var(--contrast);
	background-color: var(--col7) !important;
}

}


header{
width: calc(100% - var(--pad));
}
@media only screen and (max-width: 1260px) {



:root {
	--icon: 50px;
	    --body: 16px;
    --linebody: 20px;
    --lsbody: 0.56px;
    		--big:75px;
	--lbig:40px;

}

.icon{
	width: var(--icon);
	height: var(--icon);
}
.theme-countdown__num {
font-size: 50px;}

}
@media only screen and (max-width: 768px) {
.theme-countdown__num {
font-size: 40px;}
}
@media only screen and (max-width: 960px) {

.page-title,
.menu-title{
	align-items: baseline;
}
.page-title h2,
.menu-title h2{
flex: 1;
  display: flex;
  gap: 11px;
}

.page-template-portada main{
padding: 0;
}

.page-template-portada .mobile.mobile-header .header-int {
    justify-content: flex-end;   
}
.page-template-portada .appear .menu-hover{
    margin-top: -60px;
	    padding-top: 60px;
}

.page-template-portada .menu-hover {
    margin-top: 0px;
    min-height: 100dvh;
padding-top: 0;
    }
.logo{
	max-width: 150px;
}

.relative{
	min-height: 0;
}

.portada .content, .portada .logo-wrap{
	z-index: 2;
}
.page-template-portada .portada .logo-wrap{
mix-blend-mode: multiply;
}
video{
	z-index: 0 !important;
}
.portada {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.icon{
	width: var(--icon);
	height: var(--icon);
}

.description {
  padding-left: 100px;
  margin-top: 10px;
  }
	
	.logomob{
		align-self: center;
		height: auto;
		max-height: 60px;
		padding: 10px 24px 10px 0;
		width: auto;
    flex-shrink: 1;
    max-width: calc(100% - 48px); 
    	}
	
	.mobile-menu{
width: var(--icon);
    flex-shrink: 0;
	}
	
	.mobile.mobile-header{
transition: all 0.3s ease;
height: 60px;
position: fixed;
overflow: auto;
width: 100vw;
z-index: 9999;}
	
	
	.menu-secondary{
		padding: 20px 20px 40px;
	}
	
	.menu-secondary a:first-of-type{
	
				border-top: 1px solid var(--col1);		
}
	
	.menu-secondary a{
		display: block;
		border-bottom: 1px solid var(--col1);
		
	}
		.mobile.mobile-header .header-int{
	height: 60px;
justify-content: space-between;
display: flex !important;
align-items: center;
	padding: 0 24px;
	}
	
	.menu-hover{
		transition: all 0.3s ease;
		background-color: var(--primary);
		min-height: calc(100dvh - 60px);
		overflow: auto;
	}
	.mobile-header.appear{
		height:100dvh;
	}

	
	.mobile-menu svg{
		width: var(--icon);
	}
	
	.logo-wrap{
		flex-direction: column;
	}
	
	
/* hamburger btn */
.navbar-toggler {
   width: var(--icon);
   height: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99999999;
  background: transparent;
  cursor: pointer;
  outline: unset;
  border: unset;
  z-index: 5;
}
/* -= btn lines =- */
.navbar-toggler .line {
  display: block;
  height: 1.5px;
  background-color: var(--contrast);
  transition: all 0.2s linear;
}
.navbar-toggler.is-active .line:nth-child(2) {
  width: 0 !important;
}
#navbar-toggler3 .line {
	width: var(--icon);
  height: 1.5px;
}
#navbar-toggler3.is-active .line:nth-child(1) {
 transform: translateY(14px) rotate(32deg);
}
#navbar-toggler3.is-active .line:nth-child(3) {
 transform: translateY(-14px) rotate(-32deg);
}




:root {
	--icon: 50px;
	    --body: 16px;
    --linebody: 20px;
    --lsbody: 0.56px;
    		--big:75px;
	--lbig:50px;

}
.text{
	width: 100%;
}

.mobile{
	display: block !important;
}
.desktop, .next, .flip, header{
	display: none !important;
}



main{
	padding: 60px 0 0;
	margin: 0;
display: flex;
flex-direction: column-reverse;}

main, .portada, .pagina, .sticky{
	position: static;
	width: 100vw;
	height: auto;
	border-radius: 0 !important;
}
.pagina{
		padding-left: 0;
		padding-bottom: 20px;
}


}
