@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

/* Estilo de Layout 
body {
  background: #2C3E50;
}*/

/*Estilo Festivo va cambiando colores:
3 de marzo = #86b350c0
8 de marzo = #DEBDFC
22 de marzo = #63c4bf
10 de mayo = #D0C6EB 
#69C5A0
#867999
#6891ba
#1C6791 */

body {
  background:#2C3E50;
}

.circus{
  /* background: #D5B8F2; */
  /*#8BAA74; #ffbc58;*/
  /* background: url(https://e2stddyxd001.blob.core.windows.net/$web/img/fondos/enviroment2.webp) no-repeat center center fixed;
  background-size: cover; */
  /* background: url(../img/carton.jpg) no-repeat center center fixed;
  background-size: cover; */

}

.pseo_body{
  background: #2C3E50;
  /* overflow-y: hidden; */
  
}

.navbody {
  margin: 0px 0px 100px 0px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  /*Linea cambiada*/
  padding: 5px 80px;
  background:  #303C48;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px #e5e820;
}

.junhead{
  background: #303C48;
}

header .logo {
  float: left;
  height: 80px;
  line-height: 65px;
  font-size: 24px;
  align-items: center;
  align-content: center;
  text-align: center;
}

/*Esto no venía en el tutorial*/
header .logo .navbar-brand img {
  height: 55px;
}

header nav {
  float: right;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  text-decoration: none;
  z-index: 999;
}

header nav ul li {
  list-style: none;
  text-decoration: none;
  position: relative;
}

header nav ul li.submenu:before {
  content: '\f0d7';
  font-family: fontAwesome;
  position: absolute;
  line-height: 80px;
  color: white;
  right: 4px;
}

header nav ul li.active.submenu:before {
  content: '\f0d8';
}

header nav ul li ul {
  position: absolute;
  left: 0;
  background: #303C48;
  display: none;
}

.submjun{
  background: #303C48;

}

header nav ul li.active ul {
  display: block;
}

header nav ul li ul li {
  display: block;
  width: 250px;
  height: 60px;
}

header nav ul li a {
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  padding: 8px 15px;
  color: white;
  text-decoration: none;
  /*Ver si se necesita o no
  display: block;*/
}

header nav ul li a:hover {
  color: #cedebd;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 0 5px #411f1f,
    0 0 5px #ffffff;
}


.menu-toggle {
  color: white;
  float: right;
  line-height: 80px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.l_o{
  display: none;
  visibility: hidden;
}

@media (max-width: 1300px) {
  header {
    padding: 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .l_o{
    display: block;
    visibility: visible;
  }

  #i_lo{
    display: none;
    visibility: hidden;
  }

  header nav {
    /*display: none;*/
    position: absolute;
    width: 100%;
    /*height: calc(100vh - 50px);*/
    background: #303C48;
    top: 85px;
    left: -100%;
    /*transition: 0.5s;*/
  }

  header nav.active {
    left: 0;
    position: absolute;
    z-index: 999;
  }

  header nav ul {
    display: block;
    text-align: center;
  }

  header nav ul li a {
    border-bottom: 1px;
    display: block;
  }

  header nav ul li a:hover {
    color: #cedebd;
    background: #343e40;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #411f1f,
      0 0 5px #ffffff;
  }

  header nav ul li.active ul {
    position: relative;
  }

  header nav ul li ul li {
    width: 100%;
  }

  header .logo .navbar-brand img {
    height: 45px;
  }
}

/*Para los botones deshabilitados*/
.disabled{
  color:#6c757d;
}

.disabled:hover{
  color:#6c757d;
}


/* Inicia el estilo propio de HOME */
#particles-js {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}
#confetti {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -3;
}

/*.container {
  padding: 8px 5px 8px 5px;
}*/


.cuerpo_hm {
  margin: 0;
  padding: 100px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/**************AGREGADO PARA EL LOGOUT***************/
.lo_hm_a{
  margin: auto;
  text-align: center;
  text-decoration: none;
}

.logout_hm{
  /*Cambiar width para formar un círculo

  width: 150px;
  max-width: 500px;
  height: 50px;*/
  width: 60px;
  max-width: 500px;
  height: 60px;


  /*Cambiar grid por flex para las demás*/
  display: flex;
  float: right;

  background-color: rgba(223, 253, 255, 0.75);
  color: rgba(26, 34, 42, 0.95);

  /*font-size: 1.3rem;  cedebd  14191e
  margin: auto;*/
  font-size: 20px;
  text-decoration: none;
  border-radius: 50%;
  /*border-radius: 10px ;*/
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px 80px;
}

.logout_hm:hover{
  text-decoration: none;
  background-color: rgba(26, 34, 42, 0.95);
  color: #dffdff;

}

/***************************************/

.contenido_hm{
  width: 95%;
  max-width: 1200px;
  /*Cambiar grid por flex para las demás*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}
.contenido_workmaps{
  width: 95%;
  /*Cambiar grid por flex para las demás*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}

.contenido_st{
  width: 95%;
  max-width: 1600px;
  /*Cambiar grid por flex para las demás*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}

.contenido_hm img{
  display: block;
  /*Cambiar a 400px para mejor tamaño cuando el width este al 50%*/
  height: 400px;
  object-fit: cover;
  width: auto;

}

.contenido_workmaps img{
  display: block;
  /*Cambiar a 400px para mejor tamaño cuando el width este al 50%*/
  height: auto;
  object-fit: fill;
  width: 50%;

}

.contenido_st img{
  display: block;
  /*Cambiar a 400px para mejor tamaño cuando el width este al 50%*/
  height: 400px;
  object-fit: cover;
  width: auto;

}

.textos{
  /*Cambiar al 50% para dividir pantalla*/
  width: 50%;

}

.textos h1{
  font-size: 60px;
  color: #fff;
}

.textos h1 span{
  font-size: 80px;
  color: #f4d03f;
}

.textos h3{
  font-size: 25px;
  color: #bdc3c7;
}

/*.wave{
  height: 100px;
  width: 100%;


}*/

@media screen and (max-width:1000px) {
  .contenido_hm img, .contenido_workmaps img{
    height: 350px;
    /*Agregado para la imagen con orientacion abajo
    width: 700px;
    object-fit: none;*/
  }
  .contenido_st img{
    height: 350px;
  
  }
}

@media screen and (max-width:950px) {
  .contenido_hm img, .contenido_workmaps img{
    height: 300px;
    /*Agregado para la imagen con orientacion abajo
    width: 600px;*/
  }
  .contenido_st img{
    height: 300px;

  }
  .textos h1{
    font-size: 40px;
  }

  .textos h1 span{
    font-size: 60px;
  }
}

@media screen and (max-width:850px) {
  .contenido_hm img, .contenido_workmaps img{
    height: 250px;
    /*Agregado para la imagen con orientacion abajo
    width: 500px;*/
  }
  .contenido_st img{
    height: 250px;

  }
  .textos h1{
    font-size: 25px;
  }

  .textos h1 span{
    font-size: 40px;
  }

  .textos h3{
    font-size: 15px;
  }
}

@media screen and (max-width:600px) {
  .contenido_hm, .contenido_workmaps img{
    width: 100%;
      /*comentar la linea de flex si no se usa el flex*/
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .contenido_hm img, .contenido_workmaps img{
    height: 250px;
    margin-bottom: 50px;
    /*Agregado para la imagen con orientacion abajo
    width: 300px;*/
  }
  .contenido_st{
    width: 100%;
      /*comentar la linea de flex si no se usa el flex*/
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .contenido_st img{
    height: 250px;
    margin-bottom: 50px;
  
  }
  .textos{
    width: 100%;
    text-align: center;
  }
  .textos h1{
    font-size: 35px;
  }

  .textos h1 span{
    font-size: 60px;
  }

  .textos h3{
    font-size: 20px;
  }
}

@media screen and (max-width:420px) {
  .contenido_hm, .contenido_workmaps img{
    width: 100%;
    /*comentar la linea de flex si no se usa el flex*/
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .contenido_hm img, .contenido_workmaps img{
    height: 160px;
    /*Agregado para la imagen con orientacion abajo
    width: 200px;*/
  }
  .contenido_st{
    width: 100%;
    /*comentar la linea de flex si no se usa el flex*/
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .contenido_st img{
    height: 160px;
    
  }
  .textos h1{
    font-size: 25px;
  }

  .textos h1 span{
    font-size: 35px;
  }

  .textos h3{
    font-size: 15px;
  }
}

/**************Estilo de NEWS**********************/

.cuerpo_news{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
  font-family: 'Poppins', sans-serif;
  height: 100vh;
}

.titulo_news{
  width: 97%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 8px;
  padding-top: 8px;
  /*border-bottom: 3px solid #6E9141 635432cb;
  border-top: 3px solid #6E9141;
  #58F5DF    #69C5A0       #94E1B3   #46A994*/
  border-bottom: 3px solid #E1E364;
  border-top: 3px solid #E1E364;
  /* background: #583e73cb;  */
  background: #2c3e50cb;
}

.frase{
  background-color: transparent;
  color: #C1D2E3;
  /* #fffcf8 #98D7F5 #5BCCDE #54EBC5*/
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 40px;


}

.frase span{
  font-size: 42px;
  color: #FFE820;

}

.logo_news{
  width: 97%;
  height: auto;
  margin: 0 auto 15px auto;
  padding-bottom: 8px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  cursor: pointer;
}

.logo_news img{
  max-width: 600px;
  max-height: 225px;
}

/*#f4d03f;
.pnews_3{
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding-bottom: 8px;
  padding-top: 8px;


  border-top: 3px solid #6E9141;
  border-bottom: 3px solid #6E9141;
  #58F5DF
  background: rgba(94, 132, 171, 0.3);
  background: transparent;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.izquierda{
  background: red;
}
.derecha{
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  background: transparent;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.arriba{
  background: purple;
}

.abajo{
  background: blue;
}*/


/********************Diseño buscador Ale*****************/

.cuerpo_buscador{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60%;
}

.imagen_buscador{
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.imagen_buscador img{
  max-width: 180px;
  max-height: 300px;
}

/********************Fin de Diseño buscador Ale*****************/

.barra_buscador {
  position: relative; /* permite que la lista se posicione respecto al input */
}

#caja:not(:placeholder-shown){
    margin: 0 auto;
    display: block;
    padding: 5px;
    width: 360px;
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    outline: none;
    border: 1px solid silver;
    border-radius: 30px 30px 0 0;
    background-image: none;
}

#caja:placeholder-shown{
    margin: 0 auto;
    display: block;
    padding: 5px;
    width: 360px;
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    outline: none;
    border: 1px solid silver;
    border-radius: 30px;
    background-image: url(https://dynamix.com.mx/static/img/lupita-test.png);
    background-size: contain;
    background-repeat: no-repeat;
    outline: 0;
    background-position: 12px;
    background-size: 16px;
}

/* #searchbar{
      width: 360px;
      border-radius: 0 0 30px 30px;
      background-color: white;
      margin: 0 auto;
      color: black;
} */
#searchbar {
  width: 360px;
  border-radius: 0 0 10px 10px;
  background-color: white;
  color: black;
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%); 
  max-height: 300px; 
  overflow-y: auto; 
  z-index: 1000; 
  margin: 0; 
  padding: 0 0 0 8px;
}

input[type=text] {
  width: 30%;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

/* When the input field gets focus,
        change its width to 100% */
input[type=text]:focus {
  width: 70%;
}


#list{
  font-size:  1.5em;
  margin-left: 0px;
}

.opciones a{
  color: black;

  } 


/********************Diseño responsive Ale*****************/

@media screen and (max-width: 600px) {
  .imagen_buscador img{
    max-width: 100px;
    max-height: 200px;
  }
}

@media screen and (max-width: 425px) {

  .cuerpo_buscador .live-search-list{
    padding-inline-start: 15px;
    font-size: 14px;
  }

  #caja:not(:placeholder-shown){
    width: 200px;
  }

  #caja:placeholder-shown{
    width: 200px;
    font-size: 14px;
  }
  #searchbar{
    width: 200px;
  }
  #list{
    font-size: 1em;
    margin: 0;
  }
}


/********************Fin de Diseño responsive Ale*****************/



.mnews{
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  background: transparent;
  /*align-items: center;
  justify-content: center;
  text-align: center;*/
}

.noticia{
  width: 75%;
  /*max-width: 50rem;*/
  height: auto;
  margin: 0 auto;
  padding: 1rem;
  background: #3a5068cb;
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: flex;
  border-radius: .8rem;
  align-items: center;
  /* background: #583e73cb;  */
  /*text-align: center;
  justify-content: center;*/


}



.noticia_img{
  min-width: 300px;
  max-width: 300px;
  height: 220px;
  transform: translateX(-66px);
  /* por si se quiere un filtro sobre la imagen (ver video min 8:26)
  position: relative;*/
}

.noticia_img img{
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  border-radius: .8rem;

}



.noticia_info a{
  text-decoration: none;

}

.noticia_fecha span{
  /* por si queremos en lineas diferentes
  display: block;*/
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 500;
  margin: .5rem 0;

}

.noticia_titulo{
  font-size: 32px;
  font-weight: 700;
  margin: 8px 0 12px;
  /*text-transform: uppercase;*/
  color: #E1E364;
}

.noticia_texto{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #eeedede7;
}

.noticia_texto span{
  color: #7BADE3;
}

.barraimg{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.noticia_mas{
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000;
  background-image: linear-gradient(to right, #FAFC6F 0%, #E1E364 100%);
  border-radius: .8rem;
}

.noticia_mas:hover{
  color: #fff;
  background-image: linear-gradient(to right, #E1E364 0%, #AEB04D 100%);

}

/* .modal-full{
  min-width: 80%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 90%;
} */


.modal.custom .modal-dialog .modal-content{ 
  background-color: #65809C;
  color: #cedebd;
  border-color: #343e40;
}
.modal.custom .modal-dialog .modal-content .modal-header{ 

  border-bottom: 1px solid #222;
}

.modal.custom .modal-dialog .modal-content .modal-header .modal-title{ 
  font-size: 22px;
  font-weight: 600;
}

/* @media screen and (max-width: 2000px) {
  .circus{
    background: url(../img/cancerbg2.png) no-repeat center center fixed;
    background-size: cover;
  }
} */

@media screen and (max-width: 1200px) {
  .noticia{
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .noticia{
    width: 100%;
  }
}

@media screen and (max-width: 868px) {

  
}

@media screen and (max-width: 768px) {
  .mnews{
    grid-gap: 60px;
  }
  .noticia{
    flex-direction: column;
  }

  #_1{
    margin-top: 60px;
  }
  .noticia_img{
    width: 350px;
    height: 270px;
    transform: translate(0, -60px);
  }
}



/*Para el carousel
.carousel {
  transform: translate(12%, 50%);
  width: 80%;
}

.carousel__contenedor {
  position: relative;
}

.carousel__anterior, .carousel__siguiente {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  top: calc(50% - 40px);
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #fff;
  opacity: 40%;
}

.carousel__anterior:hover, .carousel__siguiente:hover {
  opacity: 100%;
}

.carousel__anterior {
  left: -50px;
}

.carousel__siguiente {
  right: -50px;
}

.carousel__lista {
  overflow: hidden;
}

.carousel__elemento {
  width: 400px;
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 20px;
}

.carousel__img_t {
  transform: translateY(25px);
}

*/
/*********************Diagramas BDOS******************/

.cuerpobdo{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
  font-family: 'Poppins', sans-serif;
}
.titulobdo {
  width: 98%;
  margin: 8rem auto 1rem;
  
  background: transparent;
  
  color:  #e5e1ee;

  text-shadow: 0px 0px 50px;
  
  text-decoration: none;
  align-items: center;
  display: flex;
  
  justify-content: center;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 48px;

  letter-spacing: 5px;
}

.options_bdo{
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.op_controles {
  padding: 0;
  display: flex;
  align-items:center;
}
  
.op_controles a{
  position: relative;
  padding: 15px 35px;
  background-color: rgba(110, 209, 216, 0.8);
  color:  #1D2A36;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-weight: bold;
  border-radius: 40px;
  border: 5px solid #BED964;
}
  
.op_controles a:hover{
  background-color: rgba(190, 217, 100, .9);
  border: 5px solid rgba(110, 209, 216, 0.8);
}

.logoybtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.titulo_extra {
  margin: 1.5rem 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
}

.boxbdo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.boxbdo::before {
  content: "\f0b0";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.boxbdo select {
  background-color: #60788cc3;
  color: white;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}


/* Estilos para el popup */
.popup {
  display: none; /* Inicialmente oculto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.popup-content {
  background-color: transparent;
  padding: 20px;
  max-width: 70%;
  max-height: 70%;
  overflow: auto;
  border-radius: 10px;
}

.popup img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: contain;
}


.contenido_embebidos_bdo{
  text-align: center;
  width: 100% ;
  height: 100%; 
  display: grid;
  grid-template-columns: repeat(1, 1fr);


}

.opciones_em_bdo{

  width: 100%;
  height: 100%;
  text-align:center;
  align-items: center;
  justify-content: center;

}

.embed-cem-proyectos {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  top: 8px;

}
.embed-cem-proyectos .cem-proyectos-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
}


.embed-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* relación 16:9 por defecto */
  overflow: hidden;
}

.embed-img .cem-proyectos-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
}



/* En pantallas pequeñas, la imagen se adapta automáticamente al ancho */
@media (max-width: 768px) {
  .embed-img {
    padding-top: 100%; /* cuadrado, mejor proporción en móviles */
  }

  .embed-img .cem-proyectos-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    top: 0;
    left: 0;
  }
}

/*********************Botón de ALTEIA******************/

.alteia_btn {
  width: 90%;
  margin: 1.5rem auto;
  padding-top: 15px;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
}

.alteia_btn a {
  text-decoration: none
}

.indicador_alteia {
  height: 60px;
  background-color: rgba(98, 136, 176, 0.95);
  color: #dffdff;
  text-decoration: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.indicador_alteia:hover {
  background-color: rgba(189, 248, 253, 0.75);
  color: rgba(11, 11, 11, 0.95);
  text-decoration: none
}

/*Inicia el estilo propio de ubimaxE*/
.embed-ubimax {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  top: 8px;
}


.embed-ubimax .ubimax-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
}
/*Inicia el estilo propio de ubimaxE*/
.embed-pseo {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  top: 8px;
}


.embed-pseo .pseo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border: 0;
  z-index: 10;
}

.excelemb{
  overflow-y: scroll !important;
}
.excelemb::-webkit-scrollbar{
  -webkit-appearance: none !important; 
}
.excelemb::-webkit-scrollbar-thumb{
  background: #8cc6ff !important;

}
/* CSS pantalla 768px o superior
@media (max-width: 768px) {
  .embed-ubimax .ubimax-iframe {
    width: 98%;
    height: 350px;
  }
}*/

/* CSS pantallas de 320px o superior
@media screen and (max-width: 320px) {
  .embed-ubimax  .ubimax-iframe {
    width: 200px;
    height: 500px;
  }
}*/



/*Inicia el estilo propio de SAFEMAX*/
.embed-safemax {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  top: 8px;
}

.embed-safemax iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
}

/* CSS pantallas de 320px o superior
@media (min-width: 320px) {
  .safemax-iframe {
    width: 200px;
    height: 500px;
  }
}*/

/* CSS pantalla 768px o superior
@media (min-width: 768px) {
  .safemax-iframe {
    width: 500px;
    height: 350px;
  }*/

  /*Inicia el estilo propio de TOMA5*/
.embed-toma5 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  top: 8px;
}


.embed-toma5 .toma5-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 10;
}

/* .toma5-iframe2{
  display: none;
} */

.toma5-iframe2{
  height: 100vh;
  width: 100%;

}


@media screen and (max-width: 580px) {
  .embed-toma5 {
    display: none;
  }

  .embed-toma5 .toma5-iframe {
    display: none;
  }
  .toma5-iframe2{
    display: block;
    height: 100vh;
    width: 100%;
    top: 8px;
  }
}

.may4 .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.close{
  color: #ffffff;
  font-size: 40px;
  opacity: 1;
}

.close:hover{
  color: #42a5f5;
}



@media (min-width: 500px) {
  .may4 .modal-dialog {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .may4 .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .may4 .modal-dialog {
    max-width: 991px;
  }
}
@media (min-width: 1200px) {
  .may4 .modal-dialog {
    max-width: 2160px;
  }
}
.modal.may4 .modal-dialog .modal-content{ 
  background-color: transparent;
  color: #cedebddd;
  text-align: center;

}
/*Inicia el estilo propio embebido en popup*/
.embed-pop {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  padding-bottom: -20%;
  top: 8px;
  height: 80%;
}


.embed-pop .pop-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border: 0;
  z-index: 10;
}


/* .modal{
  top: 100px;
} */
.modal{
  top: 100px;
  height: 90%;
}



/******Estilo de footer con botón del sitemap*******/

.page-wrapper {
  min-height: 50vh; /* ocupar toda la altura de la ventana */
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1; /* empuja el footer al final */
}

.sitemapf {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  margin: 0;
}

/* .sitemapf{
  width: 100%;
  height: auto;
  margin: 50px auto;
  padding-left: 1.5rem;
  background-color: transparent;
  align-items: center;
  border-top:none;
} */

.sitemapf a{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #f8f8f8;
  letter-spacing: 3px;
  border-radius: 16px;
  background-color: #7BA4C1;
  border: none;
  text-align: center;
  padding: 16px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.sitebtn span{
  cursor: pointer;
 display: inline-block;
 position: relative;
 transition: 0.5s;
}

.sitebtn span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .sitebtn:hover span {
  padding-right: 15px;
 }
 
 .sitebtn:hover span:after {
  opacity: 1;
  right: 0;
 }

.horizontal-line {
  display: inline-block;
  border-top: 4px solid #b4f1ce;
}

.hr1{
  width: 45%;
  align-items: start;
  justify-self: center;
}
.hr2{
  width: 45%;
  align-items: end;
}







/***********************************CHATBOT************************************/

.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
  
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #42a5f5;
}

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.cuerpo_ejemplomapa {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

#map-container {
  position: relative; /* Necesario para el posicionamiento absoluto de los tooltips */
  width: 100%; /* Responsividad */
  height: auto; /* Ajuste automático basado en el contenido */
}

#map-image {
  width: 100%;
  height: auto; /* Mantiene la proporción de la imagen */
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6f4f4;
  padding: 10px;
  border-radius: 5px;
  display: none; /* Inicialmente ocultos */
  transition: opacity 0.3s ease;
  z-index: 100; /* Asegurarse de que esté encima de la imagen */
}

/* Clase para mostrar los tooltips */
.show {
  display: block; /* Cambia a block para mostrar el tooltip */
}


/*******************************************************/
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  background: #366682;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #204053;
  overflow: hidden;
  position: relative;
  height: 55px;
  width: 240px;
  padding-right: 3.3em;
  cursor: pointer;
  text-align: center;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #204053;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #366682;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


/* 🔹 Botones superiores */
.op_hmdy {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.op_hmdy a {
  padding: 8px 12px;
  background-color: rgba(110, 209, 216, 0.8);
  color: #1D2A36;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 40px;
  border: 3px solid #BED964;
  transition: all 0.3s ease;
}

.op_hmdy a:hover {
  background-color: rgba(190, 217, 100, 0.9);
  border: 3px solid rgba(110, 209, 216, 0.8);
}

/* 🔹 Responsivo */
@media (max-width: 1370px) {
  .op_hmdy {
    justify-content: center;
  }

  .op_hmdy a {
    font-size: 16px;
    padding: 8px 18px;
    border: 4px solid #BED964;
  }
}