@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.btn {
  border-radius: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: #1d1d1b;
  border: none;
  padding: 0.75em 1em;
  outline: none !important;
  box-shadow: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn:active, .btn:focus, .btn:focus-visible, .btn:focus-within, .btn:hover {
  background: #030302 !important;
  box-shadow: none;
}
.modal {
  background: #878e7c;
}
.modal .modal-dialog.modal-xl {
  max-width: 1170px;
}
.modal .modal-dialog .modal-content {
  background: #1d1d1b;
  border-radius: 10px 100px;
  border: none;
  box-shadow: none;
  color: white;
}
.modal .modal-dialog .modal-content .btn-close {
  color: white;
  background: #1d1d1b;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  font-size: 1.5rem;
  outline: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: none;
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid #878e7c;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .btn-close {
    top: 0;
    right: 0;
    border-radius: 0 20px 0 100px;
    padding: 0 0 0.25em 0.25em;
  }
}
.modal .modal-dialog .modal-content .btn-close i {
  position: relative;
  top: 1px;
  left: 1px;
}
.modal .modal-dialog .modal-content .btn-close:hover, .modal .modal-dialog .modal-content .btn-close:focus {
  color: white;
  box-shadow: none;
  background: #878e7c;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  margin: 0;
  font-size: 1.25rem;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  top: -10px;
  right: -10px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 8px;
    right: 8px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 1rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 2.5rem 2.5rem 0;
  }
}
.modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 0.875rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  border: none;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer button {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #878e7c;
  color: #878e7c;
  background: #1d1d1b;
  font-size: 0.875rem;
  padding: 0.5em 1em;
  transition: 0.3s ease-in-out all;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:focus {
  background: #878e7c;
  color: #1d1d1b;
}

.forminator-input {
  background: transparent;
  border-radius: 5px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  transition: 0.3s all ease-in-out;
}
.forminator-input:focus {
  border-color: white;
}

.forminator-row-last {
  text-align: right;
}

.forminator-button-submit {
  border-radius: 5px 15px !important;
  background: white !important;
  color: #1d1d1b !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 1.125rem !important;
  padding: 0.5em 1em !important;
}
.forminator-button-submit::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: 0.5rem;
}
.forminator-button-submit:hover, .forminator-button-submit:focus {
  background: #878e7c !important;
  color: white !important;
}

.select2-selection {
  background: #1d1d1b !important;
  border-radius: 5px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  transition: 0.3s all ease-in-out;
}
.select2-selection:hover {
  border-color: white !important;
}

.select2-results__options {
  background: #1d1d1b !important;
  border-color: white !important;
}
.select2-results__options .select2-results__options {
  background-color: #878e7c !important;
  color: white !important;
}

.select2-selection * {
  background: #1d1d1b;
  color: white;
}

.select2-selection__arrow {
  border-radius: 0 15px 5px 0 !important;
}

.select2-selection__rendered {
  border-radius: 5px 0 0 15px !important;
  color: white !important;
  border-color: white !important;
}

body {
  background: #878e7c;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: white;
  transition: 0.3s ease-in-out all;
}
a:focus {
  opacity: 0.6;
}

main {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #a5abc8;
}
@media (min-width: 768px) {
  main {
    flex-direction: row;
    background: none;
    height: 100vh;
  }
}
main .main-bg {
  background-position: center center;
  background-size: cover;
  height: 60vh;
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  main .main-bg {
    width: 50%;
    height: auto;
    margin: 0;
  }
}
main .main-content {
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  background-color: #878e7c;
}
@media (min-width: 768px) {
  main .main-content {
    width: 50%;
    position: relative;
    height: auto;
    background: none;
  }
  main .main-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/bg.svg) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  main .main-content::before {
    top: -50px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  main .main-content::before {
    top: -100px;
  }
}
@media (min-width: 768px) {
  main .main-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 115%;
    height: 100%;
    z-index: 1;
    background: url(../img/grafismo.svg) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  main .main-content::after {
    top: -50px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  main .main-content::after {
    top: -100px;
  }
}
@media (min-width: 1060px) {
  main .main-content {
    padding: 3rem 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  main .main-content {
    padding: 4rem 2rem 1rem;
  }
}
main .main-content header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
  overflow: visible;
  height: 40vh;
  pointer-events: none;
}
@media (min-width: 768px) {
  main .main-content header {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
}
@media (min-width: 960px) {
  main .main-content header {
    padding: 0;
  }
}
main .main-content header img {
  max-width: 160px;
  position: relative;
  z-index: 3;
  height: auto;
}
@media (min-width: 400px) {
  main .main-content header img {
    max-width: 220px;
  }
}
@media (min-width: 960px) {
  main .main-content header img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  main .main-content header::before {
    content: "";
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/bg.svg) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
  }
  main .main-content header::after {
    content: "";
    position: absolute;
    top: -5%;
    right: 0;
    width: 115%;
    height: 100%;
    z-index: 1;
    background: url(../img/grafismo.svg) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
  }
}
main .main-content .main-content-text {
  margin: auto;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  main .main-content .main-content-text {
    padding: 3rem 0 0;
  }
}
@media (min-width: 960px) {
  main .main-content .main-content-text {
    max-width: 60%;
  }
}
main .main-content .main-content-text h2 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  main .main-content .main-content-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
main .main-content .main-content-text p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  main .main-content .main-content-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
main .main-content footer {
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.page:not(.home) {
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .page:not(.home) {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.page:not(.home) main {
  padding-bottom: 2rem;
  height: auto;
}
.page:not(.home) .entry-content {
  background: #1d1d1b;
  border-radius: 10px 100px;
  padding: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page:not(.home) .entry-content {
    padding: 2.5rem;
    max-width: 600px;
    margin: 0 auto 2rem;
  }
}
.page:not(.home) .entry-content .btn-home {
  color: white;
  background: #1d1d1b;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  font-size: 1.5rem;
  outline: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: none;
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid #878e7c;
}
@media (max-width: 767px) {
  .page:not(.home) .entry-content .btn-home {
    top: 0;
    right: 0;
    border-radius: 0 20px 0 100px;
    padding: 0 0 0.25em 0.25em;
  }
}
.page:not(.home) .entry-content .btn-home i {
  position: relative;
  top: 1px;
  left: 1px;
}
.page:not(.home) .entry-content .btn-home:hover, .page:not(.home) .entry-content .btn-home:focus {
  color: white;
  box-shadow: none;
  background: #878e7c;
}
.page:not(.home) .entry-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.page:not(.home) .entry-content h2 {
  font-size: 1rem;
  font-weight: bold;
}
.page:not(.home) .entry-content .btn-home-footer-wrapper {
  display: flex;
  justify-content: center;
  border: none;
  text-align: center;
  padding-top: 2rem;
}
.page:not(.home) .entry-content .btn-home-footer-wrapper a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #878e7c;
  color: #878e7c;
  background: #1d1d1b;
  font-size: 0.875rem;
  padding: 0.5em 1em;
  transition: 0.3s ease-in-out all;
}
.page:not(.home) .entry-content .btn-home-footer-wrapper a:hover, .page:not(.home) .entry-content .btn-home-footer-wrapper a:focus {
  background: #878e7c;
  color: #1d1d1b;
}

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