h1{
  color: blue;
}
.subtitle01{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
  font-size: xx-large;
  margin-bottom: 10px;
}
.subtitle{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
  font-size: x-large;
}
.titulo_viajes_costa{
  margin: 10px;
}
.salidas li {
  list-style-type: disc;
  margin-left: 30px;
}
.condiciones{
  font-size: small; 
  text-align: center;
  padding-top: 5px;
}

.container_coast{
  margin: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  /* border-color: rgba(65,238,255, 0.3); */
  border-width: 5px;
  border-style: inset;
  border-radius: 20px;
  background-image:linear-gradient(to top,  #fff 0%, #fff 50%, #90dffe 73%, );
}





.foto_costa {
    width: 100%;
    height: auto;
  }

  .foto_salida {
    width: 100%;
    height: auto;

  }



