@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

@font-face {
    font-family: 'urania';
    src: url('fonts/urania-czech.eot');
    src: url('fonts/urania-czech.eot?#iefix') format('embedded-opentype'),
         url('fonts/urania-czech.woff2') format('woff2'),
         url('fonts/urania-czech.woff') format('woff'),
         url('fonts/urania-czech.ttf') format('truetype'),
         url('fonts/urania-czech.svg#argentum_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
  
  }
  *{
    padding: 0px;
    margin:0px;
  }
  html, body{
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
  }
a {
    color: #fff;
    font-weight: 500;
}
a:hover{
    color:#282828;
}
p{
    font-family: 'Lato';
    font-size: 18px;
    line-height: 1.5;
}
h1{
    color: #fff;
    font-family: 'urania', serif;
}
h2, h3{
    color: #B61F37;
    font-family: 'urania', serif;
}
h3{
    font-size: 20px;
    font-weight: 600;
}
footer{
    background-color: #282828;
}
footer h6{
    color:#fff;
    font-weight: 500;
    
}
footer p{
    color:#fff;
    font-family: 'urania', sans-serif;
}
footer hr{
    border: 1px solid #474747;
}
.navbar {
    position: fixed;
    z-index: 9999;
    background-color: #B61F37;
    width: 100%;
  }

#first-line{
    background-image: url('../images/barra-credito0.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 50px;
    display: block;
    line-height: 1;
    margin: 0 auto;

}
.lead{
    color: #fff;
}
.arrow {
    font-size: 4vh;
  }
  
header .logo {
    padding: 50px 0px;
    position: relative;
    z-index: 4;
    height: 100%;
}
.navbar a{
    font-family: 'urania', serif;
    font-size: 1.3rem;
}
.navbar .nav-flex-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}
.navbar .nav-flex-icons li {
    margin: 0 20px;
    font-size: 1.3rem;
}
nav .nav-item a {
    color: #fff !important;
}
#top_hero {

    background-image: url('../images/tapon-del-darien-migrantes-bg.webp');
    background-size: cover;
    background-color: #00000083;
    background-blend-mode: overlay;
    border-bottom: 5px solid #B61F37;
    height: 100vh;

}
  #top_hero a{
    color: #e9024d;
  }
#mausoleo-seccion{
    background-color: #e5e5e5;
}
.pregunta {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
    display: inline-block;
  }
  .video{
    background-color: #B61F37;
    color: #fff;
  }
  .video h2{
    color: #FFF;
    line-height: 1;
    margin-bottom: 20px;
  }
  @media(max-width:767px){
    h1{
        font-size: 6vw;
        line-height: 1.1;
        font-weight: 600;
    }
    h2{
        font-size: 24px;
        line-height: 1;
    }
    #first-line{
        font-size: 8vw;
        font-weight: 600;
    }
    .lead{
        font-size: 16px;
    }
  }