/*!
Theme Name: SUMMUM
Theme URI: http://underscores.me/
Author: TCB
Author URI: https://thecodingbear.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: summum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SUMMUM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url(tailwind.min.css);
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #606060;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5; }
  @media (min-width: 512px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 1.32rem;
      line-height: 1.75rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h2 {
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  font-size: 2rem;
  color: #172d4b;
  line-height: 2.5625rem;
  font-weight: bold; }

h3 {
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  font-size: 1.75rem;
  color: #606060;
  line-height: 2.375rem; }
  @media (max-width: 640px) {
    h3 {
      font-family: -apple-system, "Poppins", "Roboto", sans-serif;
      font-size: 1.75rem;
      color: #606060;
      line-height: 1.875rem; } }

p {
  font-size: 1rem;
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

a:focus {
  outline: initial !important; }

/* Elements
--------------------------------------------- */
body header#masthead {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 100;
  top: 0;
  left: 0; }
  body header#masthead .site-title {
    margin-bottom: 0; }
    body header#masthead .site-title a img {
      max-width: initial; }

body.admin-bar {
  padding-top: 0 !important; }
  body.admin-bar header#masthead {
    top: 32px; }

.login-button {
  margin-left: auto; }
  .login-button .btn-info {
    height: 38px;
    list-style: 24px; }
    .login-button .btn-info a {
      font-size: 1rem; }
  .login-button svg {
    width: 11px; }
  .login-button i {
    font-style: initial;
    font-weight: normal; }

#slider {
  background-color: #fff;
  position: relative;
  height: 70vh;
  overflow: hidden; }
  @media (min-height: 700px) {
    #slider {
      height: 54vh; } }
  @media (min-width: 768px) {
    #slider {
      height: 80vh; } }
  @media (max-width: 768px) and (orientation: landscape) {
    #slider {
      height: 80vh; } }
  #slider .slick-dots li:first-child:last-child {
    display: none; }
  #slider .slick-arrow {
    position: absolute;
    top: calc(60% - 30px);
    transform: translateY(-50%);
    z-index: 3;
    background-color: transparent;
    border: none;
    text-indent: -10000px;
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://summum.com.uy/wp-content/themes/summum/images/arrow.svg"); }
    #slider .slick-arrow.slick-prev {
      left: 15px;
      transform: rotate(180deg);
      top: calc(60% - 60px); }
    #slider .slick-arrow.slick-next {
      right: 15px; }
  #slider .slick-list {
    min-height: auto; }
    @media (min-width: 768px) {
      #slider .slick-list {
        min-height: 80vh; } }
    #slider .slick-list .slick-track {
      min-height: auto; }
      @media (min-width: 768px) {
        #slider .slick-list .slick-track {
          min-height: 80vh; } }
      #slider .slick-list .slick-track .slick-slide {
        position: relative;
        min-height: 80vh; }
        #slider .slick-list .slick-track .slick-slide .content-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          #slider .slick-list .slick-track .slick-slide .content-image img, #slider .slick-list .slick-track .slick-slide .content-image video {
            z-index: 1;
            width: 100%; }
            @media (min-width: 512px) and (min-height: 400px) {
              #slider .slick-list .slick-track .slick-slide .content-image img, #slider .slick-list .slick-track .slick-slide .content-image video {
                height: 100%;
                object-fit: cover; } }
            #slider .slick-list .slick-track .slick-slide .content-image img.img-desktop, #slider .slick-list .slick-track .slick-slide .content-image video.img-desktop {
              display: none !important; }
              @media (min-width: 768px) {
                #slider .slick-list .slick-track .slick-slide .content-image img.img-desktop, #slider .slick-list .slick-track .slick-slide .content-image video.img-desktop {
                  display: block !important; } }
              @media (max-width: 768px) and (orientation: landscape) {
                #slider .slick-list .slick-track .slick-slide .content-image img.img-desktop, #slider .slick-list .slick-track .slick-slide .content-image video.img-desktop {
                  display: block !important; } }
            #slider .slick-list .slick-track .slick-slide .content-image img.img-mobile, #slider .slick-list .slick-track .slick-slide .content-image video.img-mobile {
              display: block !important; }
              @media (min-width: 768px) {
                #slider .slick-list .slick-track .slick-slide .content-image img.img-mobile, #slider .slick-list .slick-track .slick-slide .content-image video.img-mobile {
                  display: none !important; } }
              @media (max-width: 768px) and (orientation: landscape) {
                #slider .slick-list .slick-track .slick-slide .content-image img.img-mobile, #slider .slick-list .slick-track .slick-slide .content-image video.img-mobile {
                  display: none !important; } }
          #slider .slick-list .slick-track .slick-slide .content-image .overlay {
            z-index: 2;
            background: #1c3162;
            background: -moz-linear-gradient(180deg, rgba(28, 49, 98, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
            background: -webkit-linear-gradient(180deg, rgba(28, 49, 98, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(180deg, rgba(28, 49, 98, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c316299", endColorstr="#ffffff", GradientType=1);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 70vh; }
            @media (min-height: 600px) {
              #slider .slick-list .slick-track .slick-slide .content-image .overlay {
                height: 54vh; } }
            @media (min-width: 768px) {
              #slider .slick-list .slick-track .slick-slide .content-image .overlay {
                background: #1c3162;
                background: -moz-linear-gradient(180deg, #1c3162 0%, rgba(255, 255, 255, 0) 100%);
                background: -webkit-linear-gradient(180deg, #1c3162 0%, rgba(255, 255, 255, 0) 100%);
                background: linear-gradient(180deg, #1c3162 0%, rgba(255, 255, 255, 0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3162", endColorstr="#ffffff", GradientType=1); } }
            @media (max-width: 768px) and (orientation: landscape) {
              #slider .slick-list .slick-track .slick-slide .content-image .overlay {
                height: 80vh; } }
        #slider .slick-list .slick-track .slick-slide .container {
          position: relative;
          z-index: 3;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-direction: column;
          height: 71vh; }
          @media (min-height: 700px) {
            #slider .slick-list .slick-track .slick-slide .container {
              height: 54vh; } }
          @media (min-width: 768px) {
            #slider .slick-list .slick-track .slick-slide .container {
              height: 70vh;
              margin-top: 10vh; } }
          @media (max-width: 768px) and (orientation: landscape) {
            #slider .slick-list .slick-track .slick-slide .container {
              height: 80vh; } }
        #slider .slick-list .slick-track .slick-slide .info {
          position: relative; }
          @media (max-width: 1700px) {
            #slider .slick-list .slick-track .slick-slide .info {
              width: 100%;
              padding: 0 5%; } }
          @media (max-width: 1024px) and (orientation: landscape) {
            #slider .slick-list .slick-track .slick-slide .info {
              padding: 0; } }
          #slider .slick-list .slick-track .slick-slide .info .text {
            font-family: -apple-system, "Poppins", "Roboto", sans-serif;
            font-size: 1.3rem;
            color: white;
            line-height: 26px;
            position: relative; }
            #slider .slick-list .slick-track .slick-slide .info .text p {
              font-family: -apple-system, "Poppins", "Roboto", sans-serif;
              font-size: 1.3rem;
              color: white;
              line-height: 1.3rem;
              margin-bottom: 0; }
              @media (min-width: 768px) {
                #slider .slick-list .slick-track .slick-slide .info .text p {
                  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
                  font-size: 2.1rem;
                  color: white;
                  line-height: 2.4rem; } }
            @media (min-width: 768px) {
              #slider .slick-list .slick-track .slick-slide .info .text {
                font-family: -apple-system, "Poppins", "Roboto", sans-serif;
                font-size: 2.1rem;
                color: white;
                line-height: 39px; } }
            #slider .slick-list .slick-track .slick-slide .info .text h1 {
              font-family: -apple-system, "Poppins", "Roboto", sans-serif;
              font-size: 2.1rem;
              color: white;
              line-height: 39px; }
              #slider .slick-list .slick-track .slick-slide .info .text h1 span {
                font-weight: normal; }
            #slider .slick-list .slick-track .slick-slide .info .text .line {
              position: absolute;
              left: 0;
              bottom: -40px;
              width: 150px;
              height: 12px;
              background-color: #fff; }
          #slider .slick-list .slick-track .slick-slide .info .cta {
            position: absolute;
            margin-top: 2rem; }
            @media (max-width: 768px) and (orientation: landscape) {
              #slider .slick-list .slick-track .slick-slide .info .cta {
                margin-top: 1rem; } }
  @media (min-width: 768px) {
    #slider .btn-info {
      padding: 10px 15px; } }
  #slider .btn-info a {
    font-size: 1.1rem; }
  #slider .slick-dots {
    display: flex;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    bottom: 15px;
    justify-content: center;
    width: 100%; }
    #slider .slick-dots li {
      margin: 0 0.25rem; }
    #slider .slick-dots button {
      display: block;
      width: 1rem;
      height: 1rem;
      padding: 0;
      background: none;
      border: 2px #fff solid;
      border-radius: 100%;
      text-indent: -9999px; }
    #slider .slick-dots li.slick-active button {
      background-color: #fff; }

#no-slider {
  background: white;
  background: linear-gradient(0deg, white 0%, #1c3162 100%);
  height: 120px; }
  @media (min-width: 1024px) {
    #no-slider {
      height: 220px; } }

#services .the-service {
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-size: auto 120%; }
  @media (max-width: 768px) and (orientation: landscape) {
    #services .the-service {
      background-size: auto; } }
  #services .the-service header .header-text {
    min-height: 64px; }
  #services .the-service:nth-child(1) .overlay {
    background-color: rgba(59, 161, 142, 0.5); }
  #services .the-service:nth-child(2) .overlay {
    background-color: rgba(0, 182, 210, 0.5); }
  #services .the-service:nth-child(3) .overlay {
    background-color: rgba(103, 27, 170, 0.46); }
  #services .the-service .overlay {
    position: relative;
    width: 100%;
    height: 100%; }
  #services .the-service:hover {
    background-size: auto 100%; }
  #services .the-service .btn-white {
    padding: 8px 8px !important;
    font-size: 1.1rem; }
  #services .the-service .btn-transparent {
    padding: 8px 8px !important;
    font-size: 1.1rem;
    background: none;
    border: #fff solid 2px; }
    #services .the-service .btn-transparent a {
      color: #fff; }
    #services .the-service .btn-transparent:hover {
      background: #fff; }
      #services .the-service .btn-transparent:hover a {
        color: #000; }

#more-services .cont-service:nth-child(1) .the-service {
  background-color: #606060; }

#more-services .cont-service:nth-child(2) .the-service {
  background-color: #19a0af; }

#more-services .cont-service:nth-child(3) .the-service {
  background-color: #9085be; }

#more-services .cont-service:nth-child(4) .the-service {
  background-color: #0074B0; }

#more-services .cont-service:nth-child(5) .the-service {
  background-color: #E7D7A7; }

#more-services .the-service {
  transition: all 0.2s ease; }
  #more-services .the-service .icon {
    width: 58px;
    height: calc(85px - .5rem);
    transition: all 0.3s ease;
    fill: #fff;
    opacity: 0.7;
    margin-left: 15px; }
    #more-services .the-service .icon img {
      width: 58px; }
  #more-services .the-service .text {
    width: calc(100% - 85px);
    transition: all 0.3s ease; }
  #more-services .the-service:hover {
    opacity: 0.8; }

#news-home h2 {
  border-bottom: solid 2px #1b5b9b;
  padding-bottom: 20px;
  color: #1b5b9b;
  font-size: 2.4rem; }

#news-home .the-new h3 {
  font-size: 1.8rem;
  line-height: 2.5rem; }

#news-home .the-new .text-2xl {
  font-size: 1.1rem;
  line-height: 1.8rem; }

body {
  background: #fff;
  margin: 0 !important; }
  body .container {
    padding: 0 15px; }

.text-xs {
  font-size: .7rem;
  line-height: .8rem; }

.text-lg {
  font-size: 1.1rem;
  line-height: 1.4rem; }

.text-2xl {
  font-size: 1.3rem;
  line-height: 2rem; }

.small-container {
  width: 100%;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .small-container {
      padding-left: 25px;
      padding-right: 25px; } }

.roboto {
  font-family: -apple-system, "Roboto", "Helvetica Neue", sans-serif; }

.social ul {
  display: flex; }
  .social ul li {
    list-style: none;
    display: flex; }
    .social ul li a {
      display: flex;
      margin: auto;
      border: solid 2px #fff !important;
      border-radius: 50%;
      margin-left: 10px;
      opacity: 0.7;
      width: 30px;
      height: 30px;
      padding: 0; }
      .social ul li a svg {
        width: 16px;
        height: 16px;
        margin: 3px;
        fill: #fff;
        stroke: #fff;
        margin: auto; }
    .social ul li:first-child a {
      margin-left: 0; }
    .social ul li:last-child a {
      border-right: solid 2px #fff !important; }

footer.site-footer {
  background: #012b5f; }
  footer.site-footer .contacto {
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    font-size: 2rem;
    color: #00b6d2;
    line-height: 2rem; }
    footer.site-footer .contacto b {
      font-weight: bold; }
      footer.site-footer .contacto b a {
        font-family: -apple-system, "Poppins", "Roboto", sans-serif;
        font-size: 2rem;
        color: #00b6d2;
        line-height: 2rem; }
  @media (max-width: 1024px) {
    footer.site-footer .border-left {
      border-left: none; } }
  footer.site-footer #footer-menu {
    display: flex;
    flex-direction: row; }
    footer.site-footer #footer-menu ul li {
      list-style: none; }
      footer.site-footer #footer-menu ul li a {
        color: #fff;
        transition: all 0.3s ease;
        font-size: 0.9rem;
        line-height: 0.6rem; }
        footer.site-footer #footer-menu ul li a:hover {
          opacity: 0.7; }
  footer.site-footer .google-play, footer.site-footer .apps-store {
    display: flex;
    width: 100px;
    justify-content: center; }
    footer.site-footer .google-play img, footer.site-footer .apps-store img {
      max-height: 28px; }
  footer.site-footer .google-play {
    margin-right: 3px; }
  footer.site-footer .social {
    display: flex; }
    footer.site-footer .social ul {
      margin: auto; }
      footer.site-footer .social ul li:hover {
        opacity: 0.7; }
  footer.site-footer .father > div:nth-child(1), footer.site-footer .father > ul:nth-child(1) {
    width: 25%; }
  footer.site-footer .father > div:nth-child(2), footer.site-footer .father > ul:nth-child(2) {
    width: 62%; }
  footer.site-footer .father > div:nth-child(5), footer.site-footer .father > ul:nth-child(5) {
    width: 25%; }
  @media (max-width: 1024px) {
    footer.site-footer .father > div, footer.site-footer .father > ul {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  footer.site-footer .father ul > div:nth-child(1) {
    width: calc(100% / 3); }
  footer.site-footer .father ul > div:nth-child(2) {
    width: calc(100% / 3); }
  footer.site-footer .father ul > div:nth-child(3) {
    width: calc(100% / 3); }
  @media (max-width: 1024px) {
    footer.site-footer .father {
      display: block !important; } }
  footer.site-footer .father .contact-description > div > p, footer.site-footer .father .contact-description > div > p > a {
    margin-bottom: 0.5rem;
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    font-size: 0.775rem;
    color: #fff;
    line-height: 1.25rem; }
  footer.site-footer .content-store {
    width: 200px; }
  footer.site-footer .bottom-section {
    max-width: 960px; }

footer ul#footer-menu {
  flex-wrap: wrap;
  margin: 0; }
  @media (min-width: 768px) {
    footer ul#footer-menu {
      flex-wrap: initial; } }
  footer ul#footer-menu > div {
    width: 100%;
    padding: 1rem 0 !important; }
    @media (min-width: 768px) {
      footer ul#footer-menu > div {
        width: 33%;
        padding: 4rem 2rem 1rem 2rem !important; } }

.cli-switch input:checked + .cli-slider {
  background-color: #00b6d2; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #00b6d2;
  border-radius: 20px; }

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 20px; }

.cli-style-v2 .cli-bar-message {
  color: #858585;
  width: auto; }
  .cli-style-v2 .cli-bar-message a {
    color: #1e73be;
    text-decoration: underline; }

#whatsapp-link {
  position: fixed;
  right: 10px;
  bottom: 15px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#mobile-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  color: #fff;
  animation: intro 0.5s ease forwards;
  display: none; }
  #mobile-menu .logo-mobile {
    width: 7rem; }
  #mobile-menu.open {
    display: block; }
  #mobile-menu .logo {
    margin: 10px; }
  #mobile-menu .bg-blue {
    background: #012b5f; }
  #mobile-menu .menu-footer {
    height: calc(100vh - 140px);
    overflow-y: auto; }
    #mobile-menu .menu-footer ul {
      margin: 0;
      padding: 0; }
      #mobile-menu .menu-footer ul li {
        list-style: none; }
        #mobile-menu .menu-footer ul li a {
          color: #606060;
          padding: 5px;
          margin: 5px;
          border-bottom: solid 1px rgba(255, 255, 255, 0.1);
          display: block;
          font-size: 1.5rem; }
        #mobile-menu .menu-footer ul li:last-child a {
          border: none; }
  #mobile-menu .btn-quiero-ser-socio {
    transform: scale(1.2) translateX(22px);
    margin-top: 0; }
  #mobile-menu .btn-info {
    transform: translateX(5px); }
  #mobile-menu .social {
    margin-left: 7px; }
    #mobile-menu .social li a {
      border: solid 2px #606060 !important; }
      #mobile-menu .social li a svg path {
        fill: #606060; }

@keyframes intro {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1b5b9b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active, a.nice-select.open {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active, a.nice-select.open {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 30px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button.nice-select.open, button:focus,
  input[type="button"]:active,
  input.nice-select.open[type="button"],
  input[type="button"]:focus,
  input[type="reset"]:active,
  input.nice-select.open[type="reset"],
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input.nice-select.open[type="submit"],
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn-info {
  background: #00b6d2;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none; }
  .btn-info a {
    color: #fff; }
    .btn-info a:hover {
      text-shadow: initial !important; }
  .btn-info:hover {
    background: rgba(0, 182, 210, 0.8); }
  .btn-info a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }

.btn-success {
  background: #9ba541;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none; }
  .btn-success a {
    color: #fff; }
    .btn-success a:hover {
      text-shadow: initial !important; }
  .btn-success:hover {
    background: rgba(155, 165, 65, 0.8); }
  .btn-success a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }

.btn-error {
  background: #b62c2c;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none; }
  .btn-error a {
    color: #fff; }
    .btn-error a:hover {
      text-shadow: initial !important; }
  .btn-error:hover {
    background: rgba(182, 44, 44, 0.8); }
  .btn-error a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }

.btn-dark {
  background: #606060;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none; }
  .btn-dark a {
    color: #fff; }
    .btn-dark a:hover {
      text-shadow: initial !important; }
  .btn-dark:hover {
    background: rgba(96, 96, 96, 0.8); }
  .btn-dark a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }

.btn-white {
  background: #fff;
  color: #272727;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none; }
  .btn-white a {
    color: #272727; }
    .btn-white a:hover {
      text-shadow: initial !important; }
  .btn-white:hover {
    background: rgba(255, 255, 255, 0.8); }
  .btn-white a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }
  .btn-white.read-more {
    display: block;
    margin-top: 10px; }

.btn-transparent {
  padding: 8px 8px !important;
  font-size: 1.1rem;
  background: none;
  border: #fff solid 2px; }
  .btn-transparent.read-more {
    display: block;
    margin-top: 10px; }
  .btn-transparent a {
    color: #fff; }
  .btn-transparent:hover {
    background: #fff; }
    .btn-transparent:hover a {
      color: #000; }

.btn-quiero-ser-socio {
  background: #012b5f;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: -apple-system, "Poppins", "Roboto", sans-serif;
  transition: all 0.2s ease;
  border: none;
  font-weight: 500; }
  .btn-quiero-ser-socio a {
    color: #fff; }
    .btn-quiero-ser-socio a:hover {
      text-shadow: initial !important; }
  .btn-quiero-ser-socio:hover {
    background: rgba(1, 43, 95, 0.8); }
  .btn-quiero-ser-socio a {
    font-size: 1.1rem;
    transition: all 0.2s ease; }
  .btn-quiero-ser-socio a {
    font-weight: 500; }

.btn-rounded {
  border-radius: 24px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.banda.centros-de-asistencia {
  background-color: #012B5F; }
  .banda.centros-de-asistencia .icon-section {
    max-width: 4rem;
    width: 100%; }
  .banda.centros-de-asistencia .btn-info {
    padding: 8px 8px !important; }
    .banda.centros-de-asistencia .btn-info a {
      font-size: 1.1rem;
      line-height: 1.4rem; }

section.body.centros-de-asistencia .place {
  margin-bottom: 30px; }
  section.body.centros-de-asistencia .place h3 {
    color: #1b5b9b;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #1b5b9b;
    padding-bottom: 10px;
    margin-bottom: 17px;
    line-height: 2rem; }
  section.body.centros-de-asistencia .place > div p {
    font-size: 1rem;
    margin-bottom: 15px; }

section.body.centros-de-asistencia #map {
  height: 500px; }

section.body.centros-de-asistencia .address {
  margin-bottom: 15px; }
  section.body.centros-de-asistencia .address p {
    font-size: 1rem;
    margin-bottom: 0; }
    section.body.centros-de-asistencia .address p.title {
      font-weight: bold; }

section.body.centros-de-asistencia .centros-de-asistencia-listado p {
  font-size: 1rem; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 768px) {
    section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav {
      align-items: flex-start;
      flex-direction: row; } }
  section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button {
    background: #F7F7F7;
    color: #00B6D2;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    transition: all 0.2s ease;
    border: none;
    border: solid 2px #00B6D2;
    width: 90%;
    margin-bottom: 16px; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button.active {
      background: #00B6D2;
      color: #fff;
      padding: 10px 10px;
      border-radius: 30px;
      font-size: 1.1rem;
      font-family: -apple-system, "Poppins", "Roboto", sans-serif;
      transition: all 0.2s ease;
      border: none; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button.active a {
        color: #fff; }
        section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button.active a:hover {
          text-shadow: initial !important; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button.active:hover {
        background: rgba(0, 182, 210, 0.8); }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button.active a {
        font-size: 1.1rem;
        transition: all 0.2s ease; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button a {
      color: #00B6D2; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button a:hover {
        text-shadow: initial !important; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button:hover {
      background: rgba(247, 247, 247, 0.8); }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button a {
      font-size: 1.1rem;
      transition: all 0.2s ease; }
    @media (min-width: 768px) {
      section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button {
        flex: 1;
        margin-left: 16px; }
        section.body.centros-de-asistencia .centros-de-asistencia-listado .centros-nav button:first-child {
          margin-left: 0; } }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 48px;
  color: #1b5b9b; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas label {
  font-weight: 300;
  font-size: 14.4px;
  line-height: 22px; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas #search {
  box-sizing: border-box;
  background: #F7F7F7;
  border: 2px solid #606060;
  border-radius: 6px;
  width: 100%;
  font-style: italic;
  font-weight: 275;
  font-size: 14.4px;
  line-height: 22px;
  color: #606060;
  padding: 10px 12px; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table {
  border-collapse: separate;
  border-spacing: 6px 3px;
  border: 0 solid #ffffff;
  height: 1px; }
  section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead {
    display: none; }
    @media (min-width: 768px) {
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead {
        display: revert; } }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead tr th div {
      cursor: pointer; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead tr th div:after {
        content: '>';
        display: none; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead tr th div.sorted:after {
        display: revert; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead tr th div.asc:after {
        transform: rotate(270deg); }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table thead tr th div.desc:after {
        transform: rotate(90deg); }
  section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr {
    height: 100%; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td {
      height: 100%; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.desktop div, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.desktop div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 9px 16px;
        border-radius: 6px;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.servicio, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.clinica, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.direccion, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.servicio, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.clinica, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.direccion {
        display: none; }
        @media (min-width: 768px) {
          section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.servicio, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.clinica, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.direccion, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.servicio, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.clinica, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.direccion {
            display: revert; } }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.mobile div, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.mobile div {
        background: #F7F7F7;
        border-radius: 5px;
        padding: 8px; }
        section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.mobile div p, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.mobile div p {
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          color: #012B5F;
          margin-bottom: 0.5rem; }
          section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.mobile div p span, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.mobile div p span {
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
            color: #606060; }
      @media (min-width: 768px) {
        section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.mobile, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.mobile {
          display: none; } }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th.no-results, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr td.no-results {
        text-align: center;
        padding: 20px 0;
        font-size: 2rem; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr th div {
      background: #1B5B9B;
      color: #fff;
      text-align: left;
      font-weight: 500; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr:nth-child(odd) td.desktop div {
      background: rgba(0, 182, 210, 0.05); }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas table tr:nth-child(even) td.desktop div {
      background: #F0F0F0; }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0; }
  section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li {
    margin-right: 8px; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li.spacer {
      display: none; }
      @media (min-width: 768px) {
        section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li.spacer {
          display: flex;
          align-items: center; } }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li span {
      color: #00B6D2;
      letter-spacing: 6px;
      margin-bottom: 20px;
      margin-left: 5px; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li a {
      width: 32px;
      height: 32px;
      border: solid 2px #00B6D2;
      color: #00B6D2;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px; }
      @media (min-width: 768px) {
        section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li a {
          width: 40px;
          height: 40px; } }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li a.disabled {
        opacity: 0.4; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li a.hidden {
        display: none; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li.active a {
      background: #00B6D2;
      border: solid 2px #00B6D2;
      color: #fff; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li.last-page-container {
      display: none; }
      @media (min-width: 768px) {
        section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .nav li.last-page-container {
          display: revert; } }

section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs {
  border-bottom: solid 1px #012b5f;
  margin-bottom: 30px; }
  section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul {
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: -1px; }
    section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul li {
      list-style: none; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul li a, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul li span {
        display: block;
        color: #012b5f;
        padding: 10px 15px 5px 15px; }
      section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul li.active a, section.body.centros-de-asistencia .centros-de-asistencia-listado .cartillas .tabs ul li.active span {
        color: #555;
        background-color: #fff;
        border-top: solid 1px #012b5f;
        border-left: solid 1px #012b5f;
        border-right: solid 1px #012b5f;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }

.centros-footer-images .img-desktop {
  display: none !important; }
  @media (min-width: 768px) {
    .centros-footer-images .img-desktop {
      display: block !important; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .centros-footer-images .img-desktop {
      display: block !important; } }

.centros-footer-images .img-mobile {
  display: block !important; }
  @media (min-width: 768px) {
    .centros-footer-images .img-mobile {
      display: none !important; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .centros-footer-images .img-mobile {
      display: none !important; } }

#list-container {
  min-height: 100px; }

#loader {
  position: absolute;
  visibility: inherit;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #fff; }
  #loader.active {
    display: block; }

#summum-app-que-hacer {
  background-color: rgba(0, 116, 176, 0.45); }
  #summum-app-que-hacer h2 {
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    font-size: 1.9rem;
    color: #fff;
    line-height: 2.1875rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      #summum-app-que-hacer h2 {
        font-family: -apple-system, "Poppins", "Roboto", sans-serif;
        font-size: 3.3rem;
        color: #fff;
        line-height: 3.75rem; } }
  #summum-app-que-hacer .services .icon-blue {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat; }
    #summum-app-que-hacer .services .icon-blue + div {
      width: calc(100% - 60px);
      padding-left: 30px;
      color: #fff;
      font-family: -apple-system, "Poppins", "Roboto", sans-serif;
      font-size: 1.125rem;
      color: #fff;
      line-height: 1.4375rem;
      font-weight: 500; }
      #summum-app-que-hacer .services .icon-blue + div span.disclaimer {
        display: block;
        margin-top: 1rem;
        font-family: -apple-system, "Poppins", "Roboto", sans-serif;
        font-size: 0.75rem;
        color: #fff;
        line-height: 1.4375rem; }

#aun-no-tienes .small-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    #aun-no-tienes .small-container {
      padding-left: 50px;
      padding-right: 50px; } }

#aun-no-tienes h2 {
  font-weight: 900;
  font-size: 2.7rem;
  color: #012b5f;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    #aun-no-tienes h2 {
      font-size: 3rem; } }

#aun-no-tienes .description {
  font-size: 1.7rem;
  line-height: 2.5rem; }
  @media (min-width: 768px) {
    #aun-no-tienes .description {
      font-size: 2.10rem; } }

.profesionales p {
  font-size: 1rem; }

.profesionales .profesionales-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 768px) {
    .profesionales .profesionales-nav {
      align-items: flex-start;
      flex-direction: row; } }
  .profesionales .profesionales-nav button {
    background: #F7F7F7;
    color: #00B6D2;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    transition: all 0.2s ease;
    border: none;
    border: solid 2px #00B6D2;
    width: 90%;
    margin-bottom: 16px; }
    .profesionales .profesionales-nav button.active {
      background: #00B6D2;
      color: #fff;
      padding: 10px 10px;
      border-radius: 30px;
      font-size: 1.1rem;
      font-family: -apple-system, "Poppins", "Roboto", sans-serif;
      transition: all 0.2s ease;
      border: none; }
      .profesionales .profesionales-nav button.active a {
        color: #fff; }
        .profesionales .profesionales-nav button.active a:hover {
          text-shadow: initial !important; }
      .profesionales .profesionales-nav button.active:hover {
        background: rgba(0, 182, 210, 0.8); }
      .profesionales .profesionales-nav button.active a {
        font-size: 1.1rem;
        transition: all 0.2s ease; }
    .profesionales .profesionales-nav button a {
      color: #00B6D2; }
      .profesionales .profesionales-nav button a:hover {
        text-shadow: initial !important; }
    .profesionales .profesionales-nav button:hover {
      background: rgba(247, 247, 247, 0.8); }
    .profesionales .profesionales-nav button a {
      font-size: 1.1rem;
      transition: all 0.2s ease; }
    @media (min-width: 768px) {
      .profesionales .profesionales-nav button {
        flex: 1;
        margin-left: 16px; }
        .profesionales .profesionales-nav button:first-child {
          margin-left: 0; } }

.profesionales .cartillas h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 48px;
  color: #1b5b9b; }

.profesionales .cartillas p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px; }

.profesionales .cartillas #leyendas p {
  font-weight: 300;
  font-size: 14.4px;
  line-height: 22px;
  margin-bottom: 0.5rem; }

.profesionales .cartillas label {
  font-weight: 300;
  font-size: 14.4px;
  line-height: 22px; }

.profesionales .cartillas #search {
  box-sizing: border-box;
  background: #F7F7F7;
  border: 2px solid #606060;
  border-radius: 6px;
  width: 100%;
  font-style: italic;
  font-weight: 275;
  font-size: 14.4px;
  line-height: 22px;
  color: #606060;
  padding: 10px 12px; }

.profesionales .cartillas table {
  border-collapse: separate;
  border-spacing: 6px 3px;
  border: 0 solid #ffffff;
  height: 1px; }
  .profesionales .cartillas table thead {
    display: none; }
    @media (min-width: 768px) {
      .profesionales .cartillas table thead {
        display: revert; } }
    .profesionales .cartillas table thead tr th div {
      cursor: pointer; }
      .profesionales .cartillas table thead tr th div:after {
        content: '>';
        display: none; }
      .profesionales .cartillas table thead tr th div.sorted:after {
        display: revert; }
      .profesionales .cartillas table thead tr th div.asc:after {
        transform: rotate(270deg); }
      .profesionales .cartillas table thead tr th div.desc:after {
        transform: rotate(90deg); }
  .profesionales .cartillas table tr {
    height: 100%; }
    .profesionales .cartillas table tr th, .profesionales .cartillas table tr td {
      height: 100%; }
      .profesionales .cartillas table tr th.desktop div, .profesionales .cartillas table tr td.desktop div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 9px 16px;
        border-radius: 6px;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px; }
      .profesionales .cartillas table tr th.resenia div, .profesionales .cartillas table tr td.resenia div {
        justify-content: center; }
      .profesionales .cartillas table tr th.resenia, .profesionales .cartillas table tr th.especialidad, .profesionales .cartillas table tr th.prestador, .profesionales .cartillas table tr td.resenia, .profesionales .cartillas table tr td.especialidad, .profesionales .cartillas table tr td.prestador {
        display: none; }
        @media (min-width: 768px) {
          .profesionales .cartillas table tr th.resenia, .profesionales .cartillas table tr th.especialidad, .profesionales .cartillas table tr th.prestador, .profesionales .cartillas table tr td.resenia, .profesionales .cartillas table tr td.especialidad, .profesionales .cartillas table tr td.prestador {
            display: revert; } }
      .profesionales .cartillas table tr th.mobile div, .profesionales .cartillas table tr td.mobile div {
        background: #F7F7F7;
        border-radius: 5px;
        padding: 8px; }
        .profesionales .cartillas table tr th.mobile div p, .profesionales .cartillas table tr td.mobile div p {
          font-weight: 400;
          font-size: 14px;
          line-height: 21px;
          color: #012B5F;
          margin-bottom: 0.5rem; }
          .profesionales .cartillas table tr th.mobile div p.mobile-resenia, .profesionales .cartillas table tr td.mobile div p.mobile-resenia {
            position: relative; }
            .profesionales .cartillas table tr th.mobile div p.mobile-resenia a, .profesionales .cartillas table tr td.mobile div p.mobile-resenia a {
              position: absolute;
              right: 10px;
              bottom: 0; }
          .profesionales .cartillas table tr th.mobile div p span, .profesionales .cartillas table tr td.mobile div p span {
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
            color: #606060; }
      @media (min-width: 768px) {
        .profesionales .cartillas table tr th.mobile, .profesionales .cartillas table tr td.mobile {
          display: none; } }
      .profesionales .cartillas table tr th.no-results, .profesionales .cartillas table tr td.no-results {
        text-align: center;
        padding: 20px 0;
        font-size: 2rem; }
    .profesionales .cartillas table tr th div {
      background: #1B5B9B;
      color: #fff;
      text-align: left;
      font-weight: 500; }
    .profesionales .cartillas table tr:nth-child(odd) td.desktop div {
      background: rgba(0, 182, 210, 0.05); }
    .profesionales .cartillas table tr:nth-child(even) td.desktop div {
      background: #F0F0F0; }

.profesionales .cartillas .nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0; }
  .profesionales .cartillas .nav li {
    margin-right: 8px; }
    .profesionales .cartillas .nav li.spacer {
      display: none; }
      @media (min-width: 768px) {
        .profesionales .cartillas .nav li.spacer {
          display: flex;
          align-items: center; } }
    .profesionales .cartillas .nav li span {
      color: #00B6D2;
      letter-spacing: 6px;
      margin-bottom: 20px;
      margin-left: 5px; }
    .profesionales .cartillas .nav li a {
      width: 32px;
      height: 32px;
      border: solid 2px #00B6D2;
      color: #00B6D2;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px; }
      @media (min-width: 768px) {
        .profesionales .cartillas .nav li a {
          width: 40px;
          height: 40px; } }
      .profesionales .cartillas .nav li a.disabled {
        opacity: 0.4; }
      .profesionales .cartillas .nav li a.hidden {
        display: none; }
    .profesionales .cartillas .nav li.active a {
      background: #00B6D2;
      border: solid 2px #00B6D2;
      color: #fff; }
    .profesionales .cartillas .nav li.last-page-container {
      display: none; }
      @media (min-width: 768px) {
        .profesionales .cartillas .nav li.last-page-container {
          display: revert; } }

.profesionales .cartillas .tabs {
  border-bottom: solid 1px #012b5f;
  margin-bottom: 30px; }
  .profesionales .cartillas .tabs ul {
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: -1px; }
    .profesionales .cartillas .tabs ul li {
      list-style: none; }
      .profesionales .cartillas .tabs ul li a, .profesionales .cartillas .tabs ul li span {
        display: block;
        color: #012b5f;
        padding: 10px 15px 5px 15px; }
      .profesionales .cartillas .tabs ul li.active a, .profesionales .cartillas .tabs ul li.active span {
        color: #555;
        background-color: #fff;
        border-top: solid 1px #012b5f;
        border-left: solid 1px #012b5f;
        border-right: solid 1px #012b5f;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }

#modal-prestadores {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  animation: modal-animation ease 0.5s forwards;
  z-index: 10000000000;
  display: none; }
  #modal-prestadores > div {
    animation: modal-div-animation ease 0.5s forwards; }
  #modal-prestadores header {
    align-items: center;
    background: #1B5B9B;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px; }
    #modal-prestadores header * {
      visibility: hidden; }
    #modal-prestadores header .imagen-prestador {
      border-radius: 50px;
      overflow: hidden; }
      #modal-prestadores header .imagen-prestador img {
        width: 50px;
        height: 50px; }
        @media (min-width: 768px) {
          #modal-prestadores header .imagen-prestador img {
            width: 100px;
            height: 100px; } }
    #modal-prestadores header .prestador-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px; }
      @media (min-width: 768px) {
        #modal-prestadores header .prestador-title {
          font-size: 18px;
          line-height: 27px; } }
    #modal-prestadores header .prestador {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 768px) {
        #modal-prestadores header .prestador {
          font-size: 32px;
          line-height: 48px; } }
    #modal-prestadores header button {
      background-color: transparent;
      border: none; }
      #modal-prestadores header button img {
        width: 20px; }
    #modal-prestadores header + div {
      border-bottom-left-radius: 23px;
      border-bottom-right-radius: 23px; }
      #modal-prestadores header + div > div {
        overflow: auto; }
  #modal-prestadores .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1B5B9B; }
    #modal-prestadores .text p span {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #606060; }
  #modal-prestadores .text .modal-content {
    display: none; }

@keyframes modal-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-div-animation {
  from {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }

.contacto .right-column, .se-socio-summum .right-column {
  width: 100%; }
  @media (min-width: 1024px) {
    .contacto .right-column, .se-socio-summum .right-column {
      width: 31rem; } }
  .contacto .right-column h3, .se-socio-summum .right-column h3 {
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    font-size: 2.2rem;
    color: #606060;
    line-height: 3rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .contacto .right-column h3, .se-socio-summum .right-column h3 {
        font-family: -apple-system, "Poppins", "Roboto", sans-serif;
        font-size: 2.4rem;
        color: #606060;
        line-height: 3rem; } }
    .contacto .right-column h3 + a span, .se-socio-summum .right-column h3 + a span {
      display: block;
      font-family: -apple-system, "Poppins", "Roboto", sans-serif;
      font-size: 2rem;
      color: #606060;
      line-height: 3rem;
      margin-bottom: 10px; }
  .contacto .right-column div, .se-socio-summum .right-column div {
    font-size: 1rem; }
    @media (min-width: 1024px) {
      .contacto .right-column div, .se-socio-summum .right-column div {
        font-size: 1.2rem; } }
    .contacto .right-column div a, .se-socio-summum .right-column div a {
      color: #606060; }
  .contacto .right-column .the-icon, .se-socio-summum .right-column .the-icon {
    width: 100%; }
    .contacto .right-column .the-icon img, .se-socio-summum .right-column .the-icon img {
      width: 65px; }
    @media (min-width: 768px) {
      .contacto .right-column .the-icon, .se-socio-summum .right-column .the-icon {
        width: 65px; }
        .contacto .right-column .the-icon img, .se-socio-summum .right-column .the-icon img {
          width: 100%; } }
    @media (min-width: 1024px) {
      .contacto .right-column .the-icon, .se-socio-summum .right-column .the-icon {
        width: 85px; } }
  .contacto .right-column p, .se-socio-summum .right-column p {
    margin-bottom: 0px;
    font-size: 1rem; }
  .contacto .right-column h3, .se-socio-summum .right-column h3 {
    font-size: 2rem;
    line-height: 2rem; }

.bear-form p {
  margin-bottom: 20px; }

.bear-form input[type="text"],
.bear-form input[type="email"],
.bear-form textarea {
  width: 100%;
  border: solid 2px #00b6d2;
  min-height: 45px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 0 5px; }

.bear-form input[type="submit"] {
  background-color: #00b6d2;
  color: #fff;
  border: none;
  border-radius: 30px;
  height: 45px;
  width: 150px;
  padding: 0.6em 1em 0.6em;
  transition: all 0.3s ease;
  cursor: pointer; }
  .bear-form input[type="submit"]:hover {
    background-color: #012b5f; }

.bear-form input[type="file"] {
  display: none; }

.bear-form label {
  font-size: 0.9rem !important; }

.bear-form textarea {
  height: 176px; }

.bear-form form .nice-select + .wpcf7-not-valid-tip {
  margin-top: 5px; }

.bear-form form .wpcf7-not-valid-tip {
  font-size: 0.9rem; }

.bear-form form .wpcf7-response-output {
  color: #fff;
  font-size: 1rem;
  border: none !important;
  width: fit-content;
  border-radius: 20px;
  margin: 0; }

.bear-form form.invalid .wpcf7-response-output {
  background: #bd9210; }

.bear-form form.sent .wpcf7-response-output {
  background-color: #00b6d2; }

.bear-form .wpcf7-acceptance span {
  margin: 0; }
  .bear-form .wpcf7-acceptance span label {
    display: flex; }
  .bear-form .wpcf7-acceptance span input[type='checkbox'] {
    -webkit-appearance: none;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #00b6d2;
    margin-right: 5px; }
  .bear-form .wpcf7-acceptance span input[type='checkbox']:checked {
    background: #00b6d2; }

.bear-form .cv-wrapper {
  display: flex; }
  .bear-form .cv-wrapper .adjuntar-cv {
    background-color: #606060;
    color: #fff;
    padding: 5px 16px;
    width: fit-content;
    min-width: fit-content;
    height: fit-content;
    border-radius: 30px;
    font-weight: 100;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease; }
    .bear-form .cv-wrapper .adjuntar-cv:hover {
      background-color: rgba(96, 96, 96, 0.7); }
  .bear-form .cv-wrapper .cv-name {
    margin: 5px 0 0 10px; }

.bear-form #legales-modal {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  animation: modal-animation ease 0.5s forwards;
  z-index: 10000000000;
  display: none; }
  .bear-form #legales-modal > div {
    animation: modal-div-animation ease 0.5s forwards;
    padding: 20px;
    border: solid 2px #00b6d2;
    border-radius: 8px;
    flex-wrap: wrap;
    background: #fff;
    max-height: 55vh; }
    .bear-form #legales-modal > div > div {
      max-height: 45vh;
      overflow: auto; }

section.maternidad h2 {
  font-size: 2rem; }

section.maternidad p {
  font-size: 1rem; }

section.maternidad .text-sm {
  font-size: .875rem; }

section.maternidad .blue-place {
  background-color: #8dc1db;
  color: #fff !important; }
  section.maternidad .blue-place h2 {
    color: #fff !important; }
  section.maternidad .blue-place .icon {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    section.maternidad .blue-place .icon + div {
      width: 100%; }
      @media (min-width: 767px) {
        section.maternidad .blue-place .icon + div {
          width: calc(100% - 80px); } }
      section.maternidad .blue-place .icon + div p:last-child {
        margin: 0; }

section.pilares .title {
  color: #172d4b; }

section.pilares .pilares-diagram {
  min-width: 300px; }
  @media (min-width: 768px) {
    section.pilares .pilares-diagram {
      min-width: auto; } }
  section.pilares .pilares-diagram img {
    max-height: 100vh; }

section.pilares .buttons {
  margin-bottom: 36px; }
  section.pilares .buttons:last-child {
    margin-bottom: 0; }
  section.pilares .buttons h2 {
    border-bottom: solid 1px #172d4b;
    color: #1b5b9b; }
  section.pilares .buttons p {
    font-size: 1.1rem; }
  section.pilares .buttons .icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  section.pilares .buttons .item {
    transition: all ease 0.5s;
    border: solid 1px transparent;
    min-height: 106px; }
    section.pilares .buttons .item:hover {
      transition: opacity ease 0.2s;
      opacity: 0.8; }

#modal-pilares {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  animation: modal-animation ease 0.5s forwards;
  z-index: 10000000000;
  display: none; }
  #modal-pilares > div {
    animation: modal-div-animation ease 0.5s forwards; }
  #modal-pilares header {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px; }
    #modal-pilares header .icon {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: none; }
      @media (min-width: 640px) {
        #modal-pilares header .icon {
          display: inline; } }
    #modal-pilares header button {
      background-color: transparent;
      border: none; }
      #modal-pilares header button img {
        width: 20px; }
    #modal-pilares header + div {
      border-bottom-left-radius: 23px;
      border-bottom-right-radius: 23px;
      max-height: 55vh; }
      #modal-pilares header + div > div {
        max-height: 45vh;
        overflow: auto; }
  #modal-pilares p {
    font-size: 1rem; }
  #modal-pilares ul li span {
    font-size: 1rem; }

@keyframes modal-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-div-animation {
  from {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }

section.beneficios-para-socios h2 {
  font-size: 2rem;
  color: #172d4b; }

section.beneficios-para-socios p {
  font-size: 1rem; }

section.beneficios-para-socios li {
  font-size: 1rem;
  line-height: 2rem; }

section.beneficios-para-socios .content-dropdown .acordeon > header {
  border-bottom: solid 1px #172d4b;
  margin-bottom: 1.3rem;
  cursor: pointer; }
  section.beneficios-para-socios .content-dropdown .acordeon > header h3 {
    font-size: 1.8rem;
    color: #235e95; }
  section.beneficios-para-socios .content-dropdown .acordeon > header .icon {
    color: #172d4b; }
  section.beneficios-para-socios .content-dropdown .acordeon > header + div {
    display: none; }
    section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon {
      border-bottom: solid 1px #eee;
      margin-bottom: 30px;
      padding: 10px 10px 30px; }
      section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon:last-child {
        border-bottom: none; }
      section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon > header + div img {
        max-width: 100px; }
      section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon .short p {
        margin-bottom: 0;
        line-height: 2rem; }
      section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon .long {
        display: block; }
        section.beneficios-para-socios .content-dropdown .acordeon > header + div .sub-acordeon .long p {
          margin-bottom: 0;
          line-height: 2rem; }

#login-prestadores {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh; }
  #login-prestadores .overlay {
    display: flex;
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    min-height: 80vh;
    top: 0;
    background: rgba(16, 33, 65, 0.5); }
    @media (min-width: 650px) {
      #login-prestadores .overlay {
        padding-top: 230px; } }
    #login-prestadores .overlay .content-login {
      margin: auto;
      width: 80%; }
      @media (min-width: 612px) {
        #login-prestadores .overlay .content-login {
          width: 445px; } }
      #login-prestadores .overlay .content-login h2 {
        font-size: 2.25rem !important;
        line-height: 3rem !important; }
        @media (min-width: 768px) {
          #login-prestadores .overlay .content-login h2 {
            font-size: 3rem !important;
            line-height: 3rem !important; } }
      #login-prestadores .overlay .content-login .text-2xl {
        font-size: 1.3rem; }
        @media (min-width: 768px) {
          #login-prestadores .overlay .content-login .text-2xl {
            font-size: 1.9rem; } }
      #login-prestadores .overlay .content-login iframe {
        border-radius: 12px;
        margin: auto;
        max-width: 345px;
        height: 400px; }

section.not-found .small-container h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #012b5f; }

section.not-found .small-container p {
  max-width: 530px;
  margin: 2.3rem auto; }

section.not-found .small-container .big-cta .cta .btn-rounded {
  padding-left: 25px;
  padding-right: 25px; }

#noticias .content-news .date, #noticias .new .date {
  color: #ccc;
  font-size: 0.8rem; }

#noticias .content-news h2, #noticias .content-news h3, #noticias .new h2, #noticias .new h3 {
  color: #1b5b9b;
  font-size: 2rem;
  line-height: 2.5rem; }
  @media (min-width: 768px) {
    #noticias .content-news h2, #noticias .content-news h3, #noticias .new h2, #noticias .new h3 {
      line-height: 2.3rem; } }
  #noticias .content-news h2 a, #noticias .content-news h3 a, #noticias .new h2 a, #noticias .new h3 a {
    color: #1b5b9b; }

#noticias .content-news h2, #noticias .new h2 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.8rem; }

#noticias .content-news .image, #noticias .new .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 3rem);
  margin-left: -2rem;
  margin-right: -2rem; }
  @media (min-width: 1024px) {
    #noticias .content-news .image, #noticias .new .image {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

#noticias .content-news .full-description, #noticias .new .full-description {
  font-size: 1.1rem;
  line-height: 1.8rem; }
  #noticias .content-news .full-description h3, #noticias .new .full-description h3 {
    font-size: 1.5rem;
    line-height: 2rem; }
  #noticias .content-news .full-description p, #noticias .new .full-description p {
    font-size: 1.1rem;
    line-height: 1.8rem; }

#noticias .content-news .notice, #noticias .new .notice {
  border-bottom: solid 1px #ccc; }
  #noticias .content-news .notice .btn-info, #noticias .new .notice .btn-info {
    padding-left: 20px;
    padding-right: 20px; }
  #noticias .content-news .notice:last-child, #noticias .new .notice:last-child {
    border-bottom: none; }

#noticias .content-news .go-back, #noticias .new .go-back {
  color: #012b5f; }
  #noticias .content-news .go-back span, #noticias .new .go-back span {
    font-size: 1rem;
    position: relative;
    top: 5px; }
  #noticias .content-news .go-back i, #noticias .new .go-back i {
    font-size: 1.3rem;
    font-style: normal;
    text-decoration: underline; }

#noticias .new .wp-post-image {
  width: 100%; }

#noticias .btn-dark {
  padding-left: 25px;
  padding-right: 25px; }

#noticias .noticias-recientes {
  display: none; }
  @media (min-width: 768px) {
    #noticias .noticias-recientes {
      display: block; } }
  #noticias .noticias-recientes h4 {
    font-weight: 300;
    color: #909090; }
  #noticias .noticias-recientes .noticia-reciente {
    padding: 15px 0;
    border-bottom: solid 1px #ccc; }
    #noticias .noticias-recientes .noticia-reciente .date {
      margin: 0;
      color: #b6b6b6;
      font-weight: lighter;
      font-size: .65rem; }
    #noticias .noticias-recientes .noticia-reciente h4 {
      font-size: 1.2rem;
      line-height: 1.6rem;
      margin-bottom: 5px; }
      #noticias .noticias-recientes .noticia-reciente h4 a {
        color: #1b5b9b; }
    #noticias .noticias-recientes .noticia-reciente .description {
      color: #9b9b9b;
      text-align: justify;
      margin: 0; }
    #noticias .noticias-recientes .noticia-reciente:last-child {
      border-bottom: none !important; }
  #noticias .noticias-recientes .btn-info {
    padding: 4px 8px;
    font-size: 1rem; }

#noticias #loader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #fff; }
  #noticias #loader.active {
    display: block; }

section.soy-summum .the-post {
  border-bottom: solid 1px #ccc; }
  section.soy-summum .the-post:last-child {
    border-bottom: none; }
  section.soy-summum .the-post .date {
    color: #c4b3b2; }
  section.soy-summum .the-post h3 {
    color: #1b5b9b;
    font-weight: 300; }
    section.soy-summum .the-post h3 a {
      color: #1b5b9b; }
  section.soy-summum .the-post .text {
    color: #606060;
    font-size: 1.1rem; }
  section.soy-summum .the-post .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative; }
    section.soy-summum .the-post .image a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    @media (min-width: 768px) {
      section.soy-summum .the-post .image {
        height: 550px; } }

@media (min-width: 768px) {
  section.soy-summum .right-column {
    padding-top: 93px; } }

section.soy-summum .right-column.pt-0 {
  padding-top: 0; }

section.soy-summum .right-column h4 {
  color: #909090;
  font-weight: 300; }

section.soy-summum .right-column .post-reciente {
  border-bottom: solid 1px #ccc; }
  section.soy-summum .right-column .post-reciente:last-child {
    border-bottom: none; }
  section.soy-summum .right-column .post-reciente h4 {
    color: #1b5b9b;
    font-weight: 300; }
    section.soy-summum .right-column .post-reciente h4 a {
      color: #1b5b9b; }
  section.soy-summum .right-column .post-reciente .date {
    color: #c4b3b2; }
  section.soy-summum .right-column .post-reciente img {
    filter: drop-shadow(0 0 0.15rem #ccc); }

section.soy-summum .right-column .ediciones-recientes {
  display: none; }
  @media (min-width: 768px) {
    section.soy-summum .right-column .ediciones-recientes {
      display: block; } }

section.soy-summum .right-column .nice-select {
  border-color: #00b6d2 !important;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  padding-left: 10px !important;
  height: 33px !important; }
  section.soy-summum .right-column .nice-select > span {
    top: -4px !important; }
  section.soy-summum .right-column .nice-select ul.list {
    border-color: #00b6d2 !important; }

section.soy-summum .right-column .content-tags {
  margin-left: -5px;
  margin-right: -5px; }
  section.soy-summum .right-column .content-tags .tag {
    background: #00b6d2;
    color: white;
    padding: 5px 10px;
    border-radius: 30px;
    font-family: -apple-system, "Poppins", "Roboto", sans-serif;
    transition: all 0.2s ease;
    border: none;
    margin: 5px 4px;
    font-size: 0.9rem;
    cursor: pointer; }
    section.soy-summum .right-column .content-tags .tag.selected {
      background: #fff;
      border: solid 2px #00b6d2;
      color: #00b6d2; }

section.soy-summum .ediciones h2 {
  color: #1b5b9b;
  font-weight: 300;
  border-bottom: solid 1px #ccc;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  font-size: 1.875rem;
  line-height: 1.875rem; }
  @media (min-width: 768px) {
    section.soy-summum .ediciones h2 {
      font-size: 2.375rem;
      line-height: 2.375rem; } }

section.soy-summum .ediciones .content-ediciones .name {
  min-height: 4rem; }

section.soy-summum .ediciones .content-ediciones img {
  filter: drop-shadow(0 0 0.15rem #ccc); }

section.soy-summum .ediciones .content-ediciones button.btn-info {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

section.se-socio-summum h2 {
  color: #012b5f;
  line-height: 2.5rem; }

section.se-socio-summum .bear-form .nice-select {
  border-width: 2px !important;
  border-color: #00b6d2 !important;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  padding-left: 10px !important;
  height: 33px !important;
  width: 240px !important;
  margin-top: -23px;
  background-color: #f7f7f7 !important; }
  @media (min-width: 1024px) {
    section.se-socio-summum .bear-form .nice-select {
      margin-top: -30px; } }
  section.se-socio-summum .bear-form .nice-select > span {
    top: -4px !important; }
  section.se-socio-summum .bear-form .nice-select ul.list {
    background-color: #f7f7f7 !important;
    border-color: #00b6d2 !important;
    border-width: 2px !important;
    width: calc(100% + 4px) !important;
    margin-left: -2px !important; }

section.se-socio-summum .bear-form .wpcf7-checkbox {
  position: relative;
  top: 10px;
  left: 4px; }
  section.se-socio-summum .bear-form .wpcf7-checkbox > span {
    width: 100%; }
    @media (min-width: 769px) {
      section.se-socio-summum .bear-form .wpcf7-checkbox > span {
        margin-right: 25px;
        width: auto; } }
    @media (max-width: 768px) {
      section.se-socio-summum .bear-form .wpcf7-checkbox > span.first {
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      section.se-socio-summum .bear-form .wpcf7-checkbox > span.last {
        margin-bottom: 20px; } }
  section.se-socio-summum .bear-form .wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 15px; }

section.se-socio-summum .bear-form .plan-type input[type="checkbox"]::after {
  content: '';
  display: block;
  border: solid 2px #00b6d2;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #f7f7f7;
  position: relative;
  transform: translate(-50%, -34%); }

section.se-socio-summum .bear-form .plan-type input[type="checkbox"]:checked::after {
  background-color: #00b6d2; }

section.se-socio-summum .right-column {
  width: 100%; }
  @media (min-width: 1024px) {
    section.se-socio-summum .right-column {
      width: 31rem; } }
  section.se-socio-summum .right-column img {
    width: 90px; }

section.politicas-de-privacidad .date {
  color: #909090; }

section.politicas-de-privacidad h2 {
  font-size: 2rem;
  margin-bottom: .5rem; }

section.politicas-de-privacidad p {
  font-size: 1rem;
  margin-bottom: .5rem; }

section.politicas-de-privacidad ul li {
  font-size: 1rem; }

.planes.banda {
  background-color: #9085BE;
  color: #fff; }
  .planes.banda .item-banda {
    margin-bottom: 2.7rem; }
    .planes.banda .item-banda:last-child {
      margin-bottom: 0; }
    .planes.banda .item-banda .icon {
      width: 100%;
      padding-right: calc(100% - 53px);
      padding-top: 6px;
      padding-bottom: 20px; }
      @media (min-width: 425px) {
        .planes.banda .item-banda .icon {
          width: 83px;
          padding-right: 30px;
          padding-bottom: 0; } }
    .planes.banda .item-banda h2 {
      color: #fff;
      font-weight: 600 !important; }
    .planes.banda .item-banda .text {
      font-size: 1.1rem;
      font-family: -apple-system, "Roboto", "Helvetica Neue", sans-serif;
      letter-spacing: 1px; }
      .planes.banda .item-banda .text p:last-child {
        margin: 0; }
      .planes.banda .item-banda .text ul {
        padding: 0;
        margin: 0 0 0 1em;
        list-style-position: outside; }

.planes.white-top h2 {
  font-size: 2rem; }

.planes.white-top p {
  font-size: 1rem; }

.planes.white-top p, .planes.white-top h2 {
  margin-bottom: 0; }
  .planes.white-top p + p, .planes.white-top p + h2, .planes.white-top h2 + p, .planes.white-top h2 + h2 {
    margin-top: 1rem; }

.conoce-beneficios .text {
  color: #012B5F;
  font-weight: bold; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  margin-top: 15px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
    .main-navigation li:last-child a {
      border-right: none !important; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    border-right: solid 1px #fff;
    transition: all 0.5s ease;
    font-size: 1.1rem; }
    .main-navigation a:hover {
      opacity: 0.7; }

/* Small menu. */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.login-button a {
  display: flex;
  border: none; }
  .login-button a i {
    border-left: solid 1px #fff;
    padding-left: .5rem; }

.btn-quiero-ser-socio {
  margin-top: -10px; }
  .btn-quiero-ser-socio a {
    border: none; }
    .btn-quiero-ser-socio a i {
      font-style: initial;
      color: #bd9210; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Selects
--------------------------------------------- */
.nice-select {
  width: 100% !important;
  height: 30px !important;
  border-radius: 10px !important;
  border: solid 1px #afafaf !important; }
  .nice-select > span {
    position: relative !important;
    top: -6px !important; }
  .nice-select ul.list {
    border: solid 1px #afafaf !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: none !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    width: calc(100% + 2px);
    box-shadow: none; }
  .nice-select::after {
    border-bottom: 4px solid #999 !important;
    border-right: 4px solid #999 !important;
    margin-top: -6px !important;
    height: 10px !important;
    width: 10px !important; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Slick
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
