.box{ 
	width:100%; 
	height: 280px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}

.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #313131;
  z-index: -1;
}

.ribbon::before {
  top: 0;
  right: 12px;
}

.ribbon::after {
  bottom: 11px;
  left: 0;
}

.ribbon span {
  position: absolute;
  width: 220px;
  height: 40px;
  background-color: #85E107;
  transform: rotate(-45deg);
  top: 40px;
  right: -10px;
  text-align: center;
  line-height: 40px; /* should be same as heigh */
  font-family: oswald regular !important;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
}

.cinta-titulo-tour{
  line-height: 1.2;
	text-align: center;
  width: 100%;
  margin-top: 230px;
  font-size: 20px;
  color: white;
  font-family: 'oswald regular';
  text-shadow: 2px 2px 1px black;
}

@media(max-width:425px){

  .box{
    width:100%; 
    height: 280px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;        
  }

}

@media(min-width:426px) and (max-width:768px){

  .box{
    width:100%; 
    height: 200px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 130px;
    font-size: 13px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;

  }
}

@media(min-width:426px) and (max-width:768px){

  .box{
    width:100%; 
    height: 200px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 130px;
    font-size: 15px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;
  }

  .ribbon span {
    position: absolute;
    width: 170px;
    height: 30px;
    background-color: #85E107;
    transform: rotate(-45deg);
    top: 20px;
    right: 24px;
    text-align: center;
    line-height: 30px; /* should be same as heigh */
    font-family: oswald regular !important;
    color: #fff;
    font-size: 13px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
  }

}

@media(min-width:769px) and (max-width:1024px){

  .box{
    width:100%; 
    height: 200px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 140px;
    font-size: 13px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;
  }

  .ribbon span {
    position: absolute;
    width: 170px;
    height: 30px;
    background-color: #85E107;
    transform: rotate(-45deg);
    top: 30px;
    right: 24px;
    text-align: center;
    line-height: 30px; /* should be same as heigh */
    font-family: oswald regular !important;
    color: #fff;
    font-size: 15px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
  }

}

@media(min-width:1025px) and (max-width:1450px){

  .box{
    width:100%; 
    height: 275px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 205px;
    font-size: 27px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;
  }

  .ribbon span {
    position: absolute;
    width: 300px;
    height: 50px;
    background-color: #85E107;
    transform: rotate(-45deg);
    top: 38px;
    right: -52px;
    text-align: center;
    line-height: 50px; /* should be same as heigh */
    font-family: oswald regular !important;
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
  }

}

@media(min-width:1451px) and (max-width:1600px){

  .box{
    width:100%; 
    height: 330px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 255px;
    font-size: 27px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;
  }

  .ribbon span {
    position: absolute;
    width: 300px;
    height: 50px;
    background-color: #85E107;
    transform: rotate(-45deg);
    top: 38px;
    right: -52px;
    text-align: center;
    line-height: 50px; /* should be same as heigh */
    font-family: oswald regular !important;
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
  }

}

@media(min-width:1601px) and (max-width:1920px){

  .box{
    width:100%; 
    height: 400px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;         
  }

  .cinta-titulo-tour{
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-top: 320px;
    font-size: 27px;
    color: white;
    font-family: 'oswald regular';
    text-shadow: 2px 2px 1px black;
  }

  .ribbon span {
    position: absolute;
    width: 300px;
    height: 50px;
    background-color: #85E107;
    transform: rotate(-45deg);
    top: 38px;
    right: -52px;
    text-align: center;
    line-height: 50px; /* should be same as heigh */
    font-family: oswald regular !important;
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
  }

}