@media (min-width:576px) {
  .jumbotron {
    padding: 2rem 2rem;
  }
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #233040;
  border-radius: .3rem;
}

/* PDF icon flotante */

.fab-container {
  position: fixed;
  bottom: 15px;
  left: 20px;
  cursor: pointer;
}

.iconbutton {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FF4F79;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
}

button {
  width: 60px;
  height: 60px;
  background: #A11692;
}

.iconbutton i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
}

/* Termina Float PDF */


.agenda a {
	position: fixed;
    bottom: 20px;
    right: 20px;
	background-color: #009CD4;
	display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
	/*line-height: 1.2em;*/
	color: white;
	z-index: 999999;

}


.agenda a:hover {
	text-decoration: none;
	background-color: #132C3E;
}


/* Calenly Fix */

.calendly-badge-widget {
  z-index: 2!important;
}

