/*
Theme Name: Raúl Rivadeneyra Realtor
Theme URI: https://inspirha.com
Author: Inspirha
Author URI: https://inspirha.com
Description: The Theme has been created for Raúl Rivadeneyra Realtor. It's fully customized for its purposes.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: rrdevs
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ----------------- WordPress Core ----------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* ----------------- Normalize ----------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

*:focus {
  outline: 0 !important;
}

input::placeholder {
  color: #ACAAA3 !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ----------------- Theme Specific CSS ----------------- */

/* General */

:root {
  --rr-brown: #352d28;
  --rr-beige: #9c8b7e;
  --rr-grey: #d5d2cd;
  --rr-darkgrey: #2a2a2a;
  --rr-headerfont: 'Noto Serif HK', serif;
  --rr-textfont: 'DM Sans', sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

body {
  font-family: var(--rr-textfont);
  font: normal, 21px/2.1rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--rr-headerfont);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 18px;
}

h4,
h5 {
  font-size: 14px;
}

p,
li,
span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

a:hover,
.link-underline {
  text-decoration: underline;
}

.link-underline:hover,
.no-link-underline,
.no-link-underline:hover {
  text-decoration: none;
}

.align-center {
  text-align: center;
}

.m-bot {
  margin-bottom: 50px;
}

.bold {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.rr-btn {
  font-family: 'Noto Serif HK', serif;
  border: none;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
  cursor: pointer;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.rr-btn:hover {
  text-decoration: none;
}

.btn-black {
  color: #fff;
  border: 0.5px solid #fff;
  background-color: #000;
}

.btn-white,
.btn-black:hover {
  color: #000;
  background-color: #fff;
}

/* Lists */

.ol-rr,
.ul-rr {
  margin: 25px 0;
  padding-left: 15px;
}

.ol-rr li,
.ul-rr li {
  margin-bottom: 25px;
}

.ol-rr li::marker,
.ul-rr li::marker {
  font-weight: 600;
}

/* Flex */

.col-section {
  display: flex;
}

.col-section .col-1 {
  flex: 1;
}

.col-section .col-2 {
  flex: 2;
}

.col-section .col-9 {
  flex: 9;
}

/* Separator */

.separator-before {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-grey);
}

.separator-after {
  padding-top: 30px;
}

/* Icons */

.text-icon {
  margin-right: 5px;
}

/* Containers */

.container {
  width: 100%;
  margin: 0;
}

@media (max-width: 912px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-section {
    padding-top: 80px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .page-center-sm,
  .page-center-md {
    padding: 50px 25px 0;
    margin: 0;
  }
}

@media (min-width: 913px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-section {
    padding-top: 80px;
  }

  .container-section-bot {
    padding-bottom: 30px;
  }

  .mobile-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .page-center-sm {
    padding: 50px 50px 0;
    margin: 0 25%;
  }

  .page-center-md {
    padding: 50px 50px 0;
    margin: 0 15%;
  }
}


/* ----------------- Header ----------------- */

.site-body {
  padding-top: 75px;
}

.mobile-main-menu {
  display: none;
}

.menu-area i.fa-solid.fa-caret-down {
  padding-left: 5px;
}

.menu-area {
  background: #fff;
  display: flex;
  padding: 5px 50px;
  border-bottom: 0.5px solid var(--rr-grey);
}

.menu-area .logo {
  width: 15%;
}

.menu-area .logo img {
  width: 100%;
  margin: auto;
  padding: 10px 0;
}

.main-menu {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: right;
}

.main-menu ul {
  margin: 0;
  padding-left: 0;
}

.main-menu ul li {
  display: inline-block;
  line-height: 55px;
  position: relative;
  font-size: 14px;
}

.main-menu ul li a {
  padding: 0 30px;
  text-decoration: none;
  display: block;
  line-height: 3;
}

.main-menu ul li a:hover,
.main-menu ul li a:active {
  text-decoration: underline;
  transition: .5s all;
}

.main-menu ul li a:focus+ul {
  display: block;
}

.main-menu ul.sub-menu {
  position: absolute;
  padding-left: 0;
  border-top: 2px solid #000;
  background-color: #fff;
  z-index: 1;
  text-align: left;
  display: none;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
  box-shadow: 1px 1px 5px #d1d1d1;
}

.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
  display: block;
}

.main-menu ul.sub-menu li {
  width: max-content;
}

.main-menu ul.sub-menu a {
  padding: 0 30px;
}

.menu-icon,
.check-button {
  cursor: pointer;
  display: none;
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 28px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
}

.menu-cta {
  background-color: #000;
  margin-left: 30px;
  font-family: 'Noto Serif HK', serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.menu-cta a {
  color: #fff !important;
  font-weight: 600;
}

.menu-cta a:hover {
  text-decoration: none !important;
}


/* ----------------- Footer ----------------- */

/* Footer Container */

.footer-area {
  margin-top: 130px;
  color: #fff;
  background-color: #000;
}

.footer-area .logo .logo-footer img {
  filter: brightness(0) invert(1);
}

.footer-area .logo .century-21 {
  margin-top: 50px;
  width: 40%;
}

.footer-area a {
  color: #fff;
  font-weight: 300;
}

.footer-area .footer-row {
  display: flex;
  gap: 2%;
  padding: 50px;
}

/* Footer Widgets */

.footer-row .footer-widget {
  width: 25%;
}

.footer-row .footer-widget p {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
}

.footer-row .footer-widget p:last-child {
  margin-bottom: 0;
}

.footer-widget.logo img {
  width: 64%;
}

.footer-title {
  font-family: 'Noto Serif HK', serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  display: block;
  margin-bottom: 1.33em;
}

.footer-widget .social-area {
  margin-top: 30px;
}

.footer-widget .social-area a {
  margin-right: 14px;
}

.footer-contact i {
  margin-right: 6px;
}

/* Footer Bar */

.footer-bar-container {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.footer-bar-container a {
  color: #fff;
  font-weight: 300;
}

.footer-bar-container .footer-bar {
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
}

.footer-text p {
  font-size: 12px;
}

.footer-bar:first-child {
  border-top: 0.5px solid var(--rr-darkgrey);
  border-bottom: 0.5px solid var(--rr-darkgrey);
}

.footer-bar .footer-bar-links a {
  margin-left: 30px;
}


/* ----------------- Elements ----------------- */

/* WhatsApp Button */

.wa-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #1AD03F;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: 30px;
  z-index: 998;
  right: 10px;
  bottom: 10px;
}

/* Breadcrumbs */

.bread {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.bread span {
  font-size: 12px;
}

.bread li {
  display: inline-block;
}

.bread li a {
  padding: 0 0 0 5px
}

.bread li a:hover {
  text-decoration: none;
}

.bread li.crumb:last-child {
  display: none;
}


/* ----------------- Forms ----------------- */

.form-cf7 .form-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-cf7 .form-container-33 {
  width: 33.333333333333%;
}

.form-cf7 .form-container-50 {
  width: 50%;
}

.form-cf7 .form-container-100 {
  display: block;
  margin-bottom: 20px;
}

.form-cf7 .form-title {
  margin: 50px 0 10px;
}

.form-cf7 input {
  -webkit-appearance: auto;
  appearance: auto;
}

.form-cf7 input.text,
.form-cf7 input.title,
.form-cf7 input[type=email],
.form-cf7 input[type=password],
.form-cf7 input[type=tel],
.form-cf7 input[type=text],
.form-cf7 select,
.form-cf7 textarea {
  font-size: 13px;
  border: 1px solid var(--rr-beige);
  padding: 15px;
  width: 100% !important;
  color: var(--rr-darkgrey);
  font-weight: 300;
  background-color: #00000000;
}

.form-cf7 input[type=date] {
  border: 1px solid var(--rr-beige);
  font-weight: 300;
}

.footer-area .form-cf7 input[type=email],
.propiedad-form .form-cf7 input[type=email],
.propiedad-form .form-cf7 input[type=text],
.propiedad-form .form-cf7 input[type=tel] {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.form-cf7 textarea {
  height: 120px;
}

.form-cf7 .wpcf7-select {
  height: 44.75px;
  padding: 10px;
}

.form-cf7 .wpcf7-date {
  height: 44.75px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--rr-beige);
}

.form-cf7 .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  margin: 20px 0 15px;
}

.form-cf7 .wpcf7-spinner {
  display: none;
}

.form-cf7 .wpcf7-submit {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 50px;
  font-weight: 300;
  border: 0;
  cursor: pointer;
  letter-spacing: 2px;
}

.footer-area .form-cf7 .wpcf7-submit,
.propiedad-form .form-cf7 .wpcf7-submit {
  background-color: #fff;
  color: #000;
  padding: 10px 50px;
  font-weight: 400;
}

.page-form .form-cf7 .wpcf7-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--inverna-brown) !important;
  font-weight: 200;
  opacity: 1;
}

.form-cf7 a {
  display: inline !important;
  font-size: 14px;
}

.form-cf7 p {
  margin: 0;
  font-size: 14px;
}


/* ----------------- Home Page ----------------- */

/* Hero Section Slider */

.hero-section {
  position: relative;
  margin-top: 75px;
}

.hero-slider .hero-slide {
  position: relative;
}

.hero-slider .slide-details {
  display: flex;
  justify-content: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  padding-top: 200px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #fff;
  box-sizing: border-box;
  font-family: 'Noto Serif HK', serif;
}

.hero-slider .slide-details .details-group {
  display: flex;
  justify-content: space-between;
  margin: 0px 50px;
}

.hero-slider .slide-details .details-group p {
  padding: 0 10px;
  font-size: 11px;
  line-height: 2.2;
}

.hero-slider .slide-details .details-group p {
  border-left: 1px solid #fff;
}

.hero-slider .slide-details .details-group p:first-child {
  border-left: 0;
}

.hero-slider .slide-details h3 {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.hero-slider .slide-details p {
  margin: 0;
}

.hero-section .hero-prev-btn,
.hero-section .hero-next-btn {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  background-color: #0c0c0c94;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px 8px;
  border: 0.5px solid #ffffff4a;
  cursor: pointer;
}

.hero-section .hero-prev-btn {
  right: 65px;
}

.hero-section .hero-next-btn {
  right: 20px;
}

/* General */

.home-section h1 {
  font-size: 32px;
}

.home-section .about-section h2 {
  font-size: 26px;
}

.home-section .about-section {
  text-align: right;
}

.home-section .about-section .about-columns {
  display: flex;
  padding: 80px 50px;
  color: #fff;
  position: relative;
}

.home-section .about-section .about-columns .about-col {
  flex: 1;
}

.about-buttons {
  margin-top: 50px;
  margin-bottom: 30px;
}

.about-buttons .rr-btn:last-child {
  margin-left: 10px;
}

.about-columns .about-col:first-child .about-img {
  position: absolute;
  width: 350px;
  left: 50px;
  bottom: 0;
}

/* Banner Section */

.home-banner {
  padding-right: 0;
  padding-left: 0;
  padding-top: 130px;
  color: #fff;
}

.footer-banner {
  margin-bottom: -130px;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 450px;
  padding: 30px 0;
}

.banner-content {
  margin: auto 0;
  width: 35%;
  padding-bottom: 20px;
}

.banner-content p {
  margin-bottom: 50px;
}

/* Featured Section */

.product-item {
  position: relative;
  overflow: hidden;
  /* Añadir overflow para ocultar el contenido que sobresale */
  transition: all 0.3s ease;
}

.thumbnail-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  padding: 100px 20px 20px;
  font-family: var(--rr-headerfont);
  text-align: left;
}

.thumbnail-container {
  color: #fff;
}

.product-image img {
  width: 100%;
  /* Ajustar el tamaño de la imagen */
  height: auto;
  /* Mantener la proporción original */
  display: block;
}

.thumbnail-title {
  margin-top: 0 !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.thumbnail-container .details-group {
  display: flex;
  justify-content: left;
  margin-bottom: 0;
}

.thumbnail-container .details-group p {
  padding: 0 10px;
  font-size: 12px;
  line-height: 2.2;
}

.thumbnail-container .details-group p {
  border-left: 1px solid #fff;
}

.thumbnail-container .details-group p:first-child {
  border-left: 0;
  padding-left: 0;
}

.thumbnail-container .thumbnail-price {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.thumbnail-container .btn-white {
  width: 200px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}


/* ----------------- Propiedad Page ----------------- */

/* Main Section */

.propiedad-main-col {
  gap: 100px;
}

.propiedad-main-col .propiedad-content {
  width: 52.4%;
}

.propiedad-main-col .propiedad-images {
  width: 46.6%;
}

.video-propiedad {
  margin-top: 50px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-propiedad iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.propiedad-content {
  padding-top: 50px;
  padding-right: 50px;
}

.propiedad-content .details-group {
  display: flex;
  justify-content: left;
}

.propiedad-main-details .propiedad-main-price {
  font-family: 'Noto Serif HK', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  margin: 10px 0 0;
}

.propiedad-content .details-group p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  font-family: 'Noto Serif HK', serif;
}

.propiedad-content .details-group p:first-child {
  padding-left: 0;
}

.propiedad-content .details-group p:last-child {
  padding-right: 0;
}

.propiedad-content .details-group p:nth-child(2) {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

/* Realtor */

.realtor-container {
  padding-top: 40px;
}

.realtor-container .col-1 {
  margin-right: 20px;
}

.realtor-container .realtor-details {
  margin: auto 0;
}

.realtor-container .realtor-img img {
  border-radius: 50%;
}

.realtor-container .realtor-details .realtor-data {
  font-size: 14px;
}

.realtor-container .realtor-details .realtor-data a {
  margin-right: 50px;
}

.realtor-container .realtor-details .realtor-data a:last-child {
  margin-right: 0;
}

/* Formulario */

.propiedad-form {
  color: #fff;
  background-color: #000;
  margin-top: 40px;
  padding: 40px;
}

.propiedad-form a {
  color: #fff;
}

/* Amenities */

.propiedad-amenities-col {
  gap: 100px;
}

.propiedad-amenities-col .col-1 {
  width: 50%;
}

.propiedad-amenities-col .amenities-title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rr-grey);
  margin-bottom: 40px;
}

.propiedad-amenities-col .propiedad-alrededores {
  margin-top: 80px;
}

.propiedad-amenities-col .propiedad-alrededores .col-section .col-1 .alrededores-title {
  margin-top: 40px;
}

.propiedad-amenities-col .propiedad-alrededores .col-section .col-1 .alrededores-title:first-child {
  margin-top: 0;
}

/* Mapa */

.propiedad-ubicacion {
  margin-top: 80px;
}

/* Slider */

.propiedad-images {
  position: relative;
}

.propiedad-prev-btn,
.propiedad-next-btn {
  background-color: #1c1c1ca1;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px 8px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 41%;
  z-index: 99999999999999;
}

.propiedad-prev-btn {
  right: 55px;
}

.replicator-container {
  width: 100%;
}

.thumbnail-replica img {
  width: 100%;
  height: auto;
}

.thumbnail-slider img {
  width: 100%;
  height: auto;
  padding-right: 2.5px;
}

/* PAGES */

.page-title {
  padding: 50px;
}

.page-title p {
  margin: 0;
}


/* ----------------- Blog ----------------- */

/* Contenedor Principal */

.first-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 5%;
  margin-bottom: 20px;
}

.first-post-wrapper a:hover {
  text-decoration: none;
}

.first-post-content {
  flex: 2;
}

.newsletter-blog-form {
  flex: 1;
  padding-top: 10px;
}

/* Post Principal */

.first-post .first-post-text {
  padding-top: 10px;
}

.first-post .first-post-text h3 {
  font-size: 24px;
  margin: 0;
}

.first-post .first-post-text .meta-info p {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.first-post-mb {
  display: none;
}

/* Newsletter */

.newsletter-blog-form .newsletter-blog-text {
  margin-bottom: 30px;
}

.newsletter-blog-form-mb {
  display: none;
}

/* Loop */

.container-blog {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5%;
}

.loop-post {
  width: calc(90% / 3);
  margin-top: 5%;
}

.loop-post .meta-info p {
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-blog img {
  width: 100%;
}

.more-btn-cnt {
  margin-top: 40px;
}

.more-btn-cnt .btn-black {
  font-size: 12px;
}

.more-btn-cnt .btn-black:hover {
  color: #fff;
  background-color: #000;
}

.loop-post .meta-info p a,
.first-post .meta-info p a {
  color: var(--lvm-purple);
}


/* ----------------- Blog Entry Page ----------------- */

/* Portada */

.page-articulo .page-articulo-title {
  padding: 50px;
}

.page-articulo h1 {
  margin-bottom: 30px;
}

.page-articulo p {
  margin-bottom: 0;
}

/* Contenido */

.page-articulo h2 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

figure.wp-block-image.size-large {
  margin: 30px 0;
}

.page-articulo .m-top-50 {
  margin-top: 50px;
}

.page-articulo .m-bot-50 {
  margin-bottom: 50px;
}

.page-articulo .m-img-vertical {
  padding: 20px 150px 50px;
}

/* Listas Artículos */

.blog-entry-content ol,
.blog-entry-content ul {
  padding: 10px 20px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 200;
}

.blog-entry-content ol li {
  padding: 3px 0;
}

.blog-entry-content ul li {
  padding: 3px 0;
  list-style-type: disclosure-closed;
}

.blog-entry-content ol li:last-child,
.blog-entry-content ul li:last-child {
  padding-bottom: 0;
}


/* ----------------- Contacto Page ----------------- */

.page-contacto .form-cf7 {
  margin-top: 50px;
}


/* ----------------- Sobre mí Page ----------------- */

.page-sobre-mi h1 {
  font-size: 40px;
}

.page-sobre-mi h2 {
  font-size: 26px;
}

.page-sobre-mi .col-section {
  gap: 100px;
}

.page-sobre-mi .col-section:first-child {
  margin-bottom: 50px;
}

.sobre-mi-img-right {
  display: block;
  text-align: right;
}

/* ----------------- Responsive Media Queries ----------------- */

@media (max-width: 912px) {

  /* ----------------- Header ----------------- */

  .pc-main-menu {
    display: none;
  }

  .mobile-main-menu {
    display: block;
  }

  .menu-area .logo {
    width: 50%;
    margin: auto;
  }

  .main-menu {
    width: 50%;
  }

  .menu-area {
    padding: 0 20px;
  }

  .menu-icon,
  .check-button {
    display: block;
  }

  .check-button {
    border: none;
    background: transparent;
    height: 70px;
  }

  .main-menu ul {
    position: absolute;
    width: 100%;
    background: #fff;
    left: -1350px;
    text-align: center;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    padding: 0;
    margin: 0;
    z-index: 999;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 70px;
  }

  .main-menu ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
  }

  .main-menu ul li:first-child {
    padding-top: 20px;
  }

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    margin-left: 30px;
    display: block;
    width: auto;
    display: none;
  }

  .menu-cta {
    width: 100%;
    padding: 20px 0;
    margin-top: 10px !important;
  }

  .show-dropdown {
    left: 0 !important;
  }

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button .bar2 {
    opacity: 0;
  }

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }
}






.page-politicas h2 {
  margin-top: 40px;
  font-size: 22px;
}








/* Homepage events loop*/

.funciones-loop-container {
  width: 100%;
  margin-top: 20px;
}

.product-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-row.two-products {
  justify-content: flex-start;
}

.product-row.two-products .product-item:first-child {
  margin-right: 30px;
}

.product-item {
  width: calc(33.33% - 20px);
  position: relative;
}

.product-image {
  max-width: 100%;
  height: auto;
}

.funciones-loop-container .product-details {
  position: absolute;
  bottom: 0;
  padding: 0 10px 25px;
}

.funciones-loop-container .product-details h3 {
  font-size: 20px;
  margin: 0;
}

.funciones-loop-container .product-details p {
  font-size: 12px;
  margin: 0;
}

.loop-btn-cnt {
  margin-top: 10px;
  display: flex;
}

.loop-btn {
  padding: 10px 15px;
  border: 1px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all .3s ease-in;
  line-height: 1.6;
}

.loop-btn:hover {
  background-color: #fff;
  color: #fff;
}

.funciones-loop-container .loop-btn:hover {
  background-color: var(--lvm-red);
  border-color: var(--lvm-red);
}


















































.section-inline-title {
  display: flex;
}

.inline-title,
.inline-link {
  margin: auto 0;
}

.section-inline-title h2 {
  margin: 0;
  padding-bottom: 8px;
}

.section-inline-title .inline-separator {
  margin: 0 20px;
}

.section-inline-title .inline-separator span {
  font-size: 36px;
  font-family: ambroise-std, serif;
  font-style: italic;
}

/* Highlights Section */

.home-highlight a:hover {
  color: #fff;
}

.home-highlight .highlight-link:hover {
  text-decoration: underline;
}

.home-highlight .highlight-row {
  margin-bottom: 2%;
}

.home-highlight .highlight-row:last-child {
  margin-bottom: 0;
}

.highlight-row {
  display: flex;
  gap: 2%;
}

.highlight-row a {
  display: block;
}

.highlight-item {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.background-image:hover {
  transform: scale(1.1);
}

.highlight-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}

.highlight-content h3 {
  margin: 0;
  font-size: 24px;
}

.highlight-tag {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 200;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.highlight-1 .highlight-tag,
.highlight-3 .highlight-tag,
.highlight-4 .highlight-tag {
  padding-bottom: 0;
}

.highlight-link {
  font-size: 14px;
  display: block;
  padding-top: 10px;
  margin: 0;
}

.highlight-caption {
  font-size: 14px;
  display: block;
  padding-top: 10px;
}

.highlight-1 {
  width: 60%;
}

.highlight-2 {
  width: 40%;
  text-align: center;
}

.highlight-3 {
  width: 33.33333333333333%;
}

.highlight-3 h3,
.highlight-4 h3,
.highlight-5 h3 {
  font-size: 16px;
  line-height: 1.6;
}

.highlight-3 .highlight-tag,
.highlight-4 .highlight-tag,
.highlight-5 .highlight-tag {
  font-size: 12px;
}

.highlight-4 {
  width: 33.33333333333333%;
}

.highlight-5 {
  width: 33.33333333333333%;
  text-align: center;
}

.highlight-2 .highlight-content {
  background-color: var(--lvm-red);
}

.highlight-5 .highlight-content {
  background-color: var(--lvm-purple);
}

/* Categories Section */

.home-categories {
  text-align: center;
}

.home-categories h3 {
  margin-top: 20px;
}

.categories-row {
  display: flex;
  gap: 2%;
  margin-top: 50px;
}

.categories-row .category {
  width: 25%;
}

.home-category-img {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.hover-category-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}

.hover-category-img:hover {
  transform: scale(1.1);
}



.banner-no-bg {
  padding: 30px 0 0;
}

.banner-content-video {
  margin: auto 0;
  width: 100%;
}

.video-pt-home {
  margin: 50px 200px;
}



/* Homepage blog loop */

.blog-entries-loop-container {
  width: 100%;
  margin-top: 20px;
}

.entry-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entry-item {
  width: calc(33.33% - 20px);
}

.entry-image {
  max-width: 100%;
  height: auto;
}

.entry-details {
  padding: 25px 10px 0;
}

.blog-entries-loop-container .product-details h3 {
  font-size: 20px;
  margin: 0;
}

.blog-entries-loop-container .product-details p {
  font-size: 12px;
  margin: 0;
}

.entry-details .loop-btn-cnt {
  margin-top: 25px;
}

.blog-entries-loop-container .loop-btn:hover {
  background-color: var(--lvm-purple);
  border-color: var(--lvm-purple);
}


/********** FAQ PAGE STYLES **********/

.container-mx h2 {
  margin-bottom: 50px;
}

.faq-section {
  display: flex;
  gap: 10%;
}

.faq-section .faq-col {
  width: 50%;
}

.faq-section-bot {
  margin-top: 50px;
}


/********** ALQUILER SALA PAGE STYLES **********/

.img-row {
  display: flex;
  gap: 0.3%;
}

.alquiler-sala-page .container-mx {
  padding-right: 0;
}

.container-sala {
  padding-right: 100px;
}

.container-sala h3 {
  margin-top: 80px;
}

.alquiler-sala-page .container h3 {
  margin-top: 50px;
}

/********** ELEMENTS ************/

/* Responsive Table */

.resp-table {
  width: 100%;
  display: table;
}

.resp-table-body {
  display: table-row-group;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  border: 1px solid #fff;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: #0C0C0C;
}

.table-head-cell {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  font-weight: 400;
}

.table-head-cell:first-child {
  border-left: 0;
}

.table-head-cell:last-child {
  border-right: 0;
}


/********** CORPORATIVO PAGE STYLES **********/

.eventos-corporativo {
  margin-top: 80px;
}

.eventos-corporativo h3 {
  margin: 0;
  margin-top: 40px;
}

.evento-corporativo-item p {
  margin: 0;
  margin-top: 5px;
}

.evento-corporativo-item {
  margin-bottom: 40px;
}

.corporativo-slider {
  margin-top: 40px !important;
}


/********** NOSOTROS PAGE STYLES **********/

.nosotros-page .container-mx {
  padding-right: 0;
}

.container-nosotros {
  display: flex;
}

.nosotros-content {
  width: 70%;
  padding-right: 200px;
}

.nosotros-side {
  width: 30%;
}

.container-nosotros h3 {
  margin-top: 80px;
}

.equipo {
  display: flex;
  gap: 5%;
}

.equipo div {
  width: 50%;
}

.equipo img {
  width: 100%;
}

.equipo h3 {
  margin-top: 30px;
}

.nosotros-banner {
  text-align: center;
  margin-top: 120px;
}


/********** POLITICAS PAGE STYLES **********/

.politicas-page h2 {
  margin-top: 80px;
}

.page-politicas .h2-no-margin {
  margin-top: 0;
}

.page-politicas .h2-nm-container h2 {
  margin-top: 0;
}


/********** TEAM POST TYPE STYLES **********/

/* Team Entry */

.team-cover {
  display: flex;
}

.team-cover .team-img {
  flex: 3;
}

.team-cover .team-main-meta {
  flex: 7;
  padding: 50px 100px 0;
}

.team-cover .team-main-meta h3 {
  margin: 0;
  margin-top: 50px;
}

.interlinking-button {
  background-color: var(--lvm-purple);
  padding: 2px 5px;
  color: #fff;
}

.cv-button {
  display: block;
  background: var(--lvm-purple);
  padding: 15px;
  text-align: center;
}

.interlinking-button:hover,
.cv-button:hover {
  color: #fff;
}

.egresado-caption {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
}

/* Event Entry */

.page-talleres h1 {
  color: var(--lvm-red);
}

.event-entry-category {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.event-entry-category a:hover {
  color: var(--lvm-red);
}

.event-cover {
  display: flex;
  padding-bottom: 80px;
}

.event-cover .event-img {
  flex: 8;
}

.event-cover .event-main-meta {
  flex: 2;
  padding: 50px 100px;
  text-align: right;
}

.event-cover .event-main-meta h3 {
  margin: 0;
  margin-top: 50px;
}

.texto-precio {
  font-size: 20px;
  font-weight: 400;
}

.event-cover .event-main-meta .texto-precio,
.product-details-table .texto-precio {
  color: var(--lvm-red);
}

.container-event h3 {
  margin: 0;
  margin-top: 80px;
}

.container-event h3:first-child {
  margin: 0;
}

.container-event {
  margin-left: 100px;
  padding-right: 100px;
  padding-top: 80px;
  border-top: 1px solid #353535;
}

.container-event-nb {
  border-top: none;
}

.comprar-btn-cnt {
  margin-top: 50px;
}

.comprar-btn {
  background-color: var(--lvm-red);
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
}

.profesor-container {
  display: flex;
  margin-top: 50px;
}

.profesor-container .profesor-img {
  flex: 2;
}

.profesor-container .profesor-details {
  flex: 3;
  padding: 50px;
}

.profesor-container h5 {
  margin-top: 50px;
  margin-bottom: 0;
}

.profesor-container .interlinking-button {
  background-color: var(--lvm-red);
}

.product-details-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 80px;
}

.product-details-table .product-details-cell {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #353535;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-details-table .last-cell {
  border-right: none;
}

.product-details-cell h3,
.product-details-cell p {
  margin: 0;
}

.product-details-cell h3 {
  margin-bottom: 10px;
}

.add-to-cart-section {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.add-to-cart-section .button {
  display: block;
  width: 100% !important;
  padding: 15px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--lvm-red) !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  border-radius: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  width: 100% !important;
}

.add-to-cart-section button.button.alt {
  color: #fff !important;
  background-color: var(--lvm-red) !important;
}

.event-cart-section .qty {
  margin-bottom: 10px;
  height: 40px;
}

.event-cart-section .quantity {
  margin-top: 40px;
}

.event-cart-section .variations select {
  padding: 10px;
  color: #fff;
  background-color: #0C0C0C;
  font-weight: 200;
  width: 100%;
}

.event-cart-section a.reset_variations {
  margin: 20px;
  display: none !important;
}

.event-cart-section table.variations {
  width: 40%;
  margin: auto;
}

.event-cart-section .woocommerce-variation-price,
.event-cart-section .woocommerce-variation-price-single-variation {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  color: var(--lvm-red);
  margin-top: 40px;
}

.woocommerce-variation-price-single-variation p {
  font-size: 20px;
}

/* Dinamic categories color in talleres - ARCHIVO */

.dinamic-cat-talleres-de-clown .comprar-btn,
.dinamic-cat-talleres-de-clown .interlinking-button,
.dinamic-cat-talleres-de-clown .add-to-cart-section .button,
.dinamic-cat-talleres-de-clown .add-to-cart-section button.button.alt {
  background-color: var(--lvm-yellow) !important;
}

.dinamic-cat-talleres-de-clown h1,
.dinamic-cat-talleres-de-clown .texto-precio,
.dinamic-cat-talleres-de-clown .event-cart-section .woocommerce-variation-price,
.dinamic-cat-talleres-de-clown .event-cart-section .woocommerce-variation-price-single-variation,
.dinamic-cat-talleres-de-clown .event-entry-category a:hover {
  color: var(--lvm-yellow) !important;
}

.dinamic-cat-talleres-de-improvisacion .comprar-btn,
.dinamic-cat-talleres-de-improvisacion .interlinking-button,
.dinamic-cat-talleres-de-improvisacion .add-to-cart-section .button,
.dinamic-cat-talleres-de-improvisacion .add-to-cart-section button.button.alt {
  background-color: var(--lvm-green) !important;
}

.dinamic-cat-talleres-de-improvisacion h1,
.dinamic-cat-talleres-de-improvisacion .texto-precio,
.dinamic-cat-talleres-de-improvisacion .event-cart-section .woocommerce-variation-price,
.dinamic-cat-talleres-de-improvisacion .event-cart-section .woocommerce-variation-price-single-variation,
.dinamic-cat-talleres-de-improvisacion .event-entry-category a:hover {
  color: var(--lvm-green) !important;
}

.dinamic-cat-talleres-para-adolescentes .comprar-btn,
.dinamic-cat-talleres-para-adolescentes .interlinking-button,
.dinamic-cat-talleres-para-adolescentes .add-to-cart-section .button,
.dinamic-cat-talleres-para-adolescentes .add-to-cart-section button.button.alt,
.dinamic-cat-talleres-para-ninos .comprar-btn,
.dinamic-cat-talleres-para-ninos .interlinking-button,
.dinamic-cat-talleres-para-ninos .add-to-cart-section .button,
.dinamic-cat-talleres-para-ninos .add-to-cart-section button.button.alt {
  background-color: var(--lvm-skyblue) !important;
}

.dinamic-cat-talleres-para-adolescentes h1,
.dinamic-cat-talleres-para-adolescentes .texto-precio,
.dinamic-cat-talleres-para-adolescentes .event-cart-section .woocommerce-variation-price,
.dinamic-cat-talleres-para-adolescentes .event-cart-section .woocommerce-variation-price-single-variation,
.dinamic-cat-talleres-para-adolescentes .event-entry-category a:hover,
.dinamic-cat-talleres-para-ninos h1,
.dinamic-cat-talleres-para-ninos .texto-precio,
.dinamic-cat-talleres-para-ninos .event-cart-section .woocommerce-variation-price,
.dinamic-cat-talleres-para-ninos .event-cart-section .woocommerce-variation-price-single-variation,
.dinamic-cat-talleres-para-ninos .event-entry-category a:hover {
  color: var(--lvm-skyblue) !important;
}

/* TAFFEL */

.duracion-taffel h4 {
  margin-top: 50px;
  margin-bottom: 0;
}

/* Videos Entries */

.video-pt {
  margin-top: 30px;
}

.video-pt-event {
  margin: 100px 200px 0;
}

.video-pt-container {
  position: relative;
  padding-top: 56.25%;
}

.video-pt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/********** STORE STYLES **********/

.lvm-shop a.button {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 0;
  color: #FFF;
  background-color: var(--lvm-purple);
}

.lvm-shop a.button:hover {
  color: var(--lvm-purple);
  background-color: #fff;
}

.lvm-shop ul.products.columns-5 li.product,
.lvm-shop ul.products.columns-5 li.product {
  text-align: center;
}

.lvm-shop ul.products li.product .price {
  color: #fff;
  margin-top: 20px;
}

.lvm-shop ul.products li.product,
.lvm-shop ul.products li.product {
  margin-top: 2%;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  display: none;
}

/* Tienda - Merch */

.merch-slider-section {
  position: relative;
}

.merch-slider-title {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.merch-slider-title h3 {
  margin: 0;
}

.merch-slider-title p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.merch-slider-section .merch-slider-arrows {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
  background-color: #0c0c0cac;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px 8px;
  border: none;
  cursor: pointer;
}

.merch-slider-section .prev-slide,
.merch-slider-section .next-slide {
  background-color: #0c0c0c00;
}

a.button.wc-backward {
  border: 1px solid #fff;
}


/********** MERCH PRODUCT STYLES **********/

.merch-cover {
  display: flex;
  padding-bottom: 80px;
}

.merch-cover .merch-img {
  flex: 1;
}

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
}

.merch-img img {
  width: 100%;
  height: auto;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}


.merch-cover .merch-main-meta {
  flex: 1;
  padding: 50px 100px;
}

.merch-cover .merch-main-meta h3 {
  margin: 0;
  margin-top: 50px;
}

.merch-cover .variations th.label {
  display: none;
}

.merch-cover .variations select {
  padding: 10px;
  color: #fff;
  background-color: #0C0C0C;
  font-weight: 200;
}

.merch-cover a.reset_variations {
  margin-left: 10px;
}

.merch-cover a.reset_variations:hover {
  color: #fff;
}

.merch-cover .woocommerce-variation-availability .stock {
  text-align: left;
}

.merch-cover .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.merch-cover .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  margin-top: 50px;
}

.merch-cover button.button.alt {
  color: #fff !important;
  background-color: var(--lvm-purple) !important;
}

.merch-cover .quantity {
  text-align: left;
  margin-right: 5px;
}

.merch-cover .quantity .qty {
  height: 50px;
}

/********** TALLERES PAG STYLES **********/

.enlace-archivo {
  margin-top: 50px;
  margin-bottom: 0;
}

.enlace-archivo a:hover {
  color: var(--lvm-red);
}

.container-title-tag p {
  margin-bottom: 0;
}

.sub-talleres {
  display: flex;
  margin-bottom: 100px;
}

.sub-talleres:last-child {
  margin-bottom: 0;
}

.sub-talleres .sub-img {
  flex: 1;
}

.sub-talleres .sub-content {
  flex: 1;
  padding: 25px 50px;
  position: relative;
}

.sub-talleres .sub-content .button-sub-talleres {
  padding: 15px 50px;
  border: 1px solid #353535;
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.sub-talleres .sub-content .button-sub-talleres:hover {
  background-color: var(--lvm-purple);
  border: 1px solid var(--lvm-purple);
  position: absolute;
  bottom: 25px;
  color: #000;
}

.sede-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.prox-btn {
  margin-top: 50px;
}

.prox-btn a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: var(--lvm-red);
  color: #000;
  font-weight: 500;
}

/* Página talleres - dinamic categories colors */

.dinamic-main-cat-talleres-de-actuacion .sub-content .button-sub-talleres {
  border: 1px solid var(--lvm-red);
}

.dinamic-main-cat-talleres-de-actuacion .sub-content a {
  color: var(--lvm-red);
}

.dinamic-main-cat-talleres-de-actuacion .sub-content .button-sub-talleres:hover {
  background-color: var(--lvm-red);
  border: 1px solid var(--lvm-red);
}

.dinamic-main-cat-talleres-de-clown .sub-content .button-sub-talleres {
  border: 1px solid var(--lvm-yellow);
}

.dinamic-main-cat-talleres-de-clown .sub-content a {
  color: var(--lvm-yellow);
}

.dinamic-main-cat-talleres-de-clown .sub-content .button-sub-talleres:hover {
  background-color: var(--lvm-yellow);
  border: 1px solid var(--lvm-yellow);
}

.dinamic-main-cat-talleres-de-improvisacion .sub-content .button-sub-talleres {
  border: 1px solid var(--lvm-green);
}

.dinamic-main-cat-talleres-de-improvisacion .sub-content a {
  color: var(--lvm-green);
}

.dinamic-main-cat-talleres-de-improvisacion .sub-content .button-sub-talleres:hover {
  background-color: var(--lvm-green);
  border: 1px solid var(--lvm-green);
}

.dinamic-main-cat-talleres-para-adolescentes .sub-content .button-sub-talleres,
.dinamic-main-cat-talleres-para-ninos .sub-content .button-sub-talleres {
  border: 1px solid var(--lvm-skyblue);
}

.dinamic-main-cat-talleres-para-adolescentes .sub-content a,
.dinamic-main-cat-talleres-para-ninos .sub-content a {
  color: var(--lvm-skyblue);
}

.dinamic-main-cat-talleres-para-adolescentes .sub-content .button-sub-talleres:hover,
.dinamic-main-cat-talleres-para-ninos .sub-content .button-sub-talleres:hover {
  background-color: var(--lvm-skyblue);
  border: 1px solid var(--lvm-skyblue);
}

/* Categorías diferentes */

.page-cat-adol .prox-btn a {
  background-color: var(--lvm-skyblue);
}

.page-cat-adol .enlace-archivo a:hover {
  color: var(--lvm-skyblue);
}

.page-cat-impro .prox-btn a {
  background-color: var(--lvm-green);
}

.page-cat-impro .enlace-archivo a:hover {
  color: var(--lvm-green);
}

.page-cat-clown .prox-btn a {
  background-color: var(--lvm-yellow);
}

.page-cat-clown .enlace-archivo a:hover {
  color: var(--lvm-yellow);
}


/********** EVENTOS PAG STYLES **********/

.category-h2-container h2 {
  margin: 0;
}

.category-h2-container {
  margin-bottom: 60px;
}

.events-product-row {
  display: flex;
}

.events-product-row .product-item {
  list-style-type: none;
  position: relative;
  width: calc(96% / 3);
  margin-right: 4%;
  margin-bottom: 100px;
}

.events-product-row:last-child .product-item {
  margin-bottom: 0;
}

.events-product-row .product-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.events-product-row .product-item h2,
.events-product-row .product-item h3 {
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 0;
}

.events-product-row .product-item p {
  margin-top: 10px;
  margin-bottom: 0;
}

.event-author-play {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--lvm-red);
  margin-bottom: 30px !important;
}

.event-two-btn {
  display: flex;
  gap: 3%;
  justify-content: space-between;
  margin-top: 20px;
}

.event-two-btn a {
  width: 100%;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;
  padding: 15px !important;
  text-align: center;
  border-radius: 0 !important;
  border: 1px solid var(--lvm-red) !important;
}

.event-two-btn a:first-child {
  color: #000;
  background-color: var(--lvm-red) !important;
}

.event-two-btn a:last-child {
  color: var(--lvm-red) !important;
  background-color: #0C0C0C;
}

.event-one-btn {
  margin-top: 20px;
}

.event-one-btn a {
  width: 100%;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;
  padding: 15px !important;
  text-align: center;
  border-radius: 0 !important;
  border: 1px solid var(--lvm-red) !important;
  color: var(--lvm-red) !important;
  background-color: #0C0C0C !important;
}

.event-two-btn a:first-child:hover,
.event-two-btn a:last-child:hover,
.event-one-btn a:hover {
  background-color: var(--lvm-red) !important;
}

.woocommerce span.onsale {
  padding: 0;
  top: 0;
  left: 0;
  border-radius: 0;
  background-color: #8832ff87;
  color: #fff;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.que-es-section {
  margin-bottom: 80px;
}

/* Dinamic categories color in talleres */

.dinamic-cat-talleres-de-clown .event-author-play,
.dinamic-cat-talleres-de-clown .event-two-btn a,
.dinamic-cat-talleres-de-clown .event-one-btn a {
  border-color: var(--lvm-yellow) !important;
}

.dinamic-cat-talleres-de-clown .event-two-btn a:first-child,
.dinamic-cat-talleres-de-clown .event-two-btn a:first-child:hover,
.dinamic-cat-talleres-de-clown .event-two-btn a:last-child:hover,
.dinamic-cat-talleres-de-clown .event-one-btn a:hover {
  background-color: var(--lvm-yellow) !important;
}

.dinamic-cat-talleres-de-clown .event-two-btn a:last-child,
.dinamic-cat-talleres-de-clown .event-one-btn a {
  color: var(--lvm-yellow) !important;
}

.dinamic-cat-talleres-de-improvisacion .event-author-play,
.dinamic-cat-talleres-de-improvisacion .event-two-btn a,
.dinamic-cat-talleres-de-improvisacion .event-one-btn a {
  border-color: var(--lvm-green) !important;
}

.dinamic-cat-talleres-de-improvisacion .event-two-btn a:first-child,
.dinamic-cat-talleres-de-improvisacion .event-two-btn a:first-child:hover,
.dinamic-cat-talleres-de-improvisacion .event-two-btn a:last-child:hover,
.dinamic-cat-talleres-de-improvisacion .event-one-btn a:hover {
  background-color: var(--lvm-green) !important;
}

.dinamic-cat-talleres-de-improvisacion .event-two-btn a:last-child,
.dinamic-cat-talleres-de-improvisacion .event-one-btn a {
  color: var(--lvm-green) !important;
}

.dinamic-cat-talleres-para-adolescentes .event-author-play,
.dinamic-cat-talleres-para-adolescentes .event-two-btn a,
.dinamic-cat-talleres-para-adolescentes .event-one-btn a,
.dinamic-cat-talleres-para-ninos .event-author-play,
.dinamic-cat-talleres-para-ninos .event-two-btn a,
.dinamic-cat-talleres-para-ninos .event-one-btn a {
  border-color: var(--lvm-skyblue) !important;
}

.dinamic-cat-talleres-para-adolescentes .event-two-btn a:first-child,
.dinamic-cat-talleres-para-adolescentes .event-two-btn a:first-child:hover,
.dinamic-cat-talleres-para-adolescentes .event-two-btn a:last-child:hover,
.dinamic-cat-talleres-para-adolescentes .event-one-btn a:hover,
.dinamic-cat-talleres-para-ninos .event-two-btn a:first-child,
.dinamic-cat-talleres-para-ninos .event-two-btn a:first-child:hover,
.dinamic-cat-talleres-para-ninos .event-two-btn a:last-child:hover,
.dinamic-cat-talleres-para-ninos .event-one-btn a:hover {
  background-color: var(--lvm-skyblue) !important;
}

.dinamic-cat-talleres-para-adolescentes .event-two-btn a:last-child,
.dinamic-cat-talleres-para-adolescentes .event-one-btn a,
.dinamic-cat-talleres-para-ninos .event-two-btn a:last-child,
.dinamic-cat-talleres-para-ninos .event-one-btn a {
  color: var(--lvm-skyblue) !important;
}

.event-two-btn a:first-child:hover,
.event-two-btn a:last-child:hover,
.event-one-btn a:hover {
  color: #000 !important;
}


/********** EGRESADOS PAG STYLES **********/

.taffel-custom-container h4 {
  margin-top: 60px;
}

.add-to-cart-taffel {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.add-to-cart-taffel a {
  display: block;
  text-align: center;
  padding: 20px;
  width: 100%;
  background-color: var(--lvm-red);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-6 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  gap: 2%;
}

.egresados-page .egresado {
  margin: 0;
  margin-bottom: 100px;
  width: 50%;
}

.row .col-md-6:last-child .egresado {
  margin-bottom: 0;
}

.egresados-page .egresado p {
  font-size: 18px;
  margin: 0;
}

.row .col-md-6 .egresado .area-de-ensenanza {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

.egresados-page .egresado h2 {
  margin: 0;
}

.egresados-page .button-sub-talleres {
  margin: 0;
}


/********** MODAL STYLES **********/

/* Modal */

.searchBtn {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.864);
  z-index: 1000;
}

.modal-content {
  background-color: #00000000;
  max-width: 100%;
  margin: 17vh 20%;
  padding: 50px;
  border-radius: 5px;
  position: relative;
  left: 0;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 30px;
}

/* Search Form */

.search-form input[type="search"] {
  background-color: #fff;
  font-weight: 200;
  font-size: 15px;
  padding: 17.5px;
  margin-right: 0.3rem;
  width: 100%;
}


/********** SLIDERS STYLE **********/

/* Producto Slider*/

.product-slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 80px;
}

.slider-controls {
  text-align: center;
  margin-top: 10px;
}

.prev-slide,
.next-slide {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px 8px;
  border: none;
  cursor: pointer;
}

.prev-slide {
  margin-right: 10px;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  display: none !important;
}

.image-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.product-slider-container img {
  height: inherit;
}

/* Main Slider Categories */

.event-main-slider-container {
  margin-right: 40%;
}

.taller-slider-img {
  position: relative;
}

.taller-slider-title-mov {
  display: none;
}

.taller-slider-title {
  position: absolute;
  bottom: 0;
  padding: 30px 50px;
}

.taller-slider-title h3,
.taller-slider-title-mov h3 {
  margin: 0;
}

.taller-slider-title span,
.taller-slider-title-mov span {
  margin: 0;
  font-family: ambroise-std, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.taller-slider-title p,
.taller-slider-title-mov p {
  margin: 0;
}

.portada-slider-events {
  position: relative;
}

.portada-slider-events .talleres-slider-arrows {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
  background-color: #0c0c0cac;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px 8px;
  border: none;
  cursor: pointer;
}

.portada-slider-events .prev-slide,
.portada-slider-events .next-slide {
  background-color: #0c0c0c00;
}


/********** 404 STYLES **********/

.error-404-btn {
  margin-top: 50px;
}

.error-404-btn a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
}


/********** SCROLL UP STYLES **********/

.site-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s ease-in-out, background-color 0.3s ease;
  /* Agregar transición de fondo */
  background-color: #000c;
  /* Fondo con transparencia inicial */
}

/* Añade una clase para la cabecera sin transparencia */
.site-header-sticky.opaco {
  background-color: #000;
  /* Fondo sin transparencia */
}


/********** GENERAL RESPONSIVE STYLES **********/

@media (max-width: 1299px) {

  /********** EGRESADOS PAG STYLES **********/

  .row {
    display: block;
  }

  .egresados-page .egresado {
    margin: 0;
    margin-bottom: 80px;
  }

  .egresado-img img {
    width: 100%;
  }
}

@media (max-width: 912px) {

  /********** FOOTER STYLES **********/

  /* Footer Container */

  .footer-area {
    margin-top: 80px;
    padding: 0 0 80px;
  }

  .footer-area .footer-row {
    display: block;
    padding: 0 20px;
    text-align: center;
  }

  .footer-area .footer-row {
    padding-bottom: 0;
  }

  /* Footer Widgets */

  .footer-row .footer-widget {
    width: 100%;
    padding: 80px 0 0;
    border-left: 0;
  }

  .footer-row .footer-widget:first-child {
    width: 100%;
    border: none;
  }

  .footer-widget.logo img {
    width: 50%;
  }

  /* Footer Bar */

  .footer-bar-container {
    text-align: center;
  }

  .footer-bar-container .footer-bar {
    padding: 20px 20px;
    display: block;
  }

  .footer-bar-container .footer-bar:first-child {
    padding: 50px 20px;
  }

  .footer-bar .footer-newsletter {
    display: block;
  }

  .footer-newsletter .newsletter-form {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer-bar .social-area {
    justify-content: center;
    margin-top: 80px;
  }

  .footer-bar .social-area .fa-brands {
    margin: 0 10px;
  }

  .footer-bar .footer-bar-links {
    display: none;
  }


  /********** BREADCRUMBS **********/

  .bread {
    margin-bottom: 20px;
  }


  /************** FORMS *****************/

  /* General Form */

  .form-container {
    display: block !important;
  }

  .form-cf7 .form-container-50 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .form-cf7 .wpcf7-submit {
    width: 100%;
  }

  /* Inline Form */

  .inline-form-cf7 input.text,
  .inline-form-cf7 input.title,
  .inline-form-cf7 input[type=email],
  .inline-form-cf7 input[type=text] {
    width: 100%;
    margin-top: 10px;
  }

  .inline-form-cf7 .wpcf7-submit {
    margin-top: 30px;
    width: 100%;
  }


  /********** HOMEPAGE STYLES **********/

  /* General */

  .section-inline-title {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }

  .section-inline-title h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section-inline-title .inline-separator {
    display: none;
  }

  /* Banner Section */

  .home-banner {
    padding-top: 80px;
  }

  .banner-content {
    width: 90%;
  }

  .video-pt-home {
    margin: 50px 0 30px;
  }

  /* Homepage events loop*/

  .product-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .product-item:last-child {
    margin-bottom: 0;
  }

  .product-row.two-products .product-item:first-child {
    margin-right: 0;
  }

  /* Homepage blog loop */

  .entry-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .entry-item:last-child {
    margin-bottom: 0;
  }


  /********** POLITICAS PAGE STYLES **********/

  .page-politicas .container-title p {
    font-size: 12px;
  }


  /********** BLOG PAGE STYLES **********/

  /* Post Principal */

  .container-blog {
    display: block;
  }

  .first-post-wrapper {
    display: block;
    width: 100%;
  }

  .first-post-content {
    margin-right: 0;
  }

  .first-post-content h3 {
    font-size: 22px;
    margin-bottom: 1em;
  }

  .first-post {
    position: static;
  }

  .first-post-text {
    position: static;
    padding: 0;
  }

  .first-post-mb {
    display: block;
  }

  /* Newsletter */

  .newsletter-blog-form {
    display: none;
  }

  .newsletter-blog-form-mb {
    display: block;
    padding: 0 20px;
    margin-top: 80px;
  }

  /* Loop */

  .loop-post .meta-info p {
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .loop-post {
    width: 100%;
    margin-top: 80px;
  }

  .page-blog img {
    width: 100%;
  }

  .more-btn-cnt {
    margin-top: 40px;
  }

  .more-btn {
    border: 1px solid #626262;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 20px;
  }

  .more-btn:hover {
    border: 1px solid var(--lvm-purple);
    color: var(--lvm-purple);
  }


  /********** BLOG ENTRY STYLES **********/

  /* Portada */

  .page-articulo h1 {
    font-size: 28px;
    text-align: left;
  }

  .post-cover {
    position: static;
  }

  .post-cover .meta-info {
    position: static;
    padding: 0 20px;
    text-align: left;
  }

  .post-cover .meta-info h5 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  /* Contenido */

  .container-blog-entry {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
  }

  .page-articulo .m-img-vertical {
    padding: 20px 0;
  }

  /* Pagination */

  .lvm-pagination {
    display: grid;
  }

  .lvm-pagination .next,
  .lvm-pagination .previous {
    width: 80%;
  }

  .lvm-pagination .previous {
    margin-top: 30px;
    justify-self: end;
  }

  /* Comentarios */

  .comment-form .submit {
    width: 100%;
  }


  /********** TEAM POST TYPE STYLES **********/

  /* Team Entry */

  .team-cover {
    display: block;
    padding: 0 20px;
  }

  .team-cover .team-main-meta {
    padding: 0;
  }

  .team-cover .team-main-meta h3 {
    margin: 0;
    margin-top: 50px;
  }

  .egresado-caption {
    text-align: center;
  }

  /* Event Entry */

  .event-cover {
    display: block;
    padding: 0 20px;
  }

  .event-cover .event-main-meta {
    padding: 0;
    text-align: left;
  }

  .event-cover .event-main-meta h3 {
    margin-top: 50px;
  }

  .container-event {
    margin-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    margin-top: 60px;
  }

  .container-event h3 {
    margin-top: 50px;
  }

  .texto-precio {
    font-size: 18px;
  }

  .profesor-container {
    display: block;
    margin-top: 20px;
  }

  .profesor-container .profesor-details {
    padding: 0px;
  }

  .profesor-container h5 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .product-details-table {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
  }

  .product-details-table .product-details-cell {
    width: 100%;
    padding: 20px;
    border-right: 0;
  }

  .event-cart-section table.variations {
    width: 100%;
  }

  /* TAFFEL */

  .duracion-taffel h4 {
    margin-top: 30px;
  }

  /* Videos Entries */

  .video-pt-event {
    margin: 50px 0 0;
  }


  /********** STORE STYLES **********/

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }


  /********** MERCH PRODUCT STYLES **********/

  .merch-cover {
    display: block;
    padding-bottom: 0;
  }

  .merch-cover .merch-main-meta {
    padding: 0 20px;
  }

  .merch-cover .merch-main-meta h3 {
    margin: 0;
    margin-top: 50px;
  }


  /********** TALLERES PAG STYLES **********/

  .sub-talleres {
    display: block;
    margin-bottom: 50px;
  }

  .sub-talleres .sub-content {
    padding: 0;
  }

  .sub-talleres .sub-content a {
    position: static;
    display: block;
    margin-top: 30px;
    text-align: center;
  }

  .sub-talleres .sub-content a:hover {
    position: static;
  }


  /********** EVENTOS PAG STYLES **********/

  .category-h2-container {
    text-align: center;
  }

  .events-product-row {
    display: block;
    margin-bottom: 80px;
  }

  .events-product-row .product-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }

  .events-product-row:last-child .product-item {
    margin-bottom: 80px;
  }


  /********** EGRESADOS PAG STYLES **********/

  .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .col-md-6 {
    display: block;
  }

  .egresados-page .egresado {
    margin: 0;
    margin-bottom: 80px;
    width: 100%;
  }

  .row .col-md-6:last-child .egresado {
    margin-bottom: 80px;
  }

  .row .col-md-6:last-child .egresado:last-child {
    margin-bottom: 0;
  }

  .sub-talleres .sub-content .button-sub-talleres,
  .sub-talleres .sub-content .button-sub-talleres:hover {
    position: static;
  }

  .egresados-page .egresado p {
    text-align: center;
  }


  /********** MODAL STYLES **********/

  .modal-content {
    margin: 17vh 0;
    padding: 20px;
  }

  .close {
    top: -20px;
    right: 20px;
  }


  /********** SLIDERS STYLE **********/

  /*producto slider*/

  .product-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
  }

  .slider-controls {
    text-align: center;
    margin-top: 10px;
  }

  .prev-slide,
  .next-slide {
    background-color: #1c1c1c;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px 8px;
    border: none;
    cursor: pointer;
  }

  .prev-slide {
    margin-right: 10px;
  }

  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    display: none !important;
  }

  .image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .slider-image {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }

  .product-slider-container img {
    height: inherit;
  }

  /* Homepage slider */

  .homepage-slider-arrows {
    right: 0;
    bottom: 0;
    transform: translateY(0);
  }

  .homepage-slider-arrows .prev-slide {
    margin-right: 0;
  }

  /* Main Slider Categories */

  .event-main-slider-container {
    margin-right: 0%;
  }

  .taller-slider-title-mov {
    display: block;
    padding: 20px;
  }

  .taller-slider-title-mov p {
    font-size: 18px;
  }

  .taller-slider-title {
    display: none;
  }

  .portada-slider-events .talleres-slider-arrows {
    margin: 0;
  }


}


/* TEST BG HERO */

.page-id-5 .site-body {
  padding-top: 0;
}

















/**/

@media (max-width: 912px) {

  /*propiedad page*/

  .propiedad-main-col, .propiedad-amenities-col {
    display: block;
  }
  
  .propiedad-main-col .propiedad-images, .propiedad-main-col .propiedad-content, .propiedad-amenities-col .col-1 {
    width: 100%;
  }
  
  .propiedad-content {
    padding-right: 0;
  }

  .propiedad-amenities-col {
    padding-top: 0;
  }

  .propiedad-amenities-col .amenities-title {
    margin-top: 80px;
  }

  .mobile-only-main-container {
    margin-top: 40px;
  }

.mobile-only-main-container .details-group {
  display: flex;
  justify-content: left;
}

.propiedad-main-details .propiedad-main-price {
  font-family: 'Noto Serif HK', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  margin: 10px 0 0;
}

.mobile-only-main-container .details-group p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  font-family: 'Noto Serif HK', serif;
}

.mobile-only-main-container .details-group p:first-child {
  padding-left: 0;
}

.mobile-only-main-container .details-group p:last-child {
  padding-right: 0;
}

.mobile-only-main-container .details-group p:nth-child(2) {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.realtor-data {
  line-height: 2;
}


  /*homepage*/

  .hero-section {
    margin-top: 70px;
}

.hero-section .hero-prev-btn,
.hero-section .hero-next-btn {
  top: 10%;
  bottom: auto;
}

.hero-slider .slide-details {
  display: block;
  width: 100%;
  padding: 20px;
  padding-top: 40px;
}

.hero-slider .slide-details .details-group {
  display: flex;
  justify-content: left;
  margin: 5px 0;
}

.hero-slider .slide-details .details-group p:first-child {
  padding-left: 0;
}


  .home-section h1 {
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
  }

  .home-section .about-section h2 {
    font-size: 20px;
  }

  .home-section .about-section .about-columns {
    display: block;
    padding: 30px 20px;
  }

  .home-section .about-section .about-columns .rr-btn {
    display: block;
    width: 70%;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }

  .home-section .about-section .about-columns .rr-btn:first-child {
    margin-bottom: 20px;
  }

  .about-columns .about-col:first-child .about-img {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
  }

  /*Banner*/

  .banner .rr-btn {
    font-size: 14px;
    padding: 15px;
  }

  /*Blog*/

  .page-articulo .page-articulo-title {
    padding: 50px 20px;
  }

  .page-articulo .page-articulo-title h1 {
    text-align: center;
  }

  /* Sobre mí */

  .page-sobre-mi .col-section {
    display: block;
  }

  .sobre-mi-container {
    padding-top: 40px;
  }

  .page-sobre-mi .col-section:last-child {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
    gap: 0;
  }

  .sobre-mi-img-right {
    margin-top: 60px;
  }

  .sobre-mi-img-left {
    padding-top: 60px;
  }
}