/*!
Theme Name: Ferrero Rocher
Text Domain: ferrero-rocher
Version: 1.0.0
*/




@import url('fonts/stylesheet.css');
/* Reset mínimo */
html { box-sizing: border-box;  }

*,*::before,*::after { box-sizing: inherit; }
body { margin:0; font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; color:#111; background:#fff; overflow-x: hidden; margin: 0 auto;}


img,video,svg,canvas { max-width:100%; height:auto; display:block; }
table { border-collapse: collapse; width: 100%; }

/* Enlaces (básico, ajusta a tu marca) */
a { color: inherit; text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }
.touch-link {
    position: relative;
    text-align: center;
    font-weight: 500;
    text-decoration: unset;
    border-bottom: 2px solid #5C3327;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1;
    color: #673a2c;
}

.touch-link svg {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -65%);
}
.keeptry {
    max-width: 800px;
}

.keeptry strong {
    font-weight: 500;
}
.site-wrap{
    overflow-x: hidden;
    margin:0 auto;
}
.Myriad_Pro{
	font-family: 'Myriad Pro';
}
.Sargasso{
	font-family: 'Sargasso';
}
.Sargasso_Display{
	font-family: 'Sargasso Display';
}
.Gibson{
	font-family: 'Gibson';
}
.font-30{
	font-size: 30px;
}
.font-40{
	font-size: 40px;
}
.font-55{
  font-size: 55px;
}
.white-color{
	color: #FFFFFF;
}
.main-color{
	color: #5C3327;
}
.gold-color{
	color: #D5AC5B;
}
.gold-color2{
  color: #CC9A30;
}
.golden-color {
    background: #D5AC5B;
    background: linear-gradient(90deg, rgba(213, 172, 91, 1) 17%, rgba(245, 212, 142, 1) 50%, rgba(215, 178, 102, 1) 89%);
    color: transparent;
    background-clip: text;
}
.cp-4 {
    padding: 2.5rem !important;
}
.cpb-10 {
    padding-bottom: 10rem !important;
}
/*HEADER*/
#header .site-branding img {
    width: 105px;
}

#header {
    height: 116px;
    padding: 0 5%;
    position: relative;
    z-index: 2;
}
#header:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#header > .container-fluid{
    position: relative;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .site-branding {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3;
}

#site-navigation {
	width:100%;
    max-width: 100%;
    height: 116px;
    position: absolute;
    right: 0;
    z-index: 2;
    padding: 0 !important;
}

#primary-menu {
	list-style:none; 
	margin:0; 
	padding:0; 
	display:flex; 
	gap:.75rem;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Gibson';
    color: #522D23;
    font-size: 18px;
    font-weight: 400;
}

.menu-toggle {
    display: none;
	width: 30px;
	height: 30px;
	position: relative;
	z-index:2;
    overflow: hidden;
    appearance: none;
    border: unset;
    background: unset;
}
.menu-toggle * {
    pointer-events: none;
}
.menu-toggle .bar {
	width: 30px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #D5AC5B;
	transition: all 0.3s ease-in-out;
}
.menu-toggle .bar:nth-of-type(2) {
	top: calc(50% - 9px);
}
.menu-toggle .bar:nth-of-type(3) {
	top: calc(50% + 9px);
}
.menu-toggle.active .bar:nth-of-type(1) {
  display: none;
}
.menu-toggle.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-toggle.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}
#primary-menu .menu-link{
	position: relative;
	color: #522D23;
}

.main-navigation #primary-menu > li:not(:last-of-type) .menu-link:before {
    content: '';
    position: absolute;
    right: -0.35rem;
    top: 50%;
    transform: translate(50%, -50%);
    line-height: 1;
    width: 6px;
    height: 6px;
    background: #522D23;
    border-radius: 50%;
}

.main-navigation #primary-menu > li > .menu-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    text-decoration: none;
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
}
.navbar-block {
  width: 100%;
}
.menu-item.dropdown {
    position: unset;
}
.menu-item.dropdown:hover .dropdown-toggle:after {
    transform: rotate(180deg);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .2em;
    content: "";
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}
.navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}
.menu-link {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  color: hsl(210, 15%, 4%);
  transition: color 0.3s ease;
}

.dropdown-toggle {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-toggle i.bx {
  font-size: 1.5rem;
  line-height: inherit;
  transition: rotate 0.4s ease;
}
.dropdown-items {
   /*display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3, 1fr) 1fr;
    justify-content: space-between;*/
    list-style: none;
    padding: 0;
    columns: 3;
    column-gap: 15px;
    column-fill: balance;
}
.dropdown-items li {
    padding: 8px 0;
}

.dropdown-items > li:not(:last-child):nth-child(4n + 1){
    /*grid-column: 1;*/
}

.dropdown-items > li:not(:last-child):nth-child(4n + 2){
    /*grid-column: 2;*/
}

.dropdown-items > li:not(:last-child):nth-child(4n + 3){
    /*grid-column: 3;*/
}
.dropdown-items > li:not(:last-child):nth-child(4n){
    /*grid-column: 4;*/
}
.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: hsl(217, 91%, 50%);
}
.dropdown-link {
    font-size: 20px;
    font-weight: 300;
    color: rgb(92 51 39 / 50%);
    transition: color 0.3s ease;
    text-decoration: unset;
}
.dropdown-link:hover, .dropdown-link.active{
	color: #5C3327 !important;
}
.dropdown-show > .dropdown-toggle i.bx {
  rotate: 180deg;
}
.dropdown-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}
.dropdown-group::before {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      background-color: #D4AB5B;
      transform: translate(-50%, -50%) rotateZ(45deg);
      top: 60px;
      left: 50%;
  }
/*HEADER*/
/*FOOTER*/
#footer {
    position: relative;
    background: #261915;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer > img {
    width: 115px;
    margin-bottom: 40px;
}

#footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #D4AB5B;
  transform: translate(-50%, -50%) rotateZ(45deg);
  top: 0;
  left: 50%;
}
#legal li a {
    color: #D7A458;
    text-decoration: unset;
}

#legal {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    padding: 0;
}

#legal li:not(:last-of-type):before {
    content: '|';
    position: absolute;
    right: -.75em;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: -1px;
}

#legal li {
    position: relative;
    color: #D7A458;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
/*FOOTER*/
/*HOME*/
.page-heading{
	position: relative;
}
.page-heading .section-bg{
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/home-pattern.png);
    background-size: 100% 85%;
    background-repeat: no-repeat;
}
.section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.custom-square{
    position: relative;
    padding: 5px;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/square-custom-mid.png);
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center;
}
.custom-square:before, .custom-square:after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.custom-square:before {
    bottom: -5px;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/square-custom-bottom.png);
    background-position: bottom;
}
.custom-square:after {
    top: -5px;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/square-custom-top-full.png);
    background-position: top;
}
#interactive-map {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/towns-bg.jpg);
    background-size: 100%;
}
.home-heading-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 5em;
    padding-left: 5%;
    padding-right: 5%;
}
.home-heading-container:after {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/square-custom-top.png);
}
.home-heading-container img {
    position: absolute;
    transform: translateY(-30%);
    width: 350px;
    top: 0px;
    max-width: 30%;
}
.home-heading-container h1, .home-heading-container h2{
    margin-top: 20px;
}

.participate-container, .vote-container{
    position: relative;
}
.participate-container .custom-square, .vote-container .custom-square {
    padding-bottom: 80px !important;
    width: 100%;
}

.participate-container:before, .vote-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-size: cover;
}
.participate-container:before{

    background-position: bottom;
}
.vote-container:before {
    background-position: top;
}
.participate-container:before {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/participate-bg.jpg);
}

.vote-container:before {
    background-color: #000;
}
.interactive-map {
    max-width: 550px;
    margin: 0 auto;
}
.participate-container p, .vote-container p {
    font-size: 14px;
    line-height: 1;
    font-family: Gibson, sans-serif;
    font-weight: 100 !important;
}
.participate-container p strong span, .vote-container p strong span{
	color: rgba(245, 212, 142, 1);
    font-size: 22px;
    line-height: 1;
    font-weight: 500 !important;
}

.participate-container p.small{
    font-size: 12px;
}
.participate-container .square-btn, .vote-container .square-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    min-width: 250px;
}
.square-btn, .pp-btn.pp-btn--light {
	background-size: cover;
	position: relative;
	background-color: #F5D48E;
	padding: 17px 50px;
	color: #5C3327;
	font-size: 28px;
	font-family: 'Sargasso';
	text-decoration: unset;
	line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.square-btn:before, .pp-btn.pp-btn--light:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/btn-pattern.png);
}
.square-btn:after, .pp-btn.pp-btn--light:after {
    content: '';
    display: flex;
    width: 28px;
    height: 23px;
    background-position: center;
    background-size: contain;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/btn-arrow.svg);
    transform: translateY(0%);
    margin-left: 5px;
}
.video-banner {
  display: block;
  position: relative;
}
.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
    margin-top: 5%;
    margin-bottom: 13%;
  object-position: 50% 50%;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.video-banner-icon-play {
  position: absolute;
  background: linear-gradient(130deg, rgba(213, 172, 91, 1) 17%, rgba(245, 212, 142, 1) 50%, rgba(215, 178, 102, 1) 89%);
  border-radius: 50%;
  border: 2px solid #522D23;
  left: 50%;
  top: 50%;
  display: block;
  width: 5em;
  height: 5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
.video-banner-icon-play svg {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
}

.video-banner-icon-play:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #D5AC5B;
    transition: all 0.2s ease-out 0.05s;
}
.video-banner-icon-play:hover:before {
    width: 140%;
    height: 140%;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 7em;
    height: 7em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
  backgound: #330099;
}
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgb(213 172 91 / 80%);
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	margin: 0 auto;
	overflow-y: visible;
	background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
/*HOME*/
/*TOWN*/
.single-town h2.Sargasso.main-color.font-30 {overflow-wrap: anywhere;}
.slider-nav .slider-item {
    padding: 10px;
}
.slider-single .slick-arrow{
    display: none !important;
}
.slider-single:before, .form-img.alt4:after {
    content: '';
    position: absolute;
    height: 115%;
    width: 40%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/town-carousel-bg.png);
    background-size: cover;
}
.form-img.alt4:after{
    width: 60%;
    z-index: -2;
}
.form-img #interactive-map {
    padding: 20px 40px;
    background-color: #000;
    background-size: contain;
}
.form-img #interactive-map .card-overlay.active {
    transform: translateX(-100%);
}
.slider-nav {
    margin-top: 10%;
    padding-left: 15%;
    padding-right: 15%;
}
.slick-next:before, .slick-prev:before {
    color: #000;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/carousel-arrow.svg);
}

.slick-prev:before {
    left: 10px;
}

.slick-next:before {
    right: 0;
    transform: translateY(-50%) rotateZ(180deg);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 10px;
}
.towns-container .custom-square {
    padding-right: 25% !important;
}
.towns-container > div:before {
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #000;
    transform: translateY(-50%);
}

.towns-container, .towns-container > div, .pattern-bg {
    position: relative;
}

.towns-container:after, .pattern-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/pattern-bg.png);
      background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.other-town{
    margin-top: 5%;
    margin-bottom: 5%;
}
.other-town h3 {
    margin-bottom: -30px;
    line-height: 1;
}
.towns-container #cardOverlay:not(.mobile) {
    left: 95% !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.towns-container #interactive-map {
    position: relative;
}
#interactive-map .map-wrapper, #interactive-map .map-container {
    position: relative;
    max-width: 100%;
    width: 550px;
    height: auto;
	margin: 0 auto;
    z-index: 1;
}

#interactive-map .map-image {
    width: 550px;
    height: auto;
    position: relative;
    z-index: -1;
}

#interactive-map .star-button {
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

#interactive-map .star-button:hover, #interactive-map .star-button.active{
    /*transform: scale(1.2);*/
}

#interactive-map .star-button::before {
    content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
opacity: 1;
transition: opacity 0.3s ease;
width: 40px;
height: 40px;
    z-index: -1;
background-size: cover;
background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/map-star.png);
}

#interactive-map .star-button:hover::before, #interactive-map .star-button.active::before {
    opacity: 1;
}
#interactive-map .card-overlay{
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 6;
}
/* Overlay para las cards */
#interactive-map .card-overlay.mobile {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

#interactive-map .card-overlay.active {
    display: flex;
    opacity: 1;
}

#interactive-map .card {
    min-width: 350px;
    max-width: 350px;
    min-height: 400px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transform: scale(0.8) translateY(50px);
    transition: all 0.4s ease;
    border: unset;
}

#interactive-map .card-overlay.active .card {
    transform: scale(1) translateY(0);
}

#interactive-map .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid #fff;
    line-height: 1;
    padding-bottom: 5px;
}

#interactive-map .close-btn:hover {
    background: white;
    transform: scale(1.1);
    color: #5C3327;
}

#interactive-map .image-section {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#interactive-map .title-section {
    background: #D4AB5B;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

#interactive-map .title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="25" r="0.5" fill="rgba(255,255,255,0.15)"/><circle cx="60" cy="15" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="80" cy="35" r="0.8" fill="rgba(255,255,255,0.12)"/></svg>') repeat;
    opacity: 0.3;
}

#interactive-map .main-title {
    font-family: 'Sargasso';
    margin: 0 !important;
    font-size: 19px;
    color: white;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    font-weight: 100;
}

#interactive-map .subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

#interactive-map .content-section {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#interactive-map .description {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #5C3327 !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
}

#interactive-map .buttons-container {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#dynamicCard .square-btn {
    font-size: 18px;
    min-width: 150px;
    position: relative;
    transform: unset;
    left: unset;
    border: unset;
    padding: 10px 30px !important;
}

#dynamicCard .square-btn:after {
    transform: translateY(-10%);
    width: 20px;
    height: 18px;
}
.single-town h2.Sargasso.main-color.font-30 {overflow-wrap: anywhere;}

.towns-container #cardOverlay:not(.mobile), .towns-container #cardOverlay:not(.mobile) #dynamicCard {
    max-height: 100%;
    min-height: unset;
    max-width: 50%;
    min-width: 300px;
}

.towns-container #cardOverlay:not(.mobile) .square-btn {
    min-width: 100px;
    padding: 10px 20px !important;
}
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 768px) {
    #interactive-map .card {
        width: 300px;
        height: 450px;
        margin: 20px;
    }
    
    #interactive-map .star-button {
        width: 8px;
        height: 8px;
    }
    #interactive-map .star-button::before {
        width: 38px;
        height: 38px;
    }
    
    #interactive-map .star-button::before {
        font-size: 16px;
    }
}

#interactive-map .info-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

#interactive-map .star-button:hover .info-tooltip {
    opacity: 1;
}
/*TOWN*/
.form-img.alt:before {
    left: -2%;
    top: 10%;
    width: 104%;
    height: 93%;
}
.form-img.alt2:before {
    left: -5%;
    top: 5%;
}
.form-img.alt3:before, .form-img.alt4:before {
    display: none!important;
}
.frroInlineTimer-section {
    max-width: unset !important;
}

.frroInlineTimer-section .frroInlineTimer-card {
    background: unset !important;
    border: 1px solid #5C3327 !important;
    border-radius: unset !important;
}

.frroInlineTimer-title {
    font-family: 'Sargasso' !important;
    font-weight: 400 !important;
    font-size: 43px !important;
    margin-bottom: 20px !important;
}

.frroInlineTimer-labels {
    grid-template-columns: 150px 150px !important;
    font-family: 'Inter' !important;
    color: #261915 !important;
    font-size: 23px !important;
    gap: 32px !important;
    width: auto !important;
    justify-content: center !important;
    align-content: center !important;
}

.frroInlineTimer-digit {
    color: #673A2C !important;
    font-family: 'Sargasso' !important;
    font-weight: 400 !important;
    font-size: 72px !important;
    line-height: 1 !important;
    background: #D7B266 !important;
    padding: 13px 13px 8px !important;
    min-width: 70px !important;
    text-align: center !important;
}

.frroInlineTimer-box {
    box-shadow: unset !important;
    background: unset !important;
    padding: 0 !important;
    min-width: unset !important;
    gap: 5px !important;
}

.frroInlineTimer-colon {
    font-size: 30px !important;
    color: #D5AC5B !important;
    margin-bottom: 10px !important;
}
.pp-modal__inner {
    position: relative;
    max-width: 900px !important;
    border: unset !important;
    background: unset !important;
    padding: 65px !important;
}

.pp-modal__inner:before, .pp-modal__inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pp-modal__inner:before {
    z-index: -2;
    background: #261915 !important;
}

.pp-modal__inner:after {
    z-index: -1 !important;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-pattern.png) !important;
    background-size: cover !important;
}

.pp-modal__title {
    font-family: 'Sargasso' !important;
    font-weight: 400 !important;
    font-size: 50px !important;
    color: #CC9A30 !important;
    margin-bottom: 30px !important;
    line-height: 1 !important;
}

.pp-modal__subtitle {
    font-family: 'Inter' !important;
    font-weight: 300 !important;
    font-size: 23px !important;
    color: #CC9A30 !important;
    margin-bottom: 30px !important;
}

.pp-modal__back {
    font-family: 'Sargasso' !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    color: #CC9A30 !important;
}

.pp-countdown {
    gap: 5px !important;
    margin-bottom: 50px !important;
}

.pp-countdown__sep {
    font-size: 60px !important;
    color: #D5AC5B !important;
    margin-bottom: 20px !important;
}

.pp-countdown__box {
    background: unset !important;
    border: unset !important;
    padding: 0 !important;
}

.pp-countdown__hh, .pp-countdown__mm {
    position: relative !important;
    color: #673A2C !important;
    font-family: 'Sargasso' !important;
    font-weight: 400 !important;
    font-size: 80px !important;
    line-height: 1 !important;
    background: unset !important;
    padding: 13px 13px 8px !important;
    letter-spacing: 30px;
    width: 155px !important;
}

.pp-countdown__box small {
    font-family: 'Inter' !important;
    font-weight: 300 !important;
    font-size: 23px !important;
    color: #CC9A30 !important;
    margin: 0 !important;
}

.pp-countdown__hh:before, .pp-countdown__mm:before, .pp-countdown__hh:after, .pp-countdown__mm:after {
    top: 0;
    content: '';
    position: absolute;
    width: 75px;
    height: 100%;
    background: #D7B266;
    z-index: -1;
}

.pp-countdown__hh:after, .pp-countdown__mm:after {
    right: 0;
}

.pp-countdown__hh:before, .pp-countdown__mm:before {
    left: 0;
}
.pp-modal__actions .pp-btn--light {
    color: #673A2C;
    font-weight: 400;
    background-color: #F5D898 !important;
    border-radius: unset;
    display: inline-flex;
}
/* Pagina de juego*/
.JoinGame {
  position:relative;
  display: flex;
  justify-content: center;   
  align-items: center;      
  text-align: center;
  width: 100%;
  margin: 0 auto; 
  max-width:700px;
  margin-bottom: 50px;
  z-index:1000;
}

.JoinGame img {
  max-width: 100%;   
  height: auto;     
  display: block;
  margin: 0 auto;
}


.page-id-27 .entry-title{
	display:none;
}

/*RESPONSIVE*/
@media (min-width: 1024px){

	.main-navigation #primary-menu li:last-of-type .menu-link{
	}
	.dropdown-group {
	  border: 1px solid #D5AC5B;
	  padding: 44px 50px;
	}
	.dropdown-column.container-fluid {
	    padding: 60px 5%;
	}
  	.container-fluid-md{
    	max-width: unset !important;
  	}

  .navbar-block {
    position: initial;
    height: initial;
    opacity: 1;
    pointer-events: visible;
    background: none;
    transition: none;
  }
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
    pointer-events: none;
  }
  .dropdown-content {
    position: absolute;
    left: 50%;
    right: 0;
    width: 100vw;
    top:100%;
    transform: translateX(-50%);
    opacity: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: hsl(0, 0%, 100%);
    border-top: 1px solid rgb(0 0 0 / 25%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25);
    transition: top 0.4s, opacity 0.3s ease;
  }
  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }
  .dropdown:hover > .dropdown-content {
    cursor: initial;
        top: 100%;
    opacity: 1;
    pointer-events: initial;
  }
  .dropdown:hover > .dropdown-toggle i.bx {
    rotate: 180deg;
  }
  .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    height: 100%;
    padding: unset;
  }
  .menu-item {
    display: flex;
    cursor: pointer;
    height: 116px;
    justify-content: center;
    align-items: center;
  }
  .menu-link {
    padding: unset;
  }
}
@media (max-width: 1023px) {
	.dropdown-column.container-fluid {
	    padding: 0;
	}

	.dropdown-items {
	    display: flex;
	    flex-direction: column;
        margin-top: 5px;
	}

	.dropdown-items li a {
	    font-size: 15px;
	    font-family: 'Gibson';
	}

	.dropdown-items li {
	    padding: 5px 0;
	}
	.dropdown-items li{
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    line-height: 1.2;
	}
  #header, #header > .container-fluid {
      height: 80px;
  }
  #header .site-branding img {
      width: 70px;
  }
  .menu-toggle {
    display: flex;
  }
  #site-navigation {
      width: 100vw;
      position: absolute;
      top: -1000%;
      left: 50%;
      height: auto !important;
      background: #fff;
      z-index: 0;
      max-width: unset;
      transform: translateX(-50%);
        padding: 20px 30px 20px !important;
      transition: top 0.2s ease-out 0.05s;
  }
  #site-navigation:before {
      content: '';
      position: absolute;
      left: 0;
      top: -1500%;
      background: rgb(38 25 21 / 50%);
      width: 100%;
      height: 100rem;
      z-index: -2;
  }

  #site-navigation:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: rgb(255 255 255);
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  #site-navigation.active {
      top: 100%;
  }
  #site-navigation.active:before{
      top: 0;
  }
  .main-navigation #primary-menu > li .menu-link:before {
    display: none;
	}
  #primary-menu {flex-direction: column;border: 1px solid #D5AC5B;gap: .75rem;text-align: left;align-items: flex-start !important;padding: 20px;}
  #primary-menu::before {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      background-color: #D4AB5B;
      transform: translate(-50%, -50%) rotateZ(45deg);
      top: 20px;
      left: 50%;
  }

  .main-navigation #primary-menu li:not(:last-of-type):before {
      display: none;
  }

  .main-navigation #primary-menu li .menu-link {
      	font-family: 'Sargasso';
        padding: 0 !important;
        width: 100%;
        display: flex;
  }

  .main-navigation #primary-menu li {
    text-align: left;
    color: #522D23 !important;
    height: unset;
    width: 100%;
  }
  .dropdown-toggle::after {
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-left: .35em solid transparent;
	}
	.dropdown-group::before{
		display: none;
	}
	.dropdown-content {
    height: 0px;
    overflow: hidden;
}
  .font-30{
    font-size: 25px;
  }
  .font-40{
    font-size: 35px;
  }
  .font-55{
    font-size: 45px;
  }
}
.form-img, .form-img2 {
  position: relative;
}
.form-img:before, .form-img2:before, .form-img2 img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5%;
    top: -5%;
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/img-attacht.png);
    background-size: 101% 101%;
    background-position: center;
    z-index: -1;
}
.form-img2:before{background-image:none; }
.form-img .custom-square, .form-img2 .custom-square {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(120% - 2rem);
    left: 1rem;
    top: 1rem;
}

.form-img .custom-square .square-btn,.form-img2 .custom-square .square-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.landing-title{
    max-width: 800px;
    margin: 0 auto;
}

.landing-title2{
    max-width: 85%;
    margin: 0 auto;
}
.landing-title3{
    max-width: 930px;
    margin: 0 auto;
}
.pattern-bg:after {
    width: 100%;
}
@media (min-width: 992px){

  .pp-field-concursar, .pp-file__btn {width:50%!important;}
  .form-img #interactive-map .map-container, .form-img #interactive-map .map-wrapper {
    width: 30vw;
  }
  .col-lg-3 .form-img {
      position: absolute;
      right: 0%;
      z-index: 2;
  }
  .pattern-bg .form-img img {
    max-width: 35vw;
  }
  .pattern-bg .form-img {
      position: absolute;
      right: 0%;
      z-index: 2;
  }
  .pattern-bg:after {
    width: 85% !important;
  }
  .mw-450{
    max-width: 450px;
  }
  .mw-550{
    max-width: 550px;
  }
   .col-lg-2 .form-img2 {
    position: absolute;
    left: 700px;
    top: -600px;
    width:350px;
  }
}
@media (max-width: 991px){
  #interactive-map .map-wrapper, #interactive-map .map-container {
    max-width: 100%;
  }
  .form-img.alt4 {
      margin-top: 60px;
      width: 100%;
  }
}
  
@media (min-width: 1001px){
  .col-lg-2 .form-img img {
    max-width: 35vw;
  }
  .col-lg-2 .form-img {
      position: absolute;
      right: 0%;
      z-index: 2;
  }
  .col-lg-2 .form-img2 {
        position: absolute;
        left: 820px;
        z-index: 2;
        top: -600px!important;
  }
  .px-lg-5p{
    padding: 0 5% !important;
  }
  .px-lg-10p{
    padding: 0 10% !important;
  }
}
@media (max-width: 1000px) {
    #header, .site-wrap{
        padding: 0 3%;
    }
  #interactive-map .card-overlay.mobile #dynamicCard {
    max-width: min(300px, 100%);
  }
  #ajax-content-wrap .towns-container > div:before {
      width: 100%;
  }

  #ajax-content-wrap .towns-container .custom-square {
      padding-right: 1rem !important;
      max-width: 100%;
  }
  .frroInlineTimer-digit {
    min-width: 50px !important;
    font-size: 60px !important;
    padding: 13px 6px 8px !important;
  }

  .frroInlineTimer-title {
      font-size: 33px !important;
  }

  .frroInlineTimer-labels {
      grid-template-columns: 100px 100px !important;
  }
  .participate-container:before {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/participate-bg2.jpg)!important;
    height: calc(100% - 210px);
    }

}
@media (max-width: 767px) {

  .participate-container:before {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/participate-bg2.jpg)!important;
    height: calc(100% - 210px);
    }
  .participate-container{
      padding-bottom: 150px !important;
      margin-bottom:40px;
  }
    .box-left {
        width: 35%!important;
        top: 100px!important;
        left: 7%!important;
    }
    .box-right {
        width: 49%!important;
        position: absolute;
        right: 6%!important;
        text-align: center;
        top: 100px!important;
    }
     .participate-container .subtitle-head{margin:0 auto!important;}
     .participate-container p.font-40h {
        font-size: 25px !important;}
    
    .participate-container .square-btn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    min-width: 250px;
    }
.vote-container:before, .towns-container > div:before{background-position:center!important;}
#ajax-content-wrap .participate-container p.small{margin-top:110px;}


}

.divider{height:170px;}

@media (max-width: 1360px) {
  .participate-container::before {
    background-image: url("/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/participate-bg2.jpg") !important;

  }
}


@media (max-width: 767px) {
  .slider-nav {
      display: none !important;
  }

  #ajax-content-wrap .slider-single:before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background-size: 100%;
    transform: rotate(180deg);
    left: -20px;
    top: -20px;
  }
  #ajax-content-wrap .other-town h3 {
    margin-bottom: 5px;
  }

  #ajax-content-wrap .towns-container:after {
      width: calc(100% + 40px);
      height: calc(100% + 40px);
      left: -20px;
      top: -20px;
  }
  #header .site-branding {
      left: 10px;
  }
  .font-55{
    font-size: 37px;
  }
  .font-30, .square-btn{
    font-size: 20px !important;
  }
  .font-40, .single-town h1, .single-town h1 span, .single-town h3, .font-55.alt{
    font-size: 19px;
  }
  .home-heading-container {
      padding-top: 5% !important;
  }
  .page-heading .section-bg {
    background-size: 100% 90%;
  }
  .vote-container {
      margin-bottom: 60px;
  }
  .participate-container p, .vote-container p {
      font-size: 13px !important;
  }
  #ajax-content-wrap .participate-container p strong span,#ajax-content-wrap .vote-container p strong span,#ajax-content-wrap .participate-container p strong,#ajax-content-wrap .vote-container p strong {
      font-size: 13px !important;
      color: #fff !important;
      font-weight: 200 !important;
  }
  #ajax-content-wrap .participate-container p.small {
      font-size: 11px !important;
  }
  .square-btn{
    min-width: 150px !important;
      padding: 12px 50px !important;
  }
  .square-btn:after {
      width: 20px !important;
      height: 18px !important;
      transform: translateY(-10%) !important;
  }
  #ajax-content-wrap .participate-container .custom-square,#ajax-content-wrap .vote-container .custom-square {
      padding-bottom: 60px !important;
  }
 .vote-container:before{
    height: calc(100% - 60px);
  }

  #legal li {
      font-size: 15px !important;
  }
    .form-img:not(.alt):not(.alt3):not(.alt4) {max-width: calc(100% - 50px);margin-right: 0px;}

    .form-img.alt2 {
        margin-left: 20px;
    margin-right: unset;
    }
    .frroInlineTimer-title {
        font-size: 14px !important;
        margin: 0px !important;
    }

    .frroInlineTimer-digit {
        font-size: 26px !important;
        padding: 5px 5px 3px !important;
        min-width: 25px !important;
    }

    .frroInlineTimer-box {
        gap: 2px !important;
    }

    .frroInlineTimer-timer {
        gap: 3px !important;
        margin-bottom: 0 !important;
    }

    .frroInlineTimer-labels {
        grid-template-columns: 50px 50px !important;
        gap: 15px !important;
        margin: 0 !important;
    }

    .frroInlineTimer-labels span {
        font-size: 10px !important;
    }
    .frroInlineTimer-section {
        max-width: 220px !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 425px) {
    .square-btn{
        padding: 8px 30px !important;
    }
    #footer > img {
        width: 75px;
        margin-bottom: 25px;
    }
  #primary-menu, #primary-menu > li > .menu-link{
    font-size: 12px;
  }
  .dropdown-items li a{
    font-size: 10px;
  }
  #legal li:not(:last-of-type):before {
      right: -1.1em !important;
  }
  .cpb-10 {
    padding-bottom: 5rem !important;
  }
  .font-30, .square-btn{
    font-size: 12px !important;
  }
  .font-55{
    font-size: 27px;
  }
  .font-40, .single-town h1, .single-town h1 span, .single-town h3{
    font-size: 12px;
  }
  .font-55.alt{
    max-width: 300px;
    font-size: 16px;
  }
  .page-heading .section-bg {
      /*background-size: 100% 180px !important;*/
  }
  .participate-container p, .vote-container p, .single-town .custom-square p{
      font-size: 10px !important;
  }

  #ajax-content-wrap .participate-container p strong span,#ajax-content-wrap .vote-container p strong span,#ajax-content-wrap .participate-container p strong,#ajax-content-wrap .vote-container p strong {
      font-size: 11px !important;
  }
  #ajax-content-wrap .participate-container p.small {
      font-size: 9px !important;
  }
  .square-btn{
    min-width: 110px !important;
  }

    #interactive-map .star-button::before {
        width: 35px;
        height: 35px;
    }
  #legal li {
      font-size: 12px !important;
  }
  #ajax-content-wrap .slider-single:before{
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
    #ajax-content-wrap .towns-container:after {
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        left: -10px;
        top: -10px;
    }
    .touch-link {
        font-size: 11px;
        border-bottom-width: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .touch-link svg {
        width: 25px;
        height: 25px;
    }
    .pp-modal__actions .pp-btn--light {
        color: #673A2C;
        font-weight: 400;
        background-color: #F5D898 !important;
        border-radius: unset;
        display: inline-flex;
    }

    .pp-modal__inner {
        padding: 65px 30px !important;
        max-width: 100% !important;
        width: auto !important;
    }

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

    .pp-countdown__hh, .pp-countdown__mm {
        font-size: 60px !important;
        letter-spacing: 20px !important;
        width: 120px !important;
    }

    .pp-countdown__hh:before, .pp-countdown__mm:before, .pp-countdown__hh:after, .pp-countdown__mm:after {
        width: 60px;
    }

    .pp-modal__actions .pp-btn--light {
        font-size: 20px;
    }

    .pp-btn.pp-btn--light:after {
        background-size: cover;
        width: 50px;
    }
}

/*CUSTOM*/


.menu-desactivado{color:#cccccc; font-family: Gibson!important;font-weight:300;font-size:20px;}

a.links-form{text-decoration:none!important;}
a.links-form:hover{text-decoration:underline!important;}

body.home #menu-item-536 a {
  color: #D5AC5B !important;
}
body.single-town #menu-item-42 span.dropdown-toggle{
  color: #D5AC5B !important;
}
body.pp-has-pp-form #menu-item-535 a{
  color: #D5AC5B !important;
}

p.single-town-text{font-size:18px;}
.site-header{max-width:1920px;margin:0 auto;}
.site-footer{width:100%;}
.container{max-width:1920px!important;}
.container-video{max-width:800px;}

a.menu-link:active{color:#D5AC5B;}
a.menu-link:hover{color:#D5AC5B;}

/* --- HOVER (a y span del dropdown) --- */
#primary-menu li:hover > a.menu-link,
#primary-menu a.menu-link:hover,
#primary-menu li:hover > .dropdown-toggle.menu-link,
#primary-menu .dropdown-toggle.menu-link:hover {
  color: #D5AC5B !important;
}

/* --- ACTIVO (página actual) --- */
#primary-menu .current-menu-item > a.menu-link,
#primary-menu .current_page_item > a.menu-link,
#primary-menu .current-menu-ancestor > .dropdown-toggle.menu-link,
#primary-menu .current_page_ancestor > .dropdown-toggle.menu-link {
  color: #D5AC5B !important;
}

/* (opcional) suaviza el cambio */
#primary-menu a.menu-link,
#primary-menu .dropdown-toggle.menu-link {
  transition: color .2s;
}
/* Enlace activo (página actual) */
#primary-menu a.menu-link[aria-current="page"],
#primary-menu a.menu-link[aria-current="true"] {
  color: #D5AC5B !important;
}

/* Padre (dropdown) cuando hay un hijo activo */
#primary-menu li:has(> .dropdown-content a[aria-current]),
#primary-menu li:has(> .sub-menu a[aria-current]) > .dropdown-toggle.menu-link {
  color: #D5AC5B !important;
}


.pp-row--captcha{justify-content:left!important;margin-top:20px!important;}
.formvotar-ok{}

.bg-forms-desenvuelve{
        background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0px 50px 0px 50px!important;
        margin-bottom: 100px!important;
}

.bg-forms-votar, .bg-forms-concurso {
        background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 50px 0px 30px 30px;
        margin: -45px auto 50px auto;
        width:75%;
    }

.entry-title{display:none;}
.legales{margin: 50px auto 100px auto; max-width:1400px;padding:20px;}
.legales p, .legales ul li, .legales ol li{color:#595959; font-family: 'Gibson'; font-size:18px;font-weight:300; line-height: 1.44;}
.legales ul li, .legales ol li{margin:10px 5px;}
.legales p strong, .legales ul li strong, .legales ol li strong{font-weight:500;}

.pp-file__preview{display:none!important;}
    button.pp-btn {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/button-bg.jpg)!important;
    font-family: 'Sargasso' !important;
    font-weight:600;
    color: #673a2c!important;
    border:none!important;
    border-radius:none!important;
    }
    .pp-btn::after {
    content: "→";
    font-size: 18px;
    line-height: 1;
}
.pp-section-label {
    font-size: 30px!important;
}
.yellow-color{color:#eee0c1;}
.font-36x{font-size:36px; font-style:italic;}

.box-left{width:30%;position:absolute;left:10%;text-align:center;top:130px;}
.box-right{width:34%;position:absolute;right:12%;text-align:center;top:150px;}
p.font-40h{font-size:40px;font-weight:700;margin-bottom:0;padding-bottom:10px;font-family: "Sargasso";}
p.font-16h{font-size:16px;font-weight:500;margin-bottom:0;padding-bottom:10px;font-family: "Sargasso";line-height:20px;}

.cardsubtitle{font-size:30px; font-style:italic;}
.pp-card{max-width:90%!important;}
.subtitle-head{max-width: 650px;margin: -10px auto;}
.map-container .subtitle-head{margin: 15px;}
.homepage .map-container .subtitle-head{display:none;}

.bg-desenvuelve{
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 500px 0px 0px 0px;
    margin: -580px auto 100px auto;
    position:relative;
    width:950px;
    z-index:9;
}
.imgmapnoint{width: 35vw !important;max-width:none;}
.pp-countdown__hh{padding:13px 13px 8px 25px!important}

@media (max-width: 1699px) {
            .box-left{width:35%;top:150px;left:5%}
            /*.col-lg-2 .form-img2{left:1000px;}*/
    .imgmapvotarok{
        position: absolute;
        left: 1200px;
        top: 1000px;
        width: 14vw;
    }
}
@media (min-width:993px){
        .bg-forms-concurso {
            background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            padding: 50px 0px 30px 30px;
            margin: -45px 4% 50px 4%;
            width: 75%;
                }
    }
@media (min-width: 1399px) {
      .col-lg-2 .form-img2 {left: 1000px;}
      .bg-forms-votar, .bg-forms-concurso {
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0px 30px 30px;
    margin: -45px auto 50px auto;
    width: 75%;
}

/* 1600–1919 */
@media (min-width: 1700px) and (max-width: 1919px) {
  .col-lg-2 .form-img2 {
    position: absolute;   /* asegura el contexto en cada rango */
    left: 1200px;
    top: -600px;
  }
    .imgmapnoint{width: 29vw;}
    .imgmapvotarok{
    position: absolute;
    left: 1200px;
    top: 1000px;
    width: 14vw;
    }
    .bg-forms-votar {width:85%!important;padding-left:50px;margin: -45px 0% 50px!important;}


}

/* 1920+ (este DEBE ir después del de 1600–1919 y del de 1800+) */
@media (min-width: 1920px) {
  .col-lg-2 .form-img2 {
    position: absolute;
    left: 1200px;
    top: -600px;
  }
  .imgmapnoint {
  max-width: unset !important;
  width: 29vw!important;
    }
  .bg-forms-votar {width:85%!important;padding-left:50px;margin: -45px 2% 50px!important;}
  
}

@media (max-width: 2400px) {
            .col-lg-3 .form-img{right:-100px !important}
}
@media (max-width: 1700px) {
            .col-lg-3 .form-img{right:-100px !important}
}
@media (max-width: 1400px) {
    .imgmapvotarok{
        position: absolute;
        left: 800px;
        top: 1000px;
        width: 14vw;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 1000px) {
        .box-left{width:35%;top:150px;left:8%}
        .box-right{width:50%;top:150px;right:7%;}
        .participate-container p.small {margin-top:150px;}

}

@media (max-width: 992px) {
.bg-desenvuelve{
    background-image: url(/es/es/xp/navidaddeoro/wp-content/themes/ferrero-rocher/img/bg-forms.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 500px 0px 0px 0px;
    margin: -580px auto 100px -120px;
    }
    .mapainteract{left:30px;}
    .bg-forms-votar .pp-hero, .bg-forms-votar .pp-hero .pp-form {
        width: 90%!important;
        max-width: 100% !important;
        display:block;
        margin:0 auto;

    }
}
@media (max-width: 780px) {
    .custom-square2 {padding: 40px !important;}
    .pp-file__btn{width:100%;}
    .bg-forms-votar {margin: 0px 1% 0px;padding: 0px 10px 0px 0px!important;}
    .bg-forms-votar .imgpiramide{display:none;}
}


@media (max-width: 767px) {

   .homepage .container2{
        max-width: 100%;
        margin-bottom:100px;
    }
    .participate-container p.small {margin-top:120px;}
    .subtitle-head{max-width: 650px;margin: 10px auto;}
    .participate-container p.font-40h{font-size:25px!important;}
    .box-left{width:35%;top:140px;}
    .box-right{width:50%;top:140px;}
    .bg-desenvuelve{
        padding: 300px 0px 0px 0px;
        margin: -370px auto 100px -90px;
        position: relative;
        width: 600px;
        z-index: 9;
    }
    p.font-16h{line-height:16px;}

}


