body {
margin: 0;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
padding: 0;
background-color: rgba(0,0,0,1.00);




}

/* Estilos generales para ambas versiones */
.navbar {
position: fixed;
width: 100%;
top: 0;
left: 0;
transition: top 0.3s;
z-index: 1000;
}

nav {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

/* Estilos para la versión de escritorio */
#nav-list {
display: flex;
justify-content: space-around;
list-style-type: none;
margin: 0;
padding: 0px;
width: 50%; /* Ocupa el 60% del ancho de la pantalla */
margin-top: 8px;
}

nav ul li a {
display: block;
padding: 20px;
text-decoration: none;

margin-top: 10px;
color: #1c9ead;
margin-left: 0px;
text-shadow: 1px 1px 6px rgba(0,0,0,0.0);
font-size: 14px;

}


nav ul li a:hover {

color: rgba(255,255,255,1.00);
transition-duration: 0.3s;

}

.visible {
background-color: rgba(255,255,255,0.00);
color: rgba(255,255,255,1.00);
transition-duration: 0.3s;
height: 80px;
margin-top: -8px;

}

.visible:hover {

color:rgba(255,255,255,1.00);
transition-duration: 0.3s;
background-color: #1c9ead;
}

/*ESTA ES LA BARRA PRINCIPAL DESKTOP*/
.barranegramovil {
width: 100%;
background: rgba(255, 255, 255, 0.9);
position: fixed;
top: 0;
left: 0;
z-index: 0;
height: 80px;
backdrop-filter: blur(10px);
transition: opacity 0.0s ease-in-out; /* Añade una transición suave */
}



.invisible {
cursor: default;
}

.invisible:hover {
cursor: default;
}

/* Estilos para la versión móvil */
.menu-toggle {
display: none; /* Oculto en la versión de escritorio */
}

@media screen and (max-width: 768px) {
/* Estilos para la versión móvil */
#nav-list {
display: none;
flex-direction: column;
width: 100%;
background: rgba(0, 0, 0, 0.9);
position: fixed;
top: -10px; /* Ajusta esta altura a la de la barra */
left: 0;
z-index: 1100;
padding: 1px;


}

.desktopcontent{

display: none;

}


#espacioitem{

height: 160px;
align-content: flex-end;
width: 500px;


}
.logo {
display: none;
position: fixed;


}

.menu-toggle { /* Este es el menu hamburguer */
display: flex;
flex-direction: column;
cursor: pointer;
position: fixed;
right: 20px;
top: 25px; /* Ajusta esta posición según necesites */
z-index: 1200; /* Asegura que esté siempre encima */
color: rgba(50, 50, 50, 0.9);
filter: invert(0.7);
}

.bar {
height: 3px;
width: 25px;
background-color: #FFF;
margin: 4px 0;
transition: 0.4s;
}

#nav-list.active {
display: flex;
transition: 0.4s;
background: rgba(255, 255, 255, 0.9);
margin-top: 0px;
transition-duration: 0.5;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

.menu-toggle.hidden {
display:flex; /* Oculta el botón "hamburger" cuando el menú está desplegado */
transition: 0.4s;
transition-duration: 0.5;
}
}



video {
position: fixed;
right: 0;
bottom: 0;
min-width: 105%;
min-height: 100%;
transform: translateX(calc((100% - 100vw) / 2));
z-index: -2;
}

@media screen and (max-width: 768px) {
.logo_movil {
display: flex;
width: 250px;
margin-left: 20px;
margin-top: 20px;
z-index: 1600;
position: fixed;
}

.limovil {
display: none;
}



.video-background {
display: none;
}

.movilwallpaper {
background-image: url("src/opticfiber.jpg");
background-size: cover;
z-index: -3;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
opacity: 75%;
}

.luz{

background-image: url("src/luz.png");
background-size:cover;
z-index: -1;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 3300px;
opacity: 100%;

}




.sombrawallpaper {
background-image: url("src/sombra.png");
background-size: cover;
z-index: -2;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
}

.barranegramovil {
width: 100%;
background: rgba(255, 255, 255, 0.9);
position: fixed;
top: 0px; /* Ajusta esta altura a la de la barra */
left: 0;
z-index: 0;
height: 80px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

.nomobile{

display: none;
z-index: -2000;
cursor: default;
}


#mobilespace{

height: 200px;

}


}

@media screen and (min-width: 768px) {
.logo_movil {
display: none;
}

.nomobile{


cursor: default;
}

.mobilecontent{

display: none;

}

}

.video-background {
position: relative;
height: 100vh;
overflow: hidden;
}



#video-background {
position: fixed;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
object-fit: cover; /* Esto hace que el video ocupe toda la pantalla y se recorte si es necesario */
transform: translate(-50%, -50%);
z-index: -1; /* Coloca el video detrás del contenido */

}

.contenido {
position: relative;
margin-top: 10px;
}


.fullbar{

display: block;
margin-top: 0px;
transition: opacity 0.5s ease-in-out; /* Suaviza la transición de opacity */
z-index: 100000;

}

main{

z-index: 0;

}

.boton{

width: 200px;
height: 50px;
background: rgba(0, 0, 0, 0.2);
color: rgba(255,255,255,1.00);
text-decoration: none;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
transition-duration: 0.3s;
border-radius: 5px;
border: solid 1px #1c9ead;

}

.boton:hover{

width: 200px;
height: 50px;
background-color: #1c9ead;
color: rgba(255,255,255,1.00);
transition-duration: 0.3s;

}

.boton_alt{

width: 200px;
height: 50px;
background-color: #1c9ead;
color: rgba(255,255,255,1.00);
text-decoration: none;

transition-duration: 0.3s;
border-radius: 5px;

}

.boton_alt:hover{

width: 200px;
height: 50px;
background-color: rgba(0,207,193,0.30);
color: rgba(255,255,255,1.00);
transition-duration: 0.3s;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}



.boton_alt2{

width: 200px;
height: 50px;
background-color:#1c9ead;
color: rgba(255,255,255,1.00);
text-decoration: none;
transition-duration: 0.3s;
border-radius: 5px;

}

.boton_alt2:hover{

width: 200px;
height: 50px;
background-color: #1c9ead;
color: rgba(255,255,255,1.00);
transition-duration: 0.3s;

}


@keyframes aparecerDesaparecer {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}

.nube{

animation: aparecerDesaparecer 2s infinite;

}


.nube_alt{

animation: aparecerDesaparecer 3s infinite;

}

.azulejo_transparente{

width: 100%;
height: 900px;
position: absolute;
z-index: -1;
background: rgba(0, 0, 0, 0.0);
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px);
}

@keyframes animacionflecha {
0% {
opacity: 0;
margin-top: -50px;
}
50% {
opacity: 1;
margin-top: -25px;
}
100% {
opacity: 0;
margin-top: 0px;
}


}



.flecha{

animation: animacionflecha 3s infinite;

}

.scroll-image {

width: 80%;
margin-bottom: 70px;
opacity: 0;
transform: translateY(100px);
transition: opacity 0.8s ease, transform 0.8s ease;
transition-delay: 0.3s;
}


html {
scroll-behavior: smooth;
overflow-y: auto;
height: 100%;
overscroll-behavior: none;

}

.azulejo_azul{

width: 100%;
height: 920px;
position: absolute;
z-index: -1;

}

.boton_flecha{

width: 80px;
height: 80px;
background: rgba(0, 0, 0, 0.2);
color: rgba(255,255,255,1.00);
text-decoration: none;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
transition-duration: 0.3s;
border-radius: 100px;
border: solid 1px #1c9ead;

}

.boton_flecha:hover{

width: 80px;
height: 80px;
background-color: #1c9ead;
color: rgba(255,255,255,1.00);
transition-duration: 0.3s;

}

.link{

text-decoration: none;
font-size: 14px;
color: rgba(204,204,204,1.00);

}

.link:hover{

text-decoration: none;
color: #1c9ead;

}

.player {
position: relative;
max-width: 100%;
background-color: #000;
}

video {
display: block;
width: 100%;
height: auto;
pointer-events: none;
}

.player:focus {
outline: none;
}

.player video:fullscreen {
width: 100%;
height: 100%;
}

.player video:-webkit-full-screen {
width: 100%;
height: 100%;
}

.player video:-moz-full-screen {
width: 100%;
height: 100%;
}

.player video:-ms-fullscreen {
width: 100%;
height: 100%;
}

.player video:-o-full-screen {
width: 100%;
height: 100%;
}

video::-webkit-media-controls {
display: none !important; /* Oculta los controles en navegadores WebKit */
}

video::-moz-media-controls {
display: none !important; /* Oculta los controles en navegadores Firefox */
}

video::-ms-media-controls {
display: none !important; /* Oculta los controles en navegadores Edge */
}

/* Importante para iOS */
video::-webkit-media-controls-start-playback-button {
display: none !important;
pointer-events: none;
visibility: hidden;
}


.slidersocios{

position: absolute;
width: 100%;
margin-top: 1700px;
z-index: 7;
left: 0;
right: 0;



}

.barra_fina{

width: 60%;
height: 1px;
position: absolute;
background-color: rgba(1,1,1,0.30);
z-index: 3;
right: 0;
left: 0;
margin: auto;

}

.contenido_1{

width: 100%;
background-color:rgba(216,216,216,1.00);
height: 3790px;


}

.boxhz{

width: 500px;
height: 500px;
border-radius: 10px;
background-color: rgba(255,255,255,1.00);
transition: transform 0.3s ease;
box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);



}

.boxlargehz{

width: 1050px;
height: 500px;
border-radius: 10px;
background-color: rgba(255,255,255,1.00);
transition: transform 0.3s ease;
box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.24);


}

.boxhz:hover{

border-radius: 10px;
background-color: rgba(255,255,255,1.00);
cursor: pointer;




}

.boxlargehz:hover{

width: 1050px;
height: 500px;
border-radius: 10px;
background-color: rgba(255,255,255,1.00);
cursor: pointer;




}


.formulario{

width: 220px;
height: 30px;
border-radius: 10px;
font-size: 15px;
text-indent: 15px;
border: 1px solid rgba(50, 50, 50, 0.30);


}

/* Estilo general para centrar el preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff; /* Fondo blanco */
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

/* Contenedor de la carga */
.loader-container {
text-align: center;
}

/* Estilo del logo */
.loader-logo {
max-width: 300px;
margin-bottom: 460px;
position: relative;
right: 0;
left: 0;
margin: auto;
}

/* Contenedor de la barra de progreso */
.loader-progress {
width: 300px;
height: 20px;
background: #f3f3f3;
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
}

/* Barra de progreso interna */
.loader-bar {
width: 0;
height: 100%;
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(31,150,117,1) 0%, rgba(0,255,244,1) 100%);
border-radius: 10px;
}

/* Estilo del porcentaje */
#loader-percentage {
margin-top: 10px;
font-size: 18px;
font-family: Arial, sans-serif;
}

/* Efecto de fade out */
.fade-out {
opacity: 0;
pointer-events: none; /* Desactiva la interacción con el preloader */
transition: opacity 1s ease-in-out;
}

/* Ocultar completamente el preloader */
.hidden {
display: none;
}

.marcalogo{

max-width: 90px;
right: 0;
left: 0;
margin: 20px;


}

textarea {
resize: none;
}


.text-container2 {
position: absolute;
top: 38%;
left: 20%;
color: rgba(255, 255, 255, 1.00);
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}
.title {
font-size: 45px;
opacity: 1;
transition: opacity 1s ease-in-out;
}
.subtitle {
font-size: 20px;
position: relative;
top: 9%;
left: 0.1%;
opacity: 1;
transition: opacity 1s ease-in-out;
}

.text-container3 {
position: absolute;
top: 38%;

color: rgba(255, 255, 255, 1.00);
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}
.title2 {

opacity: 1;
transition: opacity 1s ease-in-out;
}
.subtitle2 {
font-size: 20px;
position: relative;
top: 9%;
left: 0.1%;
opacity: 1;
transition: opacity 1s ease-in-out;
}




.footerposition{
position: absolute;
width: 100%;
}


.sector {
background-color: #fff;
margin: 15px 0;
padding: 15px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
text-align:left;
text-indent: 0px;
height: 150px;
}

.sector p {

text-indent: 10px;
margin-right:350px;
}

.sector h2 {

text-indent: 10px;
font-size:20px;
color:rgba(50, 50, 50, 1);

}


section {
padding: 20px;


}

.btnsoft{
color:rgba(255,255,255,0.5) !important;
opacity: 1 !important;

}

.btnsoft:hover{

color:rgba(255,255,255,1.0) !important;
opacity: 1 !important;

}

.btnblue{
color:rgba(255,255,255,1.0) !important;
opacity: 1 !important;

}


.btnblue:hover{
color:#1c9ead !important;
opacity: 1 !important;

}

.nosotrosbox {

width: 80%;
margin-bottom: 70px;



}

.titseccion{

position: fixed;
font-size:50px;
z-index:22;
background-color:#1c9ead;
height: 80px;
width:100%;
left:0;
right:0;
margin:auto;
margin-top:80px;
border-radius:0px;
color:rgba(255,255,255,1.0) !important;

}


.logoredes{

opacity:0.5;


}

.logoredes:hover{

opacity:1;


}

.tabla-dos-columnas {
width: 100%; /* O un ancho específico si lo deseas */
border-collapse: collapse; /* Elimina los bordes dobles */
}

.tabla-dos-columnas td {
padding: 7px; /* Ajusta el padding según tu preferencia */
vertical-align: top; /* Alinea el contenido de las celdas en la parte superior */
}

.titulo-destacado {
font-size:15px;
font-weight: bold;
white-space: nowrap; /* Evita que el título se divida en varias líneas */
padding-right: 10px; /* Espacio entre el título y el texto */
text-align: right;
}

.text {
line-height: 1.3;
word-spacing: 2px;
}