body {
  font-family: 'Montserrat', sans-serif;
  color: #666666;
}
.pt72 {
  margin-top: 10%;
}
.pt10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.red {
  color: #fe2828;
}
.titular {
  position: relative;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 24px;
}
.titular:after {
  content: '';
  height: 3px;
  width: 45px;
  background-color: #fe2828;
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.btn {
  background-color: #fe2828;
  color: white;
  font-weight: 500;
}
.btn:hover {
  background-color: #f20101;
  color: white !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2.lead {
  font-size: 50px;
}
td,
th {
  padding: .5em !important;
}
.checkboxFive {
  width: 25px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
}
.checkboxFive label:after {
  opacity: 0.2;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 8px;
  left: 7px;
  border: 3px solid #fe2828;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.checkboxFive label:hover::after {
  opacity: 0.5;
}
.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.botonF1 {
  font-size: 34px ;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fe2828;
  right: 0;
  bottom: 0;
  position: fixed;
  margin-right: 16px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: .3s;
  z-index: 9999;
}
.botonF1:hover span {
  transform: rotate(360deg);
}
.botonF1:active {
  transform: scale(1.1);
}
span {
  transition: .5s;
  margin-top: 9px;
  margin-left: 1px;
}
.btn_an {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 28px;
  outline: none;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 26px;
  transform: scale(0);
}
.botonF2 {
  background: #2196F3;
  margin-bottom: 85px;
  transition: 0.5s;
}
.botonF3 {
  background: #673AB7;
  margin-bottom: 130px;
  transition: 0.7s;
}
.botonF4 {
  background: #009688;
  margin-bottom: 175px;
  transition: 0.9s;
}
.botonF5 {
  background: #FF5722;
  margin-bottom: 220px;
  transition: 0.99s;
}
.animacionVer {
  transform: scale(1);
}
/**
 * Modal
 */
.modal-header .close {
  margin-top: -20px;
}
/**
 * gritter
 */
.gritter-success {
  border: solid thin #cef4c4 !important;
  color: #336c2e !important;
  border-radius: 3px;
}
.gritter-success .gritter-item {
  background: #d9f8d7 !important;
  box-shadow: none !important;
}
