@charset "UTF-8";

.nav-userena {
    background-color: #0F3063;
}

.header {
    background-color: #000;
    padding: 10px;
}

.mob_mid {
    background: #000 !important;
}

.header .nav a {
    font-size: 15px;
}

.fn_cs_collection_info {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

.fn_cs_collection_info .fn__gradient_title {
	font-size: calc(60px + 3.91vw) !important;
}

.fn_cs_video.bg {
    max-height: 500px !important;
    min-height: 500px !important;
}

.fn_cs_steps {
    padding-top: 50px !important;
}

#footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-units {
    background: #2f354a url(/static/images/noise.png) !important;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-units .title {
    margin: 0px;
    font-family: 'Roboto', 'Helvetica', arial, serif;
    padding: 15px 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-units .list-footer a {
    text-decoration: none;
    color: #86909d;
    font-family: 'Roboto', 'Helvetica', arial, serif;
    line-height: 18px;
    list-style-type: none;
    font-size: 11px;
}

.footer-units .list-footer {
    margin: 0px;
}

.footer-units .list-footer li {
    margin-bottom:  0px;
    line-height: 1;
}

.social-networks {
    background-color: #CCC;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #C00;
}

.logo-footer {
    padding-right: 15px;
}

.footer-links a {
    color: #333;
    font-size: 7pt;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
}

.footer-units .title a {
    color: #FFF;
}

.footer-external-links {
    margin-top: 30px;
}

.footer-logos {
    background-color: #191A36;
    border-top: 1px solid #d5d5d5;
    box-shadow: inset 0 1px 0 #ffffff;
}

#contact {
    padding-bottom: 50px;
}

.nft__item .fn_subtitle {
    font-size: 14px;
}

.metaportal_fn_pagetitle{
    padding: 100px 0 72px;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.modal-backdrop {
  z-index: 1;
}

.fn_cs_shortabout .about_right {
  max-width: 100%;
}


.fn_cs_shortabout .about_left {
  padding: 10px 10px 10px;
}

.leaflet-popup-content {
    max-width: 150px;
    height: 150px;
    width: 150px;
    overflow-y: scroll;
}

.item_in {
    padding: 20px 30px 30px !important;
    text-align: justify;
}

#concourse {
    padding: 150px 0;
}

.card {
  flex-direction: column;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.25);
  background-color: transparent;
  text-align: center;
}

.card-img-left {
  width: 100px;
  margin: 0 auto;
}

.card-custom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #252134;
}
.card-custom .card-body {
    flex-grow: 1;
}

.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


label {
    text-align: right;
    width: 150px;
}


input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 4px;
}

.metaportal_fn_content {
  background-color: #1e1414 !important;
}

.fn_cs_divider .divider:after, .fn_cs_divider .divider:before {
    width: 16px;
    content: 'o';
    position: absolute;
    height: 2px;
    top: -14px;
    background-color: unset;
    left: 140px;
    font-size: 19px;
    transform: none;
}

.fn_cs_shortabout .about_left {
  background-color: unset;
}

.fn_cs_shortabout .about_right:after {
  border: unset;
}

.fn_cs_shortabout .about_right:before {
  box-shadow: unset;
}

.backgound-goals {
  background-image: url('/static/images/background-goals.png');
  background-size: contain; 
  background-position: left; 
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.fn__maintitle {
  color: #fea832;
  font-size: 46px;
}

.fn__maintitle strong {
  font-weight: 700;
}

.metaportal_fn_button {
  background-color: #fea832;
  color: #141419;
  font-weight: 900;
  border-radius: 30px;
}

.metaportal_fn_button:after {
  border: none;
}

.metaportal_fn_button:before {
  box-shadow: none;
}

.backgound-tour_operator_guide {
  background-image: url('/static/images/tour_operator_guide-backgound.png'); 
  background-position: left; 
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (min-width: 768px) {

  .creative_link {
    position: relative;
    padding-right: 35px;
  }

  .creative_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #dee2e6; /* Color de la línea */
  }

  .nav-item:last-child .creative_link::after {
    display: none; 
  }

  .header .nav li {
    margin-left: 30px;
  }
}

#goals {
    padding: 150px 0 70px;
}

#project_description {
    padding: 150px 0 70px;
}

#definitions {
    padding: 150px 0 70px;
}

#guide {
    padding: 150px 0 70px;
}

#interesting_links {
    padding: 150px 0 70px;
}

#collaborators {
    padding: 150px 0 70px;
}

#collection .fn__maintitle {
  margin-bottom: 60px;
}

.background-contact {
  background-image: url('/static/images/background-contact.jpg');
  background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  /*height: 100vh; /* Define una altura de 100% de la ventana para la sección */
  color: white; /* Cambia el color del texto a blanco */
}

.leaflet-popup-content-wrapper {
  height: 300px;
}

.leaflet-popup-content {
  height: 300px;
}