/* Estilos generales */


@media (min-width: 768px){
	#sidebar-wrapper{
		margin-left: 0
	}
	
	#page-content-wrapper{
		min-width: 0;
		width: 100%
	}
	
	#wrapper.toggled #sidebar-wrapper{
		margin-left: -15rem;
		display: none
	}
	
	.w-md-75 {
		width: 75% !important;
	}
	
	.h-md-75 {
		height: 75% !important;
	}
}

.bg-sendina{
	background:linear-gradient(0deg, #2e89b8 0%, #75b7d9 74%);
}

.bg-sendina-lt{
	background-color:#75b7d9 ;

}

body{
	overflow-x: hidden;
	/* background: #000000 */
}


.bi {
  vertical-align: text-bottom;
  width: 1em;
  height: 1em;
}

#bg-div{
	margin: 0;
	margin-top:100px;
	margin-bottom:100px
}

#border-btm{
	padding-bottom: 20px;
	margin-bottom: 0px;
	box-shadow: 0px 35px 2px -35px lightgray
}

.sticky-2 {
	position: -webkit-sticky;
	position: sticky;
	top: 42px;
	z-index: 1019;
}

/* Estilo de formulario */

.form-card input,
.form-card textarea,
.form-card select{
	padding: 10px 15px 5px 15px;
	border: none;
	border: 1px solid lightgrey;
	border-radius: 6px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: arial;
	color: #2C3E50;
	font-size: 14px;
	letter-spacing: 1px
}

.form-card input:focus,
.form-card textarea:focus
.form-card select:focus{
	-moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
	-webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
	box-shadow: 0px 0px 0px 1.5px skyblue !important;
	font-weight: bold;
	border: 1px solid skyblue !important;
	outline-width: 0
}

input.btn-success{
	height: 50px;
	color: #ffffff;
	opacity: 0.9
}

#below-btn a{
	font-weight: bold;
	color: #000000
}

.input-group{
	position:relative;
	width:100%;
	overflow:hidden
}

.input-group input{
	position:relative;
	height:70px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius:6px;
	padding-top: 30px;
	padding-left: 25px
}

.input-group textarea{
	position:relative;
	height:150px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius:6px;
	padding-top: 30px;
	padding-left: 25px
}

.input-group select{
	position:relative;
	height:70px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius:6px;
	padding-top: 35px;
	padding-left: 20px
}

.input-group label{
	position:absolute;
	left: 1px;
	height: 24px;
	background: none;
	border-radius: 6px;
	line-height: 48px;
	font-size: 15px;
	color: gray;
	width: calc(100% - 2px);
	font-weight:100;
	padding-left: 25px;
	
	/* border-top: 1px solid lightgrey;  */
    /* border-left: 1px solid lightgrey;  */
    /* border-right: 1px solid lightgrey; */
    /* border-bottom: none; */
    /* border-top-left-radius: 6px;  */
    /* border-top-right-radius: 6px; */
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0;  */
	
	/* background: white; */
    /* z-index: 2;  */
}

input:focus + label{
	color: #1E88E5
}

select:focus + label{
	color: #1E88E5
}

textarea:focus + label{
	color: #1E88E5
}

#qr{
	margin-bottom: 150px;
	margin-top: 50px
}


/* Estilo de tarjetas de senderos */

.img-header {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.widget-header {
    padding: 15px 15px 50px 15px;
    min-height: 125px;
    position: relative;
    overflow: hidden;
}
.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-body {
    padding: 50px 15px 15px;
    position: relative;
}
.panel-body {
    padding: 25px 20px;
}
.pad-all {
    padding: 15px;
}
.widget-img {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: -32px;
}
.img-md {
    width: 64px;
    height: 64px;
}
.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}
.mar-no {
    margin: 0 !important;
}

.mar-btm {
    margin-bottom: 15px;
}
.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pad-btm {
    padding-bottom: 15px;
}
.pad-top {
    padding-top: 8px;
}
.small, small {
    font-size: 65%;
}
.text-lg {
    font-size: 75%;
}


/* Estilo de header */

.separator {
	background: transparent;
	margin-top: -48px;
	position: relative;
	z-index: 1; 
	height: 60px;
}

.separator svg {
	display: block;
}

.separator path {
	fill: #75b7d9; 
}

/* .header-custom {
    margin-top: -44px;
    position: relative;
    z-index: 1;
}
 */

@media (max-width: 767px) {
	.banner{
		height: 200px; 
		background-size: cover;
	}
	
	.separator {
		margin-top: -10px;
		height: 20px;
	}
	
/* 	.header-custom {
		margin-top: -60px;
		position: relative;
		z-index: 1;
	} */
}

/* Estilo de navbar */



/* Estilos del visualizador */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	border-radius: 0.5rem;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sidebar-map{
	position: -webkit-sticky;
	position: sticky;
	top: 70px; 
}

.estacion-seccion{
	min-height: 90vh;
}

.map_card {
    max-width: 2000px;
    display: block; /* Asegura que los elementos se apilen verticalmente */
}

.map_card .row {
    display: block; /* Hace que cada fila ocupe el 100% del ancho disponible */
    margin: 0; /* Elimina cualquier margen adicional */
}

.map_card .col-12 {
    display: block; /* Asegura que las columnas dentro de .map_card sean bloques */
    width: 100%; /* Fuerza a las columnas a ocupar el ancho completo */
}
#map {
	width: 100%;
	height: 88vh;
}

@media (max-width: 768px) {

	#myScrollspy {
		display: none;
	}
}

.list-group-item-action.active {
	background-color:#7c7c7c !important; 
	color: white !important;
	border: none;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.gallery-container .col-lg-3,
.gallery-container .col-md-4,
.gallery-container .col-6 {
  display: flex;
  justify-content: center;
}

.gallery-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.square-thumbnail {
	width: 100%;
	padding-top: 100%; 
	position: relative;
}

.square-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rectangular-thumbnail {
	width: 100%;
	padding-top: 40%; 
	position: relative;
}

.rectangular-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

.overlay-text {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}