#wpadminbar {
  display: none !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #3f5b7c;
}

footer {
  padding: 25px 50px;
  text-align: center;
  color: #3f5b7c;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}
footer p {
  margin: 0;
}
footer a {
  color: #3f5b7c;
  text-decoration: underline;
}

ul {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
}

p {
  margin: 20px 0;
}

/*HEADER*/
.logo {
  max-width: 200px;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background-color: #fff;
  z-index: 1;
}
.fixed-header.uk-active {
  z-index: 100;
}
.fixed-header ul {
  width: auto;
}
.fixed-header ul li {
  text-align: center;
  width: auto;
  margin-left: 50px;
}
.fixed-header ul li:first-child {
  margin-left: 0;
}
.fixed-header a {
  display: block;
  width: auto;
  background-color: #3f5b7c;
  color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: bold;
  font-size: 1.3em;
}
.fixed-header a svg {
  width: 35px;
  margin-right: 15px;
}

/*FORMULARIOS*/
.wpcf7-form {
  padding: 50px;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form label {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.wpcf7-form > p {
  width: 100%;
  margin: 0;
}
.wpcf7-form > p.required {
  margin: 25px 0;
}
.wpcf7-form > p.mitad {
  width: 47.5%;
}
.wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-form > p .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form > p .wpcf7-list-item-label {
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 15px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
  color: #3f5b7c !important;
}
.wpcf7-form input[type=checkbox] {
  width: auto;
}
.wpcf7-form input.btn-enviar,
.wpcf7-form input[type=submit] {
  background-color: #e3ba8a;
  color: #fff !important;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #e3ba8a;
  line-height: 1em;
  padding: 10px 0;
  height: auto;
  transition: all 0.5s;
  width: 100%;
}
.wpcf7-form input.btn-enviar:hover,
.wpcf7-form input[type=submit]:hover {
  background-color: #fff !important;
  color: #e3ba8a !important;
}
.wpcf7-form textarea {
  max-height: 120px;
}
.wpcf7-form .wpcf7-response-output {
  margin: -1em 0.5em 1em;
  width: 100%;
  text-align: center;
}
.wpcf7-form .wpcf7-list-item-label a {
  color: #fff;
}
.wpcf7-form .captcha-image {
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 25px;
}
.wpcf7-form .cf7ic_instructions {
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #e3ba8a;
}

.uk-open > .uk-modal-dialog,
.uk-modal-dialog {
  width: 60%;
  padding: 50px;
  background-color: #3f5b7c !important;
}

.uk-open > .uk-modal-dialog > img {
  display: block;
  margin: 0px auto;
}

.uk-modal form {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.wpcf7-form > p > img {
  max-width: 250px;
  display: block;
  margin: 0px auto;
}

.uk-modal.uk-open {
  display: flex !important;
  align-items: center;
}

/*------------------------- INTRO ---------------*/
.btn {
  background-color: #e3ba8a;
  border: 2px solid #e3ba8a;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px;
  transition: all 0.5s;
}
.btn:hover {
  background-color: #fff;
  color: #e3ba8a;
}

.txt {
  align-items: center;
}
.txt.invert {
  flex-direction: row-reverse;
}
.txt header {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.txt header h2 {
  font-weight: 900;
  color: #3f5b7c;
  order: 2;
  font-size: 3em;
  margin-top: 10px;
  margin-bottom: 0;
}
.txt header h3 {
  font-size: 1.2em;
  margin: 0;
  color: #e3ba8a;
  font-weight: 600;
  text-transform: uppercase;
  order: 1;
}
.txt figure {
  aspect-ratio: 1/1;
  width: 50%;
}
.txt article {
  box-sizing: border-box;
  padding: 100px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.txt article li {
  font-weight: 700;
  position: relative;
  margin-top: 25px;
  padding-left: 15px;
}
.txt article li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #e3ba8a;
  border-radius: 50%;
}
.txt article h4 {
  font-weight: 900;
  margin-top: 20px;
}
.txt article h5 {
  color: #3f5b7c;
  font-size: 3em;
  font-style: italic;
  font-weight: 600;
}
.txt article h6 {
  color: #e3ba8a;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
}
.txt.centrar header h2, .txt.centrar header h3 {
  text-align: center;
}
.txt.centrar article {
  width: 75%;
  padding: 0;
  margin: 0px auto;
  text-align: center;
}
.txt.centrar article header {
  flex-direction: column;
  justify-content: center;
}
.txt.centrar img, .txt.centrar video, .txt.centrar iframe {
  display: block;
  margin: 0px auto;
}
.txt.centrar video {
  width: 35%;
}
.txt.centrar iframe {
  width: 75%;
  height: auto !important;
  aspect-ratio: 16/9;
}

.bg {
  background-color: #f7f7f7;
  padding: 150px 50px;
}

.intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  margin-top: 60px;
}
.intro:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3f5b7c;
  mix-blend-mode: multiply;
  z-index: 1;
}
.intro article {
  width: 50%;
  padding: 150px 100px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
.intro article li {
  font-weight: 700;
  position: relative;
  margin-top: 25px;
  padding-left: 15px;
}
.intro article li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
.intro h1 {
  color: #fff;
  font-weight: 900;
  font-size: 3em;
  margin: 0;
}

.pasos li {
  width: 33.33%;
  padding: 0 50px !important;
  text-align: center;
}
.pasos li:before {
  display: none;
}
.pasos li strong {
  font-weight: 900;
  color: #e3ba8a;
  font-size: 6em;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}

.uk-accordion li {
  margin-top: 35px !important;
}
.uk-accordion li:before {
  top: 12px !important;
}

.uk-accordion-title {
  color: #3f5b7c;
  font-size: 1.2em;
  transition: all 0.5s;
}
.uk-accordion-title:hover {
  color: #e3ba8a;
}

.uk-slideshow-items {
  min-height: 300px !important;
}

.uk-slidenav-previous {
  left: -150px;
}

.uk-slidenav-next {
  right: -150px;
}

.uk-slidenav svg {
  width: 50px;
  color: #e3ba8a;
}

.contacto {
  padding: 150px 50px;
  position: relative;
}
.contacto * {
  color: #fff !important;
}
.contacto strong {
  font-size: 1.25em;
  font-weight: 900;
}
.contacto a {
  text-decoration: underline;
}
.contacto:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3f5b7c;
  mix-blend-mode: multiply;
  z-index: 1;
}
.contacto .wpcf7 {
  width: 75%;
  margin: 0px auto;
}

#modal-example img {
  filter: brightness(0) invert(1);
}
#modal-example * {
  color: #fff;
}
#modal-example header {
  margin-top: 25px;
  justify-content: center;
}

/*-------------------------------------------------- RESPONSIVE -------------------------------------------------- */
/*------------- 1600px -----------*/
@media (max-width: 1600px) {
  .intro h1 {
    font-size: 2.5em;
  }
  .txt header h2 {
    font-size: 2.5em;
  }
  .txt figure {
    min-height: 900px;
  }
  .txt article {
    padding: 50px 75px;
  }
  .btn {
    margin-top: 25px;
  }
}
/*------------- 1300px -----------*/
@media (max-width: 1300px) {
  .fixed-header a {
    font-size: 1em;
  }
  .wpcf7-form input.btn-enviar, .wpcf7-form input[type=submit] {
    font-size: 1.2em;
  }
  .intro h1 {
    font-size: 2.25em;
  }
  .txt header h2 {
    font-size: 2.25em;
  }
  .txt figure {
    min-height: 800px;
  }
  .txt article {
    padding: 50px;
  }
  .txt article h5 {
    font-size: 2.5em;
  }
  .txt article h6 {
    font-size: 1.75em;
  }
  .txt.centrar article {
    width: 100%;
  }
  .pasos li {
    padding: 0 25px !important;
  }
  .uk-slidenav-previous {
    left: -50px;
  }
  .uk-slidenav-next {
    right: -50px;
  }
}
/*------------- 1000px -----------*/
@media (max-width: 1000px) {
  .fixed-header a strong {
    display: none;
  }
  .fixed-header a svg {
    margin: 0;
  }
  .uk-open > .uk-modal-dialog, .uk-modal-dialog {
    width: 100%;
  }
  .intro:before {
    width: 100%;
  }
  .intro article {
    width: 100%;
    text-align: center;
  }
  .intro article li:before {
    display: none;
  }
  .intro .uk-cover {
    left: 20%;
  }
  .txt header h2 {
    width: 100%;
  }
  .txt article, .txt figure {
    width: 100%;
  }
  .txt article {
    padding: 100px 50px;
  }
  .txt article h5 {
    font-size: 2em;
  }
  .txt article h6 {
    font-size: 1.5em;
  }
  .txt figure {
    min-height: auto;
    aspect-ratio: 16/9;
  }
  .txt.centrar video {
    width: 50%;
  }
  .txt.centrar iframe {
    width: 100%;
  }
  .bg {
    padding: 100px 50px;
  }
  .pasos li {
    width: 50%;
  }
  .uk-slidenav svg {
    width: 35px;
  }
  .uk-slidenav-previous {
    left: -25px;
  }
  .uk-slidenav-next {
    right: -25px;
  }
  .contacto .wpcf7 {
    width: 100%;
  }
}
/*------------- 800px -----------*/
@media (max-width: 800px) {
  .intro {
    margin-top: 0;
  }
  .logo {
    max-width: 150px;
  }
}
/*------------- 760px -----------*/
@media (max-width: 760px) {
  .intro h1 {
    font-size: 2em;
  }
  .intro .uk-cover {
    left: 0;
  }
  .txt header h2 {
    font-size: 2em;
  }
  .txt header h3 {
    font-size: 1.1em;
  }
  .txt article {
    padding: 75px 50px;
  }
  .txt article > h4 {
    font-size: 18px;
  }
  .txt article h5 {
    font-size: 1.75em;
  }
  .txt article h6 {
    font-size: 1.25em;
  }
  .bg {
    padding: 75px 50px;
  }
  .uk-accordion-title {
    font-size: 1.1em;
  }
  .pasos li {
    width: 100%;
  }
  .pasos li strong {
    font-size: 4em;
  }
  .uk-slidenav svg {
    width: 30px;
  }
  .contacto .wpcf7 {
    width: 100%;
  }
  .wpcf7-form {
    padding: 50px 0;
    width: 100%;
  }
  footer {
    flex-direction: column-reverse;
  }
  footer p {
    margin-top: 20px;
  }
}
/*------------- 590px -----------*/
@media (max-width: 590px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  .fixed-header ul li {
    margin-left: 25px;
  }
  .btn,
  .frm-show-form input[type=submit],
  .form-control {
    font-size: 16px;
  }
  .uk-open > .uk-modal-dialog, .uk-modal-dialog {
    padding: 50px 25px;
  }
  .fixed-header {
    padding: 15px 25px;
  }
  .fixed-header a {
    padding: 5px 15px;
  }
  .txt article {
    padding: 50px 25px;
  }
  .txt article h5 {
    font-size: 1.5em;
  }
  .txt article h6 {
    font-size: 1.2em;
  }
  .txt.centrar video {
    width: 75%;
  }
  .bg {
    padding: 50px 25px;
  }
  .uk-slidenav svg {
    width: 25px;
  }
  .contacto {
    padding: 75px 25px;
  }
  .contacto strong {
    font-size: 1.1em;
  }
}
/*------------- 400px -----------*/
@media (max-width: 400px) {
  h4, .h4 {
    font-size: 20px;
  }
  .fixed-header a {
    padding: 5px 10px;
  }
  .fixed-header a svg {
    width: 25px;
  }
  .txt header h2 {
    font-size: 1.75em;
  }
  .wpcf7-form input.btn-enviar, .wpcf7-form input[type=submit] {
    font-size: 1em;
  }
  .btn {
    padding: 10px 15px;
  }
}
/*------------- 350px -----------*/
@media (max-width: 350px) {
  .logo {
    max-width: 125px;
  }
  .fixed-header ul li {
    margin-left: 15px;
  }
  .btn, .frm-show-form input[type=submit], .form-control {
    font-size: 13px;
  }
  .txt header h2 {
    font-size: 1.5em;
  }
  .txt header h3 {
    font-size: 1em;
  }
  .txt article h5 {
    font-size: 1.25em;
  }
  .txt article h6 {
    font-size: 1.1em;
  }
}