/*!
Theme Name: pollorey
Theme URI: latamdigitalmarketing.com
Author: Fran LDM
Author URI: latamdigitalmarketing.com
Description: Hi. I'm the main theme for <code>pollorey</code>.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pollorey
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/** ANIMACIONES **/

.fadeIn{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

.visible {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.fadeIn.activeFade{
    opacity: 1;
}

.activeFade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*figure {
	margin: 1em 0;
}*/

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

:where(figure){
    margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Nav Bar - Header Bar */

#masthead {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 70px;
    align-items: center;
	z-index: 99;
}

.logoHeader {
    display: block;
}

.nav-bar {
    height: 64px;
    width: 906px;
    background-color: #FFD500;
    border-radius: 32px;
    filter: drop-shadow(0px 7px 9.7px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 7px 9.7px color(display-p3 0 0 0 / 0.25));
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 94px 0 52px;
    align-items: center;
}

.nav-buttons {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    list-style: none;
    width: 388px;
    justify-content: space-between;
}

.nav-buttons > li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #66370b;
    position: absolute;
    left: -17px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.nav-buttons > li {
    position: relative;
}

.page-id-4 .nav-buttons > li:first-child::before,
.page-id-4 .nav-buttons > li:first-child a,
.page-id-11 .nav-buttons > li:first-child::before,
.page-id-11 .nav-buttons > li:first-child a,
.page-id-14 .nav-buttons > li:nth-child(2)::before,
.page-id-14 .nav-buttons > li:nth-child(2) a,
.page-id-35 .nav-buttons > li:nth-child(2)::before,
.page-id-35 .nav-buttons > li:nth-child(2) a,
.page-id-36 .nav-buttons > li:nth-child(3)::before,
.page-id-36 .nav-buttons > li:nth-child(3) a {
    display: block;
    opacity: 1;
}

.navDesktop{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navMobile{
    display: none;
}

.btnTuNegocio {
    width: 224px;
    height: 31px;
    text-align: center;
    border-radius: 59px;
    background: #66370B;
    display: grid;
    place-content: center;
}

.btnTuNegocio a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
}

.nav-buttons a {
    color: #66370B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    opacity: 50%;
	transition: 0.8s all ease;
}

.nav-buttons a:hover {
    opacity: 1;
}

.innerMobileNav{
    display: none;
    z-index: -999;
}


/* Footer */

#colophon {
    background-color: #22272B;
    position: relative;
    margin-top: 6px;
}

#colophon::before {
    content: "";
    background-color: #FFD300;
    position: absolute;
    top: -6px;
    width: 100%;
    height: 6px;
}

.footerContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1286px;
	margin: 0 auto;
	height: 317px;
	position: relative;
	justify-content: center;
    align-items: start;
    gap: 20px;
}

.firstSideFooter {
    width: 100%;
    max-width: 338px;
}

.footerContainer::after {
    content: "";
    width: 100%;
    height: 0.5px;
    background: rgba(255, 255, 255, 0.50);
    background: color(display-p3 1 1 1 / 0.50);
    bottom: 26px;
    position: absolute;
}

.disclaimerFooter p {
    margin: 0;
    color: #FFFFFF;
	font-size: 15px;
}

.logoContainerFooter img {
    width: 100%;
    max-width: 105px;
}

.subtitleFooter h3 {
    color: #FFF;
    color: color(display-p3 1 1 1);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.secondSideFooter {
    width: 177px;
}

.thirdSideFooter {
    width: 340px;
}

.secondSideFooter, .thirdSideFooter {
    height: 125px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.boxNewsletter input {
    background: transparent;
    border: unset;
    border-bottom: 2px solid #FFFFFF;
    width: 100%;
    height: 32px;
    padding-bottom: 12px;
}

.boxNewsletter input::placeholder {
    font-size: 15px;
}

.fourthSideFooter {
    height: 260px;
    display: grid;
    place-content: center;
}

/* Home Slider */

.bgImgSliderHero img {
    display: block;
    width: 100%;
}

.logoCmiHero {
    position: absolute;
    top: 0;
    right: 85px;
}

.innerItemHome {
    position: relative;
}

.flexBoxHero {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    gap: 64px;
    padding-bottom: 5vh;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 16 / 9;
    max-height: 600px;
}

.imgBoxHero {
    display: grid;
    place-content: end;
}

.textBoxHero {
    width: 100%;
    max-width: 406px;
    align-self: flex-end;
    padding-bottom: 60px;
}

.textBoxHero * {
	color: #FFFFFF;
}

.textBoxHero h1 {
    font-size: 64px;
    line-height: 1;
    margin: 0;
}

.txtAfterTitle {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 200;
}

.txtAfterTitle strong {
    display: block;
    font-weight: bold;
}

.boxTitle h2 {
    font-size: 64px;
    line-height: 1;
    margin: 0;
}

#secondItemSliderHero .textBoxHero {
    max-height: 510px;
    padding: 0 0 20px;
    align-self: end;
    margin: 0 auto;
}

#secondItemSliderHero .flexBoxHero {
    justify-content: end;
    padding: 0;
    max-height: 100%;
    gap: 5px;
}

#secondItemSliderHero .imgBoxHero {
    min-width: 650px;
}

#secondItemSliderHero .imgBoxHero img {
    width: 100%;
    min-width: 650px;
}

.yellowTitle {
    color: #ffd500;
}

/** Ubicaciones Home **/

.bgUbicaciones {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.innerUbicaciones {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.bgUbicaciones img {
    display: block;
	width: 100%;
}

.contentUbicaciones {
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1120px;
}

.txtUbicaciones * {
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1;
    margin: 0 auto;
}

.txtUbicaciones h2 {
	font-size: 48px;
    max-width: 506px;
    text-transform: uppercase;
}

.txtUbicaciones p {
    font-size: 24px;
    max-width: 532px;
    margin: 30px auto 0;
}

.inputUbicaciones {
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boxInputsUbicaciones select {
    width: 360px;
    max-width: 360px;
    height: 48px;
    border-radius: 6px;
    border: 2px solid #D6D6D6;
}

.boxInputsUbicaciones select::placeholder {
    color: #000000;
}

.containerIniciaNegocio > div {
    background-image: url(/wp-content/uploads/sites/5/2024/12/Fondo_ladrillos_home_desktop.jpg);
    background-size: cover;
    padding-bottom: 80px;
}


/* Inicia tu negocio - Home */

.innerIniciaNegocio  {
    position: absolute;
    top: -90px;
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
    border-radius: 8px;
    height: 345px;
    background-color: #2C2A74;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
}

.mujerIniciaNegocio {
    position: relative;
    top: -50px;
    left: 90px;
}


.bgIniciaNegocio {
    position: relative;
    margin: 0;
}

.bgIniciaNegocio img{
	width: 100%;
	display: block;
}

.containerIniciaNegocio {
    position: relative;
}

.btnIniciar a {
    width: 193px;
    height: 50px;
    border-radius: 8px;
    background-color: #FFD400;
    line-height: 16px;
    display: grid;
    place-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #2C2A74;
}


.titleInicia {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 45px auto 26px;
    max-width: 344px;
}

.txtIniciaNegocio {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    max-width: 304px;
    margin: 0 auto 28px;
    line-height: 1.1;
}

html body .containerIniciaNegocio .btnIniciar {
    margin: 0 auto;
}


.controlTxtInicia {
    position: relative;
    left: -30px;
}

.mobilebg{
    display:none;
}

/* Datos Ubicaciones */

.datosUbi {
    position: absolute;
    bottom: 340px;
    width: 761px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.redTitle {
	color: #E20613;
	font-size: 96px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}

.blueTitle {
    color: #2C2A74;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.innerRedesHome {
    max-width: 950px;
    margin: 0 auto;
    width: 950px;
}

.boxRedesHome {
    width: 100%;
}

.txtRedesHome {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.1;
    margin: 0 0 15px;
    text-transform: uppercase;
	width: 100%;
    max-width: 312px;
}

.fbRedesHome {
    margin-bottom: 0;
}

.innerImgRedes > div {
    display: flex;
}

.pinchosRedes {
    transform: rotate(-9.459deg);
    position: relative;
    z-index: 3;
}

.burgerRedes {
    transform: rotate(6.186deg);
    position: relative;
    z-index: 2;
}

.polloRedes {
    transform: rotate(-6.506deg);
    position: relative;
    z-index: 1;
}

.redesHome {
    height: 228px;
}

.innerImgRedes {
    position: absolute;
    z-index: 9;
    top: -41px;
}

.boxImgRedes {
    position: relative;
}

.redesHome {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/** Page Nuestra Historia - La casa de Pollo Rey **/

/** Hero **/

.heroHowAreWe {
    height: 634px;
    overflow: hidden;
}

.heroHowAreWe > div {
    height: 100%;
}


.columnsHeroHowAre {
    height: 100%;
    justify-content: center;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.LogoColumnHowAreWe {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 430px;
    position: relative;
    z-index: 2;
}

.boxColumnHowAreWe {
    display: flex;
    align-items: center;
}

.titleHeroHowAre {
    width: 100%;
    max-width: 503px;
    font-size: 70px;
    line-height: 1;
    margin: 0;
    align-self: end;
    padding-bottom: 130px;
}

.titleHeroHowAre strong {
    color: #FFD400;
}

.LogoColumnHowAreWe figure {
    padding-top: 100px;
}

.columnsHeroHowAre::before, .columnsHeroHowAre::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 950px;
    transform: rotate(35deg);
    z-index: 1;
}

.columnsHeroHowAre::before {
    max-width: 107px;
    background-color: #FFFFFF;
    left: 270px;
    top: -160px;
}

.columnsHeroHowAre::after {
    background-color: #FFD500;
    max-width: 30px;
    left: 392px;
    top: -160px;
}

/** por que comprar **/

.TitleComprar {
    font-size: 48px;
    font-family: AmsiProCond-Black;
    text-transform: uppercase;
    margin: 81px auto 28px;
}

.txtComprar {
    font-size: 20px;
    font-family: 'Gotham-Book', sans-serif;
    max-width: 742px;
    margin: 0 auto;
    font-weight: 600;
}

.boxHight {
    width: 100%;
    max-width: 1080px;
    margin: 95px auto 0;
}

.boxItemHight {
    position: relative;
}

.titleItemHight {
    position: absolute;
    font-size: 32px;
    border-radius: 8px;
    padding: 5px 20px 10px;
    z-index: 3;
    top: -20px;
    left: 20px;
}

.titleItemHight p {
    margin: 0;
    text-transform: uppercase;
    font-family: 'AmsiProCond-Black', sans-serif;
    line-height: 32px;
}

.columnBoxHight {
    background-color: #2C2A74;
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 190px;
    border-radius: 8px;
    position: relative;
}

.rightHight figure {
    margin: 0;
    position: relative;
    top: -39px;
    z-index: 3;
    right: -10px;
}

.leftHight p {
    margin: 0;
    color: #FFFFFF;
    font-family: 'GothamMedium', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
}

.leftHight {
    height: 100%;
    padding: 40px 0 0 40px;
    align-self: start;
}

.columnBoxHight > div, .columnBoxHight > div > div {
    height: 100%;
    max-height: 190px;
    margin-bottom: 64px;
}

.rightHight figure.img3Comprar {
    top: -11px;
    left: 22px;
}

.rightHight figure.img2Comprar {
    left: 30px;
    top: -8px;
}

.rightHight figure.img4Comprar {
    right: -30px;
    top: -37px;
}

/** map home **/

.map-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -99;
    opacity: 0;
    transition: 0.5s all ease-in 0.6s;
    width: 100vw;
    height: 100vh;
    background: #00000091;
}

#closeMap {
    position: absolute;
    right: -30px;
    top: -50px;
    font-size: 24px;
    pointer-events: all;
    cursor: pointer;
    font-weight: bold;
    color: #FFFFFF;
    height: 13px;
    line-height: 7px;
    width: 13px;
    transition: 0.2s all linear;
}

#closeMap:hover {
    transform: rotate(180deg);
}

.map-container.show {
    z-index: 99;
    opacity: 1;
}

.innerMap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 600px;
    height: 450px;
    border-radius: 16px;
    box-shadow: -3px 6px 14px 0px #ffffff52;
}

#mapaIframe {
    border-radius: 16px;
}


/** how are we **/

.imgHowAreWe img {
    margin: 0 0 0 auto;
    display: block;
}

.BoxtxtHowAreWe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.imgHowAreWe {
    margin: 0;
    position: relative;
}

.BoxHowAreWe {
    position: relative;
    background-color: #2C2A74;
    overflow: hidden;
}

.imgHowAreWe::before {
    content: "";
    width: 270px;
    height: 100%;
    background: #2c2a74;
    position: absolute;
    right: 580px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.imgHowAreWe::after {
    content: "";
    width: 130px;
    height: 900px;
    background: #ffd300;
    position: absolute;
    right: 600px;
    top: -110px;
    transform: rotate(-28deg);
}

.titleHowAreWe {
    font-size: 64px;
    line-height: 1.1;
    margin: 0;
}

.BoxtxtHowAreWe > div {
    width: 100%;
    max-width: 1175px;
    height: 323px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.BoxtxtHowAreWe p {
    color: #FFFFFF;
    text-align: left;
    max-width: 444px;
}

.paragraphHowAre {
    margin: 45px 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}


/** Inicia Negocio **/

.iniciaNegocioHowAreWe {
    position: relative;
    padding-top: 135px;
}

.iniciaNegocioHowAreWe .innerIniciaNegocio {
    position: relative;
    left: unset;
    transform: unset;
    top: 0;
}

.iniciaNegocioHowAreWe .btnIniciar {
    margin: 0 auto;
}

/** Nuestras Marcas **/

.titleNuestrasMarcas {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: 116px auto 20px;
}

.txtNuestraHistoria {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.containerMarcas {
    position: relative;
    width: 100%;
    max-width: 890px;
    margin: 60px auto;
}

.columnsIconsMarcas > div {
    display: flex;
    align-items: center;
}

.imgMarca1 img {
    max-width: 85px;
}

.imgMarca2 img {
    max-width: 110px;
}

.columnsIconsMarcas > div img {
    display: block;
}

.imgMarca4 img {
    max-width: 85px;
}

.imgMarca5 img {
    max-width: 123px;
}

.imgMarca1, .imgMarca2, .imgMarca3, .imgMarca4, .imgMarca5 {
    justify-content: center;
}

/** Redes Historia **/

.redesHome.redesHistoria {
    margin-bottom: 88px;
}

/** Page Contacto **/

/*Hero Contacto */

.heroContact {
    width: 100%;
    position: relative;
}

.logoCmiContact {
    margin: 0;
    position: absolute;
    top: 0;
    right: 80px;
}

.columnsHeroContact {
    position: relative;
    height: 630px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 0;
    padding-top: 220px;
}


.leftColumnHeroContact {
    width: 810px;
    position: relative;
    z-index: 3;
}

.leftColumnHeroContact figure {
    margin: 0;
}

.leftColumnHeroContact figure img {
    width: 840px;
    display: block;
}

.rightColumnHeroContact {
    width: 100%;
    max-width: 360px;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
}

.rightColumnHeroContact p {
    margin: 0;
}

.rightColumnHeroContact p {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    max-width: 310px;
    position: relative;
    left: -70px;
}

.rightColumnHeroContact p strong {
    color: #FFD500;
}

.lineContact {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 1440px;
    min-width: 1440px;
}

.pin1, .pin2, .pin3 {
    position: absolute;
	z-index: 3;
    max-width: 52px;
    height: auto;
}

.pin1 {
    top: 422px;
    left: 64px;
}

.pin2 {
    top: 167px;
    left: 904px;
}

.pin3 {
    top: 200px;
    right: 79px;
}

.lineContact img {
    height: 100%;
    width: 100%;
}

.InnerHeroContact {
    position: relative;
    overflow: hidden;
}

.InnerHeroContact::before, .InnerHeroContact::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.InnerHeroContact::before {
    background-color: #FFD400;
    max-width: 766px;
    clip-path: polygon(0 0, 100% 0, 56% 100%, 0% 100%);
}

.InnerHeroContact::after {
    background-color: #FFFFFF;
    max-width: 128px;
    left: 602px;
    transform: rotate(28deg);
    height: 850px;
    top: -110px;
}

/** Steps **/

.BoxItemSteps {
    width: 100%;
    height: 300px;
    background: #FFD400;
    border-radius: 8px;
    max-width: 340px;
    position: relative;
}


.containerItemsSteps {
    width: 100%;
    max-width: 1160px;
    margin: 91px auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
}


.StepsSection {
    padding: 40px 0 270px;
}

.dotItemStep {
    position: absolute;
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    padding-top: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.dotItemStep {
    font-family: AmsiProCond-Black;
}

.subtitleContacto {
    font-size: 40px;
    margin: 0 0 20px;
    color: #FFFFFF;
    text-align: center;
}

.afterSubContact {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    max-width: 604px;
    margin: 0 auto;
}

.img1StepsController {
    min-width: 224px;
    position: relative;
    left: -43px;
}

.innerItemSteps {
    gap: 0;
}

.innerItemSteps p {
    margin: 0;
    font-size: 24px;
    color: #2C2A74;
    position: absolute;
    text-align: center;
    line-height: 1.1;
}

.stepTxtContainer {
    align-items: center;
    display: flex;
    position: relative;
}

.innerItemSteps p {
    font-family: 'Gotham-Bold';
}

.stepTxt1 p {
    width: 144px;
    left: -40px;
}

.stepTxt2 p {
    padding-top: 40px;
    width: 144px;
}

.img2StepsController {
    min-width: 202px;
    top: 3px;
    position: relative;
    left: -30px;
}

.imgItemSteps {
    margin: 0;
}


.columnContainerSteps {
    justify-content: space-between;
}

.stepTxt2 {
    left: -30px;
}

.img1StepsController {
    min-width: 224px;
    position: relative;
    left: -43px;
}

.innerItemSteps {
    gap: 0;
}

.innerItemSteps p {
    margin: 0;
    font-size: 24px;
    color: #2C2A74;
    position: absolute;
    text-align: center;
    line-height: 1.1;
}

.stepTxtContainer {
    align-items: center;
    display: flex;
    position: relative;
}

.innerItemSteps p {
    font-family: 'Gotham-Bold';
}

.stepTxt1 p {
    width: 144px;
    left: -40px;
}

.stepTxt2 p {
    padding-top: 40px;
    width: 144px;
}

.img2StepsController {
    min-width: 202px;
    top: 3px;
    position: relative;
    left: -30px;
}

.imgItemSteps {
    margin: 0;
}


.columnContainerSteps {
    justify-content: space-between;
}

.stepTxt2 {
    left: -30px;
}

.lineContact svg {
    width: 100%;
    height: 100%;
}

.especialStep {
    flex-direction: column;
    margin: 0;
    height: 100%;
}

.img3StepsController {
    order: 1;
    display: flex;
    align-items: end;
    width: 340px;
    height: 300px;
    position: relative;
}

.stepTxt3 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40px;
    height: 100px;
    z-index: 3;
}

.img3StepsController figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.img3StepsController figure img {
    min-width: 404px;
}

.stepTxt3 .textItemSteps {
    left: 50%;
    width: 249px;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
    font-size: 32px;
    line-height: 1;
}

/** FORM CONTAINER **/

.bgFormContact {
    width: 100%;
    height: auto;
}

.bgFormContact img {
    display: block;
    width: 100%;
    height: auto;
}

.containerForm {
    position: relative;
}

.mainContainerForm {
    position: absolute;
    top: 180px;
    background: #FFFFFF;
    width: 1161px;
    height: 982px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 55px 0 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px color(display-p3 0 0 0 / 0.25);
}

.boxTitleForm h2 {
    font-family: AmsiProCond-Black;
    font-size: 40px;
    color: #2c2a74;
    text-align: center;
    margin: 0;
}

.boxTitleForm p {
    margin: 10px auto 0;
    color: #2c2a74;
    text-align: center;
}

.inputFirst, .inputSecond {
    display: flex;
    flex-wrap: wrap;
    width: 525px;
}

.boxFormContact label {
    width: 100%;
    font-family: 'Gotham-Book', sans-serif;
    color: #2c2a74;
    font-size: 16px;
    font-weight: bold;
}

.twoInputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1075px;
    margin: 0 auto 25px;
}

.boxFormContact input, .boxFormContact select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #2C2A7D;
    margin-top: 10px;
    padding-left: 15px;
    height: 45px;
}

.boxFormContact {
    margin: 65px auto 0;
    width: 100%;
    max-width: 1075px;
}

.boxFormContact input::placeholder {
    color: #989898;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.paragraphAlone {
    margin-top: 75px;
}

.paragraphAlone p {
    color: #2C2A74;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 16px;
    margin: 0;
}

.boxCheckbox input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.boxCheckbox {
    width: 325px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.containerCheck {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 30px auto 60px;
}

.boxCheckbox label {
    text-align: left;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #2c2a74;
}

.boxMessage label {
    color: #2C2A78;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

.boxMessage #message {
    border-radius: 5px;
    border: 1px solid #2C2A7D;
    background: transparent;
    padding: 17px 0 10px 15px;
    min-height: 122px;
}

.boxMessage #message::placeholder {
    color: #989898;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.boxSendButton button {
    color: #FFFFFF;
    display: flex;
    width: 142px;
    height: 40px;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #2C2A78;
    font-family: 'Gotham-Bold', sans-serif;
    margin: 0 auto;
}

.boxSendButton {
    margin-top: 50px;
}


/* Ubicaciones **/

/** Hero Ubi **/

.heroUbi {
    height: 440px;
    background-color: #2C2A74;
    position: relative;
}

.heroUbi .inputUbicaciones {
    margin: 0;
    gap: 40px;
}

.heroUbi::before, .heroUbi::after {
    content: "";
    position: absolute;
}

.heroUbi::before {
    height: 100%;
    width: 360px;
    background-color: #FFD400;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.heroUbi::after {
    background-color: #FFFFFF;
    width: 180px;
    height: 100%;
    left: 230px;
    top: 0;
    clip-path: polygon(64% 0, 100% 0, 38% 100%, 0% 100%);
}

.inputUbicaciones.ubiContainer {
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
}

.ubiInput {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 3;
    position: relative;
    flex-wrap: wrap;
    align-content: end;
    padding-bottom: 65px;
}

.heroUbi > div {
    height: 100%;
}

.ubiInput h1 {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'AmsiProCond-Black';
    font-size: 48px;
    margin: 0 auto 44px;
}

/** Iframe Maps **/

.inputUbicaciones.ubiContainer {
    width: 100%;
    max-width: 1161px;
    margin: 0 auto;
}

.boxUbiMaps iframe {
    width: 100%;
    height: 570px;
}

/** Inicia tu negocio Ubi **/

.ubiHow .innerIniciaNegocio {
    height: 136px;
    max-width: 1161px;
    justify-content: space-around;
}

.ubiHow .titleInicia {
    margin: 0;
    font-size: 32px;
    max-width: 100%;
}

.ubiHow .txtIniciaNegocio {
    font-size: 16px;
    max-width: 444px;
    margin: 0 auto;
}

.ubiHow .innerIniciaNegocio .wp-block-column {
    flex-basis: unset!important;
    flex-grow: unset!important;
}

.son1 {
    width: 277px;
}

.son2 {
    width: 433px;
    padding: 33px 0;
}

.son3 {
    display: grid;
    place-content: center;
    width: 172px;
}

.ubiHow .mujerIniciaNegocio {
    top: -71px;
    left: unset;
}

.ubiHow .btnIniciar a {
    width: 172px;
}


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

    /* Menu Nav Bar */


    .navDesktop{
        display: none;
    }
    
    .navMobile{
        display: block;
    }

    /* general */

    html, body {
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
    }

   /* body {
        padding-top: 50px;
    }*/

    /* nav bar */

    .nav-bar {
        width: 100%;
        max-width: 100%;
        height: 50px;
        border-radius: 0;
        padding: 0 0 0 30px;
    }
    
    #masthead {
        top: 0;
    }
    
    .innerMobileNav {
        display: none;
    }
    
    .menuToggle {
        width: 30px;
        height: 30px;
        position: relative;
    }
    
    .topNavBar {
        width: 100%;
    }
    
    .innerToggle {
        width: 30px;
        height: 30px;
        background: #603916;
        border-radius: 50%;
        display: grid;
        place-content: center;
    }
    
    .lineToggle {
        display: block;
        background: #FFFFFF;
        width: 10px;
        height: 2px;
        margin-bottom: 2px;
    }
    
    .lineToggle:last-child {
        margin: 0;
    }
    
    .menuToggle::before {
        content: "";
        width: 1px;
        height: 20px;
        background: #FFFFFF;
        position: absolute;
        right: -28px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .innerLogoMobile {
        display: flex;
        align-items: center;
    }
    
    .logoMobileNav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .innerMobileNav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #FFD500;
        width: 100vw;
        height: 100vh;
        padding: 45px 0 0;
        display: none;
    }

    .innerMobileNav.activeMenuMobile{
        display: block;
        z-index: 99;
    }
    
    .logoFullMenu {
        width: 100%;
    }
    
    .innerLogoMobile img {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
    
    .nav-buttons {
        margin-top: 50px;
        display: block;
    }
    
    .nav-buttons li {
        height: 70px;
        padding-left: 47px;
        display: flex;
        align-items: center;
    }
    
    .btnTuNegocio {
        height: 51px;
        width: 266px;
        font-size: 18px;
        margin: 110px auto 0;
    }
    
    .btnTuNegocio a {
        font-size: 18px;
    }
    
    .page-id-4 .nav-buttons > li:first-child a,
    .page-id-11 .nav-buttons > li:first-child a,
    .page-id-14 .nav-buttons > li:nth-child(2) a,
    .page-id-35 .nav-buttons > li:nth-child(2) a,
    .page-id-36 .nav-buttons > li:nth-child(3) a {
        opacity: 1;
    }
    
    .nav-buttons > li::before {
        display: none;

    }

    .nav-buttons > li::before{
        right: -40px;
        z-index: 2;
        left: unset;
    }
    
    .nav-buttons > li a {
        display: block;
        position: relative;
    }

    .nav-buttons li a::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #66370b;
        position: absolute;
        left: -17px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .page-id-4 .nav-buttons > li:first-child,
    .page-id-11 .nav-buttons > li:first-child,
    .page-id-14 .nav-buttons > li:nth-child(2),
    .page-id-35 .nav-buttons > li:nth-child(2),
    .page-id-36 .nav-buttons > li:nth-child(3) {
        background: #FFE45C;
    }

    .page-id-4 .nav-buttons > li:first-child a::before,
    .page-id-11 .nav-buttons > li:first-child a::before,
    .page-id-14 .nav-buttons > li:nth-child(2) a::before,
    .page-id-35 .nav-buttons > li:nth-child(2) a::before,
    .page-id-36 .nav-buttons > li:nth-child(3) a::before{
        display: block;
        right: -40px;
        left: unset;
    }


    /* hero home */

    .containerLogoHeader {
        display: none;
    }
    
    .logoCmiHero {
        display: none;
    }
    
    .textBoxHero {
        width: 100%;
        max-width: 278px;
        order: 0;
        padding: 36px 0 0;
        margin: 0 auto;
    }
    
    .textBoxHero h1 {
        font-size: 48px;
    }
    
    .txtAfterTitle {
        font-size: 18px;
        width: 100%;
        max-width: 224px;
        margin-top: 12px;
    }
    
    .txtAfterTitle strong {
        display: unset;
    }
    
    .imgBoxHero {
        order: 1;
        place-content: start;
    }
    
    .flexBoxHero {
        gap: 0;
        align-content: flex-start;
    }

    .boxTitle h2 {
        font-size: 48px;
        position: relative;
        top: 10px;
        left: 20px;
    }
    
    #secondItemSliderHero .textBoxHero {
        padding: 10px 0 0;
    }
    
    #secondItemSliderHero .boxImgHero img {
        position: relative;
        display: block;
        left: -20px;
        top: -30px;
    }
    
    .yellowTitle {
        display: block;
    }
    
    .mlMobile {
        padding-left: 50px;
    }
    
    #secondItemSliderHero .imgBoxHero, 
    #secondItemSliderHero .imgBoxHero img {
        min-width: unset;
        max-width: 275px;
    }
    
    #secondItemSliderHero .imgBoxHero {
        position: relative;
        top: -34px;
    }
    
    #secondItemSliderHero .flexBoxHero {
        justify-content: center;
    }


    /** Ubicaciones Home **/

    .txtUbicaciones {
        max-width: 331px;
        margin: 0 auto;
    }
    
    .txtUbicaciones h2 {
        font-size: 40px;
    }
    
    .txtUbicaciones p {
        font-size: 20px;
        max-width: 314px;
        margin-top: 25px;
    }
    
    .contentUbicaciones {
        top: 90px;
    }
    
    .inputUbicaciones {
        margin-top: 72px;
        justify-content: center;
    }
    
    .boxInputsUbicaciones select {
        max-width: 309px;
    }
    
    .boxInputsUbicaciones {
        margin-bottom: 25px;
    }
    
    .boxInputsUbicaciones:last-child {
        margin-bottom: 0;
    }

    .desktopbg {
        display: none;
    }
    .mobilebg{
        display:block;
    }

    /** Inicia tu negocio **/

    /* hero */

    .lineContact svg {
        position: relative;
        top: -390px;
        left: 373px;
    }
    
    .pin2, .pin3 {
        display: none;
    }
    
    .pin1 {
        top: -50px;
        left: 534px;
    }
    
    .leftColumnHeroContact { 
        order: 1;
        display: flex;
        justify-content: center;
        align-items: end;
        max-height: 220px;
        max-width: 100%;
    }
    
    html body .wp-block-columns .rightColumnHeroContact.wp-block-column {
        order: 0;
        padding-bottom: 0;
        max-width: 100%;
        flex: 1!important;
        position: relative;
        z-index: 2;
    }
    
    .rightColumnHeroContact p strong {
        color: #2c2a74;
    }
    
    html body .rightColumnHeroContact p {
        left: 0;
        color: #2c2a74!important;
        margin:  auto;
        line-height: 1;
        max-width: 220px;
        font-size: 48px;
        margin-bottom: 40px;
    }
    
    .InnerHeroContact::before {
        left: 0px;
        max-width: 790px;
        clip-path: polygon(0 0, 100% 0, 56% 100%, 0% 100%);
        width: 420px;
    }
    
    .InnerHeroContact::after {
        left: 250px;
    }
    
    .columnsHeroContact {
        padding-top: 20px;
        height: 500px;
        flex-direction: column;
    }
    
    .leftColumnHeroContact figure img {
        min-width: 500px;
        position: relative;
        left: 50%;
        transform: translatex(-50%);
        width: 100%;
    }
    
    .bgIniciaNegocio img{
        height: 1087px;
    }

    .innerIniciaNegocio {
        top: 208px;
        height: 525px;
        max-width: 330px;
        gap: 21px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px 0px color(display-p3 0 0 0 / 0.25);
    }
    
    #ubicaciones {
        position: relative;
        z-index: 2;
    }
    
    .mujerIniciaNegocio {
        max-width: 172px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        margin-bottom: 0;
    }
    
    .controlTxtInicia {
        left: 0;
    }
    
    .innerIniciaNegocio > div:first-child {
        order: 1;
    }
    
    .innerIniciaNegocio > div:last-child {
        order: 0;
    }
    
    .titleInicia {
        font-size: 36px;
        max-width: 258px;
        margin: 34px auto 16px;
    }
    
    .btnIniciar a {
        max-width: 160px;
    }
    
    .txtIniciaNegocio {
        margin-bottom: 19px;
    }
    
    .redTitle {
        font-size: 64px;
    }
    
    .blueTitle {
        font-size: 40px;
    }
    
    .datosUbi {
        margin-bottom: 0;
        bottom: 513px;
        gap: 40px;
    }

    /** Redes home **/

    .redesHome {
        height: 369px;
        width: 100%;
        max-width: 100%;
    }
    
    .innerRedesHome {
        height: 369px;
        width: 100%;
        gap: 0;
        align-content: start;
    }
    
    html body .boxRedesHome {
        width: 100%;
        margin-top: 35px;
        height: 168px;
    }
    
    .innerImgRedes {
        top: 20px;
        height: 168px;
    }
    
    .txtRedesHome {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .footerContainer {
        height: 633px;
        width: 100%;
        max-width: 309px;
        flex-wrap: wrap;
        gap: 0;
        justify-content: unset;
        flex-direction: column;
    }
    
    .secondSideFooter, .thirdSideFooter {
        top: 0;
        transform: unset;
        height: auto;
        gap: 30px;
        max-width: 100%;
        width: 100%;
    }

    .thirdSideFooter{
        margin-top: 46px;
    }
    
    .firstSideFooter {
        margin-bottom: 38px;
    }
    
    .fourthSideFooter {
        display: none;
        height: auto;
    }
    
    .footerContainer::after {
        content: unset;
    }

    /** La casa de pollo rey **/

    /* hero */

    .LogoColumnHowAreWe .logoPolloReyHow {
        max-width: 100%;
        padding-top: 25px;
        margin: 0;
    }
    
    .titleHeroHowAre {
        font-size: 36px;
        width: 100%;
        max-width: 237px;
        padding: 0;
        align-self: center;
    }
    
    .columnsHeroHowAre::before {
        left: -90px;
        max-width: 34px;
    }
    
    .columnsHeroHowAre::after {
        max-width: 11px;
        left: -52px;
    }
    
    .heroHowAreWe {
        height: 308px;
    }
    
    .heroHowAreWe .columnsHeroHowAre {
        flex-wrap: nowrap!important;
        flex-direction: row;
        justify-content: unset;
        gap: 0;
        max-width: 345px;
        margin: 0 auto 0 0;
    }
    
    .boxColumnHowAreWe {
        max-width: 234px;
        width: 100%;
        min-width: 234px;
        position: absolute;
        z-index: 9;
        left: 120px;
        top: 120px;
    }
    
    .LogoColumnHowAreWe {
        width: 100%;
        align-items: start;
        max-width: 130px;
    }

    /* why to buy */

    .TitleComprar {
        margin: 62px auto 31px;
    }
    
    .TitleComprar {
        font-size: 36px;
        line-height: 1.1;
        margin: 62px auto 31px;
        max-width: 315px;
    }
    
    .txtComprar {
        max-width: 315px;
    }
    
    .columnBoxHight {
        width: 333px;
        height: fit-content;
        margin: 0 auto 27px;
        max-height: unset;
    }
    
    .leftHight p {
        font-size: 18px;
        font-family: 'Gotham-Book', sans-serif;
    }
    
    .titleItemHight {
        width: fit-content;
        height: 51px;
        font-size: 30px;
    }
    
    .rightHight figure {
        display: none;
    }
    
    .leftHight {
        padding: 50px 37px 30px 20px;
    }
    
    .columnBoxHight > div, .columnBoxHight > div > div {
        height: fit-content;
        max-height: unset;
        margin-bottom: 0;
        gap: 0;
    }
    
    .boxHight {
        margin: 60px auto 0;
    }

    /* nuestras marcas */

    .TitleComprar {
        margin: 62px auto 31px;
    }
    
    .TitleComprar {
        font-size: 36px;
        line-height: 1.1;
        margin: 62px auto 31px;
        max-width: 315px;
    }
    
    .txtComprar {
        max-width: 315px;
    }
    
    .columnBoxHight {
        width: 333px;
        height: fit-content;
        margin: 0 auto 27px;
        max-height: unset;
    }
    
    .leftHight p {
        font-size: 18px;
        font-family: 'Gotham-Book', sans-serif;
    }
    
    .titleItemHight {
        width: fit-content;
        height: 51px;
        font-size: 30px;
    }
    
    .rightHight figure {
        display: none;
    }
    
    .leftHight {
        padding: 50px 37px 30px 20px;
    }
    
    .columnBoxHight > div, .columnBoxHight > div > div {
        height: fit-content;
        max-height: unset;
        margin-bottom: 0;
        gap: 0;
    }
    
    .boxHight {
        margin: 60px auto 0;
    }
    
    .BoxHowAreWe figure {
        display: none;
    }
    
    .BoxHowAreWe {
        height: 420px;
    }
    
    .BoxtxtHowAreWe .titleHowAreWe {
        font-size: 40px;
        text-align: center;
    }
    
    .BoxtxtHowAreWe .paragraphHowAre {
        font-size: 16px;
        max-width: 286px;
        margin: 32px auto 0;
        text-align: center;
    }
    
    .BoxtxtHowAreWe {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .BoxtxtHowAreWe > div {
        height: auto;
    }
    
    .titleNuestrasMarcas {
        margin-top: 90px;
    }
    
    .txtNuestraHistoria {
        max-width: 262px;
    }

    /** Inicia tu negocio **/

    .StepsSection {
        height: 1360px;
    }
    
    .BoxItemSteps {width: 308px;height: 272px;}
    
    .img1StepsController {
        max-width: 175px;
        min-width: unset;
        left: -20px;
        align-self: end;
    }
    
    html body .wp-block-columns.innerItemSteps .stepTxtContainer {
        flex: 1!important;
        max-width: unset;
    }
    
    .innerItemSteps p {
        position: relative;
        font-size: 20px;
    }
    
    .columnContainerSteps {
        justify-content: center;
        gap: 85px;
    }
    
    .innerItemSteps {
        margin: 0;
        height: 100%;
    }
    
    .stepTxt1 p {
        left: -12px;
    }
    
    .dotItemStep {
        width: 96px;
        height: 96px;
    }
    
    .img2StepsController {
        max-width: 169px;
        min-width: unset;
        align-self: end;
        left: -15px;
        top: 0;
    }
    
    .stepTxt2 {
        left: 0;
    }
    
    .stepTxt2 p {
        width: 171px;
        left: -30px;
    }
    
    .img3StepsController figure img {
        min-width: 308px;
    }
    
    .stepTxt3 .textItemSteps {
        width: 100%;
        max-width: 250px;
        left: unset;
        transform: unset;
    }
    
    .containerForm {
        height: 1418px;
    }
    
    .mainContainerForm {
        max-width: 336px;
        top: 60px;
        padding: 57px 17px 0;
        height: 1317px;
    }
    
    .boxTitleForm h2 {
        text-transform: uppercase;
        line-height: 1;
    }
    
    .boxTitleForm p {
        font-size: 20px;
        line-height: 1;
        margin-top: 24px;
    }
    
    .boxFormContact {
        margin-top: 45px;
    }

    .bgFormContact .mobilebg, 
    .bgFormContact .mobilebg img,
    .bgFormContact, .bgFormContact > div,
    .containerForm > div {
        height: 100%;
    }
    
    .inputFirst {
        margin-bottom: 25px;
    }
    
    .paragraphAlone {
        margin-top: 25px;
    }
    
    .boxCheckbox label {
        font-size: 14px;
    }
    
    .containerCheck {
        margin: 25px auto 25px;
        gap: 25px;
    }
    
    .boxMessage #message {
        padding: 17px 15px 10px;
        min-height: 197px;
    }
    
    .boxSendButton {
        margin-top: 25px;
    }

    /** fix slick **/

    #slickMarcas .slick-track {
        display: flex;
    }
    
    .imgMarca1, .imgMarca2, .imgMarca3, .imgMarca4, .imgMarca5 {
        text-align: center;
    }
    
    .imgMarca1 img, .imgMarca2 img, .imgMarca3 img, .imgMarca4 img, .imgMarca5 img {
        max-width: 100%;
    }

    /** Ubicaciones **/

    .ubiInput h1 {
        margin-bottom: 25px;
        line-height: 1;
        font-size: 30px;
        max-width: 239px;
    }
    
    .heroUbi .boxInputsUbicaciones select {
        max-width: 247px;
        height: 35px;
    }
    
    .heroUbi .boxInputsUbicaciones {
        margin-bottom: 0;
    }
    
    .heroUbi .inputUbicaciones {
        gap: 20px;
    }
    
    body.page-id-143 {
        padding: 0;
    }
    
    .heroUbi::before {
        clip-path: unset;
        height: 950px;
        transform: rotate(35deg);
        z-index: 1;
        max-width: 34px;
        left: -160px;
        top: -140px;
        background-color: #FFFFFF;
    }
    
    .heroUbi::after {
        height: 950px;
        transform: rotate(35deg);
        z-index: 1;
        max-width: 11px;
        clip-path: unset;
        left: -100px;
        top: -171px;
        background-color: #ffd400;
    }
    
    .ubiHow .innerIniciaNegocio {
        height: 525px;
        gap: 0;
        justify-content: center;
        align-items: center!important;
        max-width: 330px;
    }
    
    .ubiHow .titleInicia {
        font-size: 36px;
        max-width: 270px;
        margin: 0 auto 20px;
    }
    
    .son2 {
        padding-bottom: 0;
        height: 200px;
    }
    
    .ubiHow .mujerIniciaNegocio {
        top: 11px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .son3 {
        display: block;
    }
    
    .son1 figure {
        min-width: 300px;
    }
    

}


/* fix hero full hd */

@media only screen and (min-width: 1700px) and (min-height: 750px){
    .flexBoxHero {
        max-height: 700px;
    }
    .imgBoxHero img {
        width: 720px;
    }
}