/* SOLO para la fila de 2 imágenes */
.container-images.especiales {
  display: flex;
  justify-content: center;
  gap: 30px;          /* separación entre imágenes */
  flex-wrap: wrap;
}

.container-images.especiales > div {
  flex: 1 1 45%;      /* cada imagen ocupa casi la mitad */
  max-width: 400px;
  text-align: center;
}


.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

.volcano-card img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Estilo para la página de geoportales */
.services1{
	background-color: #f8f9fa; 
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}
.parrafos{
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
	
}
.geoportal-inner{
	background-color: #f8f9fa; 
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.geoportales-inf{
	background-color: #f8f9fa; 
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.geoportales-inf p {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 23px;
}
.container-geoportales{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
	text-align: center;
	
}
 .container-geoportales h5{
	margin-bottom: 30px;
	margin-top: 5px;
 }

/*Volcane independientes*/

.volcan-card {
	border: 1px solid #ddd; 
	border-radius: 5px; 
	padding: 15px; 
	margin-bottom: 15px;
	text-align: center; 
	background-color: #fff; 
	margin-top: 20px;
	
  }
  .volcan-card img {
	height: auto;
	width: 950px;
	border-radius: 5px;
	margin-bottom: 1rem;
  }
  .links-section {
	background-color: #e8eef7;
	padding: 1.5rem;
	border-radius: 8px;
	margin-top: 2rem;
	margin-bottom: 20px;

  }

  .links-section p{
	font-size: 18px;
	line-height: 25px;
  }
  .links-section h5{
	font-size: 18px;
  }
  .links-section a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
  }
  .links-section a:hover {
	text-decoration: underline;
  }

/* Estilo para las tarjetas de los volcanes */
.volcano-card {
	border: 1px solid #ddd; 
	border-radius: 5px; 
	padding: 15px; 
	margin-bottom: 15px;
	text-align: center; 
	background-color: #fff; 
	margin-top: 20px;
  }
  
  .volcano-card img {
	width: 100%; 
	height: 400px; 
	border-radius: 5px; 
	object-fit: cover;
  }
  
  .volcano-card h4 a {
	color: #333; 
	text-decoration: none; 
  }
  
  .volcano-card h4 a:hover {
	color: #007bff; 
  }
  
  .volcano-card h5 {
	color: #666; 
  }
  
  /* Ajuste para pantallas grandes */
  @media (min-width: 992px) {
	.volcano-card {
	  
	}
  }
  
  /* Ajuste para pantallas pequeñas */
  @media (max-width: 767px) {
	.volcano-card {
	  
	  margin-bottom: 10px;
	}
  }





.error-bgdp {
  background: #337ab7;
}
.sectiondp{
	padding-top: 40px
}

/*#geoimagen:hover {filter: opacity(.5);}*/
#geoimagen:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}
#geoimagen {overflow:hidden;}

.col-md-modal{
	width: 22.33333333% !important;
	margin-left: 0 !important;
}

.offset-modal{
	 margin-left: 25% !important;
}

.modal-resize {
	width: 800px !important;
}

@media (max-width: 1000) and (min-width: 800) {
	.coi-md-modal {
		width:  50% !important;
	}
}

.container-images{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:1rem;
}

@media screen and (min-width: 320px) {
  .container-images{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	column-gap: 2px;
	justify-content: center;
  align-items: center;
}
.container-images div{
	margin: 0 2rem;
}
.container-images img{
	width: 100%;
	height: auto !important;
}
}

@media screen and (min-width: 1000px) {

  .container-images{
	width: 100%;
	display: flex;
	justify-content: center;
	gap:1rem;
}
.container-images div{
	margin: 0 0;
}
.container-images img{
	width: auto;
	height: 250px !important;
}
}




body{


}

/*/////////////////////////////////////////////////////////*/
/* Estilo para la página de IDE */
.container-IDE{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	text-align: center;
	
}

.cont {
    perspective: 800px;
    width: 100%;
    height: 300px; 
    margin-bottom: 10px;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
    overflow: hidden; 
	background-color: #f8f9fa;
}

.doubleCard {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.cont:hover .doubleCard {
    transform: rotateY(180deg);
}

.frontCard, .backCard {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.frontCard img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    border: none;
}

.backCard {
    transform: rotateY(180deg);
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card-body {
    text-align: center; 
}
.custom-link {
    display: inline-block; 
    background-color: #1c4289; 
    color: white; 
    text-decoration: none;
    padding: 10px 20px; 
    border: 2px solid transparent; 
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}

.custom-link:hover {
    background-color: #1c4289; 
    color: white; 
    border-color: #1c4289; 
}

.custom-link:focus {
    outline: none; 
}



/*/////////////////////////////////////////////////////////*/
.container-Inf{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;

}

.info-card {
	background-color: #f8f9fa; 
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	
}
.container-Inf p {
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
}

.info-card h3 {
	color: #202F5B; 
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 35px;
	line-height: 50px;
}
.text-justify {
	text-align: justify; 
}
/*/////////////////////////////////////////////////////////*/
/* Estilo para la página de geoservicios */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Mantiene una relación de aspecto 16:9 */
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


