/* ========================================================================
   Estilos Extras 2
 ========================================================================== */
.tour_boton_degradado{
text-align: center;
padding: 5px;
color: #fff;
font-weight: bold;
background: rgba(129,171,5,1);
background: -moz-linear-gradient(left, rgba(129,171,5,1) 0%, rgba(39,164,199,1) 64%, rgba(39,164,199,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(129,171,5,1)), color-stop(64%, rgba(39,164,199,1)), color-stop(100%, rgba(39,164,199,1)));
background: -webkit-linear-gradient(left, rgba(129,171,5,1) 0%, rgba(39,164,199,1) 64%, rgba(39,164,199,1) 100%);
background: -o-linear-gradient(left, rgba(129,171,5,1) 0%, rgba(39,164,199,1) 64%, rgba(39,164,199,1) 100%);
background: -ms-linear-gradient(left, rgba(129,171,5,1) 0%, rgba(39,164,199,1) 64%, rgba(39,164,199,1) 100%);
background: linear-gradient(to right, rgba(129,171,5,1) 0%, rgba(39,164,199,1) 64%, rgba(39,164,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81ab05', endColorstr='#27a4c7', GradientType=1 );}
.prueba_boton_naranja {
  text-align: center;
  padding: 5px;
  background-color: #f48502;
  color: #fff;
  font-weight: bold;
}
.tour_boton_naranja{
text-align: center;
  padding: 25px;
  background-color: #d6361c;
  color: #fff;
  font-weight: bold;
}
.prueba_boton_azul{
  text-align: center;
  padding: 25px;
  background-color: #1883ff;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 535px) {
  .popup-section {
  margin-bottom: 100px;
  }
}
@media (max-width: 375px) {
  .popup-section {
  margin-bottom: 130px;
  }
}