footer {
  padding: 15px 0;
  text-align: center;
  color: #4e67a9;
  border-top: 2px solid #4e67a9;
}

.fixed-header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  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:firsy-child {
  margin-left: 0;
}
.fixed-header a {
  display: block;
  width: auto;
  background-color: #4e67a9;
  color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: bold;
  font-size: 1.3em;
}
.fixed-header a svg {
  width: 35px;
  margin-right: 15px;
}

.logo-imed {
  max-width: 200px;
}

.btns li.whatsapp {
  background-color: #00bb2d;
}

/*FORMULARIOS*/
.wpcf7-form {
  background-color: #4e67a9;
  padding: 50px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wpcf7-form h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 33px;
}
.wpcf7-form h3 span {
  font-size: 20px;
}
.wpcf7-form h3 {
  margin: 25px 0;
}
.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 small {
  color: #fff;
  font-size: 14px;
}
.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;
}
.wpcf7-form input[type=checkbox] {
  width: auto;
}
.wpcf7-form input.btn-enviar,
.wpcf7-form input[type=submit] {
  background-color: transparent !important;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #fff;
  line-height: 1em;
  padding: 10px 0;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.wpcf7-form input.btn-enviar:hover,
.wpcf7-form input[type=submit]:hover {
  background-color: #fff !important;
  color: #4e67a9;
}
.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 white;
  width: 100%;
  margin-bottom: 25px;
}
.wpcf7-form .cf7ic_instructions {
  color: #fff;
}

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

.uk-open > .uk-modal-dialog,
.uk-modal-dialog {
  width: 40%;
  padding: 50px;
  background-color: #4e67a9 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*CABECERA*/
.cabecera-landing {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.cabecera-landing:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(78, 103, 169, 0.15);
  z-index: 1;
}
.cabecera-landing hgroup {
  width: 45%;
}
.cabecera-landing hgroup h1, .cabecera-landing hgroup h2, .cabecera-landing hgroup h3 {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-left: 75px;
  padding-right: 25px;
  color: #66bdc7;
  font-weight: bold;
  text-shadow: 3px 3px 0px #4e67a9;
}
.cabecera-landing hgroup h2 {
  color: #fff;
  font-size: 2.5em;
}
.cabecera-landing hgroup h2 span {
  color: #66bdc7;
}
.cabecera-landing hgroup h2 strong {
  margin-left: 32%;
}
.cabecera-landing hgroup h3 {
  font-size: 1.5em;
  color: #4e67a9;
  text-shadow: none;
}
.cabecera-landing hgroup > p {
  position: relative;
  z-index: 2;
  padding-left: 75px;
  color: #4e67a9;
  line-height: 0.9em;
}
.cabecera-landing hgroup > p small {
  font-size: 70%;
}
.cabecera-landing hgroup div {
  padding-left: 75px;
  padding-right: 25px;
  color: #4e67a9;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.cabecera-landing hgroup div p {
  font-size: 1.2em;
}
.cabecera-landing hgroup div strong {
  color: #66bdc7;
}
.cabecera-landing hgroup a {
  display: inline-block;
  width: auto;
  background-color: #4e67a9;
  color: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1em;
}
.cabecera-landing h1 {
  position: relative;
  width: 100%;
  font-size: 4.5em;
  margin: 0px;
  line-height: 1em;
}
.cabecera-landing .formulario {
  position: relative;
  z-index: 4;
  margin: 0px auto;
}
.cabecera-landing .formulario div[role=form].wpcf7 {
  max-width: 80%;
  margin: 20px 10%;
  width: 100%;
  position: relative;
}
.cabecera-landing .uk-icon {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-size: 0.8em;
  color: #4e67a9;
}

/*VIDEO YOUTUBE*/
.is-provider-youtube {
  padding: 100px;
  background-color: #d7ebef;
  margin: 0;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  min-height: 750px;
}

.is-type-video + .tratamientos ul li {
  width: 25%;
}

/*LANDING PGTA*/
.page-id-21945 .fixed-header {
  z-index: 3;
}
.page-id-21945 .cabecera-landing hgroup {
  width: 100%;
  text-align: center;
}
.page-id-21945 .contenido article {
  width: 100%;
  text-align: center;
}
.page-id-21945 .contenido article h2, .page-id-21945 .contenido article h3 {
  width: 100%;
}
.page-id-21945 .contenido article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-21945 .contenido article ul li {
  width: 25%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-id-21945 .contenido article ul li img {
  margin-bottom: 20px;
}
.page-id-21945 .viaje article:nth-of-type(2) h2 {
  font-size: 2.5em;
}
.page-id-21945 .tratamientos + .contenido article {
  padding: 0 50px;
  padding-top: 100px;
}
.page-id-21945 .contenido + .contenido article {
  padding: 0 50px;
}

/*-------------------------------------------------- RESPONSIVE -------------------------------------------------- */
/*------------- 1600px -----------*/
@media (max-width: 1600px) {
  .cabecera-landing hgroup {
    width: 60%;
  }
}
/*------------- 1400px -----------*/
@media (max-width: 1400px) {
  .uk-open > .uk-modal-dialog, .uk-modal-dialog {
    width: 75%;
  }
  .page-id-21945 .contenido article ul li {
    width: 50%;
  }
  .page-id-23334 .contact article.uk-cover-container form,
  .page-id-26358 .contact article.uk-cover-container form,
  .page-id-32375 .contact article.uk-cover-container form,
  .page-id-32538 .contact article.uk-cover-container form,
  .page-id-34971 .contact article.uk-cover-container form,
  .page-id-35056 .contact article.uk-cover-container form {
    width: 75% !important;
  }
}
/*------------- 1280px -----------*/
@media (max-width: 1280px) {
  html {
    overflow-x: hidden;
  }
  /*HEAD*/
  .fixed-header {
    padding: 15px 25px;
  }
  .fixed-header a {
    padding: 5px 15px;
    font-size: 1em;
  }
  .fixed-header a svg {
    width: 30px;
    margin-right: 10px;
  }
  /*INTRO*/
  .cabecera-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .cabecera-landing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  .cabecera-landing hgroup {
    width: 90%;
    text-align: center;
    margin: 25px 0;
    padding: 0;
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cabecera-landing hgroup h1, .cabecera-landing hgroup h2, .cabecera-landing hgroup h3, .cabecera-landing hgroup div {
    padding: 0;
  }
  .cabecera-landing hgroup h2 strong {
    margin-left: 0;
  }
  .cabecera-landing hgroup > p {
    padding-left: 0;
  }
  .cabecera-landing h1 {
    width: 100%;
    font-size: 3.5em;
  }
  .cabecera-landing h2, .cabecera-landing h3 {
    width: 100%;
  }
  .cabecera-landing .formulario {
    width: 75%;
    height: auto;
  }
  .cabecera-landing .formulario .wpcf7-form {
    padding: 25px 50px;
    background-color: rgba(78, 103, 169, 0.8);
  }
  .cabecera-landing .formulario .wpcf7-form h3 {
    margin: 15px 0;
  }
  .cabecera-landing .formulario .wpcf7-form input, .cabecera-landing .formulario .wpcf7-form textarea {
    margin-bottom: 15px;
  }
  .cabecera-landing .formulario .wpcf7-form > p.required {
    margin: 10px 0;
  }
  /*VIDEO*/
  .is-provider-youtube {
    padding: 100px 50px;
  }
  .wp-block-embed iframe {
    min-height: 550px;
  }
  /*PGTA*/
  .page-id-21945 .cabecera-landing {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    padding: 0 50px;
  }
}
/*------------- 900px -----------*/
@media (max-width: 900px) {
  .fixed-header a strong {
    display: none;
  }
  .fixed-header a svg {
    margin: 0;
  }
  .cabecera-landing {
    padding-bottom: 150px;
    height: auto;
  }
  .cabecera-landing .formulario {
    width: 90%;
    height: auto;
  }
  .cabecera-landing .formulario .wpcf7-form {
    padding: 25px;
  }
  .cabecera-landing .formulario .wpcf7-form > p.mitad {
    width: 100%;
  }
  .is-type-video + .tratamientos ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .uk-open > .uk-modal-dialog, .uk-modal-dialog {
    width: 100%;
    padding: 25px;
  }
  .page-id-21945 .contenido article ul li {
    width: 100%;
  }
  .page-id-23334 .contact article.uk-cover-container form,
  .page-id-26358 .contact article.uk-cover-container form,
  .page-id-32375 .contact article.uk-cover-container form,
  .page-id-32538 .contact article.uk-cover-container form,
  .page-id-34971 .contact article.uk-cover-container form,
  .page-id-35056 .contact article.uk-cover-container form,
  .page-id-35151 .contact article.uk-cover-container form {
    width: 100% !important;
  }
}
/*------------- 600px -----------*/
@media (max-width: 600px) {
  .logo-imed {
    max-width: 150px;
  }
}