*::selection {
   background: rgb(206,33,38);
   color: #fff;
}
@font-face {
font-family: 'RobotoSlab';
src: url('../css/fonts/RobotoSlab-Regular.ttf');
}
.parallax {
  margin-top: 195px;
  background : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(../img/destinations.jpg) center / cover;
  width: 100%;
  height: 350px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.divContenedor{
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 20px;
}

.divTitulo{
  width: 100%;
  font-family: Monotype Corsiva;
  font-size: 50px;
  text-align: center;
  color: #1390C3;
  font-weight: bold;
  padding-top: 10px;
}

.divSubTitulo{
  width: 100%;
  font-family: Monotype Corsiva;
  font-size: 36px;
  text-align: left;
  color: rgb(156, 156, 156);
  font-weight: bold;
  padding-top: 10px;
}

.divBlanca{
  width: 100%;
  background-color: #1390C3;
  display: flex;
  align-items: center;
  border-top-right-radius: 50px;
}
.divHuayhuash{
  width: 100%;
  background-color: #1390C3;
  display: flex;
  align-items: center;
  border-top-left-radius: 50px;
}
.divImg{
  width: auto;
  height: 100%;
  line-height: 0;
}
.divImg img{
  width: 100%;
}
.divDescripcionB{
    width: 80%;
    height: 100%;
    padding: 20px;
    text-align: justify;
    padding-right: 40px;
    color: white;
    font-size: 20px;
    font-family: RobotoSlab;
}
.divDescripcionH{
    width: 80%;
    padding: 20px;
    text-align: justify;
    padding-left: 40px;
    color: white;
    font-size: 20px;
    font-family: RobotoSlab;
}
#oculto{
  display: none;
}
@media screen and (max-width: 800px){
  .parallax {
    margin-top: 187px;
  background : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(../img/destinations.jpg) center / cover;
  width: 100%;
  height: 40vw;
}
  .divBlanca{
  display: inline-block;
  justify-content: center;
  text-align: center;
  border-top-right-radius: 0px;
  }
  .divImg{
    margin-top: 20px;
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .divImg img{
      border-radius: 10px;
    width: 80%;
  }
.divDescripcionB{
  width: 100%;
  padding: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#imagenDer{
  display: none
}
#oculto{
  display: block;
}
.divHuayhuash{
display: inline-block;
justify-content: center;
text-align: center;
  border-top-left-radius: 0px;
}
.divDescripcionH{
  width: 100%;
  padding: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing:border-box;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
}
@media screen and (max-width: 600px){
    .parallax {
      margin-top: 148px;
    }
}
@media screen and (max-width: 450px){
/*  .parallax {
    height: 250px;
  }*/
.divDescripcionB, .divDescripcionH{
  font-size: 16px;;
}

}
