@charset "UTF-8";
/*Colores*/
/*Tipografias*/
/*Espaciado cabecera*/
/*Sobreescribir variables material*/
/*
Author: Alejandro Bernardez Araujo
Para hacer uso de los mixins es tan sencillo como hacer un @include [nombre del breakpoint]{ [estilos css] }

En este ejemplo indicaremos que por defecto las cards tenga un texto alineado al centro pero en resoluciones inferiores a 575.98px se alineará a la izquierda.

.card{
  text-align: center;
  @include xs{
    text-align: right;
  }
}
*/
/*Generalidades*/
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #212529; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  color: #355a79; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 48px;
  text-align: center; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p, ul, li, strong {
  font-family: "Montserrat", sans-serif; }

ul li {
  margin: 0 5px; }

a {
  color: #8db2cc; }
  a:hover, a:focus {
    color: #355a79; }

.card-inner {
  padding: 30px; }

.notice.notice_success {
  background: rgba(4, 136, 14, 0.29);
  border-left: 5px solid #008800;
  color: #017909; }

.notice.notice_error {
  background: rgba(136, 0, 0, 0.29);
  border-left: 5px solid #880000;
  color: #790202; }

.notice_list {
  margin: 15px 0;
  padding: 15px 0 15px 40px; }

#primary {
  width: 100%; }

.hentry {
  margin: 0px; }

/*Espaciado de la cabecera*/
.center-button {
  text-align: center; }

/*Botones*/
.btn:not(.btn-raised),
.btn:not(.btn-raised):not(.btn-link) {
  background-color: #8db2cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 60px;
  word-wrap: normal; }
  .btn:not(.btn-raised):hover,
  .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: #4b82a8;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2); }
  .btn:not(.btn-raised).btn-azul,
  .btn:not(.btn-raised):not(.btn-link).btn-azul {
    background-color: #8db2cc;
    color: #f7f7f7;
    box-shadow: none; }
    .btn:not(.btn-raised).btn-azul:hover,
    .btn:not(.btn-raised):not(.btn-link).btn-azul:hover {
      background-color: #4b82a8;
      color: #f7f7f7; }
  .btn:not(.btn-raised).btn-ghost,
  .btn:not(.btn-raised):not(.btn-link).btn-ghost {
    background-color: transparent;
    color: #8db2cc !important;
    box-shadow: none;
    border: 2px solid #8db2cc; }
    .btn:not(.btn-raised).btn-ghost:hover,
    .btn:not(.btn-raised):not(.btn-link).btn-ghost:hover {
      background-color: #8db2cc;
      color: #FFFFFF !important; }
  .btn:not(.btn-raised).btn-ghost-white,
  .btn:not(.btn-raised):not(.btn-link).btn-ghost-white {
    background-color: transparent;
    color: #FFFFFF !important;
    box-shadow: none;
    border: 2px solid #FFFFFF; }

/*Cards y overlays */
a:hover .card, .card.fake-a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16); }

body .card, a .card, .card.fake-a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.16);
  transition: all .3s ease-in-out; }

.overlay-item-wrap {
  position: relative;
  cursor: pointer; }

.overlay-item-wrap:hover .overlay {
  opacity: 1; }

.overlay {
  background-color: rgba(141, 178, 204, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }
  .overlay img {
    display: block;
    margin: 0 auto 8px auto; }

.ancla {
  position: relative; }

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #f7f7f7;
  box-shadow: 0 1px 0 0 #f7f7f7; }

input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #f7f7f7; }

.logo_contra {
  display: none; }

.home .espaciado-cabecera {
  position: relative;
  width: 100%; }

.archive .entry-header, .blog .entry-header {
  margin-bottom: 50px; }

#masthead {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12); }
  @media (max-width: 991.98px) {
    #masthead .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    #masthead #menu-menu-principal {
      margin-top: 15px; } }
  #masthead .navbar {
    margin: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 10px !important; }
    #masthead .navbar .navbar-toggler {
      background-image: none; }
      #masthead .navbar .navbar-toggler span {
        background-image: none; }
      #masthead .navbar .navbar-toggler:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f0c9";
        color: #8db2cc; }
    #masthead .navbar .navbar-brand {
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
      @media (max-width: 991.98px) {
        #masthead .navbar .navbar-brand img {
          height: 50px; } }
    #masthead .navbar li {
      margin: 0;
      position: relative;
      color: #355a79; }
      #masthead .navbar li:after {
        content: ' ';
        position: absolute;
        z-index: 2;
        height: 4px;
        width: calc(100% - 10px);
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        bottom: 0;
        background: transparent;
        transition: all .5s ease; }
        @media (max-width: 991.98px) {
          #masthead .navbar li:after {
            content: ''; } }
      #masthead .navbar li:hover, #masthead .navbar li:focus, #masthead .navbar li:active {
        color: #8db2cc; }
        #masthead .navbar li:hover > a, #masthead .navbar li:focus > a, #masthead .navbar li:active > a {
          color: #8db2cc; }
          @media (max-width: 991.98px) {
            #masthead .navbar li:hover > a, #masthead .navbar li:focus > a, #masthead .navbar li:active > a {
              color: #FFFFFF; } }
        @media (max-width: 991.98px) {
          #masthead .navbar li:hover, #masthead .navbar li:focus, #masthead .navbar li:active {
            background-color: #355a79; } }
        #masthead .navbar li:hover:after, #masthead .navbar li:focus:after, #masthead .navbar li:active:after {
          background: #8db2cc; }
          @media (max-width: 991.98px) {
            #masthead .navbar li:hover:after, #masthead .navbar li:focus:after, #masthead .navbar li:active:after {
              content: none; } }
      #masthead .navbar li.active > a, #masthead .navbar li.current-menu-ancestor > a {
        color: #8db2cc; }
        @media (max-width: 991.98px) {
          #masthead .navbar li.active > a, #masthead .navbar li.current-menu-ancestor > a {
            color: #FFFFFF; } }
      @media (max-width: 991.98px) {
        #masthead .navbar li.active, #masthead .navbar li.current-menu-ancestor {
          background-color: #355a79; } }
      #masthead .navbar li.active:after, #masthead .navbar li.current-menu-ancestor:after {
        background-color: #8db2cc;
        transition: all .5s ease; }
        @media (max-width: 991.98px) {
          #masthead .navbar li.active:after, #masthead .navbar li.current-menu-ancestor:after {
            content: none; } }
      #masthead .navbar li > a {
        text-transform: uppercase;
        font-size: 15px;
        padding: 15px 10px;
        font-weight: 600;
        line-height: 20px;
        color: #355a79; }
        @media (max-width: 991.98px) {
          #masthead .navbar li > a {
            padding-left: 15px;
            padding-right: 0px; } }
      #masthead .navbar li.btn-menu {
        margin-top: 10px; }
        #masthead .navbar li.btn-menu > a {
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          line-height: 1.42857143;
          text-align: center;
          position: relative;
          padding: 10px 30px;
          margin: 0px;
          cursor: pointer;
          border-radius: 2px;
          text-transform: uppercase;
          text-decoration: none;
          color: #355a79 !important;
          transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
          outline: none !important;
          background-color: #f7f7f7;
          border: none; }
          @media (max-width: 991.98px) {
            #masthead .navbar li.btn-menu > a {
              content: ''; } }
          #masthead .navbar li.btn-menu > a:hover {
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
            color: #8db2cc;
            border: none; }
      #masthead .navbar li .dropdown-menu {
        border-radius: 0;
        background-color: #8db2cc;
        width: 100%;
        top: 90%;
        padding: 0px; }
        @media (max-width: 991.98px) {
          #masthead .navbar li .dropdown-menu {
            background-color: #FFFFFF;
            border: none;
            top: 0; } }
        #masthead .navbar li .dropdown-menu > li {
          color: #fff; }
          #masthead .navbar li .dropdown-menu > li.active > a {
            background-color: transparent;
            color: #FFFFFF !important; }
          #masthead .navbar li .dropdown-menu > li > a {
            padding: 10px 15px;
            text-transform: uppercase;
            color: #fff !important;
            font-size: 13px;
            text-align: center; }
            @media (max-width: 991.98px) {
              #masthead .navbar li .dropdown-menu > li > a {
                color: #355a79 !important;
                font-size: 15px;
                text-align: left;
                padding-left: 30px; } }
            #masthead .navbar li .dropdown-menu > li > a:hover {
              background-color: transparent; }
              @media (max-width: 991.98px) {
                #masthead .navbar li .dropdown-menu > li > a:hover {
                  color: #FFFFFF !important; } }
              @media (min-width: 992px) {
                #masthead .navbar li .dropdown-menu > li > a:hover {
                  color: #212529 !important; } }

/*
Configuraciones cuando sale el menu hamburguesa,
cambiar según el BREACKPOINT
*/
@media (min-width: 992px) {
  .home header#masthead .navbar:not(.top-nav-collapse) {
    background-color: #fff !important; }
    .home header#masthead .navbar:not(.top-nav-collapse) .logo_wrap {
      display: none; }
    .home header#masthead .navbar:not(.top-nav-collapse) .logo_contra {
      display: block; } }

@media (max-width: 991px) {
  body #masthead .navbar {
    justify-content: center; }
    body #masthead .navbar .navbar-nav {
      background-color: #fff; }
    body #masthead .navbar .navbar-brand {
      align-self: center;
      margin: 0; }
    body #masthead .navbar .dropdown-menu {
      position: relative !important;
      margin-top: 0;
      border: none; }
    body #masthead .navbar ul {
      text-align: left; }
    body #masthead .navbar .navbar-toggler {
      background-image: none;
      align-self: center;
      position: relative;
      margin-left: auto; } }

.archive #colophon, .blog #colophon {
  margin-top: 50px; }

.wrapper-ue {
  display: flex;
  align-items: stretch; }
  .wrapper-ue .image-ue img {
    max-height: 80px;
    width: auto; }
  .wrapper-ue .texto-ue {
    display: flex;
    align-items: center; }
    .wrapper-ue .texto-ue p {
      margin: 0px;
      font-size: 12px;
      padding-left: 15px;
      line-height: 20px;
      max-width: 350px; }

#colophon {
  padding: 15px 0;
  background-color: #FFFFFF;
  margin-top: 0;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  color: #383838;
  font-weight: 400;
  font-size: 14px; }
  #colophon .row {
    display: flex;
    align-items: center; }
  #colophon a {
    opacity: 1;
    color: #8db2cc; }
    #colophon a:hover {
      color: #8db2cc; }
  #colophon h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    text-align: left; }
    @media (max-width: 767.98px) {
      #colophon h3 {
        text-align: center;
        margin-top: 15px; } }
  #colophon .pie-col.pie-col2 {
    text-align: center; }
  #colophon .pie-col.pie-col3 {
    text-align: center; }
  #colophon .pie-col .contacto-email {
    color: #8db2cc;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      #colophon .pie-col .contacto-email {
        justify-content: center; } }
    #colophon .pie-col .contacto-email a {
      line-height: normal; }
      #colophon .pie-col .contacto-email a:hover {
        text-decoration: underline; }
  #colophon .pie-col a {
    transition: all .3s ease-in-out; }
    #colophon .pie-col a:hover {
      text-decoration: none; }
      #colophon .pie-col a:hover i {
        color: #fff;
        background-color: #f7f7f7; }
  #colophon .pie-col .menu {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none; }
    #colophon .pie-col .menu li {
      display: inline-block; }
      #colophon .pie-col .menu li.current_page_item a {
        color: #f7f7f7; }
  #colophon .pie-col .redes_pie span {
    font-size: 16px; }
  #colophon .pie-col .redes_pie ul {
    width: auto;
    margin: 0;
    flex: 1;
    flex-wrap: nowrap;
    flex-direction: row; }
    @media (max-width: 767.98px) {
      #colophon .pie-col .redes_pie ul {
        justify-content: center; } }
  #colophon .pie-col .redes_pie i.fa {
    padding: 5px;
    color: #fff;
    background-color: #8db2cc;
    margin: 0 3px;
    height: 37px;
    width: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    #colophon .pie-col .redes_pie i.fa:hover {
      background-color: #355a79; }
  #colophon .pie-col .contacto_item span {
    padding-left: 5px; }

.bottom-footer {
  border-top: 1px solid #E8F0F5;
  padding-top: 15px;
  margin-top: 15px; }
  .bottom-footer .col-ue {
    order: 1; }
    @media (max-width: 767.98px) {
      .bottom-footer .col-ue {
        order: 2; } }
  .bottom-footer .col-menu-footer {
    order: 2; }
    @media (max-width: 767.98px) {
      .bottom-footer .col-menu-footer {
        order: 1; } }
  .bottom-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right; }
    @media (max-width: 767.98px) {
      .bottom-footer ul {
        text-align: center;
        margin-bottom: 15px; } }
    .bottom-footer ul li {
      display: inline-block;
      font-weight: bold;
      margin: 0px;
      margin-right: 5px;
      text-transform: uppercase; }
      .bottom-footer ul li:after {
        content: '|';
        margin-left: 10px;
        color: #8db2cc; }
      .bottom-footer ul li:last-child {
        margin-right: 0px; }
        .bottom-footer ul li:last-child:after {
          content: '';
          margin-left: 0px; }
      .bottom-footer ul li a:hover, .bottom-footer ul li a:active, .bottom-footer ul li a:focus {
        text-decoration: underline; }

@media (max-width: 767px) {
  .logo-item {
    padding: 10px;
    max-width: 150px; }
  .listado-logos {
    flex-wrap: wrap; }
  #colophon .row {
    flex-wrap: wrap; }
    #colophon .row .pie-col {
      width: 100%;
      text-align: center;
      margin: 10px 0; } }

/*Slide Master slide */
.ms-slide-info.ms-dir-h {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  min-height: inherit !important;
  bottom: inherit !important; }
  .ms-slide-info.ms-dir-h .ms-info {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
    .ms-slide-info.ms-dir-h .ms-info a {
      border: none;
      border-radius: 2px;
      position: relative;
      padding: 12px 40px;
      margin: 10px 1px;
      text-transform: uppercase;
      letter-spacing: 0;
      will-change: box-shadow, transform;
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      outline: 0;
      cursor: pointer;
      text-decoration: none;
      background-color: #f7f7f7;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      margin-top: 30px;
      display: inline-block; }
      .ms-slide-info.ms-dir-h .ms-info a:hover {
        background-color: #f7f7f7;
        color: #fff;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
        text-decoration: none; }

.bloque-slide {
  overflow: hidden; }

.bloque-slide,
.master-slider,
.ms-slide,
.ms-slide-info,
.ms-container,
.ms-info,
.ms-inner-controls-cont,
.ms-slide-container,
.ms-view.ms-basic-view {
  min-height: calc( 100vh - 101px) !important; }
  @media (max-width: 991.98px) {
    .bloque-slide,
    .master-slider,
    .ms-slide,
    .ms-slide-info,
    .ms-container,
    .ms-info,
    .ms-inner-controls-cont,
    .ms-slide-container,
    .ms-view.ms-basic-view {
      min-height: calc( 100vh - 80px) !important; } }

.ms-info {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px !important;
  padding: 0px 15px; }

.ms-slide .ms-slide-vpbtn, .ms-video-btn {
  top: inherit !important;
  bottom: 50px !important;
  background: url("../images/play.png") !important;
  background-size: cover !important;
  height: 100px !important;
  width: 100px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  margin: 0 !important;
  transition: all .5s; }
  .ms-slide .ms-slide-vpbtn:hover, .ms-video-btn:hover {
    width: 120px !important;
    height: 120px !important; }

.ms-slide-info {
  pointer-events: none; }

.home-slide {
  position: relative;
  display: block;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .home-slide .slide-outer {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }

.slide-wrapper h1 {
  margin: 0px; }

@media (min-width: 1200px) and (max-width: 1400px) {
  .slide-wrapper {
    margin-top: 101px; } }

@media (max-width: 1199.98px) {
  .slide-wrapper {
    margin-top: 101px; } }

@media (max-width: 991.98px) {
  .slide-wrapper {
    margin-top: 80px; } }

.slide-wrapper .logo img {
  margin-bottom: 40px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .slide-wrapper .logo img {
      max-height: 200px;
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .slide-wrapper .logo img {
      max-height: 150px;
      margin-bottom: 20px; } }

.slide-wrapper .info {
  text-align: center;
  color: #355a79;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  overflow: visible;
  font-family: 1.4rem; }
  @media (max-width: 767.98px) {
    .slide-wrapper .info {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .slide-wrapper .info {
      font-size: 25px; } }
  .slide-wrapper .info p {
    margin-bottom: 0;
    font-family: 1.4rem;
    font-size: 45px; }
  .slide-wrapper .info strong {
    font-weight: 700; }

.slide-wrapper .botones {
  margin-top: 30px;
  text-align: center; }

.slide-wrapper .arrow-portada {
  margin-top: 60px;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .slide-wrapper .arrow-portada {
      margin-top: 30px; } }
  @media (max-width: 767.98px) {
    .slide-wrapper .arrow-portada {
      margin-top: 30px; } }
  .slide-wrapper .arrow-portada:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s; }

/*Bloques home */
.bloque-home {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bloque-home.bloque-texto100 .contenido-texto-bloque {
    font-weight: normal;
    font-size: 14px; }
  .bloque-home.bloque-home8 {
    padding: 0px; }
    .bloque-home.bloque-home8 .noticias-bloque,
    .bloque-home.bloque-home8 .twitter-bloque {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bloque-home.bloque-home8 .noticias-bloque header,
      .bloque-home.bloque-home8 .twitter-bloque header {
        margin-bottom: 15px; }
      .bloque-home.bloque-home8 .noticias-bloque h3,
      .bloque-home.bloque-home8 .twitter-bloque h3 {
        font-size: 30px;
        font-weight: bold; }
      .bloque-home.bloque-home8 .noticias-bloque .fa-twitter,
      .bloque-home.bloque-home8 .twitter-bloque .fa-twitter {
        margin-right: 10px; }
    .bloque-home.bloque-home8 .noticia-info h4 {
      font-size: 18px;
      font-weight: 600;
      margin: 5px 0px; }
    .bloque-home.bloque-home8 .noticia-info .fecha-evento {
      font-size: 14px;
      font-weight: 600;
      color: #8db2cc; }
    .bloque-home.bloque-home8 .noticia-info .texto-noticia {
      font-size: 14px;
      margin-bottom: 0px; }

.titulo_home {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 38px;
  text-align: center;
  font-weight: 300; }

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

.item-icono {
  text-align: center;
  padding: 10px 20px; }

.bloque-interior .tratamiento {
  margin-bottom: 0px; }

.tratamiento {
  margin-bottom: 30px; }

.item-icono {
  /* Contenido */ }
  .item-icono .icono-image-wrapper {
    margin-bottom: 30px; }
  .item-icono .icono-info h3 {
    font-size: 18px;
    color: #355a79;
    font-weight: bold;
    margin-bottom: 15px; }
  .item-icono .icono-info .icono-intro p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal; }

.noticia-info h3 {
  font-size: 18px; }

.row-zona-privada {
  position: relative; }
  .row-zona-privada .background-zona-privada {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 65%;
    background-size: cover;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .row-zona-privada .background-zona-privada {
        width: 100%; } }
  .row-zona-privada .col-titulo {
    padding: 60px 0px 60px 30px;
    z-index: 3; }
    @media (max-width: 575.98px) {
      .row-zona-privada .col-titulo {
        padding: 15px; } }
    .row-zona-privada .col-titulo h3, .row-zona-privada .col-titulo span {
      color: #FFFFFF; }
      @media (max-width: 575.98px) {
        .row-zona-privada .col-titulo h3, .row-zona-privada .col-titulo span {
          text-align: center;
          display: block; } }
    .row-zona-privada .col-titulo span {
      font-size: 18px; }
  .row-zona-privada .col-boton {
    padding: 60px 30px 60px 0px;
    background-color: #FFFFFF; }
    @media (max-width: 575.98px) {
      .row-zona-privada .col-boton {
        padding: 15px; } }
    @media (max-width: 575.98px) {
      .row-zona-privada .col-boton {
        text-align: center; } }
    .row-zona-privada .col-boton .btn:not(.btn-raised).btn-ghost, .row-zona-privada .col-boton .btn:not(.btn-raised):not(.btn-link).btn-ghost {
      width: 100%;
      z-index: 4; }
      @media (max-width: 575.98px) {
        .row-zona-privada .col-boton .btn:not(.btn-raised).btn-ghost, .row-zona-privada .col-boton .btn:not(.btn-raised):not(.btn-link).btn-ghost {
          width: auto;
          display: inline-block;
          margin: 0 auto;
          color: #FFFFFF !important;
          border-color: #FFFFFF; } }
      @media (max-width: 575.98px) {
        .row-zona-privada .col-boton .btn:not(.btn-raised).btn-ghost:hover, .row-zona-privada .col-boton .btn:not(.btn-raised):not(.btn-link).btn-ghost:hover {
          background-color: #FFFFFF;
          color: #8db2cc !important; } }

/* Twitter */
.titulo-twitter {
  display: none; }

.widget_twitter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px; }
  .widget_twitter ul li {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 15px; }

@media (min-width: 1200px) and (max-width: 1400px) {
  .wrapper-noticias, .wrapper-twitter {
    margin-left: 8.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; } }

.fecha-destacada {
  background-color: #8db2cc;
  color: #fff;
  font-size: 25px;
  min-height: 70px;
  padding: 17px;
  line-height: 1;
  font-weight: 400;
  text-align: center; }
  .fecha-destacada span {
    display: block; }
    .fecha-destacada span.year {
      font-size: 12px;
      text-transform: uppercase; }

.titulo-item {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0 0;
  line-height: 1.3em; }

.link_ver_todos {
  text-align: center;
  margin-left: auto; }
  .link_ver_todos .btn-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #8db2cc !important; }
    .link_ver_todos .btn-link:hover {
      text-decoration: underline; }

.titulo-item a {
  color: #383838; }
  .titulo-item a:hover {
    text-decoration: none;
    color: #f7f7f7; }

.imagen-loop-item .imagen-noticia {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.item-foto-titulo {
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .item-foto-titulo {
      max-width: 350px; } }
  .item-foto-titulo .imagen-loop-item {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .item-foto-titulo .imagen-loop-item:before {
      content: '';
      display: flex;
      padding-top: 75%; }
    .item-foto-titulo .imagen-loop-item .fecha-destacada {
      position: absolute;
      top: 0;
      left: 0; }
  .item-foto-titulo .item-info {
    padding: 15px; }
    .item-foto-titulo .item-info .titulo-item {
      font-size: 18px;
      font-weight: 400; }

.item-evento {
  margin-left: auto;
  margin-bottom: 15px; }
  .item-evento .card .contenido-noticia {
    display: flex;
    justify-content: flex-start; }
    .item-evento .card .contenido-noticia .item-info {
      padding: 15px;
      min-height: 130px; }
      .item-evento .card .contenido-noticia .item-info .titulo-item {
        font-size: 16px; }
      .item-evento .card .contenido-noticia .item-info .meta-wrap-noticia {
        font-size: 14px; }

@media (max-width: 767px) {
  .overlay-item-wrap {
    margin: 5px auto; } }

/*generalidades*/
.entry-container {
  padding: 15px; }
  @media (max-width: 767.98px) {
    .entry-container {
      padding: 0px; } }

.back-link:before {
  font-family: FontAwesome;
  content: '\f060';
  padding-right: 5px; }

.single-content, .contact-content {
  padding: 50px 0px; }
  @media (max-width: 991.98px) {
    .single-content, .contact-content {
      padding: 30px 0px; } }
  @media (max-width: 767.98px) {
    .single-content, .contact-content {
      padding: 15px 0px; } }

.widget.widget_search .caja-busqueda .btn:not(.btn-raised), .widget.widget_search .caja-busqueda .btn:not(.btn-raised):not(.btn-link) {
  padding: .85rem 1rem; }

.widget-area ul li {
  margin: 5px;
  list-style: disc; }

#secondary .panel-title {
  margin-bottom: 10px; }

/*Cabecera - titulo interiores */
.cabecera-custom {
  padding: 50px 0;
  color: #355a79;
  background-color: #f7f7f7;
  background-size: cover; }
  .cabecera-custom .entry-title {
    margin-top: 0;
    line-height: 1.1;
    font-size: 50px;
    font-weight: bold;
    color: #355a79;
    text-align: center; }

@media (max-width: 991px) {
  .cabecera-custom {
    padding: 30px 0; } }

/*Sidebars */
#secondary {
  margin-top: 28px; }
  @media (max-width: 767.98px) {
    #secondary {
      margin-top: 0px; } }
  #secondary .panel {
    box-shadow: none; }
    #secondary .panel > .panel-heading {
      text-transform: uppercase;
      border-bottom: solid 1px;
      margin-bottom: 10px;
      margin-top: 0;
      color: #383838;
      background-color: transparent;
      font-weight: bold;
      padding: 0 0 10px 0; }
      #secondary .panel > .panel-heading h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0; }
    #secondary .panel ul {
      padding: 0px;
      padding-left: 20px; }

.bloque-interior .links-list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px; }
  .bloque-interior .links-list li {
    margin: 0px;
    margin-bottom: 10px; }
    .bloque-interior .links-list li:before {
      display: none; }

/*Formulario de busqueda*/
.busqueda_resultado {
  margin-bottom: 15px; }

/*Página de contacto*/
.pagina-contacto {
  padding: 50px 0px; }

.contenido-contacto .datos_contacto i {
  color: #8db2cc;
  margin-right: 5px; }

.info-contactos {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px; }
  .info-contactos li {
    margin: 0px; }

.info-contacto p, .info-contacto a {
  font-size: 14px; }

.info-contacto p {
  margin-bottom: 5px; }

.info-contacto a {
  line-height: normal;
  color: #8db2cc; }
  .info-contacto a:hover, .info-contacto a:focus, .info-contacto a:active {
    text-decoration: underline; }

.info-contacto .cargo {
  font-weight: bold; }

.info-contacto .fa {
  margin-right: 5px;
  color: #8db2cc; }

/*Paginacion */
.pag-wrap {
  clear: both;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left; }
  .pag-wrap .wp-pagenavi a:hover, .pag-wrap .wp-pagenavi span.current {
    background-color: #f7f7f7;
    color: #fff;
    border-color: #f7f7f7;
    text-decoration: none; }

/*Página de contacto*/
.infowindow_custom {
  max-width: 300px; }

/* Partners */
#accordion.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 0; }

#accordion .panel > .panel-heading, #acordion .panel.panel-default > .panel-heading {
  background: none;
  border: 1px solid #f7f7f7;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 0; }
  #accordion .panel > .panel-heading:before, #acordion .panel.panel-default > .panel-heading:before {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 22px;
    color: #f7f7f7;
    position: absolute;
    right: 10px;
    /*top:50%;
    transform:translateY(-50%);*/
    top: 5px;
    z-index: 1; }
  #accordion .panel > .panel-heading.active, #acordion .panel.panel-default > .panel-heading.active {
    background: #8db2cc; }
    #accordion .panel > .panel-heading.active:before, #acordion .panel.panel-default > .panel-heading.active:before {
      content: '\f077';
      color: #355a79; }
    #accordion .panel > .panel-heading.active a, #acordion .panel.panel-default > .panel-heading.active a {
      color: #355a79; }
      #accordion .panel > .panel-heading.active a:hover, #acordion .panel.panel-default > .panel-heading.active a:hover {
        color: #355a79; }
  #accordion .panel > .panel-heading a, #acordion .panel.panel-default > .panel-heading a {
    display: block;
    color: #355a79;
    padding: 10px 40px 10px 15px;
    position: relative;
    z-index: 2; }
    #accordion .panel > .panel-heading a:hover, #acordion .panel.panel-default > .panel-heading a:hover {
      text-decoration: none;
      color: #355a79; }
    #accordion .panel > .panel-heading a:focus, #acordion .panel.panel-default > .panel-heading a:focus {
      text-decoration: none; }

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  background: #f7f7f7;
  font-size: 14px; }
  #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body p:last-child {
    margin-bottom: 0; }

/* Fin partners */
/*Misc*/
.container-estrecho {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.btn-wrap {
  margin-top: 20px; }
  .btn-wrap .btn {
    margin: 0;
    clear: both; }
    .btn-wrap .btn img {
      width: 20px;
      height: auto;
      margin-right: 5px; }

/*Estructura bloques */
.bloque-interior {
  padding: 50px 0;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .bloque-interior {
      padding: 30px 0px; } }
  @media (max-width: 767.98px) {
    .bloque-interior {
      padding: 15px 0px; } }
  .bloque-interior p {
    font-size: 14px;
    font-weight: 400; }
  .bloque-interior.bloque-tratamientos h2 {
    text-align: center; }
  .bloque-interior h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 400;
    text-align: left; }
    @media (max-width: 767.98px) {
      .bloque-interior h2 {
        margin-bottom: 15px;
        font-size: 25px; } }
  .bloque-interior h1 {
    margin-top: 0;
    margin-bottom: 30px; }
  .bloque-interior ul {
    margin: 0 0 1em 0;
    padding-left: 30px;
    list-style: none; }
    .bloque-interior ul > li {
      margin: 8px 0;
      position: relative;
      font-size: 14px; }
      .bloque-interior ul > li:before {
        content: "";
        background-color: #8db2cc;
        border-radius: 50%;
        height: 5px;
        width: 5px;
        top: 8px;
        display: block;
        position: absolute;
        left: -15px; }
  .bloque-interior.bloque-2coltexto .texto-bloque:first-child {
    padding-right: 30px; }
    @media (max-width: 991.98px) {
      .bloque-interior.bloque-2coltexto .texto-bloque:first-child {
        padding-right: 15px; } }
  .bloque-interior.bloque-2coltexto .texto-bloque:last-child {
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .bloque-interior.bloque-2coltexto .texto-bloque:last-child {
        padding-left: 15px; } }

body .no_padding {
  padding: 0; }

/*Bloque 100% de texto*/
.bloque-texto100 .container-fluid {
  width: 100%;
  padding: 0; }
  .bloque-texto100 .container-fluid .row {
    margin: 0; }
    .bloque-texto100 .container-fluid .row .texto-bloque {
      padding: 0; }
      .bloque-texto100 .container-fluid .row .texto-bloque p {
        margin: 0; }

/*Bloque columnas*/
.cols_separador .texto-bloque {
  border-right: solid 1px #C6C6C6; }
  @media (max-width: 991.98px) {
    .cols_separador .texto-bloque {
      border: none; } }
  .cols_separador .texto-bloque:last-of-type {
    border: none; }

/*Bloque texto Foto */
.bloque-texto_foto .img-background {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .bloque-texto_foto .img-background {
      display: none; } }

.bloque-texto_foto .img-bloque > img {
  display: none; }
  @media (max-width: 991.98px) {
    .bloque-texto_foto .img-bloque > img {
      display: block; } }

.bloque-texto_foto .container-fluid {
  max-width: 1900px;
  padding-top: 0;
  padding-bottom: 0; }
  .bloque-texto_foto .container-fluid .texto-bloque {
    padding-right: 50px; }
    .bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque {
      max-width: 545px;
      width: 100%;
      display: block; }
    .bloque-texto_foto .container-fluid .texto-bloque .btn-wrap {
      max-width: 545px; }

.bloque-texto_foto.bloque_invertir .wrap_contenido_foto .texto-bloque {
  order: 2;
  padding-left: 50px;
  padding-right: 15px; }

.bloque-texto_foto.bloque_invertir .wrap_contenido_foto .img-bloque {
  order: 1; }

.bloque-texto_foto.bloque_invertir .img-background {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  background-size: cover; }
  .bloque-texto_foto.bloque_invertir .img-background .img-background {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: cover; }

/* Accordio - Partner */
#accordionPartner .card-partner {
  margin-bottom: 15px; }
  #accordionPartner .card-partner:last-child {
    margin-bottom: 0px; }
  #accordionPartner .card-partner > a {
    display: flex;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #8db2cc;
    background-color: #8db2cc;
    transition: background-color .5s ease; }
    @media (max-width: 767.98px) {
      #accordionPartner .card-partner > a {
        align-items: center; } }
    #accordionPartner .card-partner > a.collapsed {
      color: #8db2cc;
      background-color: #FFFFFF;
      transition: background-color .5s ease; }
      #accordionPartner .card-partner > a.collapsed:after {
        content: '\f078';
        color: #8db2cc; }
    #accordionPartner .card-partner > a:after {
      content: '\f077';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      margin-left: auto;
      text-decoration: none;
      color: #FFFFFF; }
  #accordionPartner .card-partner .card-header {
    border: none; }
  #accordionPartner .card-partner .card-body {
    border: 1px solid #C6C6C6; }
    #accordionPartner .card-partner .card-body a {
      word-break: break-all;
      display: block; }

@media (max-width: 991px) {
  .bloque-interior.bloque-texto_foto {
    justify-content: center; }
    .bloque-interior.bloque-texto_foto .img-bloque {
      background-image: none !important;
      text-align: center;
      width: 100%;
      order: 2;
      min-height: inherit; }
      .bloque-interior.bloque-texto_foto .img-bloque img {
        display: block;
        margin: 0 auto; }
    .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque {
      padding: 0; }
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .img-bloque {
      order: 2; }
    .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque {
      order: 1;
      padding: 15px; } }

.form-group textarea.form-control {
  height: 80px; }

.form-group.is-focused .form-control {
  outline: none;
  background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(#f7f7f7, #f7f7f7); }

body .form-group {
  margin: 0; }

.form-group.is-focused label, .form-group.is-focused label.control-label {
  color: #f7f7f7; }

.form-group.label-floating label.control-labe {
  font-size: 14px; }

body .form-group.label-static label.control-label,
body .form-group.label-floating.is-focused label.control-label,
body .form-group.label-floating:not(.is-empty) label.control-label {
  top: -22px; }

.form-group .form-control {
  margin: 0; }

/*Busqueda*/
.search-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .search-form label {
    margin: 0;
    top: 1.2rem; }
  .search-form .btn {
    padding: 10px 20px;
    margin: 0px 0px 1rem 0px; }

#cf7md-form .mdc-textfield--focused .mdc-textfield__label {
  color: #8db2cc !important; }

#cf7md-form .mdc-button--primary.mdc-button--raised {
  background-color: #8db2cc !important;
  color: #FFFFFF !important;
  padding: 0px 30px; }

#cf7md-form .mdc-button--primary.mdc-button--raised:disabled {
  opacity: 0.8; }

#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after, #cf7md-form .mdc-multi-select:focus .mdc-list-item:checked, #cf7md-form .mdc-checkbox__background::before, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
  background-color: #8db2cc !important; }

#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:focus, #cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #8db2cc !important; }

#cf7md-form .mdc-textfield--invalid:not(.mdc-textfield--focused) .mdc-textfield__label {
  color: rgba(0, 0, 0, 0.38); }

#cf7md-form .cf7md-item {
  margin-bottom: 0px; }

.wrapper-message {
  margin-bottom: 15px; }

.cf7md-submit button {
  float: right !important; }

#cf7md-form .mdc-form-field > label.cf7md-accept-label {
  font-size: 11px; }

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error404 {
  margin-bottom: 30px;
  margin-top: 30px; }
  .error404 #page {
    text-align: center; }
    .error404 #page .article {
      width: 100%; }
      .error404 #page .article header h1 {
        color: #000;
        font-size: 45px;
        text-transform: uppercase; }
        .error404 #page .article header h1 span {
          color: #8db2cc;
          font-weight: bold;
          font-family: "Montserrat", sans-serif; }
      .error404 #page .article header img {
        margin: 0 auto; }
      .error404 #page .article header p {
        font-size: 20px;
        margin-bottom: 0; }
      .error404 #page .article .page-content {
        clear: both; }
        .error404 #page .article .page-content .md-form {
          margin: 0; }
        .error404 #page .article .page-content .boton-buscar {
          padding: 0; }
          .error404 #page .article .page-content .boton-buscar .waves-input-wrapper {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px; }
          .error404 #page .article .page-content .boton-buscar .btn:not(.btn-link):not(.btn-flat) {
            margin: 0;
            padding: 9px 40px; }
        .error404 #page .article .page-content .items_404 {
          margin-top: 30px; }
          .error404 #page .article .page-content .items_404 div:last-of-type img {
            margin-top: 6px; }
          .error404 #page .article .page-content .items_404 div a {
            color: #000;
            text-align: center;
            font-size: 14px; }
          .error404 #page .article .page-content .items_404 div img {
            margin: 0 auto;
            margin-bottom: 10px;
            display: block; }
      .error404 #page .article p {
        color: #000;
        font-size: 16px; }

.caja-busqueda {
  padding: 0; }
  .caja-busqueda .form-control:focus {
    border-color: #D8D8D8 !important; }
  .caja-busqueda input {
    color: #a4a4a4;
    border: 1px solid #D8D8D8;
    font-family: inherit;
    border-radius: 0;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px; }
  .caja-busqueda label {
    left: 10px; }
  .caja-busqueda .btn:not(.btn-raised), .caja-busqueda .btn:not(.btn-raised):not(.btn-link) {
    padding: .85rem 2.13rem; }

@media (min-width: 768px) {
  .items_404 .bordegris {
    border-right: solid 1px #acacac; } }

/*# sourceMappingURL=custom.css.map */
