@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 200;

}

p{
  font-family: "Lexend", sans-serif;
  font-weight: 200;
}
header{
	background: #1f2123;
  z-index: 10;
}
h5{
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;

}

footer{
  background: #1f2123;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
  font-family: rufina-stencil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.presentado{
  font-size: 16px;
}

.oper{
    background-image: url(https://brandstudio956.exp.mx/publishing/2025/junio/mexbest-vail/img/vail_portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}

.tit1{
    text-align: left;
    font-family: "Lexend", sans-serif;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 4.8vw;
    padding: 5% 0% 50% 0%;
    color: #fff;
}

.fondo{
  background: #E8E8E8;
}
.conoce{
  height: 40px;
  margin: 2rem;
  border: #000 2px solid;
}
.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);
}

.desk{padding: 0px;}
.mobil{padding: 0px;}

.link{
  color:#244696;
   transition: 0.5s;
}
.link:hover{
  color:#244696;
  font-weight: 600;
  transition: 0.5s;
}

.link2{
  color: #e41e1b;
  border-left: 5px solid #e41e1b;
  padding: 10px;
}
.esquina{
  border-radius: 20xp 0px;
}

button.boton {
  background: #fff;
  border: 0.5 solid #e41e1b;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}

span.boton-1 {
  display: inline-block;
  transform: skew(21deg);
}

button.boton::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button.boton:hover {
  color: #fff;
}

button.boton:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .desk{
    display: none;
  }
}

@media screen and (max-width: 700px) {
  h5{
  font-size: 1.2rem;
}
 .bajada{
  font-size: 1.2rem;
  }

  .mobil{
    display: none;}
}