body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Article'; /* Nombre de la fuente */
  src: url('../fonts/Article-regular.otf') format('opentype'); /* Fuente regular */
}

@font-face {
  font-family: 'Article-Bold'; /* Nombre de la fuente negrita */
  src: url('../fonts/Article-bold.otf') format('opentype'); /* Fuente negrita */
  font-weight: bold; /* Especifica que esta es la variante negrita */
}

@font-face {
  font-family: 'Article-Italic'; /* Nombre de la fuente cursiva */
  src: url('../fonts/Article-italic.otf') format('opentype'); /* Fuente cursiva */
  font-style: italic; /* Especifica que esta es la variante cursiva */
}

@font-face {
  font-family: 'Article-BoldItalic'; /* Nombre de la fuente negrita cursiva */
  src: url('../fonts/Article-bold_italic.otf') format('opentype'); /* Fuente negrita cursiva */
  font-weight: bold; /* Especifica que esta es la variante negrita */
  font-style: italic; /* Especifica que esta es la variante cursiva */
}


p {
  font-family: 'Article', sans-serif; /* Usa la fuente regular en el cuerpo del documento */
}

strong {
  font-family: 'Article-Bold', sans-serif; /* Usa la fuente negrita para elementos strong */
}

h1 {
  font-family: 'Article-Italic', sans-serif; /* Usa la fuente cursiva para elementos em */
}
h2 {
  font-family: 'Article-Italic', sans-serif; /* Usa la fuente cursiva para elementos em */
}
h3 {
  font-family: 'Article-Italic', sans-serif; /* Usa la fuente cursiva para elementos em */
}
h4 {
  font-family: 'Article-Italic', sans-serif; /* Usa la fuente cursiva para elementos em */
}
h5 {
  font-family: 'Article-Italic', sans-serif; /* Usa la fuente cursiva para elementos em */
}
strong em {
  font-family: 'Article-BoldItalic', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */
}
@font-face {
  font-family: 'Vector'; /* Nombre de la fuente */
  src: url('../fonts/VECTOR_REGULAR_OTF.otf') format('opentype'); /* Fuente regular */
}

body {
  font-family: 'Vector', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */
}
.logo-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  width: 100%;

}

/* Estilo para el video a pantalla completa */
#fullscreen-video {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
  z-index: -1; /* Coloca el video detrás del contenido */
}

/* Estilo para el contenido del encabezado */
.header-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  background-color: #000;
}

/* Estilo para el menú lateral */
#sidebar {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden !important;
  transition: 0.5s;
  padding-top: 40px;
 }

#sidebar a {
  padding: 12px 8px 0px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#sidebar a:hover {
  color: #f1f1f1;
}

#sidebar .closebtn {
  font-size: 36px;
}
.nav li a{color:white;
      margin-top:5px;}
.nav li a.shortname{
  background-color: white;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px 0px;
    padding: 8px 0px 0px 14px;

}
.sidebar{
  background-color: #6c757d!important;
    height: 92.4vh !important;
    /* position: absolute; */
    margin-left: -15px;
    height: 92.4vh;
    /* position: absolute; */
    margin-left: -15px;
    min-height: 100%;
    position: fixed;
    left: 0px;
    width: 16%;
}
.sidebar .sidebar-list{
position: absolute;
    top: 8%;
    left: 40px;
}
.sidebar .navbar-nav li a{
  color: white;
    border-bottom: 1px solid #959696;
}
.form{
  width: 79%;
    border: 1px solid lightgray;
    padding: 40px;
}
#alertBox{
  display: none;
    position: absolute;
    left: 26%;
    top: 58px;
    z-index: 99;
   
   
}
.content-box{
  width: 98%;
    border: 1px solid lightgray;
    padding: 40px;
}
#alertBox .success{
  box-shadow: 0px 0px 15px #00000042;
    
    color: white;
    background: green;
    padding: 10px 5px;
    font-size: 15px;
}
#alertBox .fail{
   box-shadow: 0px 0px 15px #00000042;
  color: white;
    background: red;
    padding: 10px 5px;
    font-size: 15px;
}

#confirmBox{
position: fixed;
    left: 40%;
    top: 100px;
    background: white;
    box-shadow: 0px 0px 15px #0000003b;
    z-index: 99;
    padding: 11px;
    width: 30%;
    text-align: center;
    height: 150px;
    display: none;
}
#confirmBox p{
color: #dc3545;
    font-size: 20px;
    position: relative;
    top: 15px
}
#confirmBox button{
border: 0px;
    margin: 30px;
    padding: 2px 30px;
    background: #dc3545;
    color: white;
}
 #hide i{
    font-size: 25px; margin: 10px 0px
  }
  .description li a{
    padding: 0px 0px;
    margin: 0px;
    color: #ffc0c6;
    border-bottom: 0px !important;
  }
  .sidebar-list i {
  font-size: 15px;
  }
  .sidebar .description.navbar-nav li a{
   color: #cccccc;
   position: relative;
    left: -5px;
    margin-bottom: 8px;
  }
  label::after{
    color: #ffffff !important;
    background-color: #dc3545 !important;
  }
  .accordion-content .description {
   
    color: #4f4f4f;
    cursor: pointer;
    padding: 5px 5px 5px 25px;
    max-width: 100%;
    outline: none;
    font-size: 14px;
    margin: 4px 0px;
    position: relative;}
.accordion-content .description p {
   margin:0px;
   color:gray;}
.accordion-content .title {
   margin: 10px 0px;
    font-weight: normal;
   
    padding: 0px 0px;
    cursor: pointer;
    font-size: 15px;
    color: white;}
    .accordion-content {
    color: white;
    border-bottom: 1px solid #959696;
    position: relative;
    }
.accordion-content.show .description{
  display:block;}
.accordion-content.hide .description{
  display:none;}
.accordion-content.hide .title::after{
 content: " ";
   
   
    padding: 0px 0px;
    font-size: 22px;
   
    font-size: 19px;
    font-weight: normal;
    /* float: right; */
   position: absolute;
    top: 6px;
    right: -47px;}
.accordion-content.show .title::after{
 content: "  ";
   
    
    padding: 0px 0px;
    font-size: 22px;
  
    font-size: 19px;
    font-weight: normal;
  
   position: absolute;
    top: 6px;
    right: -47px;}
    .linea_menu {
      color: white !important;
      line-height: 1.5em;
      letter-spacing: 0.1em;
  }
 .linea_menu:hover{
    color: black !important;
    background: white;

 }
 .draggable-sonido {
  position: absolute;
    right: 20px;
    z-index: 9998;
    cursor: move;
    left  : 2%;
   border:none;
    top:80%;
    max-width:72px;
    background-color: none;
}
#soundIcon{
  width: 30px; 
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
}
.cookie-banner button {
  background-color: #fff;
  color: black;
  
}
.cookie-banner button:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
  
}

.fs-1 {font-size: 0.7em !important;}
.fs-1:hover {  background-color: #fff;
  color: black !important;}
  .min-he { min-height: 250px;}
  .menu-icon{
    color: white;
    font-size: 26px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3em;
  }
body {background-color: black;}

  /* Pantallas pequeñas (teléfonos, menor a 600px) */
@media only screen and (max-width: 600px) {
  /* Estilos específicos para pantallas pequeñas aquí */
  #fullscreen-video {
    top:3%;
  }
  .margin-automa {
    margin-top:110px !important;
  }
}

/* Pantallas medianas (tabletas, 600px - 992px) */
@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* Estilos específicos para pantallas medianas aquí */
  #fullscreen-video {
    top:4%;
  }
  .margin-automa {
    margin-top:220px !important;
  }
}

/* Pantallas grandes (escritorio, 992px - 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* Estilos específicos para pantallas grandes aquí */
  #fullscreen-video {
    top:7%;
  }
  .margin-automa {
    margin-top:150px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Estilos específicos para pantallas grandes aquí */
  #fullscreen-video {
    top:18%;
  }
  .margin-automa {
    margin-top:200px !important;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
  /* Estilos específicos para pantallas grandes aquí */
  #fullscreen-video {
    top:13%;
  }
  .margin-automa {
    margin-top:160px !important;
  }
}

/* Pantallas extra grandes (mayor a 1200px) */
@media only screen and (min-width: 2000px) {
  #fullscreen-video {
    top:15%;
  }
  .margin-automa {
    margin-top:220px !important;
  }
  /* Estilos específicos para pantallas extra grandes aquí */
}

.tablero {
  width: 400px;
  height: 400px;
  border: 2px solid #000;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}
.card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card:hover .overlay {
  opacity: 0;
}

.card .overlay .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

/* Estilos para el modal */
/* Estilos para el modal */
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
}

/* Contenido del modal */
.modal-content {
background-color: #fefefe;
margin: 25vh auto; /* Ajuste del margen superior */
padding: 40px;
border: 1px solid #888;
width: 70%; /* Ajuste del ancho */
max-width: 600px;
border-radius: 10px;
text-align: center;
position: relative;
}

/* Encabezado del modal */
.header {
position: absolute;
top: 0px; /* Ajuste del espacio negativo */
left: 0;
width: 100%;
background-color: black;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* Botón de cerrar */
.close {
color: white;
font-size: 28px;
cursor: pointer;
}

.close:hover,
.close:focus {
color: #ddd;
text-decoration: none;
}

/* Estilos para el logotipo */
.logo {
width: 200px; /* Ajuste del tamaño del logo */
 /* Espacio después del logo */
}

/* Estilos para el texto */
.content h2 {
font-size: 24px;
color: #333;
margin-bottom: 10px;
}

.content p {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}

/* Estilos para el botón */
.footer button {
background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}

.footer button:hover {
background-color: #0056b3;
}
.logo-modal{
width: 200px;
padding: 0;
margin-bottom: 1em;
margin-top: 1em;
}
.super-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
.poco-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.super-mt {
  margin-top: 10% !important;

}
.super-mt2 {
  margin-top: 7% !important;

}
.super-mt3 {
  margin-top: 23% !important;

}
.vector {
  
    font-family: 'Vector', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */
  
}
.article {
  font-family: 'Article', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */

}
p {font-family: 'Article', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */}
span {font-family: 'Article', sans-serif; /* Usa la fuente negrita cursiva para strong dentro de em */}
h1, h2, h3, h4, h5 {font-family: 'Vector', sans-serif; }
.sobre-nosotros {
  
    font-size: 6em;
    text-align: left;
}
.card-body {
  min-height: 210px;
  background: white;
  padding: 0.25rem;
}
#toggleSound {background:none;}
button:focus {
  /* outline: 1px dotted; */
  outline: none;
}
.margin-negativo {
  margin-top: -20em;
  font-size: 1.3em !important;
  font-weight: bolder;
}
.text-djulio{ font-size: 1.2em !important;
text-align: center;
padding-top: 3em;
padding-left: 3em;
padding-right: 3em;

}

.tamanio_ficha{height: 420px !important;}
.project-video{height: 100% !important;}
.privcook{width: 30% !important; margin: 5%;float: left;}
.privcook:hover {font-size: 1em;}
/* Estilos para ocultar la opción de descarga */
video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 32px) !important;
}

video::-webkit-media-controls-panel:not(:focus-within) {
  margin-right: -32px;
}

video::-webkit-media-controls-panel:focus-within {
  outline: none;
}
.icono-rrss:hover {width: 20px !important;}

.pie-about {position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px; /* Ajusta esta altura según sea necesario */
 }
 .margin-contact {
  margin-bottom: 0.8em;
 }
 .plantilla2-bordes {border-left: solid 5px black; border-right: solid 5px black;}
/* Pantallas extra grandes (mayor a 1200px) */
@media only screen and (max-width: 560px) {
  .border-sm-0 {border:0 !important;}
  .contenidoVideoPlayer {margin-top: 50%;}
  .logo-vm{ width: 80%  !important;float: left;}
  .rayitas-vm{ width: 10% !important;float:left;padding-left: 1em !important;}
  .icono-mv { width: 33.3% !important;float:left;}
  .text-mv{padding-left: 2em;padding-right: 2em;}
.margin-mv{margin-top: 6em !important;}
.margin-mv2{margin-top: 8em !important;}
.center-mv {text-align: center;}
.contenidoVideoPlayerVideo{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.contenidoImagenPlayerVideo{width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;}
.fondo-blanco {    background: white;
  padding: 1em;}
.sobre-nosotros {font-size: 3em;}
.draggable-sonido-home{
  position: fixed;
  top: 90%;
}
.texto-titulo-mv2 {    font-size: 4.8em;
  text-align: center;}
.margin-left-mv {margin-left: 1em;}
.tamanio_ficha {height: 290px !important;}
body {margin-bottom: 2em;}
.privcook-mv{width: 50% !important; float: left !important;}
.menos-mt {margin-top: 1em !important;}
.contenidoVideoPlayerProy {margin-top: 15%;}
.margin-negativo{margin-top: 0px;}
.text-mv-fontsize{font-size: 1.3em}
.custom-play-button2 {
  position: absolute;
  top: 15vh !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color:rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.super-padding-mv {padding:3em;width: 80%;}
.padding-mv {padding-top:3em !important;}
  /* Estilos específicos para pantallas extra grandes aquí */
}



@media only screen and (max-width:1200px)  and (min-width: 560px)  { 
  .ajedred-mv {background: white !important;margin-top: 2em;}
  .margintop-mv {margin-top: 2em !important;}
  .center-mv {text-align: center;}
  .contenidoVideoPlayer {margin-top: 50%;}
  .logo-vm{ width: 80%  !important;float: left;}
  .rayitas-vm{ width: 10% !important;float:left;padding-left: 1em !important;}
  .icono-mv { width: 33.3% !important;float:left;}
  .text-mv{padding-left: 2em;padding-right: 2em;}
.margin-mv{margin-top: 6em !important;}
.margin-mv2{margin-top: 8em !important;}
.sobre-nosotros {font-size: 4em;}
.contenidoVideoPlayerVideo{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: -1;
}
.custom-play-button2 {
  position: absolute;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color:rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenidoImagenPlayerVideo{
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.draggable-sonido-home{
  position: fixed;
  top: 90%;
}
.texto-titulo-mv2 {    font-size: 4.8em;
  text-align: center;}
.margin-left-mv {margin-left: 1em;}
.tamanio_ficha {height: 290px !important;}
body {margin-bottom: 2em;}
.privcook-mv{width: 50% !important; float: left !important;}
.menos-mt {margin-top: 1em !important;}
.contenidoVideoPlayerProy {margin-top: 15%;}
.margin-negativo{margin-top: 0px;}
.text-mv-fontsize{font-size: 1.3em}
.text-proyectos-pie{font-size: 0.7em;}
  /* Estilos específicos para pantallas extra grandes aquí */
}
.custom-play-button {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color:rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-play-button i {
  font-size: 36px;
  color: #333;
}


@media only screen and (min-width:1200px) { 
.videosobre{
  margin-top: 22em !important;}
  .custom-play-button2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
}
.bg-none {background: none !important;}