		/****ULTIMOS ***/
		  .cuadpromo
      {         
         border-radius: 3px;
          -webkit-box-shadow: 0px 8px 19px -1px rgb(230 230 230);
          -moz-box-shadow: 0px 8px 19px -1px rgba(230, 230, 230);
          box-shadow: 0px 8px 19px -1px rgb(218 217 217);
          background: white;
      }

      .cuadinfoprom
      {
        height: 320px;
        padding: 2%;
      }

      .btnreservar
      {
          background: #222222;
          color: white;
          padding: 3%;
          width: 100%;
          border: none;
          font-size: 1.4em;
      }

      .destino
      {
        color: #f7b296;
        font-weight: 600;
        font-size: 2em;
        margin-bottom: 7px;
        margin-top: 8px;
      }

      .hotel
      {
        color: #ca7856;
      }

      .textpaquet2
    {
        color: white;
        position: absolute;
        z-index: 3;
        bottom: 36px;
        font-weight: 400;
        font-size: 1.8em;
        margin-left: 26px;
    }

    .numpaquet2
    {
        color: white;
        position: absolute;
        z-index: 3;
        bottom: 5px;
        font-size: 1.2em;
        margin-left: 26px;
    }

    /******ESTILOS DESTINOS******/
 .cuaddest
 {
  background: white; 
  padding: 5%;
 }

 .textdest
 {
  width: 50%; 
  color: #313745;
  margin-top: 2%;
 }

 .contdest
 {
   padding: 3%;
 }

 .dest1
 {
  padding: 1%; 
  margin-top: 2%;
 }

 .dest2
 {
  padding: 0;
 }
 .dest3
 {
  padding: 1%;
 }

 .imggrand
 {
  width: 530px;
 }

 .imgpeq
 {
  width: 250px;
 }


      /** ==================================== BARRA DE DESPLAZAMIENTO (SCROLLBAR)  ===================================== **/
  ::-webkit-scrollbar
  {
        width: 7px;
        height: 8px;
  }

  ::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb
  {
      background: #f7b296;
      border-radius: 10px;
    }

    ::-webkit-scrollbar-corner
      {
        background-color: black;
      }
