/*
Theme Name: Jornadas unidos por los animales
Theme URI: https://kiligmade.com
Description: Jornadas unidos por los animales es un tema hijo de Hello Elementor, creado por Noe de Kilig Made
Author: Noe de Kilig Made
Author URI: https://kiligmade.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: jupla-km
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


body p:last-child {
    margin-bottom: 0;
}

body .elementor-search-form--skin-classic input:not([type="button"]):not([type="submit"]).elementor-search-form__input,
body .elementor-search-form--skin-classic button:focus {
	border: 0;
}

input:focus-visible,
textarea:focus-visible,
[type=button]:focus,
[type=submit]:focus,
button:focus {
	outline: 0 !important;
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent;
}

::placeholder {
	opacity: 1 !important;  /* Firefox */
}

:-webkit-input-placeholder {
	/* Chrome, Safari, Opera */
	opacity: 1 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: 1 !important;
}

.elementor-posts-nothing-found {
	padding: 80px 40px;
	text-align: center;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    font-size: 24px;
    margin-top: -6px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    font-size: 24px;
    margin-top: -6px;
}

.jupla-slider .elementor-swiper-button-next {
    background-image: url(assets/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 48px;
    margin-right: -80px;
    margin-top: -32px;
}

.jupla-slider .elementor-swiper-button-prev {
    background-image: url(assets/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 48px;
    margin-left: -80px;
    margin-top: -32px;
}

.jupla-slider.small-arrow .elementor-swiper-button-next {
    height: 16px;
    width: 32px;
    margin-right: -40px;
    margin-top: -24px;
}

.jupla-slider.small-arrow.top-arrow .elementor-swiper-button-next {
	background-size: 32px;
	background-position: center;
    margin-top: 0;
    top: 40px;
    margin-right: 32px;
    width: 40px;
    height: 40px;
}

.jupla-slider.small-arrow.top-arrow .elementor-swiper-button-prev {
	background-size: 32px;
	background-position: center;
	margin-top: 0;
    top: 40px;
	margin-left: 0;
	width: 40px;
    height: 40px;
	right: 80px;
	left: auto;
}

.jupla-slider.small-arrow .elementor-swiper-button-prev {
    background-image: url(assets/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16px;
    width: 32px;
    margin-left: -40px;
    margin-top: -24px;
}

@media (max-width: 1024px) {

	.menu-vertical .elementor-nav-menu--layout-horizontal {
		justify-content: center;
	}
	
}

@media (max-width: 600px) {
  
  .jupla-slider .elementor-swiper-button-next {
		background-size: 80%;
		margin-right: -50px;
	}

  .jupla-slider .elementor-swiper-button-prev {
		background-size: 80%;
		margin-left: -50px;
	}
	
  .jupla-slider.small-arrow .elementor-swiper-button-next {
		background-size: 100%;
		margin-right: -24px;
	}

  .jupla-slider.small-arrow .elementor-swiper-button-prev {
		background-size: 100%;
		margin-left: -24px;
	}
	
	.menu-vertical .elementor-nav-menu--layout-horizontal {
		display: block !important;
	}
	
	.menu-vertical .elementor-nav-menu {
    	flex-direction: column;
    	text-align: center;
    	align-items: center;
	}
	
}

.jupla-slider .elementor-swiper-button-next i,
.jupla-slider .elementor-swiper-button-prev i {
    display: none;
}


body:not(.woocommerce-page) .elementor-widget select,
body:not(.woocommerce-page) .widget select,
.wpcf7 select,
.woocommerce-ordering select,
.comment-form-rating .nice-select {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  min-height: 35px;
  line-height: 35px;
  outline: none;
  padding-left: 5px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 
}

.nice-select:after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit;
  content: '';
  display: block;
  height: 6px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 6px; 
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); 
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; 
}

.nice-select.disabled:after {
  border-color: #cccccc; 
}

.nice-select {
  width: 100%; 
  float: none;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; 
}

.nice-select.right {
  float: right; 
}

.nice-select.right .list {
  left: auto;
  right: 0; 
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; 
}

.nice-select.small:after {
  height: 4px;
  width: 4px; 
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; 
}

.nice-select .list {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 0;
  margin-left: -1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 2px);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 10; 
}

.woocommerce-ordering .nice-select .list {
    width: 270px;
    left: auto;
    right: 0;
}

.nice-select .list li:first-child {
  display: none;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent; 
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; 
}

.nice-select .option:hover {
  background-color: #f2f2f2;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; 
}

.no-csspointerevents .nice-select .list {
  display: none; 
}

.no-csspointerevents .nice-select.open .list {
  display: block; 
}

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  display: inline-block !important;
  margin: 0 2px 0 0;
  padding: 0 !important;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #000000 !important;
  color: inherit;
  box-shadow: none;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #ffffff;
  background-position: center;
  background-size: 11px;
  background-repeat: no-repeat;
  background-image: url(assets/images/check.svg);
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  display: inline-block !important;
  margin: 0 2px 0 0;
  padding: 0 !important;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000000 !important;
  box-shadow: none;
  cursor: pointer;
}

input[type="radio"]:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* Cookie Banner */

.cky-consent-container .cky-consent-bar {
	box-shadow: none !important;
	border-radius: 30px !important;
}

.cky-consent-bar .cky-banner-btn-close {
	padding: 10px !important;
	background-color: #ffffff !important;
	top: -5px !important;
}

.cky-notice-btn-wrapper {
	gap: 8px !important;
}

.cky-notice-btn-wrapper .cky-btn {
	border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
	margin: 0 !important;
}

.cky-consent-bar button:hover, 
.cky-modal.cky-modal-open button:hover {
	border-bottom: 1px solid #ffffff !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn,
button.cky-show-desc-btn:not(:hover):not(:active) {
	color: #ffffff !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn,
.cky-modal.cky-modal-open button:hover {
	text-decoration: underline !important;
	border: none !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-consent-container {
	width: 250px !important;
}

.cky-notice-des *,
.cky-notice-des a.cky-policy, .cky-notice-des button.cky-policy, 
.cky-dma-content-wrapper a.cky-policy, 
.cky-dma-content-wrapper button.cky-policy {
	font-size: 11px !important;
}
	
.cky-notice-des {
	text-align: center !important;
}

.cky-footer-wrapper div:last-child {
	display: none !important;
}

.cky-btn-preferences {
	background: #333333 !important;
	color: #ffffff !important;
	border-color: #333333 !important;
}

.cky-accordion-header .cky-always-active {
	background: #ffffff !important;
	color: #333333 !important;
	padding: 6px 14px !important;
	font-size: 11px !important;
}

.cky-prefrence-btn-wrapper {
	background: #ffffff !important;
}

.cky-btn:hover {
	opacity: 1 !important;
}

/* Woocommerce notice messages */

.woocommerce-notices-wrapper {
	margin-top: 76px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    right: 40px;
    width: auto;
    z-index: 99;
}