@charset "UTF-8";
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #e3ba8a; }

::selection {
  color: #fff;
  background: #e3ba8a; }

#wpadminbar {
  display: none !important; }

html {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #1f1f1f;
  scroll-behavior: smooth;
  margin: 0 !important;
  overflow-x: hidden; }

body {
  margin: 0 !important;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important; }

h1 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 900;
  color: #3f5b7c; }

h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 900; }

h3 {
  font-size: 1.2em !important;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase; }

h4 {
  /*font-size: clamp(1.575rem, calc( 12px + 1.500vw ), 2rem);*/
  line-height: 1.1; }

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  a:hover {
    color: #e3ba8a; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p > strong {
  color: #0581c4; }

em {
  color: #e3ba8a; }

figure {
  margin: 0; }

.wrapper {
  width: 90%;
  max-width: 1720px;
  margin: 0px auto; }

.wrapper2 {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto; }

main {
  padding-top: 200px;
  position: relative; }

.txt {
  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; }
  .txt article, .txt figure, .txt aside {
    width: 50%; }
  .txt article {
    padding: 100px;
    z-index: 2;
    background-color: #efefef; }
    .txt article h4 {
      color: #e3ba8a;
      font-weight: 600;
      margin-bottom: 35px; }
      .txt article h4 a {
        color: #e3ba8a; }
    .txt article li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 20px;
      color: #3f5b7c;
      font-weight: 800; }
      .txt article li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #e3ba8a;
        border-radius: 50%; }
      .txt article li:last-child {
        margin-bottom: 0; }
    .txt article .btn {
      margin-top: 25px; }
  .txt h2 {
    color: #3f5b7c;
    margin-top: 30px;
    position: relative;
    font-style: italic; }
  .txt header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .txt header h3 {
      text-transform: uppercase;
      color: #e3ba8a;
      font-size: 18px;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: block;
      width: 100%; }
    .txt header h2 {
      margin-top: 20px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: block;
      width: 100%; }
    .txt header p {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      display: block;
      width: 100%; }
    .txt header .btn {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
  .txt iframe {
    width: 100%;
    height: 100%; }
  .txt.centro article {
    text-align: center;
    width: 55%;
    margin: 0px auto;
    background-color: #fff;
    padding: 100px 0; }
  .txt.centro header h2, .txt.centro header h3 {
    text-align: center; }
  .txt.centro header h2:after {
    left: calc(50% - 125px); }

.banners {
  position: relative;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: #3f5b7c; }
  .banners.txt article {
    background-color: transparent;
    width: 75%;
    text-align: center;
    margin: 0px auto; }
  .banners.txt header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .banners.txt header h3, .banners.txt header h2 {
      color: #fff; }
    .banners.txt header h2 {
      font-size: 3em; }
  .banners.txt p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600; }
  .banners.dcha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  color: #fff;
  background-color: #e3ba8a;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  min-width: 150px;
  transition: all .5s;
  border: 2px solid #e3ba8a; }
  .btn.mobile {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    display: none; }
  .btn span {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .btn:hover {
    text-decoration: none !important; }
    .btn:hover span {
      color: #e3ba8a;
      -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
      animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s; }
    .btn:hover:before {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
    .btn:hover:after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition-duration: 0.05s;
      -o-transition-duration: 0.05s;
      transition-duration: 0.05s;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
  .btn:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }
  .btn::after {
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
  .btn:visited {
    color: #fff; }
  .btn.invert {
    color: #e3ba8a;
    background-color: #fff;
    border: none; }
    .btn.invert:before, .btn.invert:after {
      background: #e3ba8a; }
    .btn.invert:visited {
      color: #e3ba8a; }
    .btn.invert span {
      color: #e3ba8a; }
    .btn.invert:hover span {
      color: #fff; }

/*------------------------ HEADER ------------------------*/
#wrapper-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  border-bottom: 2px solid #3f5b7c; }
  #wrapper-header .cabecera {
    background-color: #fff; }

.topbar {
  background-color: #3f5b7c;
  padding: 15px 0; }
  .topbar a {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  .topbar .datos-contato {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .topbar .datos-contato li {
      margin-right: 25px; }
      .topbar .datos-contato li:first-child {
        border-right: 2px solid #fff;
        padding-right: 25px; }
      .topbar .datos-contato li span {
        color: #fff;
        font-weight: 700;
        font-size: 14px; }
      .topbar .datos-contato li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px; }
        .topbar .datos-contato li a:hover {
          color: #e3ba8a; }
        .topbar .datos-contato li a .uk-icon {
          margin-right: 10px; }
        .topbar .datos-contato li a span:last-of-type {
          margin-left: 10px; }
      .topbar .datos-contato li:last-child {
        margin-right: 0;
        padding-right: 0; }
  .topbar nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #top li {
    margin-right: 35px; }

#masthead {
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding-top: 20px;
  padding-bottom: 0; }
  #masthead .logo {
    max-width: 300px; }
  #masthead #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #masthead #primary-menu > li {
      margin-left: 25px;
      position: initial;
      padding: 35px 0;
      padding-bottom: 55px; }
      #masthead #primary-menu > li:first-child {
        margin-left: 0; }
      #masthead #primary-menu > li:last-child {
        margin-right: 0;
        font-weight: 900; }
        #masthead #primary-menu > li:last-child a {
          background-color: #e3ba8a;
          text-transform: uppercase;
          display: inline-block;
          padding: 5px 15px;
          padding-bottom: 7px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          font-size: 14px;
          font-weight: 700;
          color: #fff; }
          #masthead #primary-menu > li:last-child a:hover {
            color: #e3ba8a;
            background-color: #fff; }
      #masthead #primary-menu > li#menu-item-81:hover .sub-menu li, #masthead #primary-menu > li#menu-item-86:hover .sub-menu li, #masthead #primary-menu > li#menu-item-70:hover .sub-menu li {
        width: 33.33%; }
      #masthead #primary-menu > li#menu-item-74 .sub-menu li:last-child {
        width: 100%; }
      #masthead #primary-menu > li a {
        color: #3f5b7c;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: relative;
        font-size: 18px; }
        #masthead #primary-menu > li a:hover {
          color: #e3ba8a; }
      #masthead #primary-menu > li .sub-menu {
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        max-width: 1360px; }
      #masthead #primary-menu > li:hover .sub-menu {
        display: block;
        width: 100%;
        left: 16%;
        float: none; }
        #masthead #primary-menu > li:hover .sub-menu li {
          width: 50%;
          padding: 15px 50px !important;
          background-color: #255c80;
          margin: 0 !important;
          float: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #masthead #primary-menu > li:hover .sub-menu li img {
            width: 50px;
            margin-right: 20px;
            -webkit-filter: invert(100%);
            filter: invert(100%); }
          #masthead #primary-menu > li:hover .sub-menu li a {
            color: #fff; }

.btn-menu {
  display: none; }

.uk-offcanvas-overlay::before {
  background-color: rgba(0, 0, 0, 0.45); }

.uk-offcanvas-bar {
  width: 50%;
  background-color: #fff;
  padding: 50px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .uk-offcanvas-bar:-webkit-scrollbar {
    display: none; }
  .uk-offcanvas-bar .uk-close svg {
    color: #3f5b7c;
    width: 25px; }
  .uk-offcanvas-bar .logo {
    display: block;
    margin: 0px auto;
    width: 250px; }
    .uk-offcanvas-bar .logo img {
      width: 100%; }
  .uk-offcanvas-bar .menu-mobile-container {
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 2px solid #3f5b7c;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .uk-offcanvas-bar .menu-mobile-container li {
      margin-bottom: 25px;
      margin-right: 0; }
      .uk-offcanvas-bar .menu-mobile-container li.menu-item-has-children {
        position: relative; }
        .uk-offcanvas-bar .menu-mobile-container li.menu-item-has-children > a {
          width: 80%;
          display: block;
          z-index: 1; }
          .uk-offcanvas-bar .menu-mobile-container li.menu-item-has-children > a span {
            position: absolute;
            right: 0;
            top: -3px;
            z-index: 10;
            cursor: pointer; }
            .uk-offcanvas-bar .menu-mobile-container li.menu-item-has-children > a span:hover {
              cursor: pointer; }
            .uk-offcanvas-bar .menu-mobile-container li.menu-item-has-children > a span svg {
              width: 30px;
              height: 30px; }
      .uk-offcanvas-bar .menu-mobile-container li a {
        color: #3f5b7c;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1em; }
        .uk-offcanvas-bar .menu-mobile-container li a:hover {
          color: #e3ba8a; }
  .uk-offcanvas-bar .sub-menu {
    display: none;
    width: 100%;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    border-radius: 0; }
    .uk-offcanvas-bar .sub-menu.mostrar {
      display: block; }
    .uk-offcanvas-bar .sub-menu li {
      margin-bottom: 20px;
      position: relative; }
      .uk-offcanvas-bar .sub-menu li a {
        color: #e3ba8a;
        text-transform: inherit !important;
        font-size: 0.9em;
        font-weight: inherit !important;
        font-weight: 600 !important; }
        .uk-offcanvas-bar .sub-menu li a:hover {
          color: #3f5b7c; }
      .uk-offcanvas-bar .sub-menu li a:not([href]) {
        text-transform: uppercase;
        cursor: context-menu;
        font-weight: bold; }
        .uk-offcanvas-bar .sub-menu li a:not([href]) + .sub-menu {
          display: block; }
        .uk-offcanvas-bar .sub-menu li a:not([href]):hover {
          text-decoration: none; }
  .uk-offcanvas-bar strong {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    color: #3f5b7c; }
  .uk-offcanvas-bar .datos-contato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px; }
    .uk-offcanvas-bar .datos-contato li {
      text-align: center;
      margin-bottom: 50px;
      margin-right: 0; }
      .uk-offcanvas-bar .datos-contato li:last-child {
        padding-left: 0;
        border: none; }
      .uk-offcanvas-bar .datos-contato li a {
        color: #3f5b7c;
        font-size: 1em;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .uk-offcanvas-bar .datos-contato li a:hover {
          color: #e3ba8a; }
          .uk-offcanvas-bar .datos-contato li a:hover svg {
            color: #e3ba8a; }
        .uk-offcanvas-bar .datos-contato li a svg {
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          color: #3f5b7c; }
  .uk-offcanvas-bar .rrss li {
    margin-right: 35px; }
    .uk-offcanvas-bar .rrss li:last-child {
      margin-right: 0; }
    .uk-offcanvas-bar .rrss li a {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .uk-offcanvas-bar .rrss li a:hover {
        color: #e3ba8a; }
        .uk-offcanvas-bar .rrss li a:hover svg {
          color: #e3ba8a; }
    .uk-offcanvas-bar .rrss li svg {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      width: 35px;
      color: #3f5b7c; }

/*----------------------------- SUBMENU  ----------------------------*/
.menu-tratamientos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-width: 1720px; }
  .menu-tratamientos ul li {
    width: 50%;
    padding: 12.5px 50px !important;
    margin: 0 !important;
    float: left; }
    .menu-tratamientos ul li a {
      display: block;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      color: #3f5b7c;
      text-align: center; }
      .menu-tratamientos ul li a:hover {
        color: #e3ba8a; }

/*------------------------ FOOTER ------------------------*/
#colophon {
  padding: 50px 0;
  background-color: #3f5b7c;
  position: relative; }
  #colophon h4 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-style: italic;
    font-weight: 900; }
    #colophon h4:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 250px;
      height: 2px;
      background-color: #fff; }
  #colophon a, #colophon p {
    color: #fff;
    display: block; }
    #colophon a.icono, #colophon p.icono {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #colophon a.icono .uk-icon, #colophon p.icono .uk-icon {
        width: 35px;
        margin-right: 15px; }
      #colophon a.icono span + span, #colophon p.icono span + span {
        width: calc(100% - 50px); }
      #colophon a.icono svg, #colophon p.icono svg {
        width: 20px;
        margin-right: 20px;
        margin-top: 5px; }
  #colophon li {
    margin-bottom: 20px; }
    #colophon li:last-child {
      margin-bottom: 0; }
  #colophon article {
    width: calc(25% - 50px); }
    #colophon article li {
      margin-bottom: 50px; }
    #colophon article a {
      margin-bottom: 20px; }
    #colophon article img {
      width: 60%; }
  #colophon nav {
    width: calc(25% - 50px); }
    #colophon nav:first-of-type {
      width: calc(50% - 50px); }
      #colophon nav:first-of-type ul {
        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; }
        #colophon nav:first-of-type ul li {
          width: calc(50% - 25px); }
  #colophon .subfooter {
    margin: 0px auto;
    margin-top: 45px;
    border-top: 1px solid #fff;
    padding-top: 25px; }
    #colophon .subfooter a {
      font-size: 14px; }
    #colophon .subfooter nav:first-of-type {
      width: auto; }
      #colophon .subfooter nav:first-of-type ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #colophon .subfooter nav:first-of-type ul li {
          width: auto;
          margin-right: 20px; }
          #colophon .subfooter nav:first-of-type ul li:last-child {
            margin-right: 0; }
    #colophon .subfooter > span {
      color: #fff;
      text-align: right;
      font-size: 14px; }

/*------------------------ HOME ------------------------*/
#slider {
  height: calc(100vh - 200px); }
  #slider .uk-slideshow-items,
  #slider li {
    height: 100%;
    max-height: 100% !important;
    min-height: auto !important;
    text-align: center; }
  #slider li {
    position: relative; }
    #slider li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #3f5b7c;
      z-index: 1;
      mix-blend-mode: multiply; }
    #slider li article {
      z-index: 2;
      width: 50%;
      top: 0;
      height: 100%;
      position: absolute;
      text-align: left;
      padding: 100px;
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #slider li article .btn {
        margin-right: auto; }
    #slider li h1 {
      margin-bottom: 50px;
      color: #fff; }

.home .tratamientos {
  margin-top: 50px;
  margin-bottom: 75px; }

.tratamientos li {
  width: calc(33.33% - 100px);
  margin: 75px 50px; }
  .tratamientos li h3 {
    width: 75%;
    margin: 0px auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 800; }
  .tratamientos li a {
    display: block;
    width: 100%;
    text-align: center; }
    .tratamientos li a figure {
      width: 100%; }
    .tratamientos li a svg {
      width: 150px;
      margin: 0px auto;
      fill: #e3ba8a;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .tratamientos li a:hover h3 {
      color: #e3ba8a !important; }
    .tratamientos li a:hover svg {
      fill: #e3ba8a; }
    .tratamientos li a header {
      margin-top: 25px; }

.testimonios {
  margin-bottom: 150px; }

.experiencia {
  margin-bottom: 150px; }
  .experiencia ul.uk-flex li {
    width: calc(33.33% - 50px);
    margin-right: 25px;
    text-align: center; }
    .experiencia ul.uk-flex li header {
      margin-top: 25px; }
    .experiencia ul.uk-flex li h3 {
      width: 75%;
      font-size: 2em !important;
      margin: 0px auto;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      color: #3f5b7c;
      font-weight: 900;
      text-transform: inherit; }
    .experiencia ul.uk-flex li p {
      width: 75%;
      font-weight: 600;
      margin: 0px auto;
      color: #3f5b7c; }
    .experiencia ul.uk-flex li figure {
      width: 100%;
      min-height: auto; }
    .experiencia ul.uk-flex li svg {
      width: 200px;
      margin: 0px auto;
      fill: #e3ba8a; }
      .experiencia ul.uk-flex li svg g {
        fill: #e3ba8a !important; }
  .experiencia.proceso {
    background-color: #efefef;
    margin-bottom: 0;
    padding: 100px 0; }
    .experiencia.proceso.txt.centro article {
      padding: 0;
      margin-bottom: 75px;
      background-color: transparent; }
    .experiencia.proceso ul.uk-flex li {
      width: calc(25% - 50px); }
      .experiencia.proceso ul.uk-flex li header {
        margin-top: 0; }
      .experiencia.proceso ul.uk-flex li h3 {
        text-transform: uppercase;
        font-size: 1.5em !important;
        margin-bottom: 20px; }
      .experiencia.proceso ul.uk-flex li strong {
        font-size: 5em;
        font-weight: 900;
        color: #e3ba8a; }

.uk-modal-dialog {
  width: 90%;
  max-width: 1720px;
  margin: 0px auto; }

.casos-exito > div > article {
  background-color: #e5e5e5;
  text-align: center; }
  .casos-exito > div > article header h2::after {
    left: calc(50% - 125px); }

.casos-exito li {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .casos-exito li article {
    font-weight: bold;
    color: #0581c4;
    text-align: left !important;
    font-style: italic; }
  .casos-exito li h4 {
    font-weight: 700;
    color: #005c7f;
    font-style: inherit;
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0; }
  .casos-exito li p {
    color: #0581c4;
    font-size: 1.2em;
    font-style: italic; }

.casos-exito .uk-position-center-left {
  left: -75px;
  top: 75%; }

.casos-exito .uk-position-center-right {
  right: -75px;
  top: 75%; }

.casos-exito .uk-slidenav svg {
  color: #e3ba8a; }

.uk-dotnav {
  margin-top: 50px !important; }
  .uk-dotnav > .uk-active > * {
    background-color: #e3ba8a; }
  .uk-dotnav > * > * {
    border: 1px solid #e3ba8a;
    width: 15px;
    height: 15px; }

.revista {
  width: 100%;
  padding: 0;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit; }
  .revista article {
    width: 50% !important;
    padding: 5%;
    margin: 0;
    background-color: #e5e5e5; }
    .revista article p a {
      text-align: center;
      padding: 10px 25px;
      color: #fff !important;
      font-weight: bold;
      background-color: #0581c4;
      text-decoration: none;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .revista article p a:hover {
        color: #0581c4 !important;
        background-color: #fff; }
  .revista figure {
    width: 50% !important;
    padding: 5%;
    background-color: #efefef; }
    .revista figure img {
      display: block;
      margin: 0px auto;
      width: 50%; }

/*------------------------ NOSOTROS ------------------------*/
.cabecera-titulo {
  position: relative;
  /*aspect-ratio:16/9;
  max-height:600px;*/
  width: 100%;
  min-height: 300px; }
  .cabecera-titulo img {
    width: 100%; }
  .cabecera-titulo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background-color: #005c7f;
    mix-blend-mode: multiply;
    z-index: 1; }
  .cabecera-titulo header {
    /*width:75%;
    min-height:100%;
    position: absolute;
    top: 0;
    left: 80px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0; }
    .cabecera-titulo header h1 {
      color: #fff;
      text-shadow: 3px 3px 0px #0581c4;
      margin: 0; }

.mvv article {
  padding: 125px 50px;
  width: 100% !important;
  min-height: 550px;
  text-align: center;
  background-color: #fff;
  position: relative; }
  .mvv article header {
    width: 70%;
    margin: 0px auto; }
    .mvv article header h2:after {
      background-color: #fff; }
  .mvv article h2, .mvv article p {
    color: #fff; }
  .mvv 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;
    margin-top: 50px; }
    .mvv article ul li {
      width: 33.33%;
      padding: 0 25px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 1.2em;
      font-style: italic; }
      .mvv article ul li strong {
        font-size: 3em;
        font-weight: 900;
        display: block; }
  .mvv article:first-of-type {
    background-color: #3f5b7c; }
  .mvv article:last-of-type {
    background-color: #0581c4; }

.page-template-nosotros .nosotros + .nosotros figure {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.equipo-cefiva {
  margin: 100px 0; }
  .equipo-cefiva article {
    padding: 0 !important; }
  .equipo-cefiva li {
    width: 25%;
    font-style: italic;
    text-align: center;
    font-weight: 900;
    margin-top: 50px;
    /*&:first-child{
      width:80%;
      
      figure{width:40%;}
    }*/ }
    .equipo-cefiva li figure {
      width: 75%;
      margin: 0px auto; }
      .equipo-cefiva li figure img {
        width: 100%; }
    .equipo-cefiva li header {
      padding: 25px 50px; }
    .equipo-cefiva li h3 {
      color: #3f5b7c;
      text-transform: inherit;
      font-weight: 900; }
    .equipo-cefiva li h4 {
      color: #e3ba8a;
      font-weight: 900;
      font-size: 18px; }
    .equipo-cefiva li p {
      color: #0581c4; }

.cuadricula-img {
  width: 33.33%; }

.uk-modal-dialog {
  padding: 50px; }
  .uk-modal-dialog figure {
    width: calc(33.33% - 50px); }
    .uk-modal-dialog figure img {
      width: 100%; }
  .uk-modal-dialog header h4 {
    font-size: 1.5em;
    margin-bottom: 25px;
    margin-top: 0;
    color: #3f5b7c;
    text-transform: inherit;
    font-weight: 900; }
  .uk-modal-dialog header p {
    color: #0581c4;
    font-weight: bold; }
  .uk-modal-dialog article {
    width: calc(66.66% - 50px); }
    .uk-modal-dialog article li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 20px; }
      .uk-modal-dialog article li:last-child {
        margin-bottom: 0; }
      .uk-modal-dialog article li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e3ba8a; }

/*------------------------ TRATAMIENTOS ------------------------*/
.tratamientos li h3 {
  color: #3f5b7c !important; }

.post-type-archive-tratamiento .tratamientos {
  margin-bottom: 75px; }

.post-type-archive-tratamiento .casos-exito {
  margin-bottom: 100px; }

.single-tecnica .txt figure {
  width: 100%; }

.single-tecnica .txt iframe {
  width: 100%;
  height: 500px; }

.single-tratamiento .tratamiento blockquote,
.single-tecnica .tratamiento blockquote {
  padding: 15px 0;
  padding-left: 25px;
  border-left: 5px solid #e3ba8a;
  color: #3f5b7c; }
  .single-tratamiento .tratamiento blockquote p,
  .single-tecnica .tratamiento blockquote p {
    font-size: 1.2em;
    line-height: 1em; }

.single-tratamiento .tratamiento h4,
.single-tecnica .tratamiento h4 {
  color: #0581c4; }

.single-tratamiento .tratamiento h4, .single-tratamiento .tratamiento h5,
.single-tecnica .tratamiento h4,
.single-tecnica .tratamiento h5 {
  font-weight: 700;
  font-style: italic; }

.single-tratamiento .tratamiento h5,
.single-tecnica .tratamiento h5 {
  color: #e3ba8a;
  font-size: 1.5em; }

.bg {
  padding: 50px;
  background-color: #fafafa; }
  .bg li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    color: #3f5b7c;
    font-style: italic; }
    .bg li:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #e3ba8a; }

/*------------------------ FAQS ------------------------*/
.faqs li {
  margin-top: 25px; }
  .faqs li:last-child {
    border-bottom: 0; }

.uk-accordion-title {
  font-weight: 700;
  color: #3f5b7c !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .uk-accordion-title:hover {
    color: #e3ba8a !important; }

.uk-accordion-content {
  font-style: italic;
  padding: 25px;
  padding-top: 0; }

/*------------------------ TRABAJA CON NOSOTROS ------------------------*/
.cv p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 13px;
  border: 2px solid #0581c4;
  border-radius: 5px;
  padding-bottom: 15px; }
  .cv p label {
    margin-right: 25px; }

.aviso {
  background-color: #3f5b7c;
  padding: 50px 25px;
  border-radius: 5px; }
  .aviso p {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0; }

/*------------------------ SERVICIOS ------------------------*/
.single-servicio .experiencia {
  background-color: #ecebeb; }
  .single-servicio .experiencia .estudios-geneticos {
    background-color: #ecebeb; }

.garantia.txt article {
  background-color: #fff; }
  .garantia.txt article strong {
    color: #3f5b7c; }
  .garantia.txt article h4 {
    color: #e3ba8a; }
    .garantia.txt article h4 strong {
      color: #e3ba8a; }
  .garantia.txt article li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px; }
    .garantia.txt article li:last-child {
      margin-bottom: 0; }
    .garantia.txt article li:before {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #e3ba8a;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0; }

.postid-349 .garantia.txt article,
.postid-124830 .garantia.txt article {
  background-color: #ecebeb; }

/*------------------------ MEDICACIÓN ------------------------*/
.medicacion ul {
  margin-bottom: 150px; }

.medicacion li {
  width: calc(50% - 25px);
  margin-top: 75px;
  margin-right: 50px; }
  .medicacion li:nth-child(2n), .medicacion li:last-child {
    margin-right: 0; }
  .medicacion li iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto; }
  .medicacion li h4 {
    color: #e3ba8a;
    text-align: center;
    font-weight: 800; }

/*------------------------ SEGUROS ------------------------*/
.seguros li {
  width: calc(33.33% - 50px);
  margin-bottom: 75px; }

/*------------------------ PROGRAMA GARANTIA ------------------------*/
.page-template-programa-garantia .garantia.txt article,
.page-template-donante .garantia.txt article {
  background-color: #ecebeb; }

/*---------------------------------------- DONANTES -------------------------------------*/
.info-donante article {
  width: 33.33%;
  padding: 50px;
  background-color: #0581c4;
  color: #fff;
  text-align: center; }
  .info-donante article:nth-of-type(2) {
    background-color: #3f5b7c; }
  .info-donante article h3 {
    font-size: 2em;
    font-weight: 800;
    text-transform: inherit;
    color: #fff; }
  .info-donante article b, .info-donante article strong {
    color: #fff; }

/*------------------------ CONTACTO ------------------------*/
.contacto:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.contacto p a {
  color: #e3ba8a; }

.contacto article h4 {
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  alig-items: flex-start;
  color: #0581c4; }
  .contacto article h4 span + span {
    max-width: calc(100% - 50px); }
  .contacto article h4 svg {
    width: 30px;
    margin-right: 20px;
    margin-top: 5px; }
  .contacto article h4 a {
    color: #0581c4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    alig-items: flex-start;
    width: 100%; }
    .contacto article h4 a:hover {
      color: #e3ba8a; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f5b7c;
  font-weight: bold;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f5b7c;
  font-weight: bold;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f5b7c;
  font-weight: bold;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f5b7c;
  font-weight: bold;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3f5b7c;
  font-weight: bold; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3f5b7c;
  font-weight: bold; }

.wpcf7 {
  width: 75%;
  margin: 0px auto;
  margin-top: 50px; }
  .wpcf7 p {
    position: relative;
    width: 100%; }
  .wpcf7 .uk-icon {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 25px; }
    .wpcf7 .uk-icon svg {
      color: #e3ba8a;
      width: 30px; }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="date"],
  .wpcf7 textarea,
  .wpcf7 select {
    width: 100%;
    padding: 10px 25px;
    border: 2px solid #0581c4;
    color: #0581c4;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    padding-left: 75px; }
  .wpcf7 label {
    color: #3f5b7c;
    font-weight: bold; }
  .wpcf7 select {
    -webkit-appearance: none;
    position: relative;
    padding: 15px 20px !important;
    padding-left: 75px !important;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: 96% center; }
  .wpcf7 textarea {
    height: 175px; }
  .wpcf7 input[type="submit"] {
    width: 100%;
    background-color: #e3ba8a;
    border: 2px solid #e3ba8a;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 25px;
    font-weight: 900;
    font-size: 1.5em;
    margin-top: 20px; }
  .wpcf7 .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px; }
  .wpcf7 .wpcf7-list-item-label {
    color: #0581c4; }
    .wpcf7 .wpcf7-list-item-label a {
      color: #e3ba8a; }
  .wpcf7 input[type="checkbox"] {
    width: 30px;
    padding: 0;
    height: 30px;
    border-radius: 5px; }
  .wpcf7 .full {
    width: 100%;
    margin-bottom: 35px;
    position: relative; }
  .wpcf7 .mitad {
    width: calc(50% - 50px);
    margin-bottom: 35px;
    position: relative; }
  .wpcf7 .tercio {
    width: calc(33.33% - 50px);
    position: relative;
    margin-bottom: 35px; }
  .wpcf7 .enviar {
    width: 75%;
    margin: 0px auto;
    position: relative; }

.captcha-image {
  border-radius: 10px;
  margin: 0px auto;
  display: block;
  margin-top: 25px;
  border: 2px solid #0581c4;
  color: #0581c4; }
  .captcha-image .cf7ic_instructions span {
    color: #e3ba8a; }
  .captcha-image label > input + svg {
    color: #0581c4; }

.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: none;
  color: #e3ba8a; }

.wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-form-control-wrap input {
  margin-right: 15px; }

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  width: calc(100% - 45px); }

/*------------------------ TRATAMIENTO ------------------------*/
.tratamiento {
  margin-top: 100px;
  margin-bottom: 75px;
  position: relative; }
  .tratamiento > div {
    width: calc(66.66% - 50px); }
  .tratamiento aside {
    width: calc(33.33% - 50px);
    background-color: #ecebeb;
    padding: 25px 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px; }
    .tratamiento aside h2 {
      text-align: center;
      font-size: 2em; }
      .tratamiento aside h2:after {
        left: calc(50% - 125px); }
    .tratamiento aside header p {
      text-align: center;
      font-weight: 700;
      color: #0581c4;
      font-size: 1.2em; }
      .tratamiento aside header p a {
        color: #e3ba8a; }
    .tratamiento aside .wpcf7 {
      width: 100%; }
      .tratamiento aside .wpcf7 p:nth-last-of-type(2) {
        margin-bottom: 0; }

.intro {
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 50px;
  width: 100% !important; }

/*---------------------------------------- FINANCIACION -------------------------------------*/
.txt.centro.form-contacto {
  background-color: #ecebeb; }
  .txt.centro.form-contacto article {
    background-color: #ecebeb; }

/*---------------------------------------- SEGURIDAD -------------------------------------*/
.page-template-seguridad .experiencia ul.uk-flex li {
  width: calc(25% - 50px);
  margin-right: 66px;
  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-template-seguridad .experiencia ul.uk-flex li div {
    margin-bottom: 25px; }
  .page-template-seguridad .experiencia ul.uk-flex li a {
    margin-top: auto; }
  .page-template-seguridad .experiencia ul.uk-flex li:nth-child(3n) {
    margin-right: 66px; }
  .page-template-seguridad .experiencia ul.uk-flex li:last-child {
    margin-right: 0; }
  .page-template-seguridad .experiencia ul.uk-flex li svg g {
    fill: #0581c4 !important; }
  .page-template-seguridad .experiencia ul.uk-flex li svg .st0 {
    stroke: #0581c4 !important; }

/*---------------------------------------- REVISTAS -------------------------------------*/
.post-type-archive-revista section.txt {
  padding-top: 0; }
  .post-type-archive-revista section.txt article {
    width: 100%;
    background-color: transparent; }
  .post-type-archive-revista section.txt h3 {
    text-align: center;
    color: #3f5b7c;
    font-weight: bold;
    margin-bottom: 50px;
    width: 100%; }
  .post-type-archive-revista section.txt ul {
    margin-bottom: 100px; }

.revistas {
  width: 100%; }
  .revistas li {
    width: calc(33.33% - 50px);
    padding-left: 0 !important;
    background-image: none !important;
    margin-right: 75px; }
    .revistas li:last-child {
      margin-right: 0; }
    .revistas li a {
      text-align: center;
      display: block; }
      .revistas li a img {
        width: 75%; }
      .revistas li a:hover {
        text-decoration: none; }
        .revistas li a:hover h4 {
          background-color: #e3ba8a; }
      .revistas li a span {
        display: block;
        color: #0581c4;
        margin-top: 20px;
        font-weight: bold; }
      .revistas li a h4 {
        margin-top: 25px;
        color: #fff;
        background-color: #e3ba8a;
        font-weight: bold;
        font-size: 1.2em;
        padding: 10px 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        border-radius: 5px; }

/*----------------------------- BLOG  ----------------------------*/
.alm-listing,
.categoria {
  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; }
  .alm-listing article,
  .categoria article {
    width: calc(33.33% - 25px);
    background-color: #efefef;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    margin-right: 37.5px;
    margin-bottom: 37.5px;
    padding: 0 !important; }
    .alm-listing article:nth-of-type(3n), .alm-listing article:last-of-type,
    .categoria article:nth-of-type(3n),
    .categoria article:last-of-type {
      margin-right: 0; }
    .alm-listing article .entry-header,
    .categoria article .entry-header {
      padding: 25px; }
      .alm-listing article .entry-header h4,
      .categoria article .entry-header h4 {
        width: 100%;
        font-size: 1.5em !important; }
        .alm-listing article .entry-header h4 a,
        .categoria article .entry-header h4 a {
          color: #0581c4; }
    .alm-listing article .entry-meta li,
    .categoria article .entry-meta li {
      color: #e3ba8a; }
      .alm-listing article .entry-meta li:first-child,
      .categoria article .entry-meta li:first-child {
        margin-bottom: 10px; }
    .alm-listing article .entry-meta a,
    .categoria article .entry-meta a {
      color: #e3ba8a; }
      .alm-listing article .entry-meta a + a,
      .categoria article .entry-meta a + a {
        position: relative;
        padding-left: 15px; }
        .alm-listing article .entry-meta a + a:before,
        .categoria article .entry-meta a + a:before {
          content: ',';
          position: absolute;
          top: 2px;
          left: 5px; }
    .alm-listing article .entry-meta svg,
    .categoria article .entry-meta svg {
      color: #e3ba8a; }
    .alm-listing article figure,
    .categoria article figure {
      border-radius: 15px;
      aspect-ratio: 16/9;
      width: 100%;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 2px solid #efefef;
      min-height: 0; }
      .alm-listing article figure .logo-blog,
      .categoria article figure .logo-blog {
        width: 75%; }
    .alm-listing article .entry-content,
    .categoria article .entry-content {
      margin: 0;
      padding: 25px;
      padding-top: 0; }

.alm-listing::after,
.alm-paging-content::after {
  display: none !important; }

.post-navigation {
  display: none; }

#secondary .wp-block-heading {
  text-align: left;
  color: #3f5b7c; }

#secondary a {
  color: #0581c4;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  #secondary a:hover {
    color: #0581c4; }

#secondary li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative; }
  #secondary li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e3ba8a; }

#secondary form {
  width: 100%; }
  #secondary form.wp-block-search {
    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; }
    #secondary form.wp-block-search label {
      width: 100;
      color: #3f5b7c;
      font-size: 2em;
      line-height: 1.1;
      font-weight: 600;
      margin-bottom: 25px; }
    #secondary form.wp-block-search .wp-block-search__input-1 {
      width: 70%;
      background-color: #fff;
      border: 1px solid #3f5b7c;
      border-radius: 0;
      padding: 8.5px; }
    #secondary form.wp-block-search .wp-block-search__button {
      width: auto;
      background-color: #3f5b7c;
      border: 1px solid #3f5b7c;
      border-radius: 0;
      color: #fff;
      font-weight: bold;
      padding: 10px; }

#secondary select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #3f5b7c;
  border-radius: 0; }

/*---------------------------- NOTICIA ----------------------------*/
.single-post h1 {
  margin: 50px 0;
  text-shadow: none; }

.single-post .post-thumbnail {
  margin: 50px 0; }
  .single-post .post-thumbnail img {
    width: 100%; }

.single-post .post a {
  color: #e3ba8a; }

.single-post #comments, .single-post #respond {
  margin-top: 100px; }
  .single-post #comments h2, .single-post #comments h3, .single-post #respond h2, .single-post #respond h3 {
    color: #3f5b7c;
    font-size: 1.5em; }
  .single-post #comments a, .single-post #respond a {
    color: #e3ba8a; }

.single-post #submit {
  background-color: #e3ba8a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none; }

.single-post input[type="text"], .single-post input[type="email"], .single-post input[type="url"], .single-post input[type="password"], .single-post input[type="search"], .single-post input[type="number"], .single-post input[type="tel"], .single-post input[type="range"], .single-post input[type="date"], .single-post input[type="month"], .single-post input[type="week"], .single-post input[type="time"], .single-post input[type="datetime"], .single-post input[type="datetime-local"], .single-post input[type="color"], .single-post textarea {
  width: 100%; }

.post .entry-content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px; }
  .post .entry-content li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e3ba8a;
    top: 7px;
    left: 0; }

.post .entry-content h1 {
  font-size: 3.5em; }

.post .entry-content h2 {
  font-size: 2.25em;
  font-weight: 700;
  color: #3f5b7c; }

.post .entry-content h3 {
  font-size: 1.8em;
  color: #3f5b7c; }

#ajax-load-more {
  width: 100%; }

.alm-listing .comments-link, .alm-listing .edit-link,
.categoria .comments-link,
.categoria .edit-link {
  display: none; }

.alm-btn-wrap {
  text-align: center;
  margin-bottom: 100px; }
  .alm-btn-wrap button {
    text-transform: uppercase;
    color: #fff;
    background-color: #e3ba8a;
    text-decoration: none;
    font-weight: 900;
    border: none; }

/*------------------------ CALCULADORA ------------------------*/
.calculadora-fertilidad {
  margin-top: 75px; }
  .calculadora-fertilidad .uk-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .calculadora-fertilidad label {
    font-size: 1.2em;
    font-weight: 800;
    color: #0581c4;
    display: block;
    margin-bottom: 15px; }
  .calculadora-fertilidad select {
    width: 100%;
    padding: 10px 25px;
    border: 2px solid #0581c4;
    color: #3f5b7c;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    height: auto !important; }
  .calculadora-fertilidad button {
    border: 2px solid #e3ba8a; }
    .calculadora-fertilidad button:hover {
      cursor: pointer; }
    .calculadora-fertilidad button.btn {
      font-size: 1.5em;
      padding: 15px 50px; }

.calc-init {
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .calc-init.sent {
    max-height: 0; }

.calc-result {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .calc-result.sent {
    max-height: none; }
    .calc-result.sent h2 {
      color: #0581c4; }
      .calc-result.sent h2 span {
        color: #e3ba8a; }
      .calc-result.sent h2 p {
        font-size: 0.65em; }

.lead-form {
  width: 100% !important; }
  .lead-form h2 {
    color: #3f5b7c !important; }

/*---------------------------- TXT LEGAL ----------------------------*/
.page-template-txt-legal .txt article {
  width: 100%;
  background-color: transparent;
  padding: 100px 0; }
  .page-template-txt-legal .txt article ol {
    padding-left: 0; }
  .page-template-txt-legal .txt article h2 {
    color: #3f5b7c;
    margin-bottom: 35px; }
  .page-template-txt-legal .txt article h3 {
    color: #0581c4;
    margin-bottom: 25px; }
  .page-template-txt-legal .txt article a {
    color: #e3ba8a; }
  .page-template-txt-legal .txt article li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px; }
    .page-template-txt-legal .txt article li strong {
      color: #3f5b7c; }
    .page-template-txt-legal .txt article li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e3ba8a; }

/*---------------------------- 404 ----------------------------*/
.error404 .txt header h3 {
  font-size: 2em; }

/*----------------------------- MI FAMILIA  ----------------------------*/
.page-template-familia .tratamientos {
  background-color: #efefef; }
  .page-template-familia .tratamientos.txt.centro article {
    background-color: transparent; }

/*---------------------------------- RESPONSIVE ----------------------------------*/
/*---------- 1800px ----------*/
@media (max-width: 1800px) {
  /*HEADER*/
  #masthead #primary-menu > li:hover .sub-menu {
    left: 13%; } }

/*---------- 1700px ----------*/
@media (max-width: 1700px) {
  /*HEADER*/
  #masthead #primary-menu > li:hover .sub-menu {
    left: 10%; } }

/*---------- 1650px ----------*/
@media (max-width: 1650px) {
  /*HEADER*/
  .topbar .datos-contato li {
    margin-right: 15px; }
    .topbar .datos-contato li:first-child {
      padding-right: 15px; }
    .topbar .datos-contato li a {
      font-size: 12px; }
  #top li {
    margin-right: 20px; }
    #top li a {
      font-size: 12px; }
    #top li:last-child a {
      font-size: 12px; }
  #masthead #primary-menu > li a {
    font-size: 16px; }
  #masthead #primary-menu > li:hover .sub-menu {
    left: 7%; }
  /*HOME*/
  #slider h1 {
    font-size: 3em; }
  /*TRATAMIENTO*/
  .tratamiento aside {
    width: 33.33%;
    padding: 25px; } }

/*---------- 1450px ----------*/
@media (max-width: 1450px) {
  /*HEAD*/
  #masthead #primary-menu > li {
    margin-left: 20px; }
    #masthead #primary-menu > li a {
      font-size: 15px; }
    #masthead #primary-menu > li:hover .sub-menu {
      left: 2%; }
  /*BLOG*/
  /*----------------------------- BLOG  ----------------------------*/
  .alm-listing,
  .categoria {
    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; }
    .alm-listing article,
    .categoria article {
      width: calc(50% - 25px) !important;
      margin-right: 50px;
      margin-bottom: 50px; }
      .alm-listing article:nth-of-type(3n),
      .categoria article:nth-of-type(3n) {
        margin-right: 50px; }
      .alm-listing article:nth-of-type(2n), .alm-listing article:last-of-type,
      .categoria article:nth-of-type(2n),
      .categoria article:last-of-type {
        margin-right: 0; } }

/*---------- 1400px ----------*/
@media (max-width: 1400px) {
  /*GENERAL*/
  .txt article {
    padding: 50px; }
  .txt.centro article {
    width: 100%; }
  .banners.txt article {
    width: 75%; }
  .banners.dcha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  /*FOOTER*/
  #colophon article {
    width: 100%; }
    #colophon article ul {
      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; }
      #colophon article ul li {
        width: calc(50% - 50px); }
  #colophon nav {
    width: calc(33.33% - 50px); }
    #colophon nav:first-of-type {
      width: calc(66.66% - 50px); }
  /*HOME*/
  .revista figure img {
    width: 90%; }
  /*UR cefiva*/
  .mvv article p {
    font-size: 1.2em; }
  .equipo-cefiva li {
    width: 33.33%; }
  /*TRATAMIENTOS*/
  .tratamientos li {
    width: calc(33.33% - 25px); }
  /*TRATAMIENTO*/
  .tratamiento > div {
    width: calc(55% - 50px); }
  .tratamiento aside {
    width: calc(45% - 50px);
    padding: 25px; }
    .tratamiento aside h2 {
      font-size: 1.5em; }
  /*COSTOS*/
  .btns {
    display: none; } }

/*---------- 1380px ----------*/
@media (max-width: 1380px) {
  main {
    padding-top: 167px; }
  #masthead {
    padding: 20px 0; }
    #masthead > nav {
      display: none; }
  .btn-menu {
    display: block; }
    .btn-menu svg {
      width: 35px;
      color: #3f5b7c;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .btn-menu svg rect {
        height: 1.5px; }
  .cabecera-titulo header {
    left: 50px; }
  #banner-26514 {
    background-position: 0% 100%; }
  /*HEADER*/
  /*.topbar .datos-contato li{
  &:first-child,
  &:nth-child(2){
    a span:last-of-type{display:none;}
  }
}*/
  /*BANNERS*/
  .banners.txt header h2 {
    font-size: 3em; }
  /*FAQS*/
  .uk-accordion-title {
    font-size: 1.5em; } }

/*---------- 1150px ----------*/
@media (max-width: 1150px) {
  /*GENERAL*/
  .txt article, .txt figure, .txt aside {
    width: 100%; }
  .txt aside {
    min-height: 400px; }
  .txt figure {
    min-height: 500px; }
  .wpcf7 {
    width: 100%; }
  .uk-offcanvas-bar {
    width: 60%; }
  .banners {
    border-top: 5px solid #e3ba8a;
    border-bottom: 5px solid #e3ba8a; }
  /*TOP*/
  .topbar nav li:first-child {
    display: none; }
  .topbar .datos-contato li:first-child a span:last-of-type {
    display: none; }
  /*FOOTER*/
  #colophon nav {
    width: calc(50% - 50px) !important; }
    #colophon nav ul li {
      width: 100% !important; }
  #colophon .subfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-line-pack: center;
    align-content: center; }
    #colophon .subfooter nav {
      width: 100% !important;
      margn-bottom: 25px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #colophon .subfooter nav ul li {
        width: auto !important; }
    #colophon .subfooter > span {
      text-align: center;
      margin-top: 20px; }
  /*HOME*/
  .tratamientos li {
    width: calc(50% - 50px); }
    .tratamientos li a figure {
      min-height: auto; }
  .banners.txt article {
    width: 100%;
    padding: 100px 50px; }
  .revistas-home article, .revistas-home figure {
    width: 100% !important; }
  /*UR cefiva*/
  .equipo-cefiva li {
    width: 50%; }
    .equipo-cefiva li figure {
      min-height: auto; }
    .equipo-cefiva li header {
      padding: 25px; }
  .mvv article {
    padding: 100px 50px !important; }
    .mvv article p, .mvv article h2 {
      font-weight: 700; }
    .mvv article header {
      width: 100%; }
  #modal-center.uk-open > .uk-modal-dialog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #modal-center.uk-open > .uk-modal-dialog figure {
      width: 50%;
      margin-bottom: 25px; }
    #modal-center.uk-open > .uk-modal-dialog article {
      width: 100%; }
  .experiencia ul.uk-flex li svg {
    width: 150px; }
  /*TRATAMIENTO*/
  .tratamiento > div {
    width: 100%; }
  .tratamiento aside {
    width: 100%;
    margin-top: 50px; }
  .garantia + .garantia div,
  .nosotros + .nosotros div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /*SERVICIOS*/
  .experiencia .estudios-geneticos ul.uk-flex li {
    width: calc(33.33% - 50px);
    margin-right: 75px; }
    .experiencia .estudios-geneticos ul.uk-flex li:nth-child(4n) {
      margin-right: 75px; }
    .experiencia .estudios-geneticos ul.uk-flex li:nth-child(3n) {
      margin-right: 0; }
    .experiencia .estudios-geneticos ul.uk-flex li figure {
      min-height: 0; }
  .nosotros + .nosotros div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /*DONANTES*/
  .info-donante article {
    width: 100%; }
  /*FAMILIA*/
  .casos-exito li {
    -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; }
    .casos-exito li > div,
    .casos-exito li article {
      width: 100% !important; }
    .casos-exito li iframe {
      min-height: 400px; }
  /*SEGURIDAD*/
  .page-template-seguridad .experiencia ul.uk-flex li {
    width: calc(50% - 50px);
    margin-right: 75px; }
    .page-template-seguridad .experiencia ul.uk-flex li:nth-child(2n) {
      margin-right: 0; }
  /*REVISTA*/
  .revistas li a img {
    width: 100%; }
  /*BLOG*/
  #secondary {
    display: none; } }

/*----------1000px ----------*/
@media (max-width: 1000px) {
  .cabecera-titulo header {
    left: 40px; }
  .banners {
    background-position: 70% 0%; }
  /*FOOTER*/
  #colophon .subfooter nav:first-of-type ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /*HOME*/
  #slider h1 {
    font-size: 3em; }
  /*UR cefiva*/
  .uk-modal-dialog figure {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 50px; }
  .uk-modal-dialog article {
    width: 100%; }
  .mvv article {
    background-position: 70% 0%;
    min-height: auto; }
    .mvv article ul li strong {
      font-size: 2.5em; }
  .home .experiencia ul.uk-flex li,
  .page-template-nosotros .experiencia ul.uk-flex li {
    width: calc(50% - 50px);
    margin-right: 75px; }
    .home .experiencia ul.uk-flex li:nth-child(3n),
    .page-template-nosotros .experiencia ul.uk-flex li:nth-child(3n) {
      margin-right: 75px; }
    .home .experiencia ul.uk-flex li:nth-child(2n), .home .experiencia ul.uk-flex li:last-child,
    .page-template-nosotros .experiencia ul.uk-flex li:nth-child(2n),
    .page-template-nosotros .experiencia ul.uk-flex li:last-child {
      margin-right: 0; }
  /*FAQS*/
  .uk-accordion-title {
    font-size: 1.25em; }
  .uk-accordion-content p {
    font-size: 1.1em; }
  /*----------------------------- BLOG  ----------------------------*/
  .alm-listing,
  .categoria {
    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; }
    .alm-listing article,
    .categoria article {
      width: 100% !important;
      margin-right: 0px; }
      .alm-listing article:nth-of-type(3n),
      .categoria article:nth-of-type(3n) {
        margin-right: 0; } }

/*---------- 800px ----------*/
@media (max-width: 800px) {
  /*GENERAL*/
  main {
    padding-top: 145px; }
  .txt article {
    padding: 50px 25px; }
  .txt header h2 {
    font-size: 2em; }
  .banners.txt header h2 {
    font-size: 2.5em; }
  .banners.txt article {
    padding: 100px 25px; }
  .revista article, .revista figure {
    width: 100% !important;
    min-height: auto !important; }
  .revista figure img {
    width: 50%; }
  /*HEADER*/
  .topbar nav li:nth-child(2) {
    display: none; }
  #masthead .logo {
    max-width: 250px; }
  .uk-offcanvas-bar {
    width: 80%; }
  /*FOOTER*/
  #colophon article ul li {
    width: 100%; }
    #colophon article ul li:last-child {
      margin-bottom: 50px; }
  #colophon nav {
    width: 100% !important; }
    #colophon nav:first-of-type {
      margin-bottom: 50px; }
      #colophon nav:first-of-type ul li {
        width: calc(50% - 25px); }
  #colophon .subfooter nav {
    margin-bottom: 0; }
  /*HOME*/
  #slider h1 {
    font-size: 2.5em;
    padding: 0 25px; }
  .tratamientos li {
    width: 50%;
    padding: 25px; }
  .home .experiencia ul.uk-flex li,
  .page-template-nosotros .experiencia ul.uk-flex li {
    width: calc(50% - 25px);
    margin-right: 50px; }
    .home .experiencia ul.uk-flex li:nth-child(3n),
    .page-template-nosotros .experiencia ul.uk-flex li:nth-child(3n) {
      margin-right: 50px; }
    .home .experiencia ul.uk-flex li:nth-child(2n), .home .experiencia ul.uk-flex li:last-child,
    .page-template-nosotros .experiencia ul.uk-flex li:nth-child(2n),
    .page-template-nosotros .experiencia ul.uk-flex li:last-child {
      margin-right: 0; }
  /*UR cefiva*/
  .mvv article {
    padding: 50px 25px !important; }
    .mvv article ul li {
      padding: 0 15px;
      width: 100%;
      margin-bottom: 25px; }
      .mvv article ul li:last-child {
        margin-bottom: 0; }
      .mvv article ul li strong {
        font-size: 1.8em; }
  /*TRATAMIENTOS*/
  .tratamientos li h3 {
    width: 90%;
    font-size: 16px; }
  .tratamientos li a figure {
    width: 75%;
    margin: 0px auto; }
  /*TECNICAS*/
  .experiencia ul.uk-flex li,
  .experiencia .estudios-geneticos ul.uk-flex li {
    width: calc(50% - 25px);
    margin-right: 37px; }
    .experiencia ul.uk-flex li h3,
    .experiencia .estudios-geneticos ul.uk-flex li h3 {
      width: 90%; }
    .experiencia ul.uk-flex li:nth-child(3n),
    .experiencia .estudios-geneticos ul.uk-flex li:nth-child(3n) {
      margin-right: 37px; }
    .experiencia ul.uk-flex li:nth-child(2n), .experiencia ul.uk-flex li:last-child,
    .experiencia .estudios-geneticos ul.uk-flex li:nth-child(2n),
    .experiencia .estudios-geneticos ul.uk-flex li:last-child {
      margin-right: 0; }
  /*SEGUROS*/
  .seguros li {
    width: calc(50% - 50px);
    margin-bottom: 75px; }
    .seguros li:last-child {
      margin-left: calc(25% + 37px); }
  /*MEDICACION*/
  .medicacion li {
    width: 100%;
    margin-right: 0; }
  /*REVISTA*/
  .revistas li {
    width: 75%;
    margin: 0px auto !important;
    margin-bottom: 50px !important; }
    .revistas li:last-child {
      margin-bottom: 0; }
  .post-type-archive-revista section.txt ul {
    margin-bottom: 0px; } }

/*----------590px ----------*/
@media (max-width: 620px) {
  /*GENERAL*/
  body {
    font-size: 16px; }
  main {
    padding-top: 134px; }
  h1 {
    font-size: 1.5rem; }
  .cabecera-titulo header h1 {
    font-size: 2em; }
  .txt header h2 {
    font-size: 1.8em; }
  .uk-modal-dialog {
    padding: 25px; }
  .bg {
    padding: 25px; }
  /*HEADER*/
  .topbar .datos-contato {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .topbar .datos-contato li a {
      font-size: 11px; }
  .topbar nav {
    display: none; }
  #masthead .logo {
    max-width: 200px; }
  .uk-offcanvas-bar {
    width: 100%; }
  /*FOOTER*/
  #colophon article:last-of-type {
    width: 100%; }
  #colophon nav {
    display: none; }
  #colophon .subfooter {
    margin-top: 0; }
    #colophon .subfooter nav {
      display: block; }
      #colophon .subfooter nav ul {
        -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; }
        #colophon .subfooter nav ul li {
          margin-right: 0; }
  .btn.mobile {
    display: block; }
  /*HOME*/
  #slider h1 {
    font-size: 2em; }
  .banners.txt header h2 {
    font-size: 2.25em; }
  .banners.txt article {
    padding: 50px 25px; }
  .banners.txt p {
    font-size: 1em; }
  /*UR cefiva*/
  .mvv article {
    padding: 50px 25px; }
    .mvv article h2 {
      font-size: 2em; }
    .mvv article p {
      font-size: 1em; }
  .experiencia article {
    padding-bottom: 0 !important; }
  .experiencia ul.uk-flex li {
    width: 90% !important;
    margin: 0px auto !important;
    margin-top: 75px !important; }
    .experiencia ul.uk-flex li p {
      width: 100%; }
  .nosotros + .nosotros .btn {
    word-break: break-all; }
  .equipo-cefiva li {
    width: 100%; }
    .equipo-cefiva li figure {
      width: 75%; }
  /*TRATAMIENTO*/
  .single-tratamiento .tratamiento blockquote p,
  .single-tecnica .tratamiento blockquote p {
    font-size: 1em;
    line-height: 1.1em; }
  .incluye.txt article p, .incluye.txt li {
    font-size: 1em; }
  /*DONANTES*/
  .info-donante article {
    padding: 50px 25px; }
  /*SEGUROS*/
  .seguros li {
    width: calc(50% - 25px);
    margin-bottom: 75px; }
    .seguros li:last-child {
      margin-left: calc(25% + 12px); }
  /*FAQS*/
  .uk-accordion-title {
    font-size: 1.15em;
    padding-left: 0; }
  .uk-accordion-content {
    padding: 25px 0;
    margin-top: 0; }
  /*CONTACTO*/
  .contacto article h4 {
    font-size: 1.25em;
    margin-top: 25px; }
    .contacto article h4 svg {
      width: 20px;
      margin-right: 15px; }
  /*BLOG*/
  .alm-listing .entry-header a,
  .categoria .entry-header a {
    font-size: 1em; }
  /*TXT*/
  .page-template-txt-legal .txt article h2 {
    font-size: 1.5em; } }

/*----------420px ----------*/
@media (max-width: 420px) {
  /*GENERAL*/
  .btn {
    padding: 10px 20px; }
  .txt figure {
    min-height: 400px; }
  .txt header h2 {
    font-size: 1.6em; }
  .txt header h3 {
    font-size: 1em; }
  .txt header h4 {
    font-size: 1.25em; }
  .txt h4 {
    font-size: 1.25em; }
  .txt.centro article {
    padding: 50px 0px; }
  .cabecera-titulo header {
    left: 17px; }
    .cabecera-titulo header h1 {
      font-size: 1.5em;
      text-shadow: 2px 2px 0px #0581c4; }
  .tratamiento {
    margin-top: 50px;
    margin-bottom: 50px; }
    .tratamiento li h3 {
      width: 100%;
      font-size: 14px; }
  .banners.txt header h2 {
    font-size: 2.5em; }
  .wpcf7 .enviar {
    width: 100%; }
  .wpcf7 input[type="submit"] {
    font-size: 1.25em; }
  /*HEADER*/
  /*.topbar{display:none;}*/
  .uk-offcanvas-bar {
    padding: 50px 25px; }
    .uk-offcanvas-bar .logo {
      width: 200px; }
    .uk-offcanvas-bar .datos-contato li a span:last-of-type {
      display: block; }
  /*FOOTER*/
  #colophon nav:first-of-type ul li {
    width: 100%;
    margin-right: 0; }
  /*HOME*/
  .tratamientos li {
    width: 100%;
    margin-bottom: 25px; }
  /*TRATAMIENTOS*/
  .tratamiento aside header p a {
    display: block; }
  .tratamiento aside header br {
    display: none; }
  .single-tecnica .tratamiento h5,
  .single-tratamiento .tratamiento h5 {
    font-size: 1.3em;
    line-height: 1.2em; }
  .wpcf7 input[type="date"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="text"],
  .wpcf7 select, .wpcf7 textarea {
    padding-left: 45px;
    font-size: 16px; }
  .wpcf7 .uk-icon {
    top: 17px;
    left: 15px; }
    .wpcf7 .uk-icon svg {
      width: 20px; }
  /*CALCULADORA*/
  .calculadora-fertilidad button.btn {
    font-size: 1.25em; }
  /*PROTOCOLO*/
  .incluye.txt header h2 {
    font-size: 1.5em; } }
