@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 6px 15px 10px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-family: "Montserrat", sans-serif;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

a {
  outline: none !important;
}

.elementor-widget-text-editor {
  margin: auto;
}

.elementor-section {
  padding: 3rem 0;
}
.elementor-section .elementor-section, .elementor-section.divisor {
  padding: 0;
}
.elementor-section h2 {
  text-align: center;
}
.elementor-section h2::after {
  content: "";
  display: block;
  height: 26px;
  width: 71px;
  margin: 1rem auto 1rem;
  background: url(../img/h1.png);
}

.elementor-button {
  margin-bottom: 1rem;
}

.wpcf7 {
  margin-bottom: 0;
  padding: 0 0 1rem;
}
.wpcf7 form {
  margin: auto;
}
@media (min-width: 768px) {
  .wpcf7 form {
    max-width: 600px;
  }
}
.wpcf7 form label {
  font-weight: normal;
  font-size: 1rem;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7 form .form-group {
    display: flex;
  }
  .wpcf7 form .form-group > p {
    width: 100%;
  }
  .wpcf7 form .form-group > p:first-of-type {
    padding-right: 10px;
  }
  .wpcf7 form .form-group > p:last-of-type {
    padding-left: 10px;
  }
}
.wpcf7 form .form-control {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #37353A;
  width: 100%;
  outline: none !important;
  border: 1px solid rgba(55, 53, 58, 0.4);
  transition: 0.3s ease-in-out all;
  padding: 10px;
}
.wpcf7 form .form-control:focus {
  border-color: #37353A;
  background: white;
}
.wpcf7 form .form-control.wpcf7-not-valid {
  border-color: #A00;
}
.wpcf7 form .wpcf7-submit-wrapper {
  text-align: right;
}
.wpcf7 form button.wpcf7-submit {
  border: none;
  position: relative;
  color: #37353A !important;
  border: 1px solid #646464 !important;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  font-weight: normal !important;
  font-size: 15px !important;
  padding: 15px 30px !important;
  border-radius: 50px !important;
  background: white !important;
  line-height: 1 !important;
}
.wpcf7 form button.wpcf7-submit span {
  position: relative;
  z-index: 1;
}
.wpcf7 form button.wpcf7-submit i {
  display: none;
}
.wpcf7 form button.wpcf7-submit:hover, .wpcf7 form button.wpcf7-submit:focus {
  color: white !important;
  background: #37353A !important;
  border-color: #37353A !important;
}
.wpcf7 form .wpcf7-list-item {
  display: block;
  margin: 0;
  cursor: pointer;
}
.wpcf7 form .wpcf7-list-item label {
  font-weight: normal;
}
.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 1rem 0 0;
  padding: 1em;
  line-height: 1.25;
}
.wpcf7 form .wpcf7-form-control-wrap.politica-de-privacidade {
  position: relative;
}
.wpcf7 form .wpcf7-form-control-wrap.politica-de-privacidade .wpcf7-list-item {
  cursor: default;
}
.wpcf7 form .wpcf7-form-control-wrap.politica-de-privacidade .wpcf7-list-item input {
  cursor: pointer;
}
.wpcf7 form .wpcf7-form-control-wrap.politica-de-privacidade .wpcf7-list-item-label {
  background: red;
  display: none;
}
.wpcf7 form .fake-label-check {
  display: block;
  margin: 0 0 -42px 20px;
  pointer-events: none;
  position: relative;
  z-index: 10;
}
.wpcf7 form .fake-label-check a {
  pointer-events: auto;
  display: inline-block;
}

.elementor-widget-wpr-countdown .wpr-countdown-item {
  padding: 10px 2px !important;
}
@media (min-width: 768px) {
  .elementor-widget-wpr-countdown .wpr-countdown-item {
    padding: 10px !important;
  }
}
.elementor-widget-wpr-countdown .wpr-countdown-number {
  line-height: 1;
  font-size: 24px !important;
  font-weight: bold;
}
@media (min-width: 768px) {
  .elementor-widget-wpr-countdown .wpr-countdown-number {
    font-size: 44px !important;
  }
}
.elementor-widget-wpr-countdown .wpr-countdown-label {
  line-height: 1 !important;
  font-size: 10px !important;
}
@media (min-width: 768px) {
  .elementor-widget-wpr-countdown .wpr-countdown-label {
    font-size: 20px !important;
  }
}

#masthead {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  max-width: none;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
}
@media (min-width: 482px) {
  #masthead {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 30px 15px 0;
  }
}
#masthead #primary-mobile-menu {
  padding: 0;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  color: #37353A;
}
#masthead .menu-button-container {
  background: white;
}
#masthead .primary-navigation a {
  font-family: "Montserrat", sans-serif;
  color: #37353A;
}
@media (min-width: 482px) {
  #masthead .primary-navigation a {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  #masthead .primary-navigation a {
    font-size: 1rem;
    position: relattive;
  }
  #masthead .primary-navigation a::after {
    content: "";
    height: 5px;
    width: 0%;
    background: #37353A;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in-out 0.4s;
  }
  #masthead .primary-navigation a:hover, #masthead .primary-navigation a:focus {
    text-decoration: none;
  }
  #masthead .primary-navigation a.current-item::after {
    width: 80%;
  }
}
#masthead .primary-navigation > div > .menu-wrapper {
  justify-content: center;
}
#masthead .primary-menu-container {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 482px) {
  #masthead .primary-menu-container {
    box-shadow: none;
  }
}
#masthead.fixed {
  transform: translateY(0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#masthead .main-logo {
  width: 100%;
}
#masthead .main-logo .custom-logo-link {
  display: block;
}
@media (min-width: 482px) {
  #masthead .main-logo .custom-logo-link {
    margin: 0 0 -1rem;
  }
}
#masthead .main-logo .custom-logo-link img {
  max-width: 80%;
  max-height: 100px;
  margin: auto;
}
@media (min-width: 482px) {
  #masthead .main-logo .custom-logo-link img {
    max-width: 100%;
  }
}
#masthead #site-navigation {
  width: 100%;
}

.btn-next {
  display: block;
  color: #37353A;
  height: 60px;
  width: 110px;
  background: center center url(../img/arrow-down.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: calc(100vh - 150px);
  transform: translate(-50%, -100%);
}
.btn-next i {
  display: none;
}
footer #footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  footer #footer-menu-list {
    border-left: 1px solid #646464;
    padding-left: 4rem;
  }
}
footer #footer-menu-list li.menu-item a {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  footer #footer-menu-list li.menu-item a {
    text-align: left;
  }
}

.info-container {
  text-align: center;
}
.info-container .elementor-button-link {
  margin: 0 0.5rem 1rem;
}
.info-container .modal-header .close i {
  position: relative;
  top: 3px;
}
.info-container .modal-content h2 {
  font-size: 1.25rem;
}
.info-container .modal-content h2::after {
  display: none;
}
.info-container .modal-content hr {
  border: 1px solid #646464;
  width: 100px;
  margin: 2rem auto;
  border-width: 1px 0 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

#languages-menu {
  position: fixed;
  bottom: 10px;
  right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2000;
}
#languages-menu li {
  margin-bottom: 0.5rem;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 1px;
}
#languages-menu li.current_page_item {
  border: 2px solid #37353A;
}
#languages-menu li.current_page_item a {
  opacity: 1;
}
#languages-menu li.lang-en a {
  background-image: url(../img/languages/en-us.png);
}
#languages-menu li.lang-es a {
  background-image: url(../img/languages/es.png);
}
#languages-menu li a {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/languages/pt_br.png);
  background-size: cover;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0.7;
}
#languages-menu li a:hover, #languages-menu li a:focus {
  opacity: 1;
}
#languages-menu li a span {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
