

    .top-sup-movil{
      display: none;
    }
   

		.top{
			width:100%;
			height:110px;
			background: #fff;
			/*border-bottom: 5px  solid #e35607;*/

		}

		.top-left{
			width:300px;
			height:110px;
			padding-top: 12px;
			box-sizing: border-box;
			float:left;
      padding-left: 20px;
      box-sizing: border-box;
      
		}

		.top-left img{
			width:300px;
			height:90px;
			box-sizing: border-box;
			float:left;
		}

		.top-right{
			width:calc(100% - 300px);
			height:90px;
			padding-top: 12px;
			box-sizing: border-box;
			float:left;
			display: flex;
			justify-content: flex-end;
			align-content: center;
			align-items: center;
      flex-direction: column;
     

		}

    .top-right-datos{
        width:100%;
        height:35px;
        display: flex;
      justify-content: flex-end;
      align-content: center;
      align-items: center;
      margin-bottom: 15px;
      color:#333;
      font-size: 12px;
      font-weight: bold;
      font-family: fuente2;
    }

    .top-right-datos a{
        text-decoration: none;
        color:#000;
    }

    .top-right-menu{
       width:100%;
       height:40px;
       display: flex;
      justify-content: flex-end;
      align-content: center;
      align-items: center;
    }

		.menu{
			width:96%;
			height:auto;
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: 18px; /* separa los enlaces */
			padding: 6px 16px;
			border-radius: 6px;
			

		}

    .menu img{
      display:none;
    }

		.menu a {
			color: #333;
			text-decoration: none;
			font-size: 13px;
			padding: 8px 9px;
			border-radius: 4px;
			transition: background 0.2s;
			display: inline-block;
			font-family: fuente2;
			font-weight: bold;
			
		}

		.menu a:hover {
			background: #fff;
			color: #e35410;
		}


		.menu-toggle {
  display: none;
}


.menu-header img {
  display:none;
}


.cabecera{
  width:100%;
  height:100vh;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  filter:brightness(70%);
  background-image:url("../img/cabecera-precarga-horizontal.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.video-cabecera{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .6s ease;
}

.video-cabecera.video-cargado{
  opacity:1;
}

		

   


.cabecera { position: relative; }
.cabecera-texto {
  position: absolute;
  top: 33%;
  left: 5%;
  width: 33%;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  z-index: 5;
  line-height: 58px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.cabecera-texto h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 12px;
}

.cabecera-texto .linea-divisoria {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.6);
  width: 80%;
  margin: 7px 0;
}

.cabecera-texto .subcabecera {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 32px;
  color: rgba(255,255,255,0.85);
}




		


		


























































@media (max-width: 1024px) {


  .top-sup-movil{
      display: inherit;
      width: 100%;
      height:30px;
      font-family: fuente;
      font-size: 14px;
      text-align: right;
      padding-right:10px;
      background: #e35410;
      color:#fff;
      padding-top: 8px;
    }





 .cabecera{
  width:100%;
  height:calc(100vh - 210px);
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  filter:brightness(70%);
  background-image:url("../img/cabecera-precarga-horizontal.jpg");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

  .top{
			width:100%;
			height:110px;
			background: #fff;
			border-bottom: 0px  solid #e35607;
		}
  
  .top-left{
			width:190px;
			height:110px;
			padding-top: 17px;
			box-sizing: border-box;
			float:left;
		}

		.top-left img{
			width:240px;
			height:auto;
			box-sizing: border-box;
			float:left;
		}


		





		.top-right{
			width:calc(100% - 260px);
			height:110px;
			padding-top: 12px;
			box-sizing: border-box;
			float:left;
			display: flex;
			justify-content: flex-end;
			align-content: center;
			align-items: center;
		}

		 .top-right {
    position: relative;
    z-index: 9999;
  }



.top-right-datos{
        display:none;
    }



.menu-toggle {
  display: block;
  z-index: 9999;
  font-size: 37px;
  color: #e35410;
  cursor: pointer;
  padding: 10px;
  position: relative;
  margin-top: -78px;     /* súbelo unos píxeles */
  margin-right: -36px;   /* acércalo más al borde derecho */
}

.menu-toggle.active i {
  color: #333;
  transition: color 0.3s ease;
}



.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #e35410;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9998;
  display: flex;
  justify-content: flex-start ;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
  overflow-y: auto;
}

.menu.active {
  transform: translateX(0);            /* se desplaza dentro de la pantalla */
}


.menu a {
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
  color: #fff !important;
}

.menu a, .menu a:visited, .menu a:active {
    color: #fff !important;
    background: transparent !important;
  }




.menu img {
  height: 75px;
  display: block;
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: 30px;
}

.menu a {
  width: 100%;
  padding: 3px;
  padding-left: 20px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  color: #fff;
  font-family: 'Montserrat',  Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding-bottom: 19px;
}





 

.menu-toggle.active i {
  color: #fff;
  transition: color 0.3s ease;
}


 .menu-toggle.active {
    position: fixed !important;
    top: 18px;
    right: 22px;
    z-index: 10003;
  }





.cabecera-texto {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 80%;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  z-index: 5;
  line-height: 34px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.cabecera-texto h1 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 12px;
}

.cabecera-texto .linea-divisoria {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.6);
  width: 100%;
  margin: 7px 0;
}

.cabecera-texto .subcabecera {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: rgba(255,255,255,0.85);
  margin-top: 14px;
}









/* Forzar visibilidad del icono de cierre */
.menu-toggle.active i {
  color: #fff !important;   /* Forzar blanco sobre fondo naranja */
  font-size: 37px !important;
  z-index: 10004 !important;
  position: relative;
}

/* Asegurar que el botón de cierre esté siempre por encima */
.menu-toggle.active {
  position: fixed !important;
  top: 60px;
  right: 30px;
  z-index: 9999999999999999999999999999999 !important;
}



}










































































@media (min-width: 1500px) and (max-width: 4500px) {





}