:root {
  --primary-font: "metropolis", sans-serif;
  --secondary-font: "metropolis", serif;
  --base-size-font: 18px;

  --primary-color: #000;
  --secondary-color: #595959;
  --tertiary-color: #363636;
  /* --quaternary-color: #beeeab; */

  --transition: all 0.4s ease;
  --box-shadow: 0px 2.589681386947632px 10.358725547790527px 0px #0000001f;

  --border-radius: 15px;
  --border-radius2: 25px;

  --title: 2.5rem;
  --text-content-size: 1rem; /* Párrafos, textos de contenido */
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 300;
  color: #595959;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}

.section-title h2 {
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1,
h4,
h5 {
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--primary-color);
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 45px;
  line-height: 1.077em;
  font-weight: 500;
}
h4 {
  font-size: 27px;
  line-height: 1.222em;
  margin: 0;
}
h5 {
  font-size: 24px;
  line-height: 1.208em;
}
h4 a,
h5 a {
  transition: color 0.3s ease-out;
}
h4 a:hover,
h5 a:hover {
  color: var(--secondary-color);
}
p {
  font-size: var(--text-content-size);
  margin-bottom: 20px;
/*   line-height: 1.4rem; */
  letter-spacing: 0.5px;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
}



.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.d-flex {
  display: flex;
}
.bg-white {
  background-color: #fff;
}
/* --- Container --- */

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0px 26px;
}
.container-s {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0px 50px 0px 50px;
}
.container-m {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 2.5rem;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .container {
    padding: 0px 50px 0px 50px;
  }
  .container-s {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding: 0;
  }
	.container-m{
		padding: 0;
	}
}
@media screen and (min-width: 1280px) {
}

/* --- General --- */

.btn.-white {
  font-size: 12px;
  line-height: 1.5625em;
  white-space: nowrap;
  text-align: center;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 70px;
  width: fit-content;
  transition: var(--transition);
}
.btn.-white:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.-light {
  padding: 0 0 0 50px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: var(--primary-color);
  background-color: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  width: fit-content;
  transition: var(--transition);
}
.btn.-light::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: var(--primary-color);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}
.btn.-light:hover::before {
  transform: scaleX(0);
}
.btn.-light:hover {
  padding: 0 50px 0 0;
}
.btn.-dark {
  font-size: 12px;
  line-height: 1.5625em;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 70px;
  width: fit-content;
  transition: var(--transition);
}
.btn.-dark:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.section-first {
  padding-top: 0px;
}
main {
  /* margin-top: 35px; */
  position: relative;
  z-index: 9;
}
section {
  padding: 45px 0 90px;
  overflow-x: clip;
}
.header-section {
  margin-bottom: 80px;
}
.section-title {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}

/**
*	HEADER
*	=======================================================================================================
**/

/** TOP AREA	============== **/
.top-area {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 35px;
    padding: 0 50px;
    border-bottom: 1px solid #686968;
    align-items: center;
    justify-content: space-between;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #cdcdcd;
    background-color: var(--primary-color);
}
.top-area .msg {
    text-align: center;
    justify-content: center;
    flex: none;
}
.top-area .redes {
  justify-content: flex-end;
  font-family: var(--primary-font);
  font-style: normal;
}
.top-area .redes > a {
  margin-right: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  display: flex;
}
.top-area .redes > a:last-child {
  margin-right: 0;
}
.top-area__item {
    align-items: center;
    flex: 1;
    height: 100%;
    font-size: 0.9rem;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .top-area {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
}

/** HEADER	============== **/

header {
  background-color: #FFF;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.header__wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header__item {
  flex: none;
}
.header__item.logo {
    justify-content: flex-start;
    width: 50%;
    flex: none;
}
.header__item.logo img {
  display: block;
  height: auto;
  width: 150px;
}
.header__item .menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header__item .menu li {
  position: relative;
}
.header__item .menu li > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--primary-color);
    line-height: 1.208em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    transition: var(--transition);
    padding: 10px 0;
}
.dark .header__item .menu li > a {
    color: #fff;
}
.header__item .menu li ul li a{
	color: var(--primary-color);
	padding:20px;
}
.dark .header__item .menu li ul li a{
	color: var(--primary-color);
}
.header__item .menu li ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.header__item .menu li.current-menu-item > a,
.header__item .menu li > a:hover {
  color: #b3b3b3;
}
.header__item .menu li.current-menu-item > a::after,
.header__item .menu li > a:hover::after {
  width: 100%;
}
.header__item .menu li.current-menu-item {
  position: relative;
}
.header__menu{
  display: none;
}
.header__btns {
  justify-content: flex-end;
  align-items: center;
}

.header__btns a {
  margin: 0 5px;
  display: flex;
  min-height: 50px;
  align-items: center;
}
.header__btns a:nth-child(1){
  display: none;
}
.header__btns a:last-child {
  margin: 0 0 0 10px;
}
.header__btns svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.dark .header__btns svg {
  fill: #fff;
  stroke: #fff;
}
.header__cart-icon{
	cursor: pointer;
}
.header__cart-icon svg {
  width: 27px;
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
.count-cart {
  position: relative;
  top: 3px;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.btn-toggle {
  flex-direction: column;
  width: 50px;
  gap: 4px;
  align-items: center;
  justify-content: center;
	cursor: pointer;
}
.btn-toggle .line {
  height: 1px;
  width: 100%;
  background-color: #000;
  transition: var(--transition);
}
.btn-toggle .line:nth-child(1) {
  width: 60%;
}
.btn-toggle .line:nth-child(3) {
  width: 80%;
}
.btn-toggle:hover .line {
  width: 100%;
}
.logo-pc{
	display: none;
}
.logo-mobile{
	display: flex;
}

.menu > li {
  position: relative;
}

/* Primer nivel oculto inicialmente */
.sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: white;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Mostrar primer submenú al hacer hover */
.menu > li:hover > .sub-menu {
  display: block;
}

/* Segundo nivel (sub-submenú) */
.sub-menu .menu-item-has-children {
  position: relative;
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  display: none;
}
.sub-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.sub-menu li a:hover {
  background-color: #f5f5f5;
}
.menu-item-has-children > a::after {
    content: ' ▼';
    font-size: 0.6em;
    margin-left: 5px;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
	.btn-toggle {
	display: none!important;
}
	.logo-pc{
		display: flex;
	}
	.logo-mobile{
		display: none;
	}
	.header__item.logo {
		justify-content: center;
		width: 20%;
	}
	.header__item.logo img {
	  width: 180px;
	}
}
@media screen and (min-width: 1280px) {
}

/** HEADER STICKY	============== **/
#header-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    transition: var(--transition);
    transform: translateY(-100%);
    z-index: 999999;
}
#header-sticky .header__wrapper{
	height: 70px;
}
#header-sticky.activeFixed {
    transform: translateY(0);
}
#header-sticky .header__item.logo img {
    width: 160px;
}
#header-sticky .header__item .menu li > a {
    color: var(--primary-color);
}
#header-sticky .header__item .menu li.current-menu-item > a, 
#header-sticky .header__item .menu li > a:hover {
    color: #b3b3b3;
}
#header-sticky .header__btns svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
    stroke: var(--primary-color);
}
#header-sticky .btn-toggle .line {
	background-color: var(--primary-color);
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  header {
    background-color: rgba(168, 168, 168, 0);
    top: 35px;
    position: absolute;
  }
  .header__item {
    flex: 1;
  }
  .header__menu{
    display: flex;
  }
  .header__wrapper {
    height: 110px;
  }
  .header__btns a {
    margin: 0 15px;
  }
  .header__btns a:nth-child(1){
    display: flex;
  }
  .header__btns a:last-child {
    margin: 0 0 0 20px;
  }
  .header__cart-icon svg {
    stroke: var(--primary-color);
  }
  .btn-toggle .line {
    background-color: #fff;
  }
  .count-cart {
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	FOOTER
*	=======================================================================================================
**/

footer {
  background-image: url(../images/foooter-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__wrapper {
  flex-direction: column;
  padding: 150px 0;
  gap: 90px;
}
.footer__wrapper > .col:nth-child(1),
.footer__wrapper > .col:nth-child(3) {
  width: 100%;
  text-align: center;
}
.footer__wrapper > .col:nth-child(2) {
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.footer__wrapper > .col:nth-child(2) .logo-footer{
	width: 188px;
}
.footer__wrapper > .col {
  flex-direction: column;
  gap: 10px;
}
.footer__wrapper > .col:last-child {
  text-align: center;
}
.footer__wrapper h5 {
  margin: 0 0 7px;
  color: #fff;
}
.footer__wrapper a {
  color: #d3d3d3;
  transition: var(--transition);
}
.footer__wrapper a:hover {
  color: #fff;
}
.redes-footer {
  gap: 30px;
}
.redes-footer a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
}
.redes-footer a:hover {
  color: #a3a3a3;
}
.footer__wrapper svg {
  color: #d3d3d3;
}
footer form {
  width: 100%;
  position: relative;
}
footer input {
  color: #fff;
  background-color: transparent;
  border: 1px solid #a4a4a4;
  padding: 8px 22px;
  font-size: 15px;
  line-height: 26px;
  width: 100%;
  transition: var(--transition);
}
footer input:focus {
  border-color: #fff;
}
footer button {
  position: absolute;
  top: 22px;
  right: 0;
  width: 94px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #c9c9c9;
  transform: translate3d(0, -50%, 0);
  color: #fff;
}
.copyright-wrapper {
  height: 72px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: var(--secondary-font);
  border-top: 1px solid #636262;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .footer__wrapper {
    flex-direction: row;
    gap: 20px;
  }
  .footer__wrapper > .col:nth-child(1),
  .footer__wrapper > .col:nth-child(3) {
    width: 30%;
  }
  .footer__wrapper > .col:nth-child(2) {
    width: 40%;
  }
  .footer__wrapper > .col:nth-child(1) {
    text-align: left;
  }
  .footer__wrapper > .col:last-child {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
}


/**
*	MODAL
*	=======================================================================================================
**/

.custom_modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%) !important;
    visibility: hidden;
    z-index: 9999999;
    opacity: 0;
    position: fixed;
    overflow: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.custom_modal.active_modal {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    overflow:hidden;
    overflow-y: auto;
}

.modal_cm {
    position: fixed;
    z-index: 2;
    max-width: 700px;
    min-height: auto;
    width: 90% !important;
    height: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    box-shadow: var(--box-shadow);
    transform: translateY(20%);
    transition: all 0.3s;
    padding: 0;
}
.popup-publi {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.popup-publi img{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
	.modal_cm{
		max-width: 700px;
	}
	.popup-publi {
		width: 700px;
		height: 600px;
		overflow: hidden;
	}
}



.active_modal .modal_cm{
   transform: translateY(0);
}

.content_md,
.body_md{
    height:100%;
}
.close.close-modal {
    width: 40px;
    height: 40px;
    transform: none;
    filter: none;
    top: 0;
    right: 0;
    opacity: 1;
    position: absolute;
    text-indent: -99999px;
    cursor: pointer;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: #ffffff;
    /* border-radius: 9999px; */
    transition: var(--transition);
}

@media screen and (min-width: 1024px){    
    .close.close-modal {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }
}
.close.close-modal span{
    text-indent:0;
}
/**
*	SIDEBAR MENU
*	=======================================================================================================
**/
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 16px;
  width: 22px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--primary-color);
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

#overlay {
  width: 100%;
  height: 100vh;
  background-color: var(--tertiary-color);
  opacity: 1;
  position: fixed;
  transition: right 0.5s ease;
  top: 0;
  right: -100%;
  z-index: 99999;
}
#overlay.active {
  opacity: 0.7;
  right: 0;
}
#sidebar {
  height: 100vh;
  width: 90%;
  max-width: 1120px;
  background-color: var(--primary-color);
  padding-top: 100px;
  position: fixed;
  overflow: hidden;
  transition: right 0.5s ease;
  right: -100%;
  top: 0;
  z-index: 999999;
}
#sidebar.active {
  right: 0; /* Mueve el div dentro de la pantalla */
}
#sidebar .container {
  height: 100%;
}
#sidebar .logo {
  width: 100%;
  max-width: 200px;
}
#sidebar .menu-sidebar {
    font-family: var(--secondary-font);
    margin-bottom: 60px;
}
#sidebar .menu-sidebar li {
  position: relative;
}
#sidebar .menu-sidebar li a {
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: flex;
    color: #fff;
    padding: 10px 25px 10px 35px;
    transition: var(--transition);
    position: relative;
    border-radius: 7px;
}
#sidebar .menu-sidebar li.current-menu-item::before,
#sidebar .menu-sidebar li:hover::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/iso-logo.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 11px;
  background-repeat: no-repeat;
}
#sidebar .redes {
    display: flex;
    flex-direction: row;
    gap: 17px;
    font-size: 17px;
    padding-left: 35px;
}
#sidebar .redes img {
  width: 50px;
}
.img-iso-sidebar {
  width: 285px;
  height: 205px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-iso-sidebar img {
  width: 100%;
  object-position: top;
}
.datos {
  padding: 0px;
  line-height: 1.4;
}
.datos,
.datos a {
  color: #fff;
}
.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 30px;
  align-items: center;
}

.sidebar-wrapper .row {
  flex-direction: column;
  gap: 65px;
  width: 100%;
}
.sidebar-wrapper .col-50 {
  width: 100%;
}
.content-sidebar {
  padding: 40px 0;
  gap: 20px;
  align-items: start;
  border-top: 1px solid var(--secondary-color);
  width: max-content;
  position: relative;
}
.content-sidebar .datos:nth-child(1) {
  padding-left: 0;
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  #sidebar {
    width: 80%;
  }
  .sidebar-wrapper {
    padding: 0;
  }
  .sidebar-wrapper .row {
    flex-direction: row;
  }
  .sidebar-wrapper .col-50 {
    width: 50%;
  }
  .content-sidebar {
    align-items: end;
    gap: 0;
  }
  .content-sidebar .datos:nth-child(2) {
    border-right: 1px solid #fff;
  }
  .datos {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
}

#close-btn {
  position: absolute;
  padding: 10px;
  top: -60px;
  right: 35px;
  background: transparent;
}
#close-btn img {
  width: 18px;
}

/**
*	HOME
*	=======================================================================================================
**/

/** WELCOME	============== **/
#welcome {
  padding: 0;
  position: relative;
  background-color: #000;
}
#welcome .slick-slide {
  height: 100vh;
	max-height: 700px;
}
#welcome .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.btns-welcome {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}
.btns-welcome.prevButton {
  left: 50px;
}
.btns-welcome.nextButton {
  right: 50px;
}
.btns-welcome svg {
  width: 35px;
  height: 78px;
  display: block;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  transition: all 0.35s ease;
}
.btns-welcome.nextButton svg {
  transform: scale(-1);
}
.btns-welcome:hover svg {
  fill: none;
  stroke: #a3a3a3;
  stroke-miterlimit: 10;
}
#welcome .slick-dots {
  bottom: 15px;
}
#welcome .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.35s ease;
  position: relative;
}
#welcome .slick-dots li button:before {
  display: none;
}
#welcome .slick-dots li {
  width: 10px;
}
#welcome .slick-active button {
  transform: scale(1.3);
}
#welcome-txt {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#welcome-txt .slick-slide {
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
#welcome-txt h2 {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  transform: translateX(-20px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transition-delay: 0.7s;
	position: relative;
}
#welcome-txt h2::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    z-index: -1;
    padding: 5px;
    transform: translate(-50%, -50%);
}
#welcome-txt span {
  font-family: var(--secondary-font);
  color: rgb(224, 224, 224);
  white-space: nowrap;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  font-size: 19px;
  transform: translateX(-20px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transition-delay: 0.5s;
	position: relative;
}
#welcome-txt span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    z-index: -1;
    padding: 5px;
    transform: translate(-50%, -50%);
}
.btns-sliders-container{
  transform: translateX(-20px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transition-delay: 0.9s;
}
.item-welcome-txt {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
}
#welcome-txt .slick-active h2,
#welcome-txt .slick-active span,
#welcome-txt .slick-active .btns-sliders-container {
  transform: translateX(0px);
  opacity: 1;  
}
#welcome-txt .slick-active h2{
  font-size: 32px;
  line-height: 38px;
	
}
@media screen and (min-width: 580px) {
	#welcome .slick-slide {
		height: 100vh;
		max-height: 100vh;
	}
  .btns-welcome {
    display: flex;
  }
	#welcome-txt h2{
		font-size: 50px;
		line-height: 55px;
	}
  #welcome-txt .slick-active h2{
    font-size: 50px;
    line-height: 55px;
  }
  #welcome-txt .slick-slide {
    padding: 0 90px;
  }
}
@media screen and (min-width: 980px) {
  #welcome-txt .slick-slide {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
}

/** NEW COLLECTION	============== **/
.new-collection__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 30px;
}
.product-card-item {
  position: relative;
}
.product-card-item .card__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
}
.product-card-item .card__content {
    margin-top: 20px;
    flex-direction: column;
    gap: 5px;
}
.product-card-item .card_title {
  align-items: center;
  justify-content: space-between;
}
.product-card-item h5 {
    margin: 0;
    text-transform: uppercase;
	font-size: 1.1rem;
}
.price {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--primary-font);
  font-size: var(--text-content-size);
  font-weight: 400;
  margin:0;
  color: var(--tertiary-color);
}
.card-tag {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 4px 35px 5px 20px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fff;
    z-index: 5;
}
@media screen and (min-width: 580px) {
  
}
@media screen and (min-width: 980px) {
  .new-collection__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
}

/** ARTISTS	============== **/

.artists__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px 30px;
}
.card-article {
  position: relative;
  flex-direction: column;
}
.card-article .card-article__img {
  width: 100%;
  height: 215px;
  overflow: hidden;
  display: flex;
  margin-bottom: 16px;
}
.card-article .card-article__img img {
  transition: var(--transition);
  transform: scale(1.1);
}
.card-article-tag {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 4px 0px 5px 0px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
    z-index: 5;
    min-width: 130px;
    text-align: center;
}
.card-article .card-article__img:hover img {
  transform: scale(1.1) translateX(1.4%);
}
.card-article__content {
  flex-direction: column;
}
.artist-name {
  font-size: 16px;
  line-height: 1.563em;
  font-style: normal;
  color: #595959;
  font-weight: 400;
}
.card-article h4 {
  margin-bottom: 25px;
}
.artists__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

.artists__grid.center-single {
    justify-content: center;
}

.card-article {
    flex: 0 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

@media screen and (max-width: 768px) {
    .card-article {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .artists__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	INTERNAS
*	=======================================================================================================
**/
.banner-intern {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.banner-intern__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-intern_wrapper {
  height: 200px;
  justify-content: flex-start;
  align-items: center;
}
.banner-intern_wrapper .woocommerce-breadcrumb {
    color: #fff;
    font-size: 18px;
    top: 0;
    position: relative;
}
.banner-intern h1 {
    color: #fff;
    margin-top: 0;
    margin: 0;
    font-size: 30px;
}
@media screen and (min-width: 580px) {
	.banner-intern {
	  height: 440px;
	}
	.banner-intern_wrapper {
	  height: 440px;
	}
	.banner-intern_wrapper .woocommerce-breadcrumb {
		top: -50px;
	}
	.banner-intern h1 {
		font-size: 45px;
	}
}
@media screen and (min-width: 980px) {
  .banner-intern_wrapper {
    padding-top: 135px;
  }
}
@media screen and (min-width: 1280px) {
}

/**
*	CONTÁCTANOS
*	=======================================================================================================
**/
/** DATOS	============== **/
.datos__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px 30px;
}
.datos__item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.datos__item h5 {
  margin-bottom: 5px;
}
@media screen and (min-width: 580px) {
  .datos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 980px) {
  .datos__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
}

/** FORM	============== **/
.form-contact__wrapper p{
	width: 100%;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 14px;
  padding: 8px 22px;
  font-family: inherit;
  font-size: 15px;
  line-height: 26px;
  font-weight: inherit;
  color: #595959;
  background-color: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
    resize: none;
}
.form-row{
  display: flex;
  flex-direction: column;  
}
.form-row .form-group{
  width: 100%;
}
.form-group{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.last-group p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 580px) {
}
@media screen and (min-width: 980px) {
  .form-row{
    flex-direction: row;
    gap:20px;
  }
  .form-row .form-group{
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
}


/**
*	COMING SOON
*	=======================================================================================================
**/
.coming-soon__wrapper {
    height: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 620px;
    margin: 0 auto;
    padding: 40px;
    color: #fff;
    z-index: 9;
    position: relative;
    justify-content: center;
}
.coming-soon__img{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}
.coming-soon__wrapper h1, .coming-soon__wrapper h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.077em;
    font-weight: 500;
    margin: 25px 0;
    text-align: center;
}
.coming-soon__wrapper  p{
  text-align: center;
  color: #FFFFFF;
  font-family: var(--secondary-font);
  font-size: 19px;
  font-weight: 400;
}
.grid-countdown {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  width: 100%;
  margin: 30px 0 60px;
}
.item-countdown{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.cuadro{
  font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.069em;
    color: #fff;
}

@media screen and (min-width: 580px) {
  .coming-soon__wrapper {
        height: 100%;
        padding: 40px;
    }
  .grid-countdown {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  
  
}
@media screen and (min-width: 1280px) {
}

/**
*	NOSOTROS
*	=======================================================================================================
**/
#nosotros-pres{
	padding: 0;	
	position: relative;
}
.nosotros-pres__wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0 100px 0;
    color: var(--primary-color);
}
.nosotros-pres__content p:last-child {
	margin-bottom: 0;
}
.fondo-nosotros{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	z-index: -1;
}
@media screen and (min-width: 580px) {
.nosotros-pres__wrapper {
    width: 65%;
}
}
@media screen and (min-width: 980px) {
	#nosotros-pres {
        display: flex;
    }
	.nosotros-pres__wrapper {
		width: 50%;
		padding: 200px 0 100px 10.3%;
	}
}
@media screen and (min-width: 1280px) {
}



/* ----- Blog ------- */
#blog-page{
	padding: 100px 0px 160px 0px;
}
.blog__inner {
    display: flex;
    flex-flow: column;
    gap: 35px;
}
.post__image {
    position: relative;
    display: flex;
    aspect-ratio: auto 1200 / 741;	
	overflow: hidden;
}
.post__image img{
	transition: var(--transition);
	transform: scale(1.1);
}
.post__image:hover img{
	transform: scale(1.1) translateX(1.4%);
}
h2.widget-title {
    font-family: var(--secondary-font);
    margin-bottom: 12px;
    color: var(--primary-color);
    font-weight: 500;
}
.custom-recent-post-item .thumb{
	flex-shrink: 0;
    width: 91px;
    margin: 0 21px 0 0;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.custom-recent-posts .title-post-widget,
.wp-block-heading{
	font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 1.25em;
    font-family: var(--secondary-font);
}
.custom-recent-posts .content small{
    font-size: 18px;
	 font-family: var(--secondary-font);
}
.widget-area .widget{
	padding: 20px 0 40px;
}
.tagcloud a{
    font-size: 18px!important;
    font-family: var(--secondary-font);
}
@media screen and (min-width: 1280px) {
    .blog__inner{
        flex-flow:row;
    }
}

.blog__sidebar{
    width:100%;
    padding-top:25px;
    flex-shrink:0;
    display:flex;
    flex-flow:column;
}
.logo-blog {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}
@media screen and (min-width: 580px) {
    .blog__sidebar{
        flex-flow:row;
    }
}

@media screen and (min-width: 1280px) {
    .blog__sidebar {
        width: 25%;
        padding: 0;
        padding-right: 0;
        flex-flow: column;
    }
}

.blog__posts{
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .blog__posts{
        width:75%;
    }
}

.blog__sidebar .widget{
    width:100%;
}

@media screen and (min-width: 580px) {
    .blog__sidebar .widget{
        width:50%;
    }
}

@media screen and (min-width: 1280px) {
    .blog__sidebar .widget{
        width:100%;
    }
}

.blog__sidebar .widget__item{
    padding:0;
}

@media screen and (min-width: 580px) {
    .blog__sidebar .widget__item{
        padding:0 10px;
    }
}

@media screen and (min-width: 1280px) {
    .blog__sidebar .widget__item{
        padding:0;
    }
}

.blog__post{
    width:100%;
}

.blog__grid--recipes{
    display:flex;
    flex-wrap:wrap;
}

@media screen and (min-width: 1280px) {
    .blog__grid--recipes{
        margin: 0 -40px;
    }
}

.blog__grid--recipes .recipes__item{
    margin-bottom:25px;
    width:100%;
}

@media screen and (min-width: 580px) {
    .blog__grid--recipes .recipes__item{
        width:33.33%;
    }
}

@media screen and (min-width: 1280px) {
    .blog__grid--recipes .recipes__item{
        width:50%;
        margin-bottom:50px;
    }
}

@media screen and (min-width: 1280px) {
    .blog__grid--recipes .recipes__item:nth-child(2n):after{
        display:none;
    }
}

.blog__grid--post .post__item:last-child:after{
    display:none;
}


.blog__title{
    font-size:3rem;
    margin-bottom:30px;
    font-family:var(--secondary-font);
}

@media screen and (min-width: 1280px) {
    .blog__title{
        font-size:3.5rem;
    }
}

.blog__count{
    margin-bottom:30px;
    min-height:42px;
    display: flex;
    flex-flow:column;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 580px) {
    .blog__count{
        flex-flow:row;
    }
}

.blog__count--alone{
    justify-content: center;
}

@media screen and (min-width: 580px) {
    .blog__count--alone{
        justify-content: flex-end;
    }
}

.filter__item{
    margin-bottom:40px;
}

.filter__item:last-child{
    margin:0;
}

.filter__item > h2{
        font-family: var(--secondary-font);
    margin-bottom: 20px;
    font-size: 3rem;
}

@media screen and (min-width: 1280px) {
    .filter__item > h2{
        font-size: 3.5rem;
    }
}

.filter__list ul{
    margin:0!important;
    padding:0!important;
    display:flex;
    flex-flow:column;
    gap:12px;
}

.filter__list ul li{
    margin:0!important;
}

.filter__list ul li *:not(a){
    color:red;
}

.filter__list ul li a{
    color:var(--text-color)!important;
    transition:var(--transition);
    font-size:1.6rem;
    position:relative;
    display:block;
    width:100%;
    font-weight:100!important;
    text-transform:capitalize;
}

.filter__list ul li a:hover{
    color:var(--primary-color)!important;
}

.filter__list--level ul li a{
    padding-left:30px;
}

.filter__list--level ul li a:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:14px;
    height:14px;
    background-color:#fff;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.filter__list--level ul li a:hover:after,
.filter__list--level ul li.wpc-term-selected a:after{
    background-image: url(../images/check.svg);
}

.filter__list ul li a span,
.filter__list .wpc-term-count-value{
    position:absolute;
    right:0;
    top:0;
    width:15px;
    height:15px;
    border-radius:9999px;
    background-color:var(--primary-color);
    font-size:.9rem;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff!important;
    opacity:1!important;
    margin:0!important;
    padding:0!important;
}

.filter__list .wpc-term-count{
    font-size:0;
    opacity: 1;
    margin:0!important;
    padding:0!important;
}



.filter__list .widget-title,
.filter__list .wpc-edit-filter-set{
    display:none;
}

.filter__list label{
    margin:0!important;
    padding:0!important;
}

.blog__pagination .pagination{
    margin-top:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.blog__pagination .pagination li a{
    width:21px;
    height:21px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9999px;
    transition:var(--transition);
    color:var(--text-color)!important;
}

.blog__pagination .pagination li.current a{
    background-color:var(--primary-color);
    pointer-events:none;
}

.blog__pagination .pagination li a:hover{
    color:var(--primary-color)!important;
}

.blog__pagination .pager-next,
.blog__pagination .pager-previous{
    display:none;
}

.filter__list .widget{
    padding:0;
    background-color:transparent;
}

/* --- Single post --- */

.single__heading{
    margin-bottom:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.single__title{
    width:100%;
    padding-right:20px;
}

.single__title > h1 {
    font-family: var(--secondary-font);
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single__title > span{
	    color: var(--primary-color);
    font-size: 20px;
}
.single__title .recipes__meta{
    margin:0;
    margin-top:10px;
}

.single__image--item {
    position: relative;
    aspect-ratio: auto 1200 / 741;
    overflow: hidden;
}

.single__image--item img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.single__image{
    margin-bottom:20px!important;
}

.single__image .slick-arrow {
    width: 26px;
    height: 26px;
}
.single__date{
    display:flex;
    align-items:center;
    flex-shrink:0
}

.single__date span{
    width:90px;
    height:65px;
    background-color:var(--primary-color);
    color:#fff;
    display:flex;
    flex-flow:column;
    align-items:center;
    text-align:center;
    font-size:2rem;
        line-height: 1;
    justify-content: center;
    text-transform:lowercase;
    line-height: .8;
    margin-left:16px;
}

.single__date span strong{
    font-size:3rem;
    font-weight:900;
}

.single__date p{
    display:none;
}


@media screen and (min-width: 1280px) {
    .single__date p{
        display:block;
    }
}

.single__subheading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.single__qty--alone{
   justify-content: flex-end; 
}

.single__share{
    display:flex;
    align-items:center;
    gap:6px;
}

.single__share > h2{
    font-size:1.7rem;
    font-weight:100;
}

.single__share .a2a_kit{
    display:flex;
    align-items: center;
    flex-direction:row;
}

.single__share .a2a_kit a{
    display:flex;
    align-items: center;
        margin: 0 -4px;
}

.single__share .a2a_kit .a2a_svg{
    background-color:#fff!important;
    height: 32px!important;
    width: 32px!important;
}

.single__share .a2a_kit .a2a_svg svg path{
    fill:var(--text-color)!important;
}


.single__content,
.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content p{
    line-height:1.5;
}

.single__content p{
    margin-bottom: 1.5em;
}

.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5{
    font-weight:900;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.single__content ul,
.single__content ol{
    margin: 0 0 1.5em 1.5em;
    
}

.single__content ul,
.single__content ol,
.single__content li{
    list-style: none; /* Remove default bullets */
}

.single__content li{
    margin-bottom:20px;
}

.single__content li::before{
    content: "";
    background-color:var(--primary-color);
    display: inline-block; 
    width: 10px;
    height:10px;
    margin-left: -26px;
    margin-right:16px;
    border-radius:9999px;
}  
.single__content figure{
	margin: 20px 0;
}
.blog__related{
    margin-top:40px;
}

.blog__related .post__meta{
    margin:10px 0;
}

.single__qty{
    font-weight:700;
}
.single__like{
	    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}
.single__comments input#submit {
    font-size: 12px;
    line-height: 1.5625em;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 70px;
    width: fit-content;
    transition: var(--transition);
}

#modal-buscar h3{
	font-family: var(--secondary-font);
    font-weight: 500;
    color: #000;
    font-size: 32px;
    line-height: 1.188em;
}
#modal-buscar .popup-publi {
    flex-direction: column;
    gap: 15px;
    background-color: #fff;	
    padding: 85px 90px;
    height: auto;
}
.open-modal-btn{
	cursor: pointer;
}

.redes-img{
	gap: 10px;
}
.redes-img a{
	width: 25px;
	height: 25px;
	display: flex;
}

/* ------------ Legales ---------------- */

.page-legal{
	 padding: 80px 0;
}

.page-legal .section-title{
    margin-bottom:40px;
}

.page-legal .site-section-header h1{
    margin: 0;
    text-align: center;
    margin-bottom:45px;
    color:var(--primary-color);
}

.page-legal:not(.lista-deseos) .container{
    max-width:980px!important;
}

.text-legal{
    line-height:1.8;
    text-align: justify;
}

.text-legal p{
    margin-bottom:1rem;
}
.text-legal h1, .text-legal h2, .text-legal h3, .text-legal h4, .text-legal h5 {
    margin: 2.5rem 0 1rem;
    font-size: 2rem;
    color: #000 !important;
    line-height: 1.2 !important;
    text-align: left;
}

.text-legal ol,
.text-legal ul{
    margin-left:16px!important;
    list-style:disc!important;
}

.text-legal ol li,
.text-legal ul li{
    margin-bottom:10px;
    list-style: disc;
}

.text-legal ol,
.text-legal ol li{
    list-style:decimal!important;
}

.text-legal a{
    text-decoration: underline;
     color: var(--primary-color)!important;
}

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

.libro-reclamaciones-form{
    position:relative;
}

.libro-reclamaciones-form .wpcf7-form-control-wrap br{
    display:none!Important;
}

.libro-reclamaciones-form .form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom:20px;
    width:100%;
}

@media screen and (min-width : 580px) {
    .libro-reclamaciones-form .form-row{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}


.libro-reclamaciones-form .form-row .form-group {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
}
.libro-reclamaciones-form .form-group-wrapper{
    margin-bottom:30px;
}

.libro-reclamaciones-form .form-group-wrapper-last{
    margin:0;
}

.libro-reclamaciones-form br{
    display:none;
}

.libro-reclamaciones-form .form-group br{
    display:none!important;
}
.libro-reclamaciones-form .form-group {
    justify-content: flex-start;
}
.libro-reclamaciones-form .small,
.libro-reclamaciones-form small{   
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.libro-reclamaciones-form .wpcf7-list-item-label{
    margin:0;
    
}

.libro-reclamaciones-form input::-webkit-outer-spin-button,
.libro-reclamaciones-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.libro-reclamaciones-form input[type=number] {
  -moz-appearance: textfield;
}


.form-group-check span{
    margin:0;
    margin-bottom:10px;
}

@media screen and (min-width : 580px) {
    .form-group-check span{
        margin:0;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}

.form-group-check span:last-child{
    margin:0;
}

.form-group-check .wpcf7-list-item label{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin:0;
    margin-right: 40px;
}

.form-group-check .wpcf7-list-item input{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width:21px!important;
    height:21px!important;
    padding:0;
    flex-shrink: 0;
    position:relative;
    margin-right:10px!important;
    cursor:pointer;
}

.form-group-check .wpcf7-list-item input::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all .3s ease;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#fff;
    border: 1px solid #808080;
}

.form-group-check .wpcf7-list-item input:checked::before{
    background-image: url(../images/checked-white.svg);
    background-color:var(--primary-color);
    border-color:var(--primary-color);
   
}

.libro-reclamaciones-form .wpcf7-response-output{
    margin:0px!important;
    margin-top:20px!important;
}

.libro-reclamaciones-form  form.wpcf7-form {
    position:relative;
    margin:0!important;
    display:block;
}

.libro-reclamaciones-form  form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.8);
    position: absolute;
    top:0;
    left:0;
    z-index:2;
}

.libro-reclamaciones-form  form.wpcf7-form .ajax-loader{
    display:none!important;
}
.libro-reclamaciones-form .form-group-info{
    display:flex;
    flex-direction:column;
}
.libro-reclamaciones-form .form-group-info span{
    margin-bottom:10px;
}
.libro-reclamaciones-form .form-group-info span:last-child{
    margin:0;
}

.form-group-wrapper-title{
    height: 26px!important;
    position: relative!important;
    overflow: hidden!important;
    margin-bottom: 15px;
}

.form-group-wrapper-title > div{
    transform: none!important;
    background-color: #fff!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    position:absolute;
    top:0;
    transition:none!important;
    opacity:1;
    visibility:visible;
}

.form-group-wrapper-title > div h2{
    margin:0;
}
.form-group-wrapper-title > div.wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}



.libro-reclamaciones-form  .form-group > label > span,
.libro-reclamaciones-form  .form-group > [data-class="wpcf7cf_group"] > label > span{
    width:auto;
    margin-left:2px;
    color:#ffc6c4;
}

.libro-reclamaciones-form  .form-group p{
	width: 100%;
}
.libro-reclamaciones-form select{
	    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 14px;
    padding: 8px 22px;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    font-weight: inherit;
    color: #595959;
    background-color: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    resize: none;
	position: relative;
}
.libro-reclamaciones-form select::after{
	    content: ' ▼';
    font-size: 0.6em;
    margin-left: 5px;
}
.libro-reclamaciones-form .wpcf7-not-valid-tip{
    display:none!important;
}

#tipo_respuesta{
    height:65px;
    position:relative;
}
#tipo_respuesta [data-class="wpcf7cf_group"]{
    position:absolute;
    top:0;
    height:100%!Important;
    width:100%;
    margin:0!important;
    padding:0!important;
    opacity:1;
    visibility:visible;
    background-color: #fff!important;
}
 
#tipo_respuesta [data-class="wpcf7cf_group"].wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}

.libro-reclamaciones-info{
    margin: 20px 0;
    line-height: 1.5;
    text-align: justify;
}

.libro-reclamaciones-info p{
    margin-bottom:20px;
    line-height: 1.4;
}

.libro-reclamaciones-info p span{
    color:#ffc6c4;
}

.libro-reclamaciones-info br{
    display:block;
}

.libro-reclamaciones-section{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.libro-reclamaciones-section img{
     max-width: 125px;
    border-radius: 8px;
    background-color:#fff;
    padding: 4px;
}

.page-info-wrapper{
    width:100%;
    max-width:100%;
    margin:0 auto;
    text-align: justify;
}

@media screen and (min-width: 580px) {
    .page-info-wrapper{
        max-width:720px;
    }

}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .page-info-wrapper{
        max-width:960px;
    }

}

.text-legal-tabs-single .text-legal-tabs-content{
    padding:0;
}

.text-legal-tabs-content .card,
.text-legal-tabs-content .card-header{
    padding:0;
    background-color:transparent;
    border:0;
    box-shadow:none;
    color:#565656;
}

.text-legal-tabs-content .card{
    margin-bottom:20px;
    padding:25px;
    background-color:#fff;
    box-shadow:0 2px 20px 0 rgb(31 38 135 / 7%);
    border-radius:12px;
}

.text-legal-tabs-content .card:last-child{
    border:0;
}

.text-legal-tabs-content .card-header span{
    cursor: pointer;
    position:relative;
    transition:all .3s ease;
    padding-right:30px;
    width: 100%;
    display: block;
}

.text-legal-tabs-content .card-header span:after{
    content:"";
    width:12px;
    height: 12px;
    position: absolute;
    top:4px;
    right:0;
    background-image: url(../images/select-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.text-legal-tabs-content .card-header span[aria-expanded="true"]:after{
    transform:scaley(-1);
    
}

.text-legal-tabs-content .card-header span[aria-expanded="false"]:after{
    transform:scaley(1);
}

.text-legal-tabs-content .card-body{
    padding:0;
    border-top: 1px solid #f6f6f6;
    padding-top:25px;
    margin-top:25px;
}

.text-legal-tabs-content .card-body .card-body-content{
    display:flex;
    align-items:center;
    flex-direction:column;
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content{
        flex-direction:row;
        max-width:100%;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.text-legal-tabs-content .card-body .card-body-content-image{
    flex-shrink:0;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-image:after{
    content:"";
    position:absolute;
    right: 24px;
    top:50%;
    transform:translateY(-50%)scalex(-1);
    width: 150px;
    height: 210px;
    background-image: url(../images/adorno.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:-1;
}

.text-legal-tabs-content .card-body .card-body-content-image img{
    width:100%;
    margin:0 auto;
    margin-bottom:25px;
}

@media screen and (min-width : 580px) {
  .text-legal-tabs-content .card-body .card-body-content-image img{
        width:200px;
        margin:0;
        margin-right:150px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .text-legal-tabs-content .card-body .card-body-content-image img{
        width:340px;
    }
}

.text-legal-tabs-content .card-body .card-body-content-info{
    width:100%;
}


.text-legal-tabs-content .card-body .card-body-content-info p{
    margin-bottom:20px;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li{
    margin-bottom:20px;
    padding-left:30px;
    position:relative;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:last-child{
    margin:0;
}

.text-legal-tabs-content .card-body .card-body-content-info ul li:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wpcf7-submit {
  font-size: 12px;
  line-height: 1.5625em;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px 70px;
  width: fit-content;
  transition: var(--transition);
}
.wpcf7-submit:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}