@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  max-width: 2000px;
  margin: 0 auto;
  background-color: #fff !important;
  text-align: justify !important;
}

body,
html {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #24ac24;
  text-align: left !important;
}

ul,
ol,
li {
  text-align: left !important;
}

p a {
  color: #d24e0d !important;
}

.alojamientos {
  line-height: 1.2em;
  text-align: left;
}
.alojamientos .col-3 {
  border-radius: 10px;
}
.alojamientos a {
  color: #d24e0d;
  text-decoration: none;
}

a.btn {
  color: #fff !important;
}

.mainbanner img {
  max-width: 2000px;
  width: 100%;
  height: auto;
}

nav {
  box-shadow: black 0 0 10px 0;
  transition: all 0.5s ease;
}

#nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-item {
  text-align: center !important;
}

.nav-link.active {
  color: #24ac24 !important;
  font-weight: bold;
}
.nav-link:hover {
  color: #24ac24 !important;
}
@media (max-width: 992px) {
  .nav-link {
    font-size: 18px;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 56px;
  position: relative;
  transition: all 0.3s;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
  background-color: black;
  border-radius: 50%;
  z-index: 0;
}
.navbar-toggler::before {
  content: "";
  position: absolute;
  background-image: url(/img/menu/unmidia.png);
  background-repeat: no-repeat;
  top: 5px;
  right: 35px;
  height: 50px;
  width: 59px;
  z-index: 1;
  transition: all 0.3s;
}
.navbar-toggler .tape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 56px;
  z-index: 2;
  transition: opacity 0.3s;
}
.navbar-toggler .neme {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.navbar-toggler.collapsed {
  width: 56px;
}
.navbar-toggler.collapsed .tape {
  opacity: 0.95;
}
.navbar-toggler.collapsed::before {
  right: 5px;
  width: 47px;
}
.navbar-toggler.collapsed:hover {
  width: 50px;
}
.navbar-toggler.collapsed:hover::before {
  right: 5px;
  width: 59px;
  transition: all 0.9s;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s;
}

body.scrolled .navbar-fixed {
  top: -150px;
}

.organiza {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.organiza img {
  display: inline-block;
  max-height: 150px;
  max-width: 150px;
  min-width: 100px;
  height: auto;
  padding: 0.5em;
}

.btn-success {
  background-color: #24ac24;
  border-color: #24ac24;
  transition: all 0.3s;
}
.btn-success:hover {
  background-color: #1e8e1e;
  border-color: #1e8e1e;
}

.modal-dialog {
  max-width: 550px !important;
}

form .title {
  font-weight: bold;
}
form .form-check-input, form .form-check-label {
  cursor: pointer;
}
form input[type=checkbox]:checked,
form input[type=radio]:checked {
  background-color: #24ac24;
  border-color: #24ac24;
}
form input[type=checkbox]:focus,
form input[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 172, 36, 0.5);
}
form button.btn-primary {
  background-color: #24ac24;
  border-color: #24ac24;
}
form button.btn-primary:hover {
  background-color: #1f941f;
  border-color: #1f941f;
}

#alertDiv {
  position: absolute;
  display: none;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#datacomunicationoral,
#bioblitz-details,
#dataposter,
#plazas {
  display: none;
}

input[type=checkbox]#oral:checked ~ #datacomunicationoral,
input[type=checkbox]#bioblitz:checked ~ #bioblitz-details,
input[type=checkbox]#coche:checked ~ #plazas,
input[type=checkbox]#poster:checked ~ #dataposter {
  display: block;
}

.contacto {
  max-width: 800px;
  margin: 0 auto;
}

#scrollToTopBtn {
  display: none;
  /* Inicialmente oculto */
  position: fixed;
  /* Posición fija */
  bottom: 20px;
  /* Distancia desde la parte inferior */
  right: 20px;
  /* Distancia desde la derecha */
  z-index: 1000;
  /* Asegura que esté por encima de otros elementos */
  opacity: 0;
  /* Inicialmente transparente */
  transition: opacity 0.5s;
  /* Transición suave para el fade */
}

#scrollToTopBtn.visible {
  opacity: 1;
  /* Visible cuando se añade la clase "visible" */
}

.grass {
  position: relative;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

footer {
  background-color: #000;
  color: #fff;
}

#copyMessage {
  position: absolute;
  top: calc(50% - 46px);
  left: calc(50% - 217px);
}

#glowCookies-banner {
  z-index: 99999 !important;
}

#share {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* buttons */
#share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}

#share a:hover {
  opacity: 1;
}

/* icons */
#share i {
  position: relative;
  top: 36%;
  transform: translateY(-50%);
}

.facebook {
  background: #3b5998;
}

.instagram {
  background: #E4405F;
}/*# sourceMappingURL=custom.css.map */