/*
Theme Name: Kakao Studio
Theme URI: https://kakaostudio.com
Author: VictorNavarro
Author URI: Coming soon
Description: A custom wordpress theme for KAKAO Studio
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kakaostudio
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

KakaoStudio, Copyright 2014-2025.
KakaoStudio is not  distributed under the terms of the GNU GPL


Actual CSS can be found in /assets/css/ folder.
*/

:root {
  --body-color: #fef4d1;
  --marron-color: #503620;
  --green-color: #8a992e;
  --red-color: #8e1a38;
  --gray-color: #dadada;
  --max-width: 1333px;
  --yellow-offer: #e1af2a;
  --green-offer: #89982e;
  --red-offer: #851633;
	--wpbc_cal-available-day-color: #503620
}

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}


/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}



body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  background: var(--body-color);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 900;
  color: var(--marron-color);
}
	

body:not(.home, .page-id-256, .single-post, .portfolio-single, .single-portfolio) main {
  max-width: var(--max-width);
}	

a {
  color: var(--marron-color);
  font-weight: 600;
}

/* by bodyclass */

.single > main {
  max-width: var(--max-width);
}
.single-portfolio > main {
  max-width: 720px;
}
header {
  position: relative;
}
header .menu-btn {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  top: 30px;
  background-color: var(--marron-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 5px;
  outline: 1px solid var(--body-color)
}
header .menu-btn svg {
  width: 60%;
  height: auto;
}

header .logo {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 100px 0;
}
.blog > header {
	background: var(--marron-color)
}
.aligncenter {
  display: block !important;
  margin: 20px auto !important;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
  margin-bottom: 30px;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 900;
  text-wrap: balance;
  color: var(--marron-color);
}


h1, .h1 {
  display: block;
  max-width: 70%;
  margin: auto;
  text-transform: uppercase;
  font-size: 4.5rem;
  text-align: center;
  line-height: 70px;
}

@media screen and (max-width: 768px) {
	h1, .h1 {
	  font-size: 2.5rem;
	  line-height: 50px;
	}
}
.h1 {
  margin-bottom: 40px;
}

.portfolio-header > .portfolio-title {
	font-size: 2.6rem !important;
    line-height: 50px !important;
}
:where(h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a) {
  color: var(--marron-color);
  text-decoration: none;
}
.single-post > .portfolio-title  {
    display: block;
    max-width: 80% !important;
    margin: auto;
    font-size: 4rem !important;
    text-align: center;
    line-height: 70px;
	text-transform: inherit !important
}

h2 {
    font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.5rem;
	}
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
    margin: 15px 0;
}

h6 {
    font-size: 1rem;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

main {
    margin: auto;
}

main strong {
    font-weight: 700;
}

/* HERO ZONE */
.hero {
    width: 100%;
    height: 835px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.hero {
		padding-left: 40px;
		padding-right: 40px;
		height: auto
	}
}

.hero::before {
  content:''; 
  width: 900px;
  height: 700px;
  background: url('assets/hero1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute; 
  z-index: -1;
  left:0;
  bottom: 0;
}
.hero::after {
  content:''; 
  width: 587px;
  height: 840px;
  background: url('assets/hero2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute; 
  z-index: -1;
  right:0;
  bottom: 0;
}

.hero > h1 {
    max-width: 1000px;
    font-size: 4.5rem;
    text-align: center;
    line-height: 70px;
    margin: 0
}
@media screen and (max-width: 1400px) {
	.hero > h1 {
		font-size: 2rem;
        padding: 0 50px;
        line-height: 50px;
	}
}

@media screen  and (max-width: 958px) {
    .hero h1 {
        font-size: 2rem;
        line-height: 30px;
    }
    .hero::before{
        opacity: .1;
    }
    .hero::after{
        opacity: .1;
    }
	.wp-block-button {
		display:none
	}
} 

.hero article {
    font-size: 1.5rem;
    text-align: center;
    max-width: 900px;
}
.hero .logo {
    margin: 100px auto 50px auto;
}
/* WHO WE SERVE ZONE */
.who-we-serve {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 100px 0 50px 0;
}
.who-we-serve article {
    max-width: var(--max-width);
    text-align: center;
}

.who-we-serve__sub {
	width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px
}
.who-we-serve__sub article {
    text-align: center;
    font-size: .9rem;
	padding: 0 37px;
}
.who-we-serve__sub > article > p {
	margin-top: -25px
} 



.trusted-by-leading {
    max-width: var(--max-width);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 100px 0 10px 0;
    border-top: 1px solid var(--marron-color);
    margin: auto;
}
@media screen and (max-width: 900px) {
	.trusted-by-leading {
		padding-left: 40px;
		padding-right: 40px
	}
}

.logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
	.logos {
		flex-direction: column;
		margin-bottom: 100px
	}
}

.by-women-for-women {

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;

}
@media screen and (max-width: 900px) {
	.by-women-for-women {
		padding: 80px 40px;
	}
}
.by-women-for-women h1 {
  max-width: 600px;
  margin: 0 !important;
}

.by-women-for-women article {
  max-width: 600px;
}


.by-women-for-women::before {
  content:''; 
  width: 900px;
  height: 700px;
  background: url('assets/mujeres-izq.png');
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute; 
  z-index: -1;
  left:0;
  bottom: 0;
}
.by-women-for-women::after {
  content:''; 
  height: 700px;
  background: url('assets/mujeres-der.png');
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute; 
  z-index: -1;
  right:-10px;
  bottom: 0;
}

@media screen  and (max-width: 1445px) {
    .by-women-for-women::before{
        opacity: .1;
    }
    .by-women-for-women::after{
        opacity: .1;
    }
} 

.why-women {
  background-color: var(--marron-color);
  color: var(--body-color);
}

.why-women .wrapper {
    max-width: var(--max-width);
    display: flex;
    gap: 80px;
    padding: 80px 0;
    margin: auto;
	position: relative
}
.why-women .article {
    max-width: 500px;
}
.why-women  .btn-title {
   display: flex;
   flex-direction: column;
   align-self: center
}
.why-women  .btn-title button{
   align-self: flex-start;
	margin-top: 10px
}
@media screen  and (max-width: 900px) {

  .why-women  .btn-title > button {
    	width: 150px;
	 position: absolute;
		 left:0;
	  right:0;
	  bottom: 50px;
	  margin: auto
  }
	.why-women article {
		padding-left: 40px;
		padding-right: 40px
	}

} 

.why-women h1 {
  text-align: left;
  font-size: 5rem;
  font-weight: 900;
  line-height: 90px;
  color: var(--body-color);
  max-width: 100%;
	margin-bottom: 6px
}

@media screen  and (max-width: 1400px) {

  .why-women .wrapper {
    flex-direction: column;
  }

} 
.check-our-menu {
    max-width: 1133px;
    display: flex;
    flex: 0 auto;
    flex-direction: column;
    text-align: center;
    margin: 100px auto;
}

.check-our-menu button {
  display: block;
  max-width: 180px;
  margin: auto
}

.check-our-menu__sub {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 40px;
}
@media screen  and (max-width: 1400px) {

	.check-our-menu__sub {
	  padding-left: 40px;
	  padding-right: 40px
	}

} 

@media screen  and (max-width: 1150px) { 
  .check-our-menu__sub {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
.check-our-menu__sub__zone {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  text-align: left;
  gap: 40px;
}
@media screen  and (max-width: 500px) { 
  .check-our-menu__sub__zone {
    flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center
  }
}
.check-our-menu__sub__zone picture {
  width: 168px;
  overflow: hidden;
  flex: 1 0 auto;
}
.check-our-menu__sub__zone picture > img {
  width: 198px;
  height: auto;
}
.check-our-menu__sub__zone > article > p {
	margin-top: -25px
}
.what-happens-out-table {
    display: flex;
    flex: 0 auto;
    flex-direction: column;
    text-align: center;
    margin: 100px auto;
}

.what-happens-out-table article {
  margin: auto;
  max-width: 900px;
}
.what-happens-out-table .table {
  width: 2000px;
  min-height: 1000px;
  margin: auto;
  background-image: url('./assets/Mantel.png');
  background-repeat: repeat;
  background-size: contain;
  transform-origin: center center;
  position: relative;
  /* Escala por defecto para pantallas grandes */
  transform: scale(1);
  transition: transform 0.3s ease;
  left: 50%;
  margin-left: -1000px;
}
@media screen  and (max-width: 900px) {
  .what-happens-out-table article {
    padding-left: 40px;
	padding-right: 40px
  }
}

/* Pantallas menores a 2000px */
@media (max-width: 2000px) {
  .what-happens-out-table .table {
    transform: scale(calc(100vw / 2000));
  }
}

/* Tablets grandes y laptops pequeñas */
@media (max-width: 1400px) {
  .what-happens-out-table .table {
    transform: scale(0.65);
  }
}

@media (max-width: 900px) {
	.what-happens-out-table .table {
		width:100%;
		height: auto;
		margin-left: 0;
		margin-top: 90px;
		left: 0;
		transform: scale(1);
	}
  	.what-happens-out-table .table .d6, 
	.what-happens-out-table .table .d7,
	.what-happens-out-table .table .d8,
	.what-happens-out-table .table .d9,
	.what-happens-out-table .table .d10,
	.what-happens-out-table .table .d11 {
		display: none !important
	}
	.what-happens-out-table .table-dishes {
		display: grid;
		position: relative;
		grid-template-columns: repeat(1, 1fr);
	}
	.dish {
		width: 70% !important;
		height: auto;
		position: relative !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
	}
	.dish img {
		width: 100% !important
	}
	.dish .number {
		left: 40px !important;
		top: 20px !important
	}
}




/* Ajuste de altura del contenedor para evitar espacio extra */
.what-happens-out-table {
  height: auto;
  min-height: fit-content;
}


.check-recipe-book {
    max-width: 1133px;
    display: flex;
    flex: 0 auto;
    flex-direction: column;
    text-align: center;
    margin: 50px auto;  
}
.check-recipe-book article {
  margin: auto;
  max-width: 900px;
}
/* PORTFOLIO ZONE */

.portfolio-wrapper {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px
}
@media screen and (max-width: 1400px) {
	.portfolio-wrapper {
		padding: 0 40px
	}
}
.portfolio-content {
  margin-bottom: 30px;
}
.portfolio-item {
  display: flex;
  flex-direction: column;
  transition: all ease-in-out .2s;
}

.portfolio-item:hover {
  transform: scale(.95);
}
.portfolio-header {
  padding-bottom: 50px;
}

.portfolio-thumb a img{
	width:100%;
    height: auto;
    margin: auto;
}
.portfolio-footer {
  text-align: center;
  text-transform: uppercase;

}
.portfolio-footer a {
  font-weight: 100;
  text-decoration: none;
}
/* FIN DE LAS SECCIONES */
.icon_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}
.icon_sub img {
    width: 100px;
    height: auto;
}

.wp-block-group p {
    display: block !important;
}

.wp-block-group {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    margin: 50px 0;
}

.wp-block-button a {
    background: var(--green-color);
    font-weight: bold;
    font-size: .9rem;
    border-radius: 8px;
    padding: 18px 30px;
    transition: all 0.5s ease-out allow-discrete;
    position: relative;
    top: 100px;
}
@media screen and (max-width: 768px) {
	.wp-block-button a { 
		top:0
	}
}
.wp-block-button a:hover {
    background: var(--marron-color);
}
.wp-block-buttons>.wp-block-button {
    display: block;
    margin: auto;
}

button, .sowb-button {
    background: var(--green-color) !important;
    border: none !important;
    font-weight: bold;
    font-size: .9rem;
    border: none;
    border-radius: 8px;
    padding: 18px 30px;
    transition: all 0.5s ease-out allow-discrete;
    color: white;
    cursor: pointer;
}
button:hover, .sowb-button:hover {
    background: var(--marron-color) !important;;
    border: 1px solid var(--body-color) !important;
}

input[type='submit'] {
	width: 250px;
      background: var(--green-color);
    font-weight: bold;
    font-size: .9rem;
    border: none;
    border-radius: 8px;
    padding: 18px 30px;
    transition: all 0.5s ease-out allow-discrete;
    color: white;
    cursor: pointer;
}
input[type='submit']:hover {
    background: var(--marron-color);
    border: 1px solid var(--body-color)
}

/* SIDEBAR */
.sidebar {
  width: 400px;
  height: 100vh;
  background-color: var(--marron-color);
  color: white;
  padding: 40px 25px;
  position: fixed;
  top:0;
  right: -400px;
  z-index: 1000;
  border-left: 1px solid var(--body-color);
}

.sidebar img {
  margin:  auto;
  filter: brightness(7);
  margin-bottom: 70px;
  background-color: transparent !important;
}
.sidebar .close-btn {
  color: var(--body-color);
  position: absolute;
  right: 20px;
  top: 20px;
}
.move {
  animation: moveIn 0.5s forwards;
}

@keyframes moveIn {
  0%   { transform: translateX(400px); }
  100% { transform: translateX(0); }
}

/* Animación al cerrar */
.moveBack {
  animation: moveBack 0.5s forwards;
}

@keyframes moveBack {
  0%   { transform: translateX(0); }
  100% { transform: translateX(400px); }
}

/* POST PAGES */

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
  margin-top: 50px;
} 
.post-thumbnail {
  max-height: 200px;
  display: block;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entry-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.entry-header {
  margin: 20px 0;
}
.post-thumbnail {
/*   outline: 10px solid white;
  box-shadow: 5px 5px 12px rgba(red, green, blue, alpha); */
}
.blog-header {
  background-color: var(--marron-color);
  color: var(--body-color);
  text-align: center;
  margin-bottom: 100px;
  padding: 100px;
	margin-bottom: 100px;
	padding: 0 0 50px 0;
	margin-top: -50px;
}
.blog-header > article > h1 {
  color: var(--body-color);
}

/* FOOTER */
footer {
  padding-top: 40px;
  padding-bottom: 90px;
}
.home footer {
	padding-top: 0;
}
@media screen and (max-width: 1110px) {
	footer .title{
		padding: 40px
	}
}
@media screen and (max-width: 900px) {
	footer {
		padding: 40px
	}

}
.footer__info {
  display: flex;
  max-width: var(--max-width);
  margin: auto;
}
@media screen and (max-width: 1168px) {
  .footer__info {
    	flex-direction: column;
        justify-content: center;
        align-items: center;
  }
}
.footer__info .menu {
  margin-top: 90px;
  margin-left: 90px;
}
@media screen and (max-width: 1400px) {
	.footer__info .menu {
	  margin-top: 90px;
	  margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__info .menu {
	  margin-top: 0;
	  margin-left: 0;
	}
}
.footer__info ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 20px;
  list-style-type: none;
}
.footer__info ul li {
  display: block;
  margin-right: 50px;
}
@media screen and (max-width: 1171px) {
	.footer__info ul li {
		margin-right: 0;
	}
}
.footer__info ul li a {
  text-decoration: none;
  font-weight: 100;
}
.footer__info ul li a:hover {
  text-decoration: underline;
}


.footer__info .logo {
  font-size: 13rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1171px) {
	.footer__info .logo {
		transform: scale(.6);
		text-align: center
	}
}

@media screen and (max-width: 768px) {
	.footer__info .logo {
		transform: scale(.3);
		text-align: center
	}
}

.footer__info .logo sup {
  font-size: 2rem;
  font-weight: 200;
  position: relative;
  top: -35px
}

footer .title {
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
  max-width: var(--max-width);
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid var(--marron-color);
  border-bottom: 1px solid var(--marron-color);
}
footer .title p {
  margin: 0;
}
/* CONTACT AREA */
.contact-area {
	max-width: var(--max-width);
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-top: 100px;
    border-top: 1px solid var(--marron-color);
}
.home .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
.page-id-256 .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
.page-id-316 .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
.page-id-318 .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
.page-id-320 .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
.page-id-314 .contact-area {
    padding-top: 10px;
    margin-top: 10px;
    border-top: none;
}
@media screen and (max-width: 900px) {
	.contact-area {
		display: flex;
		flex-direction: column
	}
}

.contact-area__booktable {
	align-self: center
}

@media screen and (max-width: 900px) {
	.contact-area__booktable .wrapper {
	  margin-right: 0 !important;
	}
}
.contact-area__booktable .wrapper h2 {
/*   font-size:3rem;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 30px; */
	    text-align: left;
    font-size: 4rem;
    font-weight: 900;
    line-height: 60px;
    max-width: 100%;
    margin-bottom: 6px;
	
}

.contact-area__booktable .wrapper h4{
  margin-bottom: 30px;
}

/* CULTURE */
#culture {
  margin-top: 100px;
}
#culture .widget-title {
  text-align: center;
  font-size: 1.1rem !important;
}

.culture-zone1 {
  display: flex;
  gap: 30px
}
.culture-zone1 h1 {
  text-align: left;
  max-width: 100%;
}
.culture-zone1 > article {
  flex: 1 1 0
}
.culture-zone1 > figure {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
	overflow: hidden
}
.culture-zone1 > figure img {
    width: 100%;
    object-fit: cover;
}
.why-cacao-exists {
    display: flex;
    gap: 30px;
    margin-top: 100px;
}
.why-cacao-exists > article {
  flex: 1 1 0
}
.why-cacao-exists > figure {
  flex: 1 1 0;
}

.culture-zone3 {
  margin-top: 100px;
  padding: 100px 0;
  border-top: 1px solid var(--marron-color);
  border-bottom: 1px solid var(--marron-color);
}

.culture-zone3 h2 {
  text-align: center;
}

.culture-zone4 {
    display: flex;
    gap: 30px;
    margin-top: 100px;
}
.culture-zone4 > article {
  flex: 1 1 0
}
.culture-zone4 > figure {
  flex: 1 1 0;
}
.culture-zone4 > figure img {
    width: 100%;
    object-fit: cover;
}
.culture-zone5 {
    display: flex;
    gap: 30px;
    margin-top: 100px;
}
.culture-zone5 > article {
  flex: 1 1 0
}
.culture-zone5 > figure {
  flex: 1 1 0;
}
.culture-zone5 > figure img {
    width: 100%;
    object-fit: cover;
}
.zone .has-text-align-center {
 padding: 0 80px;
}
@media screen and (max-width: 1235px) { 
  .zone .has-text-align-center {
  padding: 0 30px;
  }
}

@media screen and (max-width: 900px) {
  .wp-block-group-is-layout-grid {
    flex-direction: column;
  }
  .zone {
    flex-direction: column;
  }
  .zone figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .zone figure {
    width: 70%;
    height: auto;
    margin: auto;
  }
}

.download-book {
  background-color: var(--marron-color);
  color: var(--body-color);
}
.download-book__wrapper {
  display: flex;
  gap: 40px;
  max-width: var(--max-width);
  margin: 100px auto;
  padding: 100px 0;
}
.download-book__wrapper .zone > .portfolio-thumb img {
	width: 78% !important
}
.download-book__wrapper .zone {
	flex: 1;
}
.download-book__wrapper .zone2 {
	flex: 1;
}
@media screen and (max-width: 1400px) {
	.download-book__wrapper {
		padding: 50px 40px
	}
}
@media screen and (max-width: 768px) {
	.download-book__wrapper .zone {
		text-align: center;
	}
	.download-book__wrapper {
		flex-direction: column
	}
}
.download-book h2 {
  font-size: 3rem;
  line-height: 46px;
  font-weight: 900;
  color: var(--body-color);
}
.download-book h5 {
  color: var(--body-color);
}
.download-book p:first-child {
  font-size: 1.5rem;
}

.testimonials {
 max-width: var(--max-width);
 margin: 50px auto;
 text-align: center;
}
@media screen and (max-width: 1400px) {
	.testimonials {
		padding: 0 40px
	}
}
.testimonials h2 {
  margin-top: 140px;
  margin-bottom: 30px;
}
.testimonials button {
  margin-top: 70px;
}
/* MAIN MENU */
.menu-principal {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-transform: uppercase;
}
.menu-principal li {
  list-style-type: none;
}
.menu-principal a {
  font-size: 1.7rem;
  color: var(--body-color);
  text-decoration: none;
  transition: all ease-in-out .2s;
}
.menu-principal a:hover {
  margin-left: 8px;
}

/* MICELANEOS */
.centered {
  max-width: var(--max-width);
}
.vp-portfolio__items-style-fly {
  --vp-items-style-fly--overlay__background: var(--marron-color) !important;
}

.vp-fancybox .fancybox-caption__body a, .vp-fancybox .fancybox-caption__body h3 {
    font-family: "Open Sans", sans-serif !important;
    color: var(--body-color) !important;
    font-weight: 100 !important;
}

button:not(:hover):not(:active):not(.has-background) {
    background-color: var(--green-color) !important;
}

/* PAGINATION */
.nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.nav-links .page-numbers {
  display: flex;
  border-radius: 5px;
  background-color: var(--marron-color);
  padding: 15px 20px;
  color: var(--body-color);
}
.nav-links .page-numbers:hover {
  background-color: var(--green-color);
}
.nav-links .current {
  background-color: var(--green-color);
}
:where(.prev, .next) {
  background: transparent !important;
  color: var(--marron-color) !important;
}

/* DISHES */
.table {
  position: relative;
}
.table-dishes {
  position: absolute;
  margin: auto;
  max-width: var(--max-width);
  top: -100px;
}
.dish {
  position: absolute;
}
.dish .popover {
    display: flex;
    flex-direction: column;
    width: 280px;
    color: var(--body-color);
    background-color: var(--marron-color);
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    top:65px;
    z-index: 10;
    display: none;
}

.dish .popover:before {
content: "\A";
border-style: solid;
border-width: 0 10px 15px 10px; /* Arriba, derecha, abajo, izquierda */
border-color: transparent transparent var(--marron-color) transparent;
position: absolute;
top: -15px;
left:129px;
}
.d1 {
  width: 400px;
  height: auto;
  top: 50px;
  left: 220px;
}
.d1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--body-color);
  background-color: var(--marron-color);
  font-weight:600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  right: -350px;
  top: 40px
}
.d2 {
  width: 400px;
  height: auto;
  top:430px;
  left: 550px
}
.d2 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--body-color);
  background-color: var(--marron-color);
  font-weight:600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  right: -350px;
  top: 40px
}
.d3 {
  width: 300px;
  height: auto;
  top:85px;
  left: 680px
}
.d3 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--body-color);
  background-color: var(--marron-color);
  font-weight:600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  right: -290px;
  top: 70px
}
.d4 {
  width: 400px;
  height: auto;
  top:290px;
  left:990px
}
.d4 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--body-color);
  background-color: var(--marron-color);
  font-weight:600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  right: -310px;
  top: 30px
}
.d5 {
  width: 270px;
  height: auto;
  top:135px;
  left: 1370px
}

.d5 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--body-color);
  background-color: var(--marron-color);
  font-weight:600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  right: -240px;
  top: 40px
}

.d6 {
  width: 310px;
  height: auto;
  top:135px;
  left: 1670px
}
.d7 {
  width: 350px;
  height: auto;
  top:555px;
  left: 150px
}
.d8 {
  width: 340px;
  height: auto;
  top:335px;
  left: -50px
}
.d9 {
  width: 340px;
  height: auto;
  top: 485px;
  left: 1450px
}
.d10 {
  width: 240px;
  height: auto;
  top: 845px;
  left: 425px
}
.d11 {
  width: 240px;
  height: auto;
  top: 785px;
  left: 1240px
}
.wpcf7-form p {
	margin-bottom: -10px !important;
}
.popup .wpcf7-form p {
	margin-bottom: 1px !important;
}
.wpcf7-form-control {
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 90%;
}

.ufaqsw_faq_title {
  display: none !important;
}
.ufaqsw-default-title {
  font-weight: bold;
}

.popup {
  width: 100%;
  max-width: 600px;
  height: max-content;
  background-color: var(--marron-color);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  box-shadow: 0 0 70px rgba( 0, 0, 0, .6);
  outline: 1px solid var(--body-color);
  outline-offset: -35px;
  padding: 80px 100px;
  color: var(--body-color);
  opacity: 0;
  visibility: hidden;      /* para que no sea clickeable cuando está oculto */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
};

@media screen and (max-width: 1045px){
	.popup {
		height: auto
	}
}

.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup__wrapper {
	display: flex;
	gap: 40px
}
.popup__wrapper > div {
	flex:1;
}
.popup__wrapper h2 {
	text-align:center;
  font-size: 2.8rem;
  line-height: 45px;
  color: var(--body-color);
}
.popup__wrapper > .zone > article {
	text-align:center;
}
@media screen and (max-width: 1045px){
	.popup__wrapper h2 {
	  font-size: 1rem;
	  line-height: 30px;
	}
}
.popup__wrapper .zone2 {
  position: relative;
}
.popup__wrapper .zone2::before{
  content: '';
  width: 700px;
  height: 700px;
  background-color: rgba(222, 175, 137, 0.5);
  background: radial-gradient(circle,rgba(222, 175, 137, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 0;
}
.popup__wrapper .zone2 img {
  position: relative;
  z-index: 1;
}
.popup__wrapper .zone2 button {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: 90px;
}

.popup .closeBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup .zone .wpcf7-list-item {
  margin-left: -10px;
}

/* SERVICES */
.services-hero h3.widget-title {
    font-size: 4.5rem;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
@media screen and (max-width: 768px) {
	.services-hero h3.widget-title {
		    font-size: 2.2rem;
    		line-height: 40px;
	}
	#services-custom-projects h3 {
    	font-size: 1.8rem !important;
	}
	#services-custom-projects h2 {
		font-weight: 600;
		font-size: 1.4rem !important;
	}
	#services-maduro .so-widget-sow-editor h3{
    	font-size: 1.8rem !important;
	}

}
#services-grid > div {
  text-align: center;
}
#services-grid > div  h3.widget-title {
  padding: 0 20px;
  margin-bottom: 20px;
}

#services-grid .panel-grid-cell {
  position: relative;
  height: 590px;
}
#services-grid .panel-grid-cell .widget_sow-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1080px) {
	#services-grid .panel-grid-cell .widget_sow-button { 
		position: relative
	}
	#services-grid .panel-grid-cell {
	  position: relative;
	  height: auto;
	}
	
}

.so-widget-sow-button-flat-66466acb9e12-256 .ow-button-base .sowb-button {
  font-size: .9rem !important;
  background-color: var(--green-color) !important;
  border: none !important;
}
.so-widget-sow-button-flat-66466acb9e12-256 .ow-button-base .sowb-button:hover {
  background-color: var(--marron-color) !important;
  border: 1px solid var(--body-color) !important;
}
#services-custom-projects {
  background-color: var(--marron-color);
  color: var(--body-color);
  margin: 100px 0;
}
#services-custom-projects h2,
#services-custom-projects h3,
#services-custom-projects h4 {
  color: var(--body-color);
  text-align: center;
  margin-bottom: 40px;
}

#services-custom-projects h3 {
  font-size: 3rem;
}
#services-custom-projects h2 {
  font-weight: 600;
  font-size: 3rem;
}
#services-notsure {
  text-align: center;
  max-width: var(--max-width);
  margin: 50px auto;
  padding: 0 1 80px;
}
#services-notsure h3 {
  font-size: 3rem;
  color: var(--marron-color);
  text-align: center;
}

.oferta {
  position: relative;
  padding: 60px 65px 20px 65px;
  min-height: 750px;
  text-align: center;
  padding-bottom: 200px;
  outline: 1px solid var(--marron-color);
  background-color: var(--body-color);
}
.oferta h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.oferta::before {
  content: '';
  width: 102px;
  height: 102px;
  background-color: var(--marron-color);
  position: absolute;
  border-radius: 50%;
  padding:25px;
  top: -56px;
  left: 0;
  right: 0; 
  margin: auto;
  z-index: -1;
}
.oferta img {
  position: absolute;
  background-color: var(--body-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding:25px;
  top: -55px;
  left: 0;
  right: 0; 
  margin: auto;
}
.price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: var(--body-color);
  padding-top: 50px;
}
.price span {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
}
.price div {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  top: -40px;
  z-index: 2;
}
/* OFERTA AMARILLA */
.price.yellow::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 80%;
  height: 100px;
  background: var(--yellow-offer);
  transform: skewY(15deg);
  z-index: 1;
}
.price.yellow::after {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 80%;
  height: 100px;
  background: var(--yellow-offer);
  transform: skewY(-15deg);
  z-index: 1;
}
/* OFERTA VERDE */
.price.green::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 80%;
  height: 100px;
  background: var(--green-offer);
  transform: skewY(15deg);
  z-index: 1;
}
.price.green::after {
  content: "";
  position: absolute;
  top:0;
  right: -1px;
  width: 80%;
  height: 100px;
  background: var(--green-offer);
  transform: skewY(-15deg);
  z-index: 1;
}

/* OFERTA ROJA */
.price.red::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 80%;
  height: 100px;
  background: var(--red-offer);
  transform: skewY(15deg);
  z-index: 1;
}
.price.red::after {
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 80%;
  height: 100px;
  background: var(--red-offer);
  transform: skewY(-15deg);
  z-index: 1;
}


.price.yellow{
  background-color: var(--yellow-offer);
}
.price.green{
  background-color: var(--green-offer);
}
.price.red{
  background-color: var(--red-offer);
}

#services-maduro {
  background-color: var(--marron-color);
  color: var(--body-color);
  padding: 100px 0;
}
#services-maduro .so-widget-sow-editor h3{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
  color: var(--body-color);
}
.panel-grid:has(.marron-zone) {
  background-color: var(--marron-color);
  color: var(--body-color);
  padding: 100px 0;
}

.centered {
  max-width: var(--max-width);
  margin: 50px auto;
}
.marron-zone {
  max-width: var(--max-width);
  margin: auto;
}
.panel-grid:has(.marron-zone) h1, .panel-grid:has(.marron-zone) h2, .panel-grid:has(.marron-zone) h3, .panel-grid:has(.marron-zone) h4, .panel-grid:has(.marron-zone) h5 {
  color: var(--body-color)
}
.main-full {
  max-width: 100% !important;
  margin: auto;
}
.bordered {
  border-top: 1px solid var(--marron-color);
  border-bottom: 1px solid var(--marron-color);
  padding: 50px 0;
}
@media screen and (max-width: 1333px) {
	.page-id-192 main {
		padding-left: 40px;
		padding-right: 40px
	}
}
@media screen and (max-width: 1360px) {
	#pg-gb256-68e12eafc9893-1 > .panel-row-style {
		width: 100% !important
	}
}
@media screen and (max-width: 1236px) {
	#services-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px
	}
	#services-grid > div {
		width: 100%
	}
}
@media screen and (max-width: 768px) {
	#services-grid {

		grid-template-columns: repeat(1, 1fr);

	}

}
.single-post > main{
	max-width: 720px;
}
.single-post .textwidget > h2 {
    font-size: 2.5rem;
    line-height: 40px !important;
}
.single-portfolio .portfolio-header > h2 {
    font-size: 2.5rem;
    line-height: 40px !important;
}
.gallery {
	 margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
@media screen and (max-width: 800px) {
	.gallery {
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 45% !important;
}
}
.gallery .gallery-item .gallery-icon {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    overflow: hidden;
}
@media screen and (max-width: 1087px) {
.gallery .gallery-item .gallery-icon {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
}
.gallery img {
 	width: 100% !important;
	height: auto;
	margin-bottom: 5px
}
.gallery-caption {
	font-size: .7rem;
	text-align: left
}
.gallery img {
    border: none !important;
}
.portfolio-excerpt > p {
	position:relative;
	top: -5px
}
.wpcf7-submit {
	margin-top:15px
}
#download-btn {
	margin-top: 50px
}

.wpbc_no_custom_width.bk_calendar_frame {
	min-width: 90% !important
}

.wpbc_times_selector div.wpbc_time_selected {
    border: var(--marron-color) solid var(--marron-color) !important;
    color: var(--body-color) !important;
    background: var(--marron-color) !important;
}
.wpbc_times_selector div {
    border: var(--wpbc_timepicker-border-width) solid #8a6d3b !important;
    color: var(--marron-color) !important;
    background: var(--body-color) !important;
}
button:not(:hover):not(:active):not(.has-background) {
	background-color: var(--green-color) !important;
	color: white !important
}

@media screen and (max-width: 768px) {
	.why-women .btn-title {
    align-self: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}
	.why-women h1 {
		text-align: center;
	}
h1, h2, h3 {
  text-align: center
}