body {
  background-color: white;
  padding: 0;
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}


/*******************

Encabezado de la pagina

****************/

header {
  width: 100%;
  height: 140px;
  background-color: black;
}

.cont-header {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: space-between;

  padding: 0px 20px;
  margin: 0 auto;
  gap: 20px;
}

.img-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.menu {
  color: white;
  font-weight: bold;
  margin-top: 35px;
  text-transform: uppercase;
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 20px;
  font-size: 0.875rem;
  text-rendering: optimizeLegibility;
}

.menu li > a {
  color: white;
  text-decoration: none;
  transition: color 0.4s ease;
}

.menu li > a:visited {
  color: white;
  text-decoration: none;
}

.menu li > a:hover {
  color: #0fc8ff;
}

/*******************

PRESENTACION DE LA PAGINA

****************/
.contenedor-header {
  width: 100%;
  height: 30vh;
  background-image: url("./assets/img/space-center-693251_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*******************

Contenido de la presentacion

****************/
.contenido {
  position: absolute;
  width: 100%;
  height: 50%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner_title {
  color: white;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: 0;
}

.letra_banner {
  font-size: 3.4rem;
  color: white;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0;
  text-shadow:
    -3px -3px 3px #484848,
    3px -3px 3px #484848,
    -3px 3px 3px #484848,
    3px 3px 3px #484848;
}

/*******************

Seccion Experiencia

****************/

.fondo_gris {
  background-color: rgb(248, 248, 248);
  padding: 80px 0px;
  text-align: center;
}

.icono-rombo {
  width: 40px;
  height: 40px;
  background: #0fc8ff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

  transform: rotate(45deg);
}

.icono-rombo i {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;

  transform: rotate(-45deg);
}

/*******************

Seccion Slider

****************/

.informate {
  width: 60%;
  height: 50%;
  margin: 0 auto;
  display: flex;
  padding: 120px 0;
  gap: 20px;
}

.text_informate {
  width: 35%;
}

.text_informate h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: -0.5px;
}

.text_informate span {
  font-size: 1.2rem;
  margin-top: 10px;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 350px;
  margin: auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 0px;
  transition: transform 0.4s ease-in-out;
}

.slide {
  flex: 0 0 30%;
  box-sizing: border-box;
  text-align: center;
}

.slide a {
  text-align: center;
}

.slide img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 300px;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

@keyframes carrusel {
  0% {
    transform: translateX(0%);
  }

  /* Ajusta los porcentajes según la cantidad de imágenes. Con 3 imágenes, cambian en 33.33% */
  33% {
    transform: translateX(0%);
  }

  36% {
    transform: translateX(-100%);
  }

  69% {
    transform: translateX(-100%);
  }

  72% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-200%);
  }
}

/*******************

Acordeones

****************/

.letra_general{
    font-family: 'Droid Sans', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    text-align: left !important;
    margin: 0 0 10px;
}
br{
  margin-top: 100px !important;
}
.titulo_general{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}
details {

  text-align: left;
  transition: all 0.5s ease;
  border: 1px solid rgb(197, 197, 197);
-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.48); 
box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.48);
cursor: pointer;
background-color: white !important;
}

details summary {
  list-style: none;
  padding-left: 15px;
  font-weight: bold;
  background-color: white !important; 
}

details[open] summary {
  color: #0fc8ff;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
  scroll-behavior: smooth;
  border-bottom: 1px solid rgb(197, 197, 197);
  height: 50px;
  padding-top:10px !important;
  
}

:root {
  interpolate-size: allow-keywords;
}

details::details-content {
  height: 0;
  overflow: hidden;
  transition:
    height 0.2s ease,
    content-visibility 0.4s ease allow-discrete;
  padding: 15px;
  line-height: 1.7;
    
}

details[open]::details-content {
  height: auto;
}


summary{
    height: 20px;
    padding-top: 10px;
    
}
.list_letra {
  list-style-type: upper-alpha;
}

.contenedor_cibernetico,
.contenedor_robo,
.contenedor_tradicionales{
  display: flex;
  flex-direction: column;
  gap: 15px;

  width: 60%;
  margin: 0 auto;
  padding: 20px;
}


/*******************

Cuadernillo

****************/
.subtitulo{
  width: 40%;
  margin: 0 auto;
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(197, 197, 197);
}
.img_cuadernillos{
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.enlaces{
  flex: 1;
  display: flex;
  flex-direction: column;
 
  align-items: center;
  color: #046380;
  text-decoration: none;
}
.enlaces:hover{
  color: #0fc8ff;
}
.enlaces:visited{
  text-decoration: none;
}
.enlaces img{
  width: 250px;
  height: 280px;
}



/*******************

Videos

****************/


.videos{
  width: 60%;
  margin: 0 auto;
}
.track2{
  gap: 20px;
}


/*******************

Infografias

****************/

.info{
  display: flex;
  width: 60%;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
}
.info img{
  width: 25%;
}


/*******************

Prensa

****************/

.cont_prensa{
  display: flex;
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}



/*******************

Tablas

****************/

.tablas {
  width: 100%;
  margin: 0 auto;
}
.tablas img{
  width: 100%;
}

table{
  width: 100%;
  border: 1px solid grey;
  font-weight: bold;
  font-size:18px;
}
tr,td{
  border: 1px solid grey;
}
.azul{
  background-color: #0360eb;
  color: white;
}
.naranja{
  background-color: #eb7f03;
  color: white;
}
td{
  height: 40px;
}
.encabezado{
  text-align: center;
  height: 50px;
}
.nombre_tabla{
  text-align: left;
}


/*******************

otros sitios

****************/

.otros_sitios{
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}
.otros_sitios a{
  border: 1px solid gray;
  padding: 15px;
  border-radius: 10px;
  color: black;
  text-decoration: none;
}
.otros_sitios a:visited{
  text-decoration: none;
  color: black;
}
.otros_sitios a:hover{
  background-color: #d4d3d3;
}
/*******************

footer

****************/

footer {
  padding: 100px 0;
  background-color: black;
}

/*******************

CONTACTO

****************/
.contenedor-footer {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}

.contacto {
  display: flex;
}

.contacto_tarjeta {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contacto_tarjeta i {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #252525;
  padding: 15px;
  border-radius: 50%;
}

.contacto_tarjeta label {
  color: #0fc8ff;
  font-weight: bold;
  font-size: 1.4rem;
}

.contacto_tarjeta span {
  font-size: 1.1rem;
}

/*******************

Redes Sociales

****************/

.redes {
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.redes_titulo {
  color: #0fc8ff;
  font-weight: bold;
  font-size: 1.4rem;
}

.subtitulo_titulo span {
  font-size: 1.1rem;
}

.cont-red {
  width: 100%;
  height: max-content;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

.red i {
  width: 100px !important;
  height: 60px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: #252525;
  padding: 10px 15px;
  border-radius: 50%;
  text-align: center;
}

.face,
.x,
.youtube {
  transition: background-color 0.5 ease;
}

.face:hover {
  background-color: #1546b1;
}

.x:hover {
  background-color: black;
}

.youtube:hover {
  background-color: rgb(221, 37, 37) !important;
}

/*******************

terminos

****************/

.terminos,
.derechos {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.derechos {
  margin-top: 10px;
}







/*******************

Celulares
****************/
.btn-menu{
    display:none;
    background:none;
    border:none;
    font-size:35px;
    cursor:pointer;
    color:white;
    background-color: #0fc8ff;
}
.contacto a{
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacto a:visited{
  text-decoration: none;
}

@media (max-width:769px) {

    .cont-header{
        width:100%;
        position:relative;
        padding:0;
    }

    .btn-menu{
        display:block;
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        z-index:20;
    }

    .menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#000;
        display:none;
        flex-direction:column;
        padding:0;
        margin:0;
        z-index:10;
    }

    .menu.active{
        display:flex;
    }

    .menu li{
        list-style:none;
        border-top:1px solid rgba(255,255,255,.2);
    }

    .menu li a{
        display:block;
        padding:15px 20px;
        color:#fff;
        text-decoration:none;
    }

    .menu li a:hover{
        background:#222;
    }
    .banner_title{
        line-height: 1.5;
        font-size: 2rem !important;
    }
    .letra_banner{
        font-size: 1.5rem;
    }
    .contenedor-header{
        height: 250px;
        gap: 0;
        line-height: 1.3;
    }
    .contenido{
        height: auto;
        gap: 0;
        line-height: 1.3;
    }

    .informate{
      width: 90%;
    }
    .slider-track{
      gap: 20px;
    }

    .info{
      flex-direction: column;
      align-items: center;
    }
    .info img{
      width: 100%;
    }

    .contenedor_cibernetico, .contenedor_robo,.contenedor_tradicionales{
      width: 85%;
    }
    summary{
      padding: 20px 0px;
    }
    p{
      padding: 30px;
    }
    .cont_prensa{
      width: 85%;
      gap: 30px;
    }
    .enlaces img{
      width: auto;
      height: auto;
    }
    .otros_sitios{
      width: 85%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }
    .otros_sitios a{
      width: 60px;
    }

    .contacto{
        flex-direction: column;
        gap: 30px;
    }
}