/*
Theme Name: Muguerza Espacio Saludable
Author: Nett
Author URI: http://nett.mx/
Description: Tema para Muguerza Espacio Saludable
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 32px; }

ol, ul {
  padding: 0 0 0 20px; }

a {
  color: #671E75;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: rgba(103, 30, 117, 0.8); }

a:focus,
a:active {
  text-decoration: none; }

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none; }

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 30px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 50px;
      line-height: 70px; } }

h2 {
  font-size: 26px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 36px;
      line-height: 45px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 46px;
      line-height: 65px; } }

h3 {
  font-size: 22px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 32px;
      line-height: 43px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 42px;
      line-height: 56px; } }

h4 {
  font-size: 20px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 25px;
      line-height: 35px; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 28px;
      line-height: 38px; } }

h5 {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 19px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800; }
  @media (min-width: 992px) {
    h5 {
      font-size: 18px;
      line-height: 22px; } }

h6 {
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800; }
  @media (min-width: 992px) {
    h6 {
      font-size: 16px;
      line-height: 19px; } }

blockquote {
  color: #63666A;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 44px;
  position: relative; }
  blockquote:before {
    content: '';
    background-image: url("img/comillas.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

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

ul {
  list-style: none;
  margin-bottom: 0; }
  ul li {
    position: relative; }
    ul li:after {
      content: '';
      color: #671E75;
      position: absolute;
      width: 6px;
      height: 6px;
      margin-left: -15px;
      border: 1px solid #671E75;
      border-radius: 50%;
      top: 14px;
      left: 0; }

.pagina-contenedor .titulo-linea-abajo,
.home-contenedor .titulo-linea-abajo {
  color: #63666A;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase; }
  .pagina-contenedor .titulo-linea-abajo:after,
  .home-contenedor .titulo-linea-abajo:after {
    background-color: #63666A;
    content: '';
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 40px; }

.pagina-contenedor {
  margin-top: 50px;
  margin-bottom: 50px; }

.pagina-contenido p:last-child {
  margin-bottom: 0; }

.pagina-contenido .botones-compartir {
  margin-bottom: 31px; }

.articulos-contenedor {
  margin-top: 42px; }

.etiqueta {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 3px; }

.sugerencias {
  font-weight: 600;
  margin-bottom: 8px; }

.cargar-mas {
  margin-top: 10px;
  text-align: center; }
  .cargar-mas .btn-morado {
    display: block;
    margin-bottom: 30px; }
    .cargar-mas .btn-morado:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) {
  blockquote {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 34px; }
  .pagina-contenedor .titulo-linea-abajo,
  .home-contenedor .titulo-linea-abajo {
    margin-bottom: 50px; }
  .pagina-contenedor {
    margin-top: 70px;
    margin-bottom: 70px; }
  .pagina-contenido .botones-compartir {
    margin-bottom: 40px; }
  .articulos-contenedor {
    margin-top: 59px; }
  .cargar-mas {
    margin-top: 20px; }
    .cargar-mas .btn-morado {
      display: inline-block;
      margin-bottom: 0; }
    .cargar-mas .btn-morado + .btn-morado {
      margin-left: 30px; } }

@media (min-width: 992px) {
  body {
    line-height: 34px; }
  blockquote {
    font-size: 28px;
    line-height: 46px;
    padding-left: 50px; }
  .pagina-contenedor .titulo-linea-abajo,
  .home-contenedor .titulo-linea-abajo {
    margin-bottom: 60px; }
    .pagina-contenedor .titulo-linea-abajo:after,
    .home-contenedor .titulo-linea-abajo:after {
      margin-top: 15px; }
  .pagina-contenido .botones-compartir {
    margin-bottom: 50px; }
  .pagina-contenedor {
    margin-top: 100px;
    margin-bottom: 100px; }
  .articulos-contenedor {
    margin-top: 80px; }
  .cargar-mas {
    margin-top: 30px; } }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.form-control {
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  color: #63666A;
  min-height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control:focus {
    border-color: #671E75;
    outline-color: #671E75;
    box-shadow: none; }

select.form-control {
  background-image: url("img/icono-flecha-select.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 11px 8px;
  padding-right: 41px; }

.form-group {
  margin-bottom: 15px; }

.header-form .form-control {
  transition: 0.5s;
  min-height: 40px;
  border-color: #ced4da;
  margin-bottom: 0; }
  .header-form .form-control:focus {
    border-color: #671E75; }

.header-form .form-control:focus + .btn-buscar {
  border-color: #671E75; }

.header-form .btn-buscar {
  border-color: #ced4da; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-border: 1px solid #C9202D; }

.wpcf7-response-output {
  margin: 0;
  padding: 19px 15px 17px 15px;
  color: #498F63;
  background-color: #FBFAFB;
  font-size: 14px;
  line-height: 24px;
  border-color: #498F63;
  text-align: center; }

.wpcf7-validation-errors {
  color: #C9202D;
  border-color: #C9202D;
  background-color: transparent; }

.body-wrapper .page-numbers {
  display: none; }

.body-wrapper .contenedor-botones .page-numbers {
  display: block; }

footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #764695;
  color: #FFFFFF;
  padding-top: 43px; }
  footer h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 6px; }
  footer ul {
    line-height: 34px;
    font-size: 14px;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    footer ul li {
      margin-bottom: 2px; }
      footer ul li:after {
        content: none; }
      footer ul li:before {
        content: '- ';
        color: #FFFFFF;
        font-weight: 300; }
  footer span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 16px;
    vertical-align: sub; }
  footer a {
    color: #FFFFFF; }
    footer a img {
      transition: 0.5s; }
    footer a:hover, footer a:focus {
      color: rgba(255, 255, 255, 0.5); }
      footer a:hover img, footer a:focus img {
        opacity: 0.5; }

.general-info,
.mas-info {
  margin-bottom: 21px; }

.redes {
  margin-bottom: 29px; }
  .redes h3 {
    margin-bottom: 10px; }
  .redes a {
    margin-right: 2px;
    padding: 10px 12px; }
    .redes a:last-child {
      margin-right: 0; }
  .redes .facebook {
    margin-right: 1px; }

.descargas {
  margin-bottom: 43px; }
  .descargas h3 {
    margin-bottom: 10px; }
  .descargas a {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding: 4px 0; }
    .descargas a:last-child {
      margin-bottom: 0; }

.aviso {
  background: #59177C;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 2px;
  padding-top: 39px;
  padding-bottom: 39px;
  text-transform: uppercase; }

.copy p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0; }

.privacidad {
  text-align: left; }
  .privacidad p {
    margin-bottom: 0; }
  .privacidad a:hover {
    color: rgba(255, 255, 255, 0.5); }

@media (min-width: 768px) {
  footer {
    padding-top: 43px; }
  .general-info {
    margin-bottom: 0; }
  .redes h3 {
    padding-right: 0; }
  .mas-info {
    margin-bottom: 0; }
    .mas-info h3 {
      padding-right: 40px; }
  .descargas {
    margin-bottom: 33px; }
  .privacidad {
    text-align: center; }
  .aviso {
    padding-top: 29px;
    padding-bottom: 29px; } }

@media (min-width: 768px) and (max-width: 991px) {
  footer h3 {
    margin-bottom: 10px; }
  .contenedor-redes-descargas {
    display: flex;
    margin-top: 19px; }
  .redes, .descargas {
    width: 50%; }
  .descargas h3 {
    margin-bottom: 15px; }
  .redes h3 {
    margin-bottom: 14px; }
  .redes {
    margin-bottom: 0; }
  .descargas {
    padding-left: 15px;
    margin-bottom: 42px; }
  .privacidad {
    text-align: left; }
  .mas-info h3 {
    padding-right: 160px; } }

@media (min-width: 992px) {
  footer {
    padding-top: 53px; }
    footer h3 {
      margin-bottom: 15px; }
    footer ul {
      line-height: 44px; }
      footer ul li {
        margin-bottom: 2px; }
  .redes {
    margin-bottom: 37px; }
    .redes h3 {
      padding-right: 70px;
      margin-bottom: 23px; }
    .redes a {
      padding: 0;
      margin-right: 26px; }
    .redes .facebook {
      margin-right: 25px; }
  .mas-info h3 {
    padding-right: 180px; }
  .descargas {
    margin-bottom: 52px; }
    .descargas h3 {
      margin-bottom: 23px; }
  .aviso {
    padding-top: 28px;
    padding-bottom: 28px; } }

.menu-mobile-contenedor {
  align-items: center;
  width: 100%; }

.borde-inferior {
  align-items: center;
  border-bottom: 1px solid rgba(189, 189, 189, 0.3);
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 25px;
  width: 100%; }

.navbar {
  padding-left: 15px;
  padding-right: 15px; }

.muguerza-menu {
  padding-bottom: 0;
  padding-top: 25px;
  width: 100%; }
  .muguerza-menu li {
    margin: 0;
    padding: 0; }
    .muguerza-menu li:after {
      content: none; }
  .muguerza-menu .navbar-brand {
    margin: 0;
    padding: 0; }
  .muguerza-menu .navbar-toggler {
    border-radius: 0;
    border: 0;
    margin-top: 2px;
    padding: 0; }
  .muguerza-menu .hamburger:hover {
    opacity: 1; }
  .muguerza-menu .hamburger-box {
    display: block;
    height: 16px;
    width: 25px; }
  .muguerza-menu .hamburger-inner,
  .muguerza-menu .hamburger-inner::after,
  .muguerza-menu .hamburger-inner::before {
    background-color: #671E75;
    border-radius: 0;
    height: 2px;
    width: 25px; }
  .muguerza-menu .hamburger-inner::before {
    top: -7px; }
  .muguerza-menu .hamburger-inner::after {
    bottom: -7px; }
  .muguerza-menu .form-control {
    border-right: none; }

.navbar-inferior {
  display: none; }

.navbar-sup-contenedor {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .navbar-sup-contenedor .header-form {
    display: none; }

.navbar-menu {
  display: flex;
  height: 17px;
  justify-content: flex-end;
  margin-bottom: 1px; }

.navbar-header {
  align-items: center;
  display: flex; }
  .navbar-header h5 {
    display: none; }

.menu-buscar .input-buscar {
  align-items: stretch;
  display: flex;
  margin-bottom: 20px;
  margin-right: 0;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .menu-buscar .input-buscar .form-control {
    box-sizing: border-box;
    border-right: none;
    position: relative;
    width: calc(100% - 46px); }
  .menu-buscar .input-buscar .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.menu-buscar .btn-amarillo {
  padding: 11px 30px;
  width: 100%;
  min-width: 100%; }

.logo-header {
  max-width: 130px; }

.menu-colapsable {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  flex-wrap: wrap; }
  .menu-colapsable .navbar-nav {
    font-size: 14px;
    justify-content: flex-end;
    line-height: 32px;
    width: 100%; }
    .menu-colapsable .navbar-nav a, .menu-colapsable .navbar-nav span {
      color: #671E75; }
    .menu-colapsable .navbar-nav a:hover, .menu-colapsable .navbar-nav span:hover {
      color: #E88D21; }
    .menu-colapsable .navbar-nav span {
      transition: 0.5s; }
  .menu-colapsable .menu-item {
    margin-right: 18px; }
    .menu-colapsable .menu-item:last-child {
      margin-right: 0; }

#mm-menu-colapsable .mm-panel_has-navbar:first-child .mm-navbar {
  display: none; }

#mm-menu-colapsable .mm-navbar {
  color: #671E75;
  font-size: 20px;
  background-color: #FFFFFF;
  height: auto;
  border-bottom: 1px solid #D8D8D8; }
  #mm-menu-colapsable .mm-navbar .mm-navbar__title {
    padding-top: 22px;
    padding-bottom: 22px; }

#mm-menu-colapsable .mm-panels,
#mm-menu-colapsable .mm-panel {
  background: #FFFFFF; }
  #mm-menu-colapsable .mm-panels li::after,
  #mm-menu-colapsable .mm-panel li::after {
    content: none; }

#mm-menu-colapsable .mm-panel::after,
#mm-menu-colapsable .mm-panel::before {
  content: none; }

#mm-menu-colapsable .mm-panel {
  padding-top: 20px; }
  #mm-menu-colapsable .mm-panel .dropdown-toggle::after {
    content: none; }

#mm-menu-colapsable .mm-listitem {
  border-bottom: 1px solid #D8D8D8;
  font-weight: 400; }

#mm-menu-colapsable .mm-listview .mm-listitem__text {
  color: #63666A; }

#mm-menu-colapsable .btn-amarillo {
  color: #FFFFFF; }

#mm-menu-colapsable .mm-listitem__text {
  padding: 15px 0 14px 0; }

#mm-menu-colapsable .mm-listview > li > a.mm-next::before {
  content: none; }

#mm-menu-colapsable .mm-title {
  text-transform: capitalize; }

#mm-menu-colapsable .menu-item {
  margin-right: 0; }

#mm-menu-colapsable .navbar-nav {
  margin-left: 0;
  padding-bottom: 10px;
  margin-bottom: 20px; }

#mm-menu-colapsable .active.mm-listitem__text, #mm-menu-colapsable:focus {
  color: #671E75; }
  #mm-menu-colapsable .active.mm-listitem__text:after, #mm-menu-colapsable:focus:after {
    content: none; }

#mm-menu-colapsable .dropdown-menu {
  border: none;
  border-radius: 0;
  display: block;
  float: none;
  margin: 45px 20px 0 20px;
  padding: 0;
  position: relative;
  top: 0; }
  #mm-menu-colapsable .dropdown-menu a {
    color: #63666A;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: initial; }
    #mm-menu-colapsable .dropdown-menu a:hover {
      background-color: transparent; }
    #mm-menu-colapsable .dropdown-menu a:focus {
      color: #671E75; }

.mm-panels > .mm-panel > .mm-listview {
  margin-bottom: 0;
  margin-top: 0; }

@media (max-width: 575px) {
  .borde-inferior {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .muguerza-menu {
    padding-top: 25px; }
  .navbar-header h5 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: block;
    height: 100%;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 30px;
    padding-left: 30px;
    position: relative; }
    .navbar-header h5:before {
      background-color: #D8D8D8;
      content: '';
      height: 30px;
      left: 0;
      position: absolute;
      top: -4px;
      width: 1px; }
  .menu-colapsable {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    .menu-colapsable a {
      color: #000000; }
    .menu-colapsable a:hover {
      color: rgba(0, 0, 0, 0.7); }
  .navbar-sup-contenedor {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .menu-mobile-contenedor {
    border-bottom: none;
    padding-bottom: 0; }
  .borde-inferior {
    display: block;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0; }
  .navbar-sup-contenedor {
    margin-bottom: 30px; }
  .muguerza-menu {
    display: block;
    padding-bottom: 0;
    padding-top: 30px; }
    .muguerza-menu .dropdown-menu {
      background-color: #FFFFFF;
      border-bottom: none;
      border-left: none;
      border-radius: 0;
      border-right: none;
      border-top: 3px solid #671E75;
      box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.09);
      margin-top: 11px;
      min-width: 485px;
      padding: 20px 0 9px;
      width: 100%; }
    .muguerza-menu .dropdown.show span, .muguerza-menu .dropdown.show a {
      color: #E88D21; }
    .muguerza-menu .dropdown.show .dropdown-toggle::after {
      border-color: #E88D21; }
    .muguerza-menu .dropdown-menu.show {
      display: block;
      transform: translateX(-40%);
      color: #E88D21;
      display: flex;
      flex-wrap: wrap; }
      .muguerza-menu .dropdown-menu.show li {
        margin-bottom: 11px;
        margin-right: 0;
        padding-left: 0;
        width: 50%; }
      .muguerza-menu .dropdown-menu.show a {
        color: #000000;
        padding-left: 19px;
        padding-right: 19px;
        display: block; }
        .muguerza-menu .dropdown-menu.show a:hover {
          color: #E88D21; }
    .muguerza-menu .dropdown-toggle::after {
      border: solid #671E75;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transition: 0.5s; }
  .navbar-menu {
    height: auto;
    width: 100%; }
  .menu-colapsable .menu-item {
    margin-right: 23px; }
  .menu-colapsable .navbar-nav {
    line-height: 27px;
    order: 1; }
    .menu-colapsable .navbar-nav a, .menu-colapsable .navbar-nav span {
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.93px;
      text-transform: uppercase;
      line-height: 19px; }
      .menu-colapsable .navbar-nav a:hover:after, .menu-colapsable .navbar-nav span:hover:after {
        border-color: #E88D21; }
    .menu-colapsable .navbar-nav .dropdown-toggle:after:hover {
      border-color: #E88D21; }
  .navbar-sup-contenedor {
    border-bottom: none;
    order: 1;
    width: 100%; }
    .navbar-sup-contenedor .header-form {
      display: flex; }
  .navbar-inferior .header-form {
    display: none; }
  .navbar-menu {
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
    border-top: 1px solid rgba(189, 189, 189, 0.3);
    padding-top: 11px;
    justify-content: center;
    margin-bottom: 0;
    order: 2;
    padding-bottom: 11px; }
  .navbar-inferior {
    width: 100%;
    display: flex;
    justify-content: center; }
    .navbar-inferior li {
      margin-right: 19px; }
      .navbar-inferior li:last-child {
        margin-right: 0; }
      .navbar-inferior li a {
        font-weight: 800;
        text-transform: uppercase;
        padding: 0 15px; }
    .navbar-inferior li.dropdown {
      margin-right: 51px; }
    .navbar-inferior li.btn-ver-todos {
      position: relative; }
      .navbar-inferior li.btn-ver-todos a {
        color: #000000;
        padding-left: 32px; }
        .navbar-inferior li.btn-ver-todos a:hover {
          color: rgba(0, 0, 0, 0.6); }
      .navbar-inferior li.btn-ver-todos:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background-color: #63666A;
        top: 3px;
        left: 0; }
  .menu-buscar .input-buscar {
    margin-bottom: 0;
    max-width: 200px; }
  .menu-buscar .btn-amarillo {
    min-width: 190px;
    width: auto; }
  .logo-header {
    max-width: 160px; } }

.banner-contenedor {
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding-top: 205px; }

.cuadro-banner {
  max-width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 53px 0 rgba(0, 0, 0, 0.14);
  padding: 28px 15px 27px 15px; }
  .cuadro-banner a {
    color: #000000; }
    .cuadro-banner a:hover {
      color: #671E75; }
  .cuadro-banner p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: rgba(99, 102, 106, 0.8);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .cuadro-banner h3 {
    margin-bottom: 18px;
    transition: 0.5s;
    max-height: 144px;
    overflow: hidden; }
  .cuadro-banner .etiqueta {
    color: #FFFFFF;
    background-color: #671E75;
    margin-bottom: 14px; }

@media (min-width: 768px) {
  .banner-contenedor {
    min-height: 350px;
    height: 1px;
    padding-top: 0; }
  .cuadro-banner {
    max-width: 350px;
    padding: 38px 30px 37px 30px; }
    .cuadro-banner h3 {
      margin-bottom: 24px;
      max-height: 172px; }
    .cuadro-banner .etiqueta {
      margin-bottom: 19px; } }

@media (min-width: 992px) {
  .banner-contenedor {
    min-height: 465px; }
  .cuadro-banner {
    max-width: 555px;
    padding: 46px 40px 47px 40px; }
    .cuadro-banner h3 {
      margin-bottom: 26px;
      max-height: 224px; }
    .cuadro-banner .etiqueta {
      margin-bottom: 26px; } }

.btn-morado {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.52px;
  line-height: 18px;
  min-width: 245px;
  padding: 14px 30px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #671E75;
  color: #671E75;
  text-transform: uppercase; }
  .btn-morado:hover {
    background-color: #671E75;
    color: #FFFFFF; }

.btn-blanco {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.52px;
  line-height: 18px;
  min-width: 245px;
  padding: 14px 30px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-transform: uppercase; }
  .btn-blanco:hover {
    background-color: #FFFFFF;
    color: #671E75; }

.btn-amarillo {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.52px;
  line-height: 18px;
  min-width: 245px;
  padding: 14px 30px;
  transition: 0.5s;
  text-align: center;
  background-color: #E88D21;
  border-color: #E88D21;
  color: #FFFFFF;
  text-transform: uppercase; }
  .btn-amarillo:hover {
    background-color: #CD7E1F;
    color: #FFFFFF; }

.btn-buscar {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.52px;
  line-height: 18px;
  min-width: 245px;
  padding: 14px 30px;
  transition: 0.5s;
  text-align: center;
  background-image: url("img/icono-buscar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  min-width: 0;
  padding: 10px 20px;
  padding-left: 25px;
  border: 1px solid #ced4da;
  border-left: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.boton-share,
.boton-social {
  width: 40px;
  height: 40px;
  border: 1px solid #DFDFDF;
  border-left: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  display: block; }
  .boton-share:hover,
  .boton-social:hover {
    background-color: #671E75; }
  .boton-share:first-child,
  .boton-social:first-child {
    border-left: 1px solid #DFDFDF; }

.btn-compartir {
  background-image: url("img/icono-compartir-blanco.svg");
  background-size: 17px 18px;
  background-color: #671E75; }

.btn-facebook {
  background-image: url("img/icono-facebook-gris.svg");
  background-size: 10px 15px;
  cursor: pointer; }
  .btn-facebook:hover {
    background-image: url("img/icono-facebook-blanco.svg"); }

.btn-twitter {
  background-image: url("img/icono-twitter-gris.svg");
  background-size: 18px 14px; }
  .btn-twitter:hover {
    background-image: url("img/icono-twitter-blanco.svg"); }

.btn-whatsapp {
  background-image: url("img/icono-whats-gris.svg");
  background-size: 18px 18px; }
  .btn-whatsapp:hover {
    background-image: url("img/icono-whats-blanco.svg"); }

.btn-mail {
  background-image: url("img/icono-mail-gris.svg");
  background-size: 18px 15px; }
  .btn-mail:hover {
    background-image: url("img/icono-mail-blanco.svg"); }

.suscribete .elq-form .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.suscribete .elq-form .row {
  margin-left: 0;
  margin-right: 0; }

.suscribete .elq-form .col-lg-1,
.suscribete .elq-form .col-lg-2,
.suscribete .elq-form .col-lg-3,
.suscribete .elq-form .col-lg-4,
.suscribete .elq-form .col-lg-5,
.suscribete .elq-form .col-lg-6,
.suscribete .elq-form .col-lg-7,
.suscribete .elq-form .col-lg-8,
.suscribete .elq-form .col-lg-9,
.suscribete .elq-form .col-lg-10,
.suscribete .elq-form .col-lg-11,
.suscribete .elq-form .col-lg-12,
.suscribete .elq-form .col-md-1,
.suscribete .elq-form .col-md-2,
.suscribete .elq-form .col-md-3,
.suscribete .elq-form .col-md-4,
.suscribete .elq-form .col-md-5,
.suscribete .elq-form .col-md-6,
.suscribete .elq-form .col-md-7,
.suscribete .elq-form .col-md-8,
.suscribete .elq-form .col-md-9,
.suscribete .elq-form .col-md-10,
.suscribete .elq-form .col-md-11,
.suscribete .elq-form .col-md-12,
.suscribete .elq-form .col-sm-1,
.suscribete .elq-form .col-sm-2,
.suscribete .elq-form .col-sm-3,
.suscribete .elq-form .col-sm-4,
.suscribete .elq-form .col-sm-5,
.suscribete .elq-form .col-sm-6,
.suscribete .elq-form .col-sm-7,
.suscribete .elq-form .col-sm-8,
.suscribete .elq-form .col-sm-9,
.suscribete .elq-form .col-sm-10,
.suscribete .elq-form .col-sm-11,
.suscribete .elq-form .col-sm-12,
.suscribete .elq-form .col-xs-1,
.suscribete .elq-form .col-xs-2,
.suscribete .elq-form .col-xs-3,
.suscribete .elq-form .col-xs-4,
.suscribete .elq-form .col-xs-5,
.suscribete .elq-form .col-xs-6,
.suscribete .elq-form .col-xs-7,
.suscribete .elq-form .col-xs-8,
.suscribete .elq-form .col-xs-9,
.suscribete .elq-form .col-xs-10,
.suscribete .elq-form .col-xs-11,
.suscribete .elq-form .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.suscribete .form-element-layout {
  padding-left: 0;
  padding-right: 0; }

.suscribete .single-checkbox-row label a {
  color: #671E75;
  font-weight: 600;
  text-decoration: none; }
  .suscribete .single-checkbox-row label a:hover {
    color: rgba(103, 30, 117, 0.5);
    text-decoration: none; }

.suscribete .single-checkbox-row input[type="checkbox"] {
  display: none; }

.suscribete .single-checkbox-row input[type="checkbox"] + label {
  margin-left: 0;
  padding-left: 30px;
  position: relative; }
  .suscribete .single-checkbox-row input[type="checkbox"] + label::before {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 20px; }

.suscribete .single-checkbox-row input[type="checkbox"]:checked + label::before {
  background-image: url("img/icono-checkbox.svg");
  background-color: #671E75; }

.suscribete .LV_invalid_field,
.suscribete input.LV_invalid_field:active,
.suscribete input.LV_invalid_field:hover,
.suscribete textarea.LV_invalid_field:active,
.suscribete textarea.LV_invalid_field:hover {
  outline: none;
  border: 1px solid #EE2737; }

.suscribete .LV_invalid {
  color: #EE2737;
  font-size: 12px; }

.suscribete .LV_validation_message {
  font-weight: 400; }

@media (min-width: 768px) {
  .suscribete .layout {
    display: flex;
    flex-wrap: wrap; }
    .suscribete .layout .row {
      width: 100%; }
    .suscribete .layout .row-50 {
      width: 50%; }
    .suscribete .layout .grid-layout-col {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%; } }

.encabezados {
  margin-bottom: 40px;
  text-align: center; }
  .encabezados h1 {
    margin-bottom: 26px; }
    .encabezados h1:after {
      background-color: #671E75;
      content: '';
      display: block;
      height: 1px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 24px;
      width: 40px; }

.icono-encabezado {
  margin-bottom: 21px; }

.resultados-encontrados {
  color: #63666A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 17px;
  margin-bottom: 12px;
  text-transform: uppercase; }

.resultados-para {
  color: #E88D21;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .encabezados {
    margin-bottom: 50px; }
    .encabezados h1 {
      margin-bottom: 26px; }
      .encabezados h1:after {
        margin-top: 23px; }
  .icono-encabezado {
    margin-bottom: 19px; }
  .resultados-encontrados {
    margin-bottom: 12px; } }

@media (min-width: 992px) {
  .encabezados {
    margin-bottom: 50px; }
    .encabezados h1 {
      margin-bottom: 31px; }
      .encabezados h1:after {
        margin-top: 21px; }
  .icono-encabezado {
    margin-bottom: 15px; }
  .resultados-encontrados {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px; }
  .resultados-para {
    font-size: 14px;
    line-height: 19px; } }

.hero-contenedor {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%; }
  .hero-contenedor a {
    color: #FFFFFF; }
    .hero-contenedor a:hover {
      color: rgba(255, 255, 255, 0.5); }

.hero {
  align-items: flex-end;
  background-color: #63666A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  height: 1px;
  max-width: 100%;
  min-height: 400px;
  padding: 0 15px 37px 15px;
  position: relative;
  width: 100%; }

.hero-principal-contenido {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column; }
  .hero-principal-contenido h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    display: inline-block;
    overflow: hidden;
    max-height: 108px; }
  .hero-principal-contenido p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .hero-principal-contenido .etiqueta {
    align-self: flex-start;
    color: #63666A;
    margin-bottom: 21px;
    margin-right: 5px; }

.hero-secundario {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%; }

.hero-chico {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  min-height: 300px;
  height: 1px;
  width: 100%; }

.azul {
  background-color: #0072CE; }

.naranja {
  background-color: #E88D21; }

.rojo {
  background-color: #EE2737; }

.verde {
  background-color: #43B02A; }

.morado {
  background-color: #671E75; }


.hero-chico-contenido {
  padding: 30px 15px 11px 15px;
  position: relative; }
  .hero-chico-contenido h4 {
    margin-bottom: 23px;
    max-height: 90px;
    overflow: hidden; }
  .hero-chico-contenido p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .hero-chico-contenido .etiqueta {
    color: #63666A;
    margin-bottom: 19px;
    margin-right: 5px; }

.imagen-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative; }
  .imagen-hero:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .imagen-hero:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.hero-detalle {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  min-height: 420px;
  padding: 40px;
  position: relative; }
  .hero-detalle:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .hero-detalle:before {
    background-color: rgba(26, 26, 26, 0.5); }
  .hero-detalle .hero-detalle-contenido {
    color: #FFFFFF;
    position: relative;
    text-align: center; }
    .hero-detalle .hero-detalle-contenido h1 {
      margin-bottom: 21px; }
    .hero-detalle .hero-detalle-contenido p {
      font-size: 13px;
      font-weight: 800;
      line-height: 16px;
      text-transform: uppercase; }
      .hero-detalle .hero-detalle-contenido p b {
        font-weight: 900; }
    .hero-detalle .hero-detalle-contenido a {
      color: #FFFFFF; }
      .hero-detalle .hero-detalle-contenido a:hover {
        color: rgba(255, 255, 255, 0.5); }

@media (min-width: 768px) {
  .hero {
    padding: 0 30px 47px 30px; }
  .hero-principal-contenido h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 28px;
    max-height: 180px; }
  .hero-principal-contenido .etiqueta {
    margin-bottom: 22px; }
  .hero-chico {
    max-width: 100%; }
  .hero-chico-contenido {
    padding: 30px 30px 11px 30px; }
    .hero-chico-contenido h4 {
      margin-bottom: 22px;
      max-height: 105px; }
    .hero-chico-contenido .etiqueta {
      margin-bottom: 18px; }
  .hero-detalle {
    margin-bottom: 50px;
    padding: 50px; }
    .hero-detalle .hero-detalle-contenido h1 {
      margin-bottom: 19px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-chico {
    max-width: 50%;
    flex-wrap: nowrap;
    min-height: 270px;
    height: 1px; } }

@media (min-width: 992px) {
  .hero-contenedor {
    flex-wrap: nowrap; }
  .hero {
    padding: 0 60px 57px 60px;
    min-height: 620px;
    max-width: calc(100% - 400px); }
  .hero-principal-contenido h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 26px;
    max-height: 216px; }
  .hero-principal-contenido .etiqueta {
    margin-bottom: 18px; }
  .hero-secundario {
    max-width: 400px; }
  .hero-chico {
    min-height: 310px; }
  .hero-chico-contenido h4 {
    margin-bottom: 27px;
    max-height: 114px; }
  .hero-detalle {
    margin-bottom: 60px;
    padding: 60px; }
    .hero-detalle .hero-detalle-contenido {
      max-width: 750px; }
      .hero-detalle .hero-detalle-contenido h1 {
        margin-bottom: 22px; } }

@media (min-width: 1199px) {
  .hero-secundario {
    max-width: 430px; }
  .hero {
    max-width: calc(100% - 430px); } }

.contenedor-modal {
  color: #000000;
  display: flex;
  width: 100%; }

.fancybox-container .fancybox-close-small {
  background-image: url("img/icon-close-modal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 20px;
  right: 16px;
  top: 25px;
  width: 30px; }

.fancybox-container .fancybox-close-small:after {
  display: none; }

.fancybox-container .fancybox-bg {
  background: rgba(0, 0, 0, 0.7); }

.fancybox-container .fancybox-slide--html {
  padding: 50px 15px; }

.fancybox-container .fancybox-content {
  max-width: 100%;
  width: 100%;
  padding: 0; }

.fancybox-container .contenedor-modal {
  max-width: 100%; }

.suscribete-img {
  background-color: #63666A;
  background-image: url("img/suscribete-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none; }

.suscribete {
  padding: 30px 15px;
  padding-top: 25px;
  max-width: 100%;
  width: 100%; }
  .suscribete .encabezados {
    margin-bottom: 26px; }
    .suscribete .encabezados h3 {
      font-size: 30px;
      line-height: 36px; }
  .suscribete .btn-amarillo {
    width: 100%; }

@media (min-width: 768px) {
  .fancybox-container .fancybox-content {
    max-width: 730px; }
  .suscribete {
    padding: 30px 15px; }
    .suscribete .encabezados {
      margin-bottom: 24px; }
      .suscribete .encabezados h3 {
        font-size: 36px;
        line-height: 43px; }
  .suscribete-contenido {
    max-width: 420px; } }

@media (min-width: 992px) {
  .fancybox-container .fancybox-content {
    max-width: 930px; }
  .suscribete-img {
    display: block;
    flex-shrink: 0;
    max-width: 471px;
    width: 100%; }
    .suscribete-img img {
      max-width: 100%;
      display: block; }
  .suscribete {
    padding: 60px 30px; }
    .suscribete .encabezados {
      margin-bottom: 39px; }
      .suscribete .encabezados h3 {
        font-size: 36px;
        line-height: 43px; }
    .suscribete .btn-amarillo {
      width: 100%; }
  .suscribete-contenido {
    max-width: 420px;
    width: 100%; } }

@media (min-width: 1200px) {
  .fancybox-container .fancybox-content {
    max-width: 1110px; }
  .suscribete {
    padding-left: 45px;
    padding-right: 45px; } }

.sidebar {
  border-top: 1px solid rgba(99, 102, 106, 0.2);
  padding-top: 29px; }
  .sidebar h6 {
    color: #63666A;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase; }
    .sidebar h6:after {
      background-color: #63666A;
      content: '';
      display: block;
      height: 1px;
      margin-left: 0;
      margin-right: auto;
      margin-top: 16px;
      width: 40px; }

@media (min-width: 768px) {
  .sidebar {
    border-top: none;
    padding-top: 0; } }

@media (min-width: 992px) {
  .sidebar h6 {
    margin-bottom: 35px; }
    .sidebar h6:after {
      margin-top: 17px; } }

.slide-destacados,
.slide-relacionados {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  height: 100%; }
  .slide-destacados .slick-dots,
  .slide-relacionados .slick-dots {
    align-items: center;
    bottom: auto;
    display: flex;
    left: 0;
    line-height: 0;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    right: 0;
    padding: 0 15px;
    position: static;
    bottom: -10px;
    left: 0; }
    .slide-destacados .slick-dots li,
    .slide-destacados .slick-dots li button,
    .slide-relacionados .slick-dots li,
    .slide-relacionados .slick-dots li button {
      height: 10px;
      width: 10px; }
    .slide-destacados .slick-dots li,
    .slide-relacionados .slick-dots li {
      line-height: 0;
      margin: 0 5px; }
    .slide-destacados .slick-dots li button,
    .slide-relacionados .slick-dots li button {
      background-color: #FFFFFF;
      border: 1px solid #671E75;
      border-radius: 50%;
      box-shadow: none;
      overflow: hidden;
      padding: 0;
      text-indent: -9999px; }
      .slide-destacados .slick-dots li button::before,
      .slide-relacionados .slick-dots li button::before {
        content: none; }
    .slide-destacados .slick-dots li.slick-active button,
    .slide-relacionados .slick-dots li.slick-active button {
      background-color: #671E75; }
    @media (min-width: 768px) {
      .slide-destacados .slick-dots li,
      .slide-destacados .slick-dots li button,
      .slide-relacionados .slick-dots li,
      .slide-relacionados .slick-dots li button {
        height: 10px;
        width: 10px; }
      .slide-destacados .slick-dots li,
      .slide-relacionados .slick-dots li {
        margin-left: 5px;
        margin-right: 5px; } }
    .slide-destacados .slick-dots li:after,
    .slide-relacionados .slick-dots li:after {
      content: none; }
  .slide-destacados .slick-list,
  .slide-relacionados .slick-list {
    display: flex;
    height: 100%;
    flex-direction: column; }

.relacionados .slick-dotted.slick-slider,
.lo-destacado .slick-dotted.slick-slider {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .slide-relacionados {
    flex-wrap: nowrap; } }

@media (min-width: 992px) {
  .slide-destacados {
    flex-wrap: nowrap; } }

.col-tarjeta {
  height: 100%;
  margin-left: 7px;
  margin-right: 7px;
  max-width: 100%;
  width: 100%; }

.tarjeta-contenedor {
  background-color: #FFFFFF;
  display: block;
  height: calc(100% - 30px); }
  .tarjeta-contenedor:hover {
    box-shadow: 0 2px 44px -10px rgba(0, 0, 0, 0.3); }
    .tarjeta-contenedor:hover .articulo-titulo {
      color: #671E75; }

.foto-articulo {
  background-color: #63666A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .foto-articulo:after {
    content: '';
    display: block;
    padding-bottom: 72.8571%; }

.articulo-contenido {
  padding: 19px 29px 18px 29px;
  text-align: center; }

.articulo-cat {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #63666A;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.articulo-titulo {
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 34px;
  max-height: 96px;
  overflow: hidden;
  transition: 0.5s; }

.lo-destacado,
.relacionados {
  margin-bottom: 31px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(99, 102, 106, 0.2); }
  .lo-destacado h5,
  .relacionados h5 {
    margin-bottom: 0; }
  .lo-destacado .tarjeta-contenedor,
  .relacionados .tarjeta-contenedor {
    height: 100%; }
  .lo-destacado .articulo-contenido,
  .relacionados .articulo-contenido {
    padding: 21px 30px 18px 30px; }
  .lo-destacado .articulo-cat,
  .relacionados .articulo-cat {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    margin-bottom: 14px; }
  .lo-destacado .articulo-titulo,
  .relacionados .articulo-titulo {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0; }

.lo-destacado {
  max-width: 100%;
  padding-bottom: 35px;
  width: 100%; }

.relacionados {
  max-width: 100%;
  width: 100%;
  padding-bottom: 40px; }

.tarjeta-sidebar-contenedor {
  box-shadow: 0 2px 35px -10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 20px 23px;
  width: 100%; }
  .tarjeta-sidebar-contenedor .tarjeta-titulo-icono {
    align-items: flex-start;
    display: flex;
    margin-bottom: 19px;
    width: 100%; }
    .tarjeta-sidebar-contenedor .tarjeta-titulo-icono img {
      display: block;
      flex-shrink: 0;
      max-width: 45px;
      width: 100%; }
    .tarjeta-sidebar-contenedor .tarjeta-titulo-icono p {
      color: #671E75;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 0;
      margin-left: 10px; }
  .tarjeta-sidebar-contenedor .tarjeta-promocion {
    margin-bottom: 2px;
    text-align: center; }
    .tarjeta-sidebar-contenedor .tarjeta-promocion p {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px; }
  .tarjeta-sidebar-contenedor .btn-amarillo {
    margin-bottom: 18px;
    min-width: 100%; }
  .tarjeta-sidebar-contenedor .unidad {
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 10px;
    margin-right: auto;
    opacity: 0.5;
    text-transform: uppercase; }
  .tarjeta-sidebar-contenedor .restricciones {
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center; }

@media (min-width: 768px) {
  .col-tarjeta {
    max-width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px; }
    .col-tarjeta:first-child {
      margin-left: 0; }
    .col-tarjeta:last-child {
      margin-right: 0; }
  .lo-destacado {
    margin-bottom: 40px; }
  .relacionados .col-tarjeta {
    max-width: calc(33.3333% - 15px);
    margin-left: 15px;
    margin-right: 15px; }
    .relacionados .col-tarjeta:first-child {
      margin-left: 0; }
    .relacionados .col-tarjeta:last-child {
      margin-right: 0; }
  .tarjeta-sidebar-contenedor {
    margin-bottom: 40px; }
    .tarjeta-sidebar-contenedor .tarjeta-titulo-icono {
      margin-bottom: 12px; } }

@media (min-width: 992px) {
  .lo-destacado,
  .relacionados {
    margin-bottom: 51px; }
    .lo-destacado h5,
    .relacionados h5 {
      margin-bottom: 60px; }
  .lo-destacado {
    padding-bottom: 25px; }
  .col-tarjeta {
    max-width: 25%;
    margin-left: 15px;
    margin-right: 15px; }
    .col-tarjeta:first-child {
      margin-left: 0; }
    .col-tarjeta:last-child {
      margin-right: 0; }
  .articulo-contenido {
    padding: 18px 29px; }
  .articulo-cat {
    margin-bottom: 3px; }
  .tarjeta-sidebar-contenedor {
    padding: 40px 20px 33px;
    margin-bottom: 50px; }
    .tarjeta-sidebar-contenedor .tarjeta-titulo-icono {
      margin-bottom: 17px; }
    .tarjeta-sidebar-contenedor .tarjeta-promocion {
      margin-bottom: 7px; }
    .tarjeta-sidebar-contenedor .btn-amarillo {
      margin-bottom: 23px; } }

@media (min-width: 1199px) {
  .articulo-titulo {
    font-size: 22px;
    line-height: 34px;
    max-height: 102px; } }

.hero-error-404 {
  align-items: center;
  background-color: #000000;
  background-image: url("img/hero-404.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: flex;
  height: 1px;
  min-height: 568px;
  position: relative;
  text-align: center; }
  .hero-error-404::before {
    background-color: rgba(26, 26, 26, 0.76);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero-error-404 .hero-error-404--inner {
    width: 100%;
    z-index: 2; }
  .hero-error-404 .hero-encabezado {
    margin-bottom: 15px; }
  .hero-error-404 .hero-404-descripcion {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 29px; }
  .hero-error-404 p {
    color: #FFFFFF;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .hero-error-404 {
    min-height: 600px; }
    .hero-error-404 .hero-encabezado {
      margin-bottom: 23px; }
    .hero-error-404 .hero-404-descripcion {
      margin-bottom: 39px; } }

@media (min-width: 992px) {
  .hero-error-404 {
    min-height: 700px; }
    .hero-error-404 .hero-encabezado {
      margin-bottom: 25px; }
    .hero-error-404 .hero-404-descripcion {
      margin-bottom: 48px; } }

.detalle-contenedor {
  margin-top: 0; }
  .detalle-contenedor .suscribete .encabezados {
    margin-bottom: 25px; }

.detalle-contenido {
  margin-bottom: 26px; }
  .detalle-contenido .wp-caption {
    max-width: 100%;
    margin-bottom: 1rem; }
  .detalle-contenido .wp-caption-text {
    opacity: 0.5; }
  .detalle-contenido iframe,
  .detalle-contenido embed,
  .detalle-contenido object {
    max-width: 100%;
    border: none; }
  .detalle-contenido h6 {
    letter-spacing: 0;
    font-weight: 500; }
  .detalle-contenido table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse; }
    .detalle-contenido table thead th {
      border-bottom: 1px solid rgba(216, 216, 216, 0.4); }
    .detalle-contenido table tbody tr:nth-of-type(even) {
      background-color: rgba(0, 0, 0, 0.05); }
    .detalle-contenido table tbody td,
    .detalle-contenido table thead th {
      padding: 20px 15px 18px 15px;
      width: 50%; }

.etiquetas {
  color: #671E75;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 37px; }
  .etiquetas b {
    color: #333; }

.botones-compartir {
  margin-bottom: 40px;
  display: flex; }

.atencion-contenido {
  background-color: #FFFFFF;
  box-shadow: 0 2px 35px -10px rgba(0, 0, 0, 0.2);
  padding: 21px 30px 25px 30px;
  border-bottom: 5px solid #671E75;
  margin-bottom: 30px; }
  .atencion-contenido h5 {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
    text-transform: initial;
    display: block; }
    .atencion-contenido h5:after {
      content: none; }
  .atencion-contenido p {
    margin-bottom: 5px; }
  .atencion-contenido a {
    color: #E88D21;
    font-weight: bold;
    border-bottom: 2px solid #E88D21; }
    .atencion-contenido a:hover {
      color: #CD7E1F;
      border-bottom: 2px solid #CD7E1F; }

.informacion-doctores-contenedor {
  align-items: flex-start;
  border-top: 1px solid rgba(99, 102, 106, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.foto-doctor {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  flex-shrink: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 21px; }

.datos-doctor {
  width: 100%; }
  .datos-doctor h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 3px;
    color: #671E75; }
  .datos-doctor p {
    margin: 0; }
    .datos-doctor p:last-of-type {
      margin-bottom: 15px; }
  .datos-doctor .botones-compartir {
    margin-bottom: 0; }

.relacionados {
  max-width: 100%;
  width: 100%; }

.titulo-relacionados {
  text-align: center;
  border-top: 1px solid rgba(99, 102, 106, 0.2);
  padding-top: 31px;
  width: 100%;
  max-width: 100%; }
  .titulo-relacionados h5 {
    margin-bottom: 0; }

.suscribete-contenedor {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 2px 53px 0 rgba(0, 0, 0, 0.14); }

@media (min-width: 768px) {
  .botones-compartir {
    margin-bottom: 50px;
    display: flex; }
  .detalle-contenido {
    margin-bottom: 36px; }
  .etiquetas {
    margin-bottom: 47px; }
  .atencion-contenido {
    padding: 31px 40px 35px 40px; }
    .atencion-contenido h5 {
      margin-bottom: 11px; }
    .atencion-contenido p {
      margin-bottom: 14px; }
  .informacion-doctores-contenedor {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0; }
  .foto-doctor {
    margin-bottom: 0;
    margin-right: 39px; }
  .relacionados {
    border-bottom: 1px solid rgba(99, 102, 106, 0.2);
    text-align: center;
    margin-bottom: 50px; }
  .titulo-relacionados {
    padding-top: 41px; } }

@media (min-width: 992px) {
  .botones-compartir {
    margin-bottom: 60px; }
  .etiquetas {
    margin-bottom: 57px; }
  .detalle-contenido {
    margin-bottom: 45px; }
  .atencion-contenido {
    padding: 50px 50px 54px; }
    .atencion-contenido h5 {
      margin-bottom: 20px; }
    .atencion-contenido p {
      margin-bottom: 23px; }
  .informacion-doctores-contenedor {
    margin-bottom: 58px; }
  .relacionados {
    margin-bottom: 60px; }
  .titulo-relacionados {
    padding-top: 51px; } }

.home-contenedor {
  margin-top: 31px;
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .home-contenedor {
    margin-top: 40px;
    margin-bottom: 70px; } }

@media (min-width: 992px) {
  .home-contenedor {
    margin-top: 51px;
    margin-bottom: 100px; } }

.resultados-contenedor {
  margin-bottom: 39px; }
  .resultados-contenedor .encabezados {
    margin-bottom: 36px; }
  .resultados-contenedor .cargar-mas {
    text-align: center;
    margin-bottom: 11px; }
  .resultados-contenedor ul li {
    color: #63666A; }

.resultado-contenedor {
  border-top: 1px solid rgba(99, 102, 106, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 22px;
  padding-top: 30px; }
  .resultado-contenedor .articulo-titulo,
  .resultado-contenedor .articulo-cat {
    transition: 0.5s;
    margin-bottom: 0; }
  .resultado-contenedor:hover .imagen-resultado {
    opacity: 0.7; }
  .resultado-contenedor:hover .articulo-titulo {
    color: rgba(0, 0, 0, 0.4); }
  .resultado-contenedor:hover .articulo-cat {
    color: rgba(99, 102, 106, 0.7); }

.imagen-resultado {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-bottom: 9px;
  max-width: 100%;
  transition: 0.5s;
  width: 100%; }
  .imagen-resultado:after {
    content: '';
    display: block;
    padding-bottom: 70%; }

.listado-resultados {
  padding-bottom: 10px;
  padding-left: 0; }
  .listado-resultados li:before {
    content: none; }

.contenedor-sin-resultados {
  text-align: center; }

@media (min-width: 768px) {
  .resultados-contenedor {
    margin-bottom: 59px; }
    .resultados-contenedor .encabezados {
      margin-bottom: 46px; }
    .resultados-contenedor .cargar-mas {
      margin-bottom: 11px; }
  .resultado-contenedor {
    flex-wrap: nowrap;
    padding-bottom: 30px; }
  .imagen-resultado {
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 260px; }
  .listado-resultados {
    padding-bottom: 20px; } }

@media (min-width: 992px) {
  .resultados-contenedor {
    margin-bottom: 88px; }
    .resultados-contenedor .encabezados {
      margin-bottom: 56px; }
    .resultados-contenedor .cargar-mas {
      margin-bottom: 12px; }
  .resultado-contenedor .articulo-cat {
    margin-bottom: 8px; }
  .listado-resultados {
    padding-bottom: 30px; } }

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