
html,
body {
 
}


.icono-grand{
  font-size: 20px;
}
.horizontal-list {
  list-style-type: none;
  
  padding: 0px;
  display: flex;

  margin-bottom: 0;
 
}

.horizontal-list li {
  margin: 5px;
  padding: 3px;
  cursor: pointer;


  width: auto;
  text-transform: uppercase;
  font-size: 13px;
 border-radius: 5px;
  

}

.horizontal-list li:hover {
  background-color: rgba(248, 249, 252, 0.9);
  margin: 5px;
 
  width: auto;
  border-radius: 5px;

  


  color: #051c3e;
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 10px;
  /* Radio en la esquina inferior izquierda */
  border-bottom-right-radius: 10px;
  display: none;
  /* Inicialmente oculta los submenús */
  position: absolute;
  /* Cambia a posición absoluta */
  top: 100%;
  /* Coloca el submenú justo debajo del elemento principal */
  left: 0;
  transition: opacity 0.3s ease;
  /* Cambia a la propiedad de opacidad para una transición suave */
  opacity: 0;
  /* Inicialmente establece la opacidad a 0 */
  background-color: rgba(248, 249, 252, 0.9)
}

.sub-menu li {
  padding: 10px;
  width: 140px;
  border-bottom-left-radius: 10px;
  /* Radio en la esquina inferior izquierda */
  border-bottom-right-radius: 10px;

}

.horizontal-list li:hover .sub-menu {
  display: block;
  opacity: 1;
  border-bottom-left-radius: 10px;
  /* Radio en la esquina inferior izquierda */
  border-bottom-right-radius: 10px;
}


.presentacion {
  position: relative;
  padding: 0;
  margin: 0;
  height: 120vh !important;

  overflow: hidden;
  display: flex;
  align-items: center;
 

  
  z-index: 0;
}



.section_doc {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.section_portada {
    position: relative;
    width: 100%;
    height: 100%;
}


.id_document {
  position: absolute;
  bottom: 20px; /* Ajusta según sea necesario */
    left: 50px;
    width: 10%;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    background: rgba(209, 213, 214, 0.7);

}



video {
  width: 100%;
  
  height: 100%;
  
  object-fit: cover;
  
}



.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.overlay-image {
  position: relative;
  width: 80%;
  height: 40vh;
  /* Ajusta la altura máxima de cada imagen */
  border-radius: 10px;
  overflow: hidden;
}

.card_servicios {
  height: 50%;
}

.card_body_Servicios {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}





.section_asc {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.id_decretos {
  position: absolute;
  top: 35px;
  left: 40px;
  width: 33%;

  background: rgba(208, 213, 214, 0.8);

}

.id_decretos span {
  color: #130f40;
  font-weight: bold;
 font-family: "Courier New", monospace;
font-size: 90%;
}



.id_decretos button {
  background: #FBFBFB;
  font-weight: bold;
  color: #131010;

}


.id_decretos button:hover {
  background: #494848  ;

  color:#FCF7F7  ;
  
}



.light-suc {
  background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
}

.img_info {
  background: #0d47a1;
}


.contenedor_imagenes-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-warning-1 {
  background: rgba(0, 0, 0, 0.1);
}


.bg-warning-1:hover {
  
  background: #7f8fa6;
  color: rgb(245, 245, 245);
 
}


.bg-warning-11 {
  background: rgba(85, 89, 90, 0.6);
}

.footer_css {
  position: relative;
  background-color: #210795;
  /* Color de fondo del pie de página, ajusta según tus preferencias */
  padding: 0px;
  /* Ajusta el espacio interno del pie de página según sea necesario */
  box-sizing: border-box;
  font-family: Didot;
}



.bg-light-footer {

  width: 100%;

}

.parra_title {
  color: #e8eef5;
}


.parra_title_p {
  color: #090f86;
}


.img_videos {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.h-100 {
  height: 100%;
}




/* Resto de tu estilo para .p-1 y .col-lg-3 si es necesario */


.position {
  position: absolute;
  left: 46%;
   top: 50%;
   transform: translate(-50%, -50%);
 
}

.slider {
  height: 90%;
  width: 80%;
  border-radius: 40px;
  background-image: url('https://www.laguardia.gob.bo/images/1.jpg');
  background-size: cover;
   background-position: center; 
  animation: animate 25s infinite;
}

@keyframes animate{
  0%{
    background-image: url('https://www.laguardia.gob.bo/images/10.jpg');
    background-size: cover;
  }
  10%{
    background-image: url('https://www.laguardia.gob.bo/images/9.jpg');
    background-size: cover;
  }
  20%{
    background-image: url('https://www.laguardia.gob.bo/images/8.jpg');
    background-size: cover;
  }
  30%{
    background-image: url('https://www.laguardia.gob.bo/images/7.jpg');
    background-size: cover;
  }
  40%{
    background-image: url('https://www.laguardia.gob.bo/images/6.jpg');
    background-size: cover;
  }

  50%{
    background-image: url('https://www.laguardia.gob.bo/images/5.jpg');
    background-size: cover;
  }
  60%{
    background-image: url('https://www.laguardia.gob.bo/images/4.jpg');
    background-size: cover;
  }
  70%{
    background-image: url('https://www.laguardia.gob.bo/images/3.jpg');
    background-size: cover;
  }
  80%{
    background-image: url('https://www.laguardia.gob.bo/images/2.jpg');
    background-size: cover;
  }

  90%{
    background-image: url('https://www.laguardia.gob.bo/images/1.jpg');
    background-size: cover;
  }
}






.img_fechas{
   position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}


.content-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;


  box-sizing: border-box;
  z-index: 1;
}


.id_decretoss {
  position: absolute;
  top: 40px;
  left: 45px;
  width: 30%;
  border-radius: 40px;
  padding-top: 5px;
  /* Ajusta el ancho según tus necesidades */
  background: rgba(150, 143, 143, 0.8);
  color:#051c3e ;

}

.zoomable-image {
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease;
}

.zoomable-image:hover {
 background-color: #094d90;
 border-radius: 40px;
 padding: 10px;
 border: 3px solid #1993b1;
 
}

.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
}

.modal {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
}

.modal button {
  padding: 10px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}


.img_informa:hover{
  background-color: #051c3e;
  
}