body { 
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 500vh;
  overflow-y: auto;
  overflow-x: hidden; 
}
#map { 
  position: fixed; 
  top: 0; 
  bottom: 0; 
  width: 100%; 
  z-index: 0;
}
#map2{
  height: 70%;
}

#cont-inicio{
  width: 100vw;
  height: 200vh;
  position: absolute;
  z-index: 1; 
}
#cont-final{
  width: 100vw;
  position: absolute;
  z-index: 1; 
  top: 600vh;
  background-color: #f56530;
  opacity: 75%;
  padding: 5vw;
  color: white;
}
#cont-final h2{
  font-family: 'poppins-bold';
}
#cont-final h3{
  font-family: 'poppins-medium';
  margin-block-end: 0px;
}
#cont-final a{
  font-family: 'poppins-light';
  color: #00deff;
}
#cont-final p{
  margin-block-start: 0px;
  font-family: 'poppins-regular';
  padding-left: 5vw;
}
#cont-final li{
  font-family: 'poppins-regular';
}
#titulo{
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  color: white;
  z-index: 2;
}
#tabla-silueta{
  width: 100vw;
  border-collapse: collapse;
  border-spacing: 0px; 
}
#tabla-silueta  td{
  border-spacing: 0px;
  border-collapse: collapse;
  display: contents;
}
#tabla-silueta  tr{
  border-spacing: 0px;
  border-collapse: collapse;
  display: flex !important;
}

#referencias{
  width: 60vw;
}
#creditos{
  padding-top: 5vw;
  width: 60vw;
}
#logos{
padding-top: 5vw;
width: 90vw;
justify-items: center;
}
#logos table{
  margin-left: auto;
  margin-right: auto;
  height: 8vw;
  display: flex;
}
#logos table tbody{
  height: 100%;
}
#logos table tr{
  height: 100%;
  display: flex;
}
#logos table td{
  display: flex;
  padding: 1vw;
}
#logos table td img{

}

.columna-lateral-silueta{
  background-color: #f56530;
  opacity: 75%;
  width: 100%;
  display: flex !important;
}
.form-horizontal{
  border: black solid 1px;
  margin: 1vw;
  padding: 1vw;
  display: inline-block;
  font-family: 'poppins-regular';
  font-size: 1.5vw;
  width: min-content;
}
#response{
  margin: 1vw;
    font-size: 1.2vw;
    font-family: 'poppins-regular';
}
#cont-titulo{
  width: 100vw;
  height: 100vh;
  z-index: 2;
  position: relative;
}
#titulo h1{
  font-family: 'poppins-bold';
    font-size: 5.55vw;
    line-height: 6vw;
    margin-bottom: 0;

}
#titulo h2{
  font-family: 'poppins-medium';
  font-size: 2.5vw;
  margin-top: .27vw;
  font-weight: 100;
}
#silueta-mexico{
  position: relative;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0.75;
}
#cont-texto{
  width: 90vw;
  background-color: #f56530;
  opacity: 75%;
  padding: 5vw;
  color: white;
}
#cont-texto p{
  font-family: 'poppins-regular';
    display: flex;
    width: 54vw;
    font-size: 1.4vw;
    margin-bottom: 4vw;
}
.parrafo-izquierda{
    margin-left: 0px;
    margin-right: auto;
}
.parrafo-derecha{
  margin-left: auto;
    margin-right: 0px;
}
#view-port-map{
  width: 0vw;
  height: 100vh;
}
#menu-mapa{
  position: fixed;
  bottom: 3vw;
  left: 5vw;
  width: 193px;
  visibility: hidden;
}
#menu-mapa table{
  width: 100%;
}
#menu-mapa td button{
  background-color: #444444;
  color: white;
  width: 55px;
  height: 55px;
  display: block;
  padding: 0;
}
#descripcion-seccion{
  position: fixed;
  width: 47vw;
  height: 76.5vh;
  bottom: 5vw;
  right: 3vw;
  --r: 30px;
  border-radius: 10px;
  mask: radial-gradient(var(--r) at top, #0000 calc(100% - 0px), #000);
  font-family: 'poppins-light';
  font-size: 1.1vw;
  visibility: hidden;
  background: rgba(90,53,43,.8);
    
}
#descripcion-mineral{
  position: fixed;
  width: 47vw;
  height: 76.5vh;
  bottom: 1vw;
  right: 11vw;
  --r: 30px;
  border-radius: 10px;
  mask: radial-gradient(var(--r) at top, #0000 calc(100% - 0px), #000);
  font-family: 'poppins-light';
  font-size: 1.1vw;
  visibility: hidden;
  background: rgba(90,53,43,.8);
}
#descripcion-mineral table{
  width: 100%;
  height: 100%;
  color: white;
}
#descripcion-mineral table tr td{
  width: 50%;
  height: 100%;
  padding: 3vw;
}
#cuadro-tabla-periodica{
  position: relative;
    top: 0px;
    display: flex;
    width: 80px;
    height: 80px;
    background: grey;
    border: black solid 1px;
}
#simbolo-mineral-cuadro{
  font-size: 36px;
    line-height: 30px;
    margin: auto;
    display: block;
}
#nombre-mineral-cuadro{
  display: block;
  margin: auto;
}
#cuadro-tabla-periodica table{
  display: flex;
  width: 100%;
  height: 100%;
}
#cuadro-tabla-periodica table tbody{
  display: grid;
  font-size: 12px;
  width: 100%;
}
#cuadro-tabla-periodica table tr td{
  padding: 0px;
}
#img-mask {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  display: block;
  object-fit: cover;
  overflow: hidden;  
}
#img-mask img{
  width: 100%;
}
#img-mask p{
  position: absolute;
  color: white;
  font-family: 'poppins-bold';   
  bottom: 1vw;
  left: 3vw;
  margin: auto;
  font-size: 4.5vw;
  line-height: 5vw;
  -webkit-text-stroke: .5px black;
  text-stroke: .5px black;
}
#cont-texto-descripcion-seccion{
  position: absolute;
  top: 50%;
  color: white;
  height: 50%;
    
}
#cont-texto-descripcion-seccion div{
  margin: 5%;
  height: 70%;
  overflow-y: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
#cont-texto-descripcion-seccion div p{
  margin-block-start: 0;
}
.x {
  position: absolute;
    width: 52px;
    height: 52px;
    border: 0px;
    background-color: #5a352b;
    border-radius: 50%;
    top: 18px;
    right: 18px;
    z-index: 1;
  }
.x::before, .x::after {
  position: absolute;
    top: 24px;
    left: 9px;
    width: 36px;
    height: 2px;
    content: "";
    background-color: #eef5df;
  
  }
.x::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
.x::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
.x:hover { cursor: pointer; }
.x:hover::before, .x:hover::after { display: block; }
#menu-mapa td button img{
  height: 88%;
  margin: auto;
  display: block;
}
#menu-mapa td button:hover{
  background-color: #282a2b;
  cursor: pointer; 
}
.boton-mineral{
  width: 70px;
    height: 70px;
    background-color: #444444;
    color: white;
    font-size: 1.2vw;
    font-family: 'poppins-medium';
    margin-right: .3vw;
    line-height: .8vw;
}
.boton-mineral i{
      font-size: 9px;
    line-height: .2vw;
    font-family: 'poppins-light';
}
.boton-mineral:hover{
  background-color: #282a2b;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 400px;
  font-family: 'poppins-light';
  font-size: .8vw;
}
#descripcion-cable{
  position: fixed;
  width: 47vw;
  height: 76.5vh;
  bottom: 3vw;
  right: 7vw;
  --r: 30px;
  border-radius: 10px;
  mask: radial-gradient(var(--r) at top, #0000 calc(100% - 0px), #000);
  font-family: 'poppins-light';
  font-size: 1.1vw;
  visibility: hidden;
  background: rgba(90, 53, 43, .8);
  color: white;
}
#contenido-descripcion-cable table{
  margin: 2vw;

}
#descripcion-mina-datacenter{
  position: fixed;
  width: 47vw;
  height: 76.5vh;
  bottom: 3vw;
  right: 7vw;
  --r: 30px;
  border-radius: 10px;
  mask: radial-gradient(var(--r) at top, #0000 calc(100% - 0px), #000);
  font-family: 'poppins-light';
  font-size: 1.1vw;
  visibility: hidden;
  background: rgba(90, 53, 43, .8);
  color: white;
}
#descripcion-datacenter{
  position: fixed;
  width: 47vw;
  height: 76.5vh;
  bottom: 3vw;
  right: 7vw;
  --r: 30px;
  border-radius: 10px;
  mask: radial-gradient(var(--r) at top, #0000 calc(100% - 0px), #000);
  font-family: 'poppins-light';
  font-size: 1.1vw;
  visibility: hidden;
  background: rgba(90, 53, 43, .8);
  color: white;
}
#contenido-descripcion-mineral{
margin-top: 1vw;
}
#contenido-descripcion-mineral table{
 padding: 0;
}
#contenido-descripcion-mineral table tr td{
 padding: 0;
}
#contenido-descripcion-mina-datacenter{
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
#contenido-descripcion-mina-datacenter table{
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5vw;
  font-size: 1vw;
}
#contenido-descripcion-mina-datacenter table tbody{
  column-count: 1;
}
#cont-img-cable{
  width: 100%;
  height: 50%;
  display: block;
}
#cont-img-cable img{
  height: 100%;
}
#cont-imagen-mineral{
  height: 100%;
  display: flex;
}
#imagen-mineral{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: auto;
  margin-top: auto;
}

@font-face {
  font-family: 'poppins-regular'; /* A custom name for your font */
  src: url('fonts/Poppins-Regular.ttf') format('truetype');    
}
@font-face {
  font-family: 'poppins-light'; /* A custom name for your font */
  src: url('fonts/Poppins-Light.ttf') format('truetype');    
}
@font-face {
  font-family: 'poppins-medium'; /* A custom name for your font */
  src: url('fonts/Poppins-Medium.ttf') format('truetype');    
}
@font-face {
  font-family: 'poppins-bold'; /* A custom name for your font */
  src: url('fonts/Poppins-Bold.ttf') format('truetype');    
}