.topButton {
  width: 135px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding-top: 6px;
}
.fixedbuttons {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  html body .section-dark .col-icon {
    width: 100% !important;
  }
  body .section-white-boxes .col-text {
    padding-top: 0 !important;
  }
  .section-white-boxes .col-text .fusion-text {
    text-align: center;
  }
  body .section-cta {
    margin-top: 10px !important;
    text-align: center;
  }
  .section-cta a {
    margin-left: 0 !important;
  }
  .section-buttons .fusion-text p {
    text-align: center !important;
  }
  rs-bullets {
    top: 129% !important;
    left: -23px !important;
  }
  .main-title h3 {
    margin-bottom: 70px !important;
    margin-top: 0;
  }
  .section-white-boxes .col-text .fusion-builder-row-inner {
    margin-bottom: 0 !important;
  }
  .fusion-logo img {
    height: 61px !important;
  }
  header.fusion-is-sticky .fusion-logo img {
    height: 41px !important;
  }
}
@media only screen and (max-width: 700px) {
  .modal-registro .modal-body .col50 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  rs-bullets {
    top: 156% !important;
  }
  .section-buttons a {
    padding: 25px 0 !important;
    width: 100%;
  }
  .section-buttons a strong:before {
    transform: scale(0.8);
    left: -65px !important;
  }
}
.avada-skin-rev {
  border: 0 !important;
}
.shadow-left,
.shadow-right {
  display: none !important;
}
header .fusion-main-menu {
  width: 60%;
}
header .fusion-main-menu .fusion-menu li:nth-last-child(2) {
  position: absolute;
  right: 60px;
}
header .fusion-main-menu .fusion-menu li:nth-last-child(2) a {
  font-size: 16px;
}
header .fusion-main-menu .fusion-menu li:nth-last-child(2) a .menu-text {
  position: relative;
}
header .fusion-main-menu .fusion-menu li:nth-last-child(2) a .menu-text:before {
  position: absolute;
  content: url("../images/icon-log.png");
  top: -3px;
  left: -29px;
}
header .fusion-main-menu .fusion-menu li:nth-last-child(2) a .menu-text:after {
  position: absolute;
  content: "|";
  top: 0;
  right: -14px;
  opacity: .6;
}
header .fusion-main-menu .fusion-menu li:last-child {
  position: absolute;
  right: 0;
}
header .fusion-main-menu .fusion-menu li:last-child a {
  font-size: 16px;
}
.section-white-boxes {
  margin-top: -30px !important;
}
.section-white-boxes .col-text {
  padding-top: 150px !important;
}
.section-white-boxes .col-text > .fusion-column-wrapper {
  margin-left: 3%;
  margin-right: 3%;
}
.section-white-boxes .col-text .fusion-imageframe {
  overflow: visible;
}
.section-white-boxes .col-text .fusion-imageframe img {
  min-width: 77px;
  margin-top: 7px;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.section-white-boxes .col-text .fusion-builder-row-inner {
  margin-bottom: 50px;
}
.section-white-boxes .col-text h4 {
  color: #606060 !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  margin: 0;
}
.section-white-boxes .col-text p {
  font-size: 16px;
  line-height: 18px;
}
.main-title h3 {
  margin-bottom: 0;
  font-size: 57px !important;
  font-weight: 700 !important;
  color: #7dd3db !important;
  position: relative;
}
.main-title h3:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 7px;
  background: #e7a026;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-cta {
  margin-top: -100px !important;
}
.section-cta a {
  display: inline-block;
  font-size: 20px;
  color: #fff !important;
  font-weight: 600;
  background: #7dd3db;
  padding: 7px 25px;
  border-radius: 5px;
  margin-left: 115px;
}
.section-cta a:hover {
  background: #CE1F4D;
}
.section-buttons {
  margin-top: 70px !important;
  margin-bottom: -65px !important;
}
.section-buttons .fusion-column-wrapper {
  margin-right: 2% !important;
  margin-left: 2% !important;
}
.section-buttons a {
  display: inline-block;
  color: #606060 !important;
  font-size: 25px;
  font-weight: 700;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 25px 125px 25px 200px;
  box-shadow: 3px 4px 11px #0000001a;
  position: relative;
  bottom: 0;
  transition: all .4s;
}
.section-buttons a:hover {
  bottom: 10px;
  box-shadow: 3px 8px 11px #00000026;
}
.section-buttons a strong {
  position: relative;
}
.section-buttons a strong:before {
  position: absolute;
  content: url("../images/icon-bt.png");
  left: -80px;
  top: -15px;
}
.section-dark {
  padding-top: 80px !important;
  padding-bottom: 130px !important;
}
.section-dark > .fusion-builder-row {
  max-width: 930px !important;
}
.section-dark .fusion-builder-row {
  justify-content: center;
}
.section-dark .top h3 {
  color: #fff !important;
  font-size: 43px !important;
  font-weight: 700 !important;
  margin-top: 10px;
  position: relative;
}
.section-dark .top h3:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 5px;
  background: #e7a026;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-dark .top p {
  color: #fff;
  line-height: 34px;
}
.section-dark .col-icon .fusion-column-wrapper {
  border: 1px solid #fff;
  border-radius: 30px;
  background: #00000069;
  margin-left: 3%;
  margin-right: 3%;
  padding: 30px 20px 20px !important;
}
.section-dark .col-icon .fusion-column-wrapper h3 {
  color: #fff !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
  margin: 10px 0 30px;
}
.section-dark .col-icon .fusion-column-wrapper p {
  font-size: 11px;
  color: #fff;
}
.section-dark .col-icon .fusion-column-wrapper a {
  display: inline-block;
  color: #fff;
  background: #7dd3db;
  padding: 7px 20px;
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
}
.section-dark .col-icon .fusion-column-wrapper a:hover {
  background: #CE1F4D;
}
body .section-dark .col-icon {
  width: 33% !important;
}
.section-blue {
  padding-top: 50px !important;
  padding-bottom: 120px !important;
}
.section-blue p {
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}
.section-white-cta {
  margin-bottom: 20px !important;
}
.section-white-cta .fusion-imageframe {
  margin-top: -109px;
}
.section-white-cta p a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #7dd3db;
  padding: 7px 70px;
  border-radius: 5px;
  margin-top: 20px;
}
.section-white-cta p a:hover {
  background: #CE1F4D;
}
footer .fusion-footer-widget-column {
  margin-bottom: 30px;
}
footer .fusion-widget-area {
  text-align: center;
}
footer .fusion-widget-area .fusion-social-network-icon {
  border: 1px solid #fff !important;
  border-radius: 50% !important;
}
footer .fusion-copyright-notice {
  color: #fff !important;
}
.modal-registro {
  background: #f7f8faf7;
}
.modal-registro .modal-dialog {
  box-shadow: 0 0 20px #00000024;
}
.modal-registro .modal-content {
  border-radius: 0;
  border: 0;
}
.modal-registro .modal-body .row {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.modal-registro .modal-body .col50 {
  width: 50%;
  float: left;
  padding: 3px 1%;
}
.modal-registro .modal-body .col100 {
  padding: 0 10px;
}
.modal-registro .modal-body label {
  margin-bottom: 7px;
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.modal-registro .modal-body input[type="file"] {
  padding: 10px;
  border: 1px dashed #e1e1e1;
  width: 100%;
}
.modal-registro .modal-body input[type="submit"] {
  border-radius: 0 !important;
  background: #7dd3db !important;
  margin-top: 30px;
  padding: 15px 0 !important;
  width: 100% !important;
  font-size: 18px !important;
}
.modal-registro .modal-body input[type="submit"]:hover {
  background: #41bfca !important;
}
.modal-registro .modal-body .wpcf7-not-valid-tip {
  font-size: 11px;
}
.modal-registro .modal-body .wpcf7-response-output {
  margin: 0;
  padding: 13px 10px;
}
