
html {
  scroll-behavior: smooth;
}
body{
  font-size: 18px;
  font-family: rufina-stencil, sans-serif;
}
header{
	background: #000;
  z-index: 10;
}
h5{
  font-family: stilson-display, serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}
h4{
  font-family: stilson-display, serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}
h3{
  color: #fff;
  padding: 2rem 0px;
}
footer{
  background: #000;
}
.button{
  background: #000;
  border: 1px solid #000;
}
.logoElle{
  height: 35px;
  margin: 1rem 0rem;
}

.bajada{
  font-family: rufina-stencil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

.oper{
    background-image: url(../img/Lacoste_portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: stilson-display, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    padding: 25% 10% 18% 10%;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
    text-transform: uppercase;
}
.presentado{
  font-size: 14px;
}
.fondo{
  background: #000;
  color: #F1F1F1;
}
.fondo1{
  background: #E8E8E8;
}
.fondo2{
  background: #ffffff;
}
.redondo{
  border-radius: 2rem;
}
a{
  color: #008446;
}


.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;
  font-weight: bold;
  padding: 0.7em 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);
}
.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) {
  h5{
  font-size: 1.2rem;
}
 .bajada{
  font-size: 1.2rem;
  }

  .mobil{
    display: none;}

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

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

}