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

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

#wpadminbar {
  display: none !important; }

html {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  color: #333;
  scroll-behavior: smooth;
  margin: 0 !important; }

body {
  margin: 0 !important;
  overflow-x: hidden; }

h1 {
  font-size: clamp(2.188rem, calc( 12px + 3.125vw), 3.313rem);
  line-height: 1.1;
  font-weight: 800;
  color: #005c7f;
  text-shadow: 0px 0px 15px #fff; }

h2 {
  font-size: clamp(2.625rem, calc( 12px + 3.000vw), 2.8rem);
  line-height: 1.1;
  font-weight: 800; }

h3 {
  font-size: clamp(2.138rem, calc( 12px + 2.250vw), 2.813rem);
  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; }

p {
  font-size: 16px; }

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

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

p > strong {
  color: #0581c4; }

figure {
  margin: 0; }

.wrapper {
  width: 90%;
  max-width: 1720px;
  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: #0581c4;
      font-weight: 600;
      margin-bottom: 35px; }
      .txt article h4 a {
        color: #ed8a25; }
  .txt header h3 {
    text-transform: uppercase;
    color: #0581c4;
    font-size: 18px;
    margin: 0; }
  .txt header h2 {
    color: #005c7f;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    font-style: italic; }
    .txt header h2:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 250px;
      height: 2px;
      background-color: #0581c4; }
  .txt iframe {
    width: 100%;
    height: 100%; }
  .txt.centro article {
    text-align: center;
    width: 75%;
    margin: 0px auto;
    background-color: #fff; }
  .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;
  /*&:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:$azul-oscuro;
    opacity:.5;
    z-index: 1;
    mix-blend-mode:multiply;
  }*/ }
  .banners.txt article {
    background-color: transparent; }
  .banners.txt header h3, .banners.txt header h2 {
    color: #fff; }
  .banners.txt header h2 {
    /*font-family:$sans;*/
    font-size: 4em; }
    .banners.txt header h2:after {
      background-color: #fff; }
  .banners.txt p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700; }
  .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;
  border-radius: 10px;
  color: #fff;
  background-color: #ed8a25;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  min-width: 150px; }
  .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: #ed8a25;
      -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: #ed8a25;
    background-color: #fff; }
    .btn.invert:before, .btn.invert:after {
      background: #0581c4; }
    .btn.invert:visited {
      color: #ed8a25; }
    .btn.invert span {
      color: #ed8a25; }
    .btn.invert:hover span {
      color: #fff; }

/*------------------------ HEADER ------------------------*/
#wrapper-header {
  position: fixed;
  z-index: 99;
  width: 100%; }
  #wrapper-header .cabecera {
    background-color: #fff; }

.topbar {
  background-color: #005c7f;
  padding: 15px 0; }
  .topbar a {
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  .topbar .datos-contato {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .topbar .datos-contato li {
      margin-right: 25px; }
      .topbar .datos-contato li:first-child, .topbar .datos-contato li:nth-child(2) {
        border-right: 2px solid #fff;
        padding-right: 25px; }
      .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: #ed8a25; }
        .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; }
    #top li:last-child {
      margin-right: 0;
      font-weight: 900; }
      #top li:last-child a {
        background-color: #ed8a25;
        text-transform: uppercase;
        display: inline-block;
        padding: 5px 15px;
        padding-bottom: 7px;
        border-radius: 5px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        font-size: 14px;
        font-weight: 700; }
        #top li:last-child a:hover {
          color: #ed8a25;
          background-color: #fff; }

#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 a {
        color: #005c7f;
        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: #ed8a25; }
      #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; }

/*----------------------------- 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: #005c7f;
      text-align: center; }
      .menu-tratamientos ul li a:hover {
        color: #ed8a25; }

/*------------------------ FOOTER ------------------------*/
#colophon {
  padding: 50px 0;
  background-color: #005c7f;
  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 {
    color: #fff;
    display: block; }
  #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: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      z-index: 1; }
    #slider li article {
      z-index: 2; }
  #slider h1 {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: 700;
    color: #005c7f;
    text-shadow: 3px 3px 0px #fff; }

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

.tratamientos li {
  width: calc(25% - 25px);
  margin-bottom: 75px; }
  .tratamientos li h3 {
    width: 75%;
    margin: 0px auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .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: #0581c4;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .tratamientos li a svg g {
        fill: #0581c4 !important;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .tratamientos li a svg #g2479 path {
        stroke: #0581c4 !important;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .tratamientos li a:hover h3 {
      color: #ed8a25 !important; }
    .tratamientos li a:hover svg {
      fill: #ed8a25; }
      .tratamientos li a:hover svg g {
        fill: #ed8a25 !important; }
      .tratamientos li a:hover svg #g2479 path {
        stroke: #ed8a25 !important; }
    .tratamientos li a header {
      margin-top: 25px; }

.experiencia {
  margin-bottom: 50px; }
  .experiencia ul.uk-flex li {
    width: calc(33.33% - 25px);
    margin-bottom: 75px;
    margin-right: 37px;
    text-align: center; }
    .experiencia ul.uk-flex li:nth-child(3n), .experiencia ul.uk-flex li:last-child {
      margin-right: 0; }
    .experiencia ul.uk-flex li h3 {
      width: 75%;
      margin: 0px auto;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      color: #005c7f;
      margin: 25px auto; }
    .experiencia ul.uk-flex li figure {
      width: 100%; }
    .experiencia ul.uk-flex li svg {
      width: 200px;
      margin: 0px auto;
      fill: #ed8a25; }
      .experiencia ul.uk-flex li svg g {
        fill: #ed8a25 !important; }
  .experiencia .certificaciones {
    width: 100% !important;
    padding: 100px 0; }
    .experiencia .certificaciones h4 {
      font-weight: 700; }
    .experiencia .certificaciones .uk-slider-items {
      margin-top: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .experiencia .certificaciones .uk-slider-items li {
        padding: 0 50px; }
  .experiencia .uk-position-center-left {
    left: -25px; }
  .experiencia .uk-position-center-right {
    right: -25px; }
  .experiencia .uk-slidenav svg {
    color: #ed8a25; }

.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: #ed8a25; }

.uk-dotnav {
  margin-top: 50px !important; }
  .uk-dotnav > .uk-active > * {
    background-color: #ed8a25; }
  .uk-dotnav > * > * {
    border: 1px solid #ed8a25;
    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;
  /*&:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(255,255,255,.5);
    z-index:1;
  }*/ }
  .cabecera-titulo img {
    width: 100%; }
  .cabecera-titulo header {
    width: 75%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 80px; }
    .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: #005c7f; }
  .mvv article:last-of-type {
    background-color: #0581c4; }

.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: #005c7f;
      text-transform: inherit;
      font-weight: 900; }
    .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: #005c7f;
    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; }
      .uk-modal-dialog article li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ed8a25; }

/*------------------------ TRATAMIENTOS ------------------------*/
.tratamientos li h3 {
  color: #005c7f !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 #ed8a25;
  color: #005c7f; }
  .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: #ed8a25;
  font-size: 1.5em; }

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

/*------------------------ COSTOS Y PAGOS ------------------------*/
.btns {
  width: 100%; }
  .btns li {
    min-width: calc(25% - 25px);
    width: auto;
    border: 2px solid #ed8a25;
    border-radius: 5px;
    padding: 10px 25px;
    text-align: center;
    margin-bottom: 50px; }
    .btns li a {
      font-weight: 900;
      text-transform: uppercase;
      color: #ed8a25; }

.otras-mobile {
  display: none; }

.costos {
  margin-bottom: 100px; }
  .costos .costo {
    text-align: left !important;
    width: 50% !important;
    padding: 50px;
    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; }
    .costos .costo:first-of-type, .costos .costo:nth-of-type(4), .costos .costo:nth-of-type(7) {
      background-color: #fdfdfd; }
    .costos .costo:nth-of-type(2), .costos .costo:nth-of-type(5), .costos .costo:nth-of-type(8) {
      background-color: #efefef; }
    .costos .costo:nth-of-type(3), .costos .costo:nth-of-type(6), .costos .costo:nth-of-type(9) {
      background-color: #ecebeb; }
    .costos .costo h3 {
      font-weight: 900;
      color: #0581c4;
      font-size: 2em;
      font-style: italic;
      margin-bottom: 50px;
      margin-top: 0; }
    .costos .costo div {
      margin-bottom: 75px; }
    .costos .costo h4 {
      color: #ed8a25;
      font-style: italic;
      margin-top: auto;
      margin-bottom: 0;
      font-weight: 900; }
      .costos .costo h4 span {
        color: #005c7f;
        font-size: .8em; }
      .costos .costo h4 + h4 {
        margin-top: 25px; }
    .costos .costo p {
      font-weight: bold;
      font-size: 1.1em;
      font-style: italic;
      color: #005c7f; }
    .costos .costo em {
      color: #005c7f;
      font-weight: normal; }

/*------------------------ FAMILIA UR-cefiva ------------------------*/
.page-template-familia .galeria > div {
  padding: 0 25px; }

.page-template-familia .cuadricula-img {
  width: 20%;
  padding: 12.5px;
  max-height: 260px;
  overflow: hidden; }
  .page-template-familia .cuadricula-img a {
    display: block;
    width: 100%;
    height: 100%; }
    .page-template-familia .cuadricula-img a img {
      width: 100%; }

.page-template-familia .casos-exito {
  margin-bottom: 100px; }

/*------------------------ FINANCIACIÓN ------------------------*/
.iconos-financiacion {
  margin-bottom: 100px; }
  .iconos-financiacion article {
    padding-top: 0; }
  .iconos-financiacion .icono {
    text-align: center;
    width: 50%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .iconos-financiacion .icono:first-of-type, .iconos-financiacion .icono:nth-of-type(4), .iconos-financiacion .icono:nth-of-type(7) {
      background-color: #fdfdfd; }
    .iconos-financiacion .icono:nth-of-type(2), .iconos-financiacion .icono:nth-of-type(5), .iconos-financiacion .icono:nth-of-type(8) {
      background-color: #efefef; }
    .iconos-financiacion .icono:nth-of-type(3), .iconos-financiacion .icono:nth-of-type(6), .iconos-financiacion .icono:nth-of-type(9) {
      background-color: #ecebeb; }
    .iconos-financiacion .icono img {
      width: 150px;
      display: block;
      margin: 0px auto;
      margin-bottom: 50px; }
    .iconos-financiacion .icono p {
      color: #0581c4;
      font-size: 1.5em;
      line-height: 1.2em;
      font-weight: 900;
      font-style: italic;
      margin: 0; }

.opciones-financiacion {
  padding: 100px 0;
  background-color: #0581c4; }
  .opciones-financiacion.txt.centro article {
    padding: 0;
    background-color: transparent; }
    .opciones-financiacion.txt.centro article h2, .opciones-financiacion.txt.centro article h3 {
      color: #fff; }
    .opciones-financiacion.txt.centro article h2:after {
      background-color: #fff; }
  .opciones-financiacion .opcion {
    width: 25%;
    padding: 50px;
    padding-bottom: 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .opciones-financiacion .opcion p {
      color: #fff;
      font-size: 1.2em;
      line-height: 1.2em;
      font-weight: 900;
      font-style: italic;
      text-align: center; }
    .opciones-financiacion .opcion img {
      margin-top: auto;
      height: 120px;
      width: auto; }

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

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

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

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

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

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #005c7f;
  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: #ed8a25;
      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: #005c7f;
    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: #ed8a25;
    border: 2px solid #ed8a25;
    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: #ed8a25; }
  .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: #ed8a25; }
  .captcha-image label > input + svg {
    color: #0581c4; }

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

.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); }

/*------------------------ PROGRAMA GARANTÍA ------------------------*/
.garantia.txt article {
  background-color: #fff; }

.incluye.txt header h2 {
  color: #0581c4;
  font-size: 2em; }
  .incluye.txt header h2:after {
    display: none; }

.incluye.txt article {
  text-align: center;
  color: #005c7f;
  font-weight: 900;
  font-style: italic; }
  .incluye.txt article p {
    font-size: 1.2em; }
  .incluye.txt article span {
    font-size: .8em;
    font-weight: 700; }
  .incluye.txt article:first-of-type {
    background-color: #fdfdfd; }

.incluye.txt li {
  font-size: 1.2em;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px; }
  .incluye.txt li:last-child {
    margin-bottom: 0; }
  .incluye.txt li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ed8a25; }

.post-type-archive-genetica .incluye.txt article {
  font-weight: normal; }

/*------------------------ 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: #ed8a25; }

.contacto article h4 {
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 700; }
  .contacto article h4 a {
    color: #0581c4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .contacto article h4 a:hover {
      color: #ed8a25; }

/*------------------------ 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: #ed8a25; }
    .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; }

/*Noticias tratamiento*/
.noticias {
  margin-bottom: 100px; }
  .noticias.txt header h2::after {
    left: calc(50% - 125px); }
  .noticias .uk-slider {
    width: 100%; }
  .noticias .entry-content {
    padding: 25px;
    margin: 0;
    background-color: #efefef; }
  .noticias .entry-header a {
    font-size: 2em;
    font-weight: 600;
    color: #0581c4;
    line-height: 1.2em; }
  .noticias .entry-meta li {
    padding-left: 0 !important; }
    .noticias .entry-meta li:before {
      display: none; }
    .noticias .entry-meta li a {
      color: #ed8a25; }

/*---------------------------------------- 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: #005c7f;
    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; }
    .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: #ed8a25; }
      .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: #ed8a25;
        font-weight: bold;
        font-size: 1.2em;
        padding: 10px 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }

/*----------------------------- BLOG  ----------------------------*/
.alm-reveal,
.alm-listing {
  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;
  width: 100%; }

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

.wp-pagenavi {
  width: 100%;
  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; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 15px;
    border: 2px solid #eee; }
  .wp-pagenavi a {
    color: #0581c4; }
  .wp-pagenavi a:hover {
    border-color: #0581c4; }
  .wp-pagenavi span {
    color: #005c7f; }
  .wp-pagenavi span.current {
    border-color: #005c7f; }

#secondary .wp-block-heading {
  text-align: left;
  color: #005c7f; }

#secondary a {
  color: #ed8a25; }

#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: #005c7f;
      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 #005c7f;
      border-radius: 0;
      padding: 8.5px; }
    #secondary form.wp-block-search .wp-block-search__button {
      width: auto;
      background-color: #005c7f;
      border: 1px solid #005c7f;
      border-radius: 0;
      color: #fff;
      font-weight: bold;
      padding: 10px; }

#secondary select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #005c7f;
  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: #ed8a25; }

.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: #005c7f;
    font-size: 1.5em; }
  .single-post #comments a, .single-post #respond a {
    color: #ed8a25; }

.single-post #submit {
  background-color: #ed8a25;
  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: #ed8a25;
    top: 7px;
    left: 0; }

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

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

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

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

.alm-listing > div,
.categoria > div {
  width: calc(33.33% - 50px);
  background-color: #efefef;
  margin-bottom: 50px; }

.alm-listing .entry-content,
.categoria .entry-content {
  padding: 25px;
  margin: 0; }

.alm-listing .entry-meta li,
.categoria .entry-meta li {
  margin-bottom: 20px; }
  .alm-listing .entry-meta li a,
  .categoria .entry-meta li a {
    color: #ed8a25; }

.alm-listing .entry-header a,
.categoria .entry-header a {
  font-size: 2em;
  font-weight: 600;
  color: #0581c4; }

.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: #ed8a25;
    text-decoration: none;
    font-weight: 900;
    border: none; }

/*---------------------------- TXT LEGAL ----------------------------*/
.page-template-txt-legal .txt article {
  width: 100%;
  background-color: transparent;
  padding: 100px 0; }
  .page-template-txt-legal .txt article h2 {
    color: #005c7f; }
  .page-template-txt-legal .txt article h3 {
    color: #0581c4; }
  .page-template-txt-legal .txt article a {
    color: #ed8a25; }

/*---------------------------- POPUP ----------------------------*/
.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.pum-theme-lightbox .pum-container {
  border-radius: 10px !important;
  padding: 50px 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.5) !important;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.5) !important;
  border: none !important; }

.cf7mls_next.action-button {
  background-color: #005c7f; }

.pum-theme-lightbox .pum-content + .pum-close {
  background-color: #005c7f !important;
  height: 36px !important;
  width: 36px !important;
  padding: 4px 9px !important; }

/*---------------------------- MODELOS DE FAMILIA ----------------------------*/
.tratamientos-indicados {
  width: 100%;
  padding: 0; }
  .tratamientos-indicados li {
    width: calc(25% - 25px);
    margin-top: 75px; }
    .tratamientos-indicados li:before {
      display: none; }
    .tratamientos-indicados li h4 {
      text-transform: uppercase;
      color: #005c7f;
      font-size: 18px;
      font-weight: 600;
      text-align: center; }
    .tratamientos-indicados li a img {
      width: 150px;
      margin: 0px auto;
      display: block; }

/*---------------------------- PRIMERA VISITA ----------------------------*/
.primera-visita {
  width: 100%;
  margin: 0px auto;
  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; }
  .primera-visita > article {
    width: 100%;
    margin-bottom: 50px; }
  .primera-visita > div {
    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; }
    .primera-visita > div > a {
      display: block;
      width: 51%;
      color: #fff;
      font-weight: bold;
      font-size: 1.5em;
      text-align: center;
      text-decoration: none;
      margin: 50px auto;
      padding: 15px 0;
      background-color: #ed8a25; }
  .primera-visita li {
    width: calc(33.33% - 25px);
    margin-bottom: 35px;
    background-color: #efefef; }
    .primera-visita li:last-of-type {
      width: 100%; }
      .primera-visita li:last-of-type img {
        width: 100%; }
    .primera-visita li figure {
      width: 100% !important;
      margin: 0;
      margin-bottom: 25px;
      max-height: 350px;
      min-height: auto;
      overflow: hidden; }
      .primera-visita li figure:before {
        left: -44%; }
    .primera-visita li h3 {
      width: 100%;
      margin-bottom: 25px;
      padding: 0;
      font-size: 1.5em;
      text-transform: inherit !important;
      font-weight: bold; }
      .primera-visita li h3:after {
        display: none; }
      .primera-visita li h3 span {
        color: #ed8a25; }
    .primera-visita li article {
      padding: 25px;
      padding-top: 0;
      width: 100% !important;
      background-color: transparent !important; }
      .primera-visita li article p {
        color: #667; }
      .primera-visita li article a {
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        color: #f8c13a;
        margin: 0;
        text-decoration: underline; }
        .primera-visita li article a:hover {
          color: #04b8a9;
          text-decoration: none; }

/*---------------------------- TASAS DE ÉXITO ----------------------------*/
.tratamientos-tasas-exitos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px 0; }
  .tratamientos-tasas-exitos article {
    width: 25%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    background-color: #fff; }
    .tratamientos-tasas-exitos article h3 {
      font-size: 1.2em;
      color: #005c7f;
      text-align: center;
      font-weight: bold;
      min-height: 50px; }
    .tratamientos-tasas-exitos article strong {
      font-size: 5rem;
      color: #005c7f; }
    .tratamientos-tasas-exitos article small {
      display: block;
      width: 100%;
      color: #005c7f;
      text-align: center; }
    .tratamientos-tasas-exitos article a {
      display: inline-block;
      padding: 0.67em 0em;
      line-height: 1.2;
      color: #fff !important;
      font-size: 1.125rem;
      font-weight: 700;
      border-radius: 50px;
      background-clip: padding-box;
      text-decoration: none;
      background-color: #ed8a25;
      margin-top: 25px;
      text-align: center;
      width: 90%; }

.tratamiento-tasa-exito {
  /*&:nth-of-type(2n+1) { background-color: #f6f7f8;}*/ }
  .tratamiento-tasa-exito > div {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
    margin-bottom: 0; }
  .tratamiento-tasa-exito h2 {
    width: 100%;
    text-align: center;
    border: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 2em;
    color: #005c7f;
    margin-bottom: 50px; }
    .tratamiento-tasa-exito h2 span {
      border-bottom: 4px solid #0581c4; }
  .tratamiento-tasa-exito article, .tratamiento-tasa-exito ul {
    width: 37.5%;
    margin: 0; }
  .tratamiento-tasa-exito ul {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .tratamiento-tasa-exito ul li p {
      margin: 0; }
  .tratamiento-tasa-exito article {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 5em;
    background-color: #fff; }
    .tratamiento-tasa-exito article strong {
      border: 15px solid #0691dd;
      border-radius: 50%;
      padding: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 200px;
      height: 200px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0px auto;
      color: #083b5a; }
    .tratamiento-tasa-exito article:nth-of-type(2n) article {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .tratamiento-tasa-exito article:nth-of-type(2n) ul {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

.chart {
  position: relative;
  margin: 0px auto;
  width: 200px;
  height: 200px; }
  .chart canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px; }
  .chart span {
    color: #005c7f;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .chart input {
    width: 200px; }

.main-content-wrap ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238f94c2' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: 9px 20px;
  background-repeat: no-repeat;
  padding: 10px 0 10px 35px;
  line-height: 1.6; }

/*---------- PLÁTICAS UR cefiva ----------*/
.platicas {
  margin-bottom: 100px; }
  .platicas li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 50px);
    background-color: #efefef;
    margin-right: 75px;
    margin-bottom: 50px;
    padding-bottom: 50px; }
    .platicas li:nth-child(3n), .platicas li:last-child {
      margin-right: 0; }
    .platicas li > a {
      margin: 0px auto; }
  .platicas figure {
    width: 100%; }
    .platicas figure img {
      width: 100%; }
  .platicas header {
    padding: 25px; }
  .platicas h3 a {
    font-size: 1.5em;
    margin-bottom: 25px;
    color: #8f94c2; }

.single-platica .txt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 50px; }

.single-platica .galeria {
  margin-bottom: 100px; }

.single-platica .cuadricula-img {
  padding: 25px; }

/*---------------------------------- RESPONSIVE ----------------------------------*/
/*---------- 1760px ----------*/
@media (max-width: 1760px) {
  main {
    padding-top: 170px; }
  /*HEADER*/
  #masthead > nav {
    display: none; }
  .btn-menu {
    display: block; }
    .btn-menu svg {
      width: 35px;
      color: #005c7f;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .uk-offcanvas-overlay::before {
    background-color: rgba(0, 0, 0, 0.45); }
  .uk-offcanvas-bar {
    width: 40%;
    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: #005c7f;
      width: 25px; }
    .uk-offcanvas-bar .logo {
      display: block;
      margin: 0px auto;
      width: 250px; }
      .uk-offcanvas-bar .logo img {
        width: 100%; }
    .uk-offcanvas-bar .widget_mslswidget {
      width: 100%;
      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;
      margin-bottom: 0; }
      .uk-offcanvas-bar .widget_mslswidget a img {
        max-width: 35px; }
      .uk-offcanvas-bar .widget_mslswidget a:nth-of-type(2) {
        margin: 0 25px; }
    .uk-offcanvas-bar .menu-menu-mobile-container,
    .uk-offcanvas-bar .menu-menu-mobile-en-container,
    .uk-offcanvas-bar .menu-menu-mobile-fr-container {
      padding-top: 50px;
      padding-bottom: 25px;
      border-bottom: 2px solid #005c7f;
      margin-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .uk-offcanvas-bar .menu-menu-mobile-container li,
      .uk-offcanvas-bar .menu-menu-mobile-en-container li,
      .uk-offcanvas-bar .menu-menu-mobile-fr-container li {
        margin-bottom: 25px;
        margin-right: 0; }
        .uk-offcanvas-bar .menu-menu-mobile-container li.menu-item-has-children,
        .uk-offcanvas-bar .menu-menu-mobile-en-container li.menu-item-has-children,
        .uk-offcanvas-bar .menu-menu-mobile-fr-container li.menu-item-has-children {
          position: relative; }
          .uk-offcanvas-bar .menu-menu-mobile-container li.menu-item-has-children > a,
          .uk-offcanvas-bar .menu-menu-mobile-en-container li.menu-item-has-children > a,
          .uk-offcanvas-bar .menu-menu-mobile-fr-container li.menu-item-has-children > a {
            width: 80%;
            display: block;
            /* width: 100%;
          position: relative;
          padding-right: 50px;*/
            z-index: 1; }
            .uk-offcanvas-bar .menu-menu-mobile-container li.menu-item-has-children > a span,
            .uk-offcanvas-bar .menu-menu-mobile-en-container li.menu-item-has-children > a span,
            .uk-offcanvas-bar .menu-menu-mobile-fr-container li.menu-item-has-children > a span {
              position: absolute;
              right: 0;
              top: -3px;
              z-index: 10;
              cursor: pointer; }
              .uk-offcanvas-bar .menu-menu-mobile-container li.menu-item-has-children > a span:hover,
              .uk-offcanvas-bar .menu-menu-mobile-en-container li.menu-item-has-children > a span:hover,
              .uk-offcanvas-bar .menu-menu-mobile-fr-container li.menu-item-has-children > a span:hover {
                cursor: pointer; }
              .uk-offcanvas-bar .menu-menu-mobile-container li.menu-item-has-children > a span svg,
              .uk-offcanvas-bar .menu-menu-mobile-en-container li.menu-item-has-children > a span svg,
              .uk-offcanvas-bar .menu-menu-mobile-fr-container li.menu-item-has-children > a span svg {
                width: 30px;
                height: 30px; }
        .uk-offcanvas-bar .menu-menu-mobile-container li a,
        .uk-offcanvas-bar .menu-menu-mobile-en-container li a,
        .uk-offcanvas-bar .menu-menu-mobile-fr-container li a {
          color: #005c7f;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1em; }
          .uk-offcanvas-bar .menu-menu-mobile-container li a:hover,
          .uk-offcanvas-bar .menu-menu-mobile-en-container li a:hover,
          .uk-offcanvas-bar .menu-menu-mobile-fr-container li a:hover {
            color: #ed8a25; }
    .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: 15px;
        position: relative; }
      .uk-offcanvas-bar .sub-menu a {
        color: #005c7f;
        text-transform: inherit !important;
        font-size: 0.9em;
        font-weight: inherit !important; }
        .uk-offcanvas-bar .sub-menu a:hover {
          color: #ed8a25; }
      .uk-offcanvas-bar .sub-menu a:not([href]) {
        text-transform: uppercase;
        cursor: context-menu;
        font-weight: bold; }
        .uk-offcanvas-bar .sub-menu a:not([href]) + .sub-menu {
          display: block; }
        .uk-offcanvas-bar .sub-menu a:not([href]):hover {
          text-decoration: none; }
    .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: #005c7f;
          font-size: 1em; }
          .uk-offcanvas-bar .datos-contato li a svg {
            color: #005c7f; }
    .uk-offcanvas-bar .rrss li {
      margin-right: 35px; }
      .uk-offcanvas-bar .rrss li:last-child {
        margin-right: 0; }
      .uk-offcanvas-bar .rrss li svg {
        width: 35px;
        color: #005c7f; } }

/*---------- 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; }
  /*TOP*/
  .topbar nav li {
    display: none; }
    .topbar nav li:last-child {
      display: block; }
  /*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 article:last-of-type {
      width: calc(33.33% - 50px); }
  #colophon nav {
    width: calc(33.33% - 50px); }
  /*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; }
  .otras-mobile {
    display: block;
    width: 50%;
    margin: 0px auto;
    position: relative; }
    .otras-mobile button {
      display: block;
      width: 100%;
      color: #ed8a25;
      border: 2px solid #ed8a25;
      border-radius: 5px;
      padding: 10px 25px;
      text-align: center;
      margin-bottom: 50px;
      font-weight: 900; }
    .otras-mobile .uk-dropdown.uk-open {
      width: 100%; }
      .otras-mobile .uk-dropdown.uk-open li {
        text-align: center;
        margin-bottom: 20px; }
        .otras-mobile .uk-dropdown.uk-open li a {
          color: #ed8a25;
          font-weight: 900;
          text-transform: uppercase; }
        .otras-mobile .uk-dropdown.uk-open li:last-child {
          margin-bottom: 0; }
  .costos .costo {
    width: 100% !important; }
  /*FINANCIACION*/
  .iconos-financiacion .icono {
    padding: 50px; }
  .opciones-financiacion .opcion {
    width: 50%;
    margin-bottom: 50px; }
    .opciones-financiacion .opcion img {
      height: auto;
      width: auto; }
  /*FAMILIA UR cefiva*/
  .page-template-familia .cuadricula-img {
    width: 25%; }
  /*BLOG*/
  .alm-listing > div,
  .categoria > div {
    width: calc(50% - 50px); } }

/*---------------- 1380px ----------------*/
@media (max-width: 1380px) {
  .cabecera-titulo header {
    left: 50px; }
  /*HEADER*/
  .topbar .datos-contato li {
    /*&:last-child a span:last-of-type{display:inline-block;}*/ }
    .topbar .datos-contato li:first-child a span:last-of-type, .topbar .datos-contato li:nth-child(2) a span:last-of-type {
      display: none; }
  /*TASA EXITO*/
  .tratamientos-tasas-exitos article {
    width: 50% !important;
    margin-bottom: 50px; }
  .tratamiento-tasa-exito > div {
    width: 90%; }
  .tratamiento-tasa-exito ul {
    width: 100%; }
  /*PRMIERA VISITA*/
  .primera-visita li {
    width: calc(50% - 25px); } }

/*---------- 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%; }
  /*HEADER*/
  .topbar .datos-contato {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .topbar nav {
    display: none; }
  .uk-offcanvas-bar {
    width: 60%; }
  /*FOOTER*/
  #colophon nav:first-of-type ul li {
    width: 100%; }
  #colophon .subfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center; }
    #colophon .subfooter nav {
      width: 100% !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; }
  .experiencia > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .revistas-home article, .revistas-home figure {
    width: 100% !important; }
  /*UR cefiva*/
  .equipo-cefiva li {
    width: 50%; }
    .equipo-cefiva li:first-child {
      width: 100%; }
      .equipo-cefiva li:first-child figure {
        width: 50%; }
    .equipo-cefiva li figure {
      min-height: auto; }
    .equipo-cefiva li header {
      padding: 25px; }
  .mvv article p, .mvv article h2 {
    font-weight: 700;
    text-shadow: 2px 2px 0px white; }
  .mvv article header {
    width: 100%; }
  /*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; }
  /*COSTOS*/
  .otras-mobile {
    width: 100%; }
  /*FINANCIACION*/
  .iconos-financiacion .icono {
    width: 100%; }
  /*FAMILIA*/
  .page-template-familia .cuadricula-img {
    width: 33.33%; }
  .casos-exito li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .casos-exito li > div,
    .casos-exito li article {
      width: 100% !important; }
    .casos-exito li iframe {
      min-height: 400px; }
  /*REVISTA*/
  .revistas li a img {
    width: 100%; }
  /*---------- PLÁTICAS UR cefiva ----------*/
  .platicas li {
    width: calc(50% - 50px); }
    .platicas li:nth-child(3n) {
      margin-right: 75px; }
    .platicas li:nth-child(2n), .platicas li:last-child {
      margin-right: 0; }
    .platicas li figure {
      min-height: auto; }
    .platicas li > a {
      margin: 0px auto; } }

/*----------1000px ----------*/
@media (max-width: 1000px) {
  .cabecera-titulo header {
    left: 40px; }
  .banners {
    background-position: 70% 0%; }
  /*FOOTER*/
  #colophon article:last-of-type {
    width: 50%;
    margin-top: 50px; }
  #colophon nav {
    width: calc(50% - 50px); }
  #colophon .subfooter nav:first-of-type ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /*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; }
  /*TASA EXITO*/
  .tratamientos-tasas-exitos article {
    width: 50%; }
  .tratamiento-tasa-exito article, .tratamiento-tasa-exito ul {
    width: 100%;
    margin: 0; }
  .tratamiento-tasa-exito ul {
    margin-top: 50px; }
  .tratamiento-tasa-exito:nth-of-type(2n) article {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .tratamiento-tasa-exito:nth-of-type(2n) ul {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  /*BLOG*/
  .alm-listing > div,
  .categoria > div {
    width: 100%; } }

/*----------760px ----------*/
@media (max-width: 760px) {
  /*GENERAL*/
  main {
    padding-top: 160px; }
  .txt article {
    padding: 50px 25px; }
  .txt header h2 {
    font-size: 2em; }
  .banners.txt article {
    padding: 100px 25px; }
  .cabecera-titulo header {
    width: 90%; }
    .cabecera-titulo header h1 {
      font-size: 1.75em; }
  /*HEADER*/
  .topbar .datos-contato li a {
    font-size: 11px; }
  .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%; }
    #colophon nav:first-of-type {
      width: 100%;
      margin-bottom: 50px; }
      #colophon nav:first-of-type ul li {
        width: calc(50% - 25px); }
  #colophon .subfooter nav {
    margin-bottom: 0; }
  /*HOME*/
  .tratamientos li {
    width: 50%;
    padding: 25px; }
  /*UR cefiva*/
  .mvv article {
    width: 100%; }
  .instalaciones > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cuadricula-img {
    width: 50%; }
  /*TRATAMIENTOS*/
  .tratamientos li a figure {
    width: 75%;
    margin: 0px auto; }
  /*FINANCIACION*/
  .opciones-financiacion .opcion {
    width: 100%; }
  /*FAMILIA UR cefiva*/
  .page-template-familia .cuadricula-img {
    width: 50%; }
  /*REVISTA*/
  .revistas li {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 50px; }
    .revistas li:last-child {
      margin-bottom: 0; }
  /*TASA EXITO*/
  .tratamiento-tasa-exito {
    padding-top: 0 !important; }
    .tratamiento-tasa-exito > div {
      padding-top: 0 !important; }
    .tratamiento-tasa-exito h2 {
      font-size: 2em; }
    .tratamiento-tasa-exito article strong {
      font-size: 4rem;
      color: #2a5c7d; }
  /*PRIMERA VISITA*/
  .primera-visita li {
    width: 100%; }
    .primera-visita li img {
      width: 100%; }
  /*---------- PLÁTICAS UR cefiva ----------*/
  .platicas li {
    width: 100%;
    margin-right: 0; }
    .platicas li:nth-child(3n) {
      margin-right: 0; } }

/*----------620px ----------*/
@media (max-width: 620px) {
  .topbar .datos-contato li {
    display: none; }
    .topbar .datos-contato li:first-child, .topbar .datos-contato li:nth-child(2) {
      display: block; }
    .topbar .datos-contato li:nth-child(2) {
      border: none;
      margin-rigth: 0;
      padding-right: 0; }
  /*---------- PLÁTICAS UR cefiva ----------*/
  .platicas header {
    padding: 25px 15px; }
  .platicas h3 a {
    font-size: 1.25em; } }

/*----------500px ----------*/
@media (max-width: 590px) {
  /*GENERAL*/
  main {
    padding-top: 110px; }
  .cabecera-titulo {
    /*height: 450px;*/ }
    .cabecera-titulo header h1 {
      font-size: 1.5em; }
  .txt header h2 {
    font-size: 1.8em; }
  .uk-modal-dialog {
    padding: 25px; }
  /*HEADER*/
  .topbar {
    display: none; }
  .uk-offcanvas-bar {
    width: 100%; }
  /*FOOTER*/
  #colophon article:last-of-type {
    width: 100%; }
  #colophon .subfooter nav:first-of-type 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:first-of-type ul li {
      margin-right: 0; }
  .btn-whatsapp {
    font-size: .8em;
    text-align: center; }
    .btn-whatsapp .uk-icon {
      margin: 0; }
  /*HOME*/
  #slider h1 {
    font-size: 4em; }
  .banners.txt header h2 {
    font-size: 3em; }
  .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; }
  .nosotros + .nosotros .btn {
    word-break: break-all; }
  .equipo-cefiva li {
    width: 100%; }
    .equipo-cefiva li:first-child figure {
      width: 100%; }
    .equipo-cefiva li figure {
      width: 100%; }
  /*GENETICA*/
  .incluye.txt article p, .incluye.txt li {
    font-size: 1em; }
  /*COSTOS*/
  .costos .costo {
    padding: 50px 25px !important; }
    .costos .costo h3 {
      font-size: 1.5em; }
    .costos .costo p {
      font-size: 1em; }
    .costos .costo div {
      margin-bottom: 25px; }
  /*FINANCIACIÓN*/
  .iconos-financiacion .icono {
    padding: 50px 25px; }
    .iconos-financiacion .icono img {
      width: 100px; }
    .iconos-financiacion .icono p {
      font-size: 1em; }
  .opciones-financiacion .opcion {
    padding: 50px 25px;
    padding-bottom: 0;
    margin-bottom: 0; }
    .opciones-financiacion .opcion p {
      font-size: 1em; }
  /*TASA EXITO*/
  .tratamientos-tasas-exitos article {
    width: 100% !important; }
  /*BLOG*/
  .alm-listing .entry-header a,
  .categoria .entry-header a {
    font-size: 1.5em; } }

/*----------400px ----------*/
@media (max-width: 400px) {
  /*GENERAL*/
  main {
    padding-top: 100px; }
  .txt figure {
    min-height: 400px; }
  .txt header h2 {
    font-size: 1.6em; }
  .txt header h3 {
    font-size: 1.3em; }
  .txt header h4 {
    font-size: 1.25em; }
  .txt h4 {
    font-size: 1.25em; }
  .txt.centro article {
    padding: 50px 15px; }
  .cabecera-titulo header {
    left: 17px; }
    .cabecera-titulo header h1 {
      font-size: 1.25em; }
  .tratamiento {
    margin-top: 50px;
    margin-bottom: 50px; }
  .banners.txt header h2 {
    font-size: 2.5em; }
  /*HEADER*/
  .topbar .datos-contato li a {
    font-size: 10px; }
  .topbar .datos-contato li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff; }
  #masthead .logo {
    max-width: 175px; }
  .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%; }
  /*HOME*/
  #slider h1 {
    font-size: 3em; }
  .tratamientos li {
    width: 100%;
    margin-bottom: 25px; }
  /*PROTOCOLO*/
  .incluye.txt header h2 {
    font-size: 1.5em; }
  /*COSTOS*/
  .costos .costo h3 {
    font-size: 1.25em; }
  .costos .costo p {
    font-size: .9em; }
  /*FAMILIA UR cefiva*/
  .page-template-familia .cuadricula-img {
    width: 100%; }
  .primera-visita > div > a {
    width: 100%; } }
