@import url("https://use.typekit.net/rjf3ule.css");
  @import url("https://use.typekit.net/eau0ybc.css");



html {
  scroll-behavior: smooth;
}
body{
  font-size: 18px;
  font-family: dejanire-headline, serif;
  font-weight: 300;
}
header{
	background: #000;
  z-index: 10;

}
h1{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-size: 2.8rem;

}
h2{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-size: 5rem;
}
h5{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-size: 2rem;
}
h4{
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 10px;
}
h3{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: italic;
  padding: 2rem 0px;
}

footer{
  background: #fff;
}
.moda{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  color: #000;
}
.button{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  background: #000;
  border: 1px solid #000;
}
.logoElle{
  height: 35px;
  margin: 1rem 0rem;
}
.presentado a{
  font-family: freight-big-pro, serif;
  font-weight: 300;
  color: #000;
}
.bajada{
  font-family: dejanire-headline, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
}
.comillas{
  width: 50px;
}
.logo-sm{
  width: 80px;
}
.creado{
  font-size: 10px;
}

.icono{
  width: 50px;
}
.icono-n{
  height: 50px;
  padding: 0px 10px 15px 10px;
}

.fondo{
  background: #000;
  color: #F1F1F1;
  position: sticky;
  top: 0px;
  z-index: 10;
}
.fondo1{
  background: #E8E8E8;
}

.sombra{
  box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-webkit-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-moz-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
}

.carousel-control-next-icon {
    background-image: url(../img/next.svg)!important;
}
.carousel-control-prev-icon {
    background-image: url(../img/prew.svg);
}

button.boton {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5em 2em;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

button.boton:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #000;
  z-index: -1;
}

button.boton:hover, button:focus {
  color: white;
}

button.boton:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

button.boton:active {
  transform: scale(0.9);
}
/*video*/
/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:600px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */

/*Video*/
.aire{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}


@media screen and (max-width: 991px) {
.fondo{

  position: relative;
  top: 0px;
  z-index: 10;
}
}

@media screen and (max-width: 767px) {
  h4{
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 10px;
}
  h5{
  font-size: 2rem;
}
 .bajada{
  font-size: 1.2rem;
  }

  .mobil{
    display: none;}

.oper{
    background-image: url(../img/BYL_portada-m.jpg);
  }

  .tit1{
    font-size: 7vw;
    padding: 35% 0px 35% 0px; 
  }

}