


html {
  font-size: 60%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 1.5rem;
  line-height: 2;
}

img {
  max-width: 100%;
  display: block;
}
.cont {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  text-align: justify;
  text-align: center;
  color: #FFFFFF;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}



.header {
  background-image: url(../img/header.jpg);
  width: 100vw;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF
}



.cabezero {
  display: flex;
  justify-content: space-around;

}

.clase1 {
  display: flex;
  justify-content: center;
  gap: 10rem;

}

@media (max-width: 768px) {
  .cabezero {
    display: none;
  }
}



.clase4 {
  color: black;
  font-weight: 900;
  font-size: 3rem;
  text-align: left;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .clase4 {
    text-align: center;
  }
}



.destinos {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  justify-content: space-around;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .destinos {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 90%;
  }
}



.destino-1 {
  display: flex;
  width: 40%;
}

@media (max-width: 768px) {
  .destino-1 {
    justify-content: space-between;
    width: 40%;
    height: 280px;
  }
}

.newyork {
  background-image: url(../img/icono_destino_1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  justify-self: center;
  background-size: 14rem;
}

@media (max-width: 768px) {
  .newyork {
    justify-content: space-between;
    width: 80%;
    height: 300px;
    background-size: 18rem;
  }
}


.NH {
  color: black;
  text-align: left;
}

@media (max-width: 768px) {
  .NH {
    margin-top: 7rem;
  }
}


.destino-2 {
  display: flex;
  width: 40%;
}

@media (max-width: 768px) {
  .destino-2 {
    justify-content: space-between;
    width: 40%;
    height: 280px;
  }
}

.paris {
  width: 50%;
  justify-self: center;
  background-image: url(../img/icono_destino_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8.5rem;
}

@media (max-width: 768px) {
  .paris {
    justify-content: space-between;
    width: 80%;
    height: 300px;
    background-size: 12rem;
  }
}

.PH {
  color: black;
  text-align: left;
}

@media (max-width: 768px) {
  .PH {
    margin-top: 7rem;
  }
}


.destino-3 {
  display: flex;
  width: 40%;
}

@media (max-width: 768px) {
  .destino-3 {
    justify-content: space-between;
    width: 40%;
    height: 280px;
  }
}

.sanfrancisco {
  background-image: url(../img/icono_destino_3.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  justify-self: center;
  background-size: 15rem;
}

@media (max-width: 768px) {
  .sanfrancisco {
    justify-content: space-between;
    width: 80%;
    height: 300px;
    background-size: 16rem;
    margin-right: 20px;
  }
}

.SH {
  color: black;
  text-align: left;
}

@media (max-width: 768px) {
  .SH {
    margin-top: 7rem;
  }
}


.destino-4 {
  display: flex;
  width: 40%;
}

@media (max-width: 768px) {
  .destino-4 {
    justify-content: space-between;
    width: 40%;
    height: 280px;
  }
}

.EG {
  background-image: url(../img/icono_destino_4.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  justify-self: center;
  background-size: 15rem;
  
}

@media (max-width: 768px) {
  .EG {
    justify-content: space-between;
    width: 70%;
    height: 300px;
    background-size: 20rem;
    margin-right: 20px;
  }
}

.EH {
  color: black;
  text-align: left;
}

@media (max-width: 768px) {
  .EH {
    margin-top: 7rem;
  }
}


.viajes {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  justify-content: space-between;
  margin-bottom: 5rem;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .viajes {
    flex-direction: column;
    align-items: center;
  }
}

.Img1S,
.Img2S,
.Img3S,
.Img4S {
  flex: 2;
  border-radius: 2rem;
  width: 90%;
}

.Img1 {
  width: 37%;
 
}

@media (max-width: 768px) {
  .Img1 {
    width: 60%;
  }
}

.Img2 {
  width: 43%;
  
}

@media (max-width: 768px) {
  .Img2 {
    width: 60%;
  }
}

.Img3 {
  width: 37%;
  
}

@media (max-width: 768px) {
  .Img3 {
    width: 60%;
  }
}

.Img4 {
  width: 37%;
  
}

@media (max-width: 768px) {
  .Img4 {
    width: 60%;
  }
}


.footer {
  background-color: gray;
}

.flex-footer {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .Ls {
    flex-direction: column;
    align-items: center;
  }
}

ul {
  list-style-type: none;
  margin-right: 1rem;
}

.titulo-header {
  text-align: center;
  color: black;
  margin-bottom: -2px;
}

