/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
@media (min-width: 1200px) {
  #activites-container {
    height: 539px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  #activites-container {
    height: 539px;
    overflow: hidden;
  }
}
@media (min-width: 3000px) {
  #activites-container {
    height: 539px;
    overflow: hidden;
  }
}

.rw-button-icon-main .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.rw-button-icon-main .elementor-button .elementor-button-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .rw-button-icon-main .elementor-button .elementor-button-icon {
    width: 24px;
    height: 24px;
  }
}
.rw-button-icon-main .elementor-button .elementor-button-icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .rw-button-icon-main .elementor-button .elementor-button-icon svg {
    width: 24px;
    height: 24px;
  }
}
.rw-button-icon-main .elementor-button .elementor-button-icon svg path {
  fill: #4C5461;
}
.rw-button-icon-main .elementor-button:visited .elementor-button-icon svg path {
  fill: #4C5461;
}
.rw-button-icon-main .elementor-button:hover .elementor-button-icon svg path {
  fill: white;
}
.rw-button-icon-main .elementor-button:active .elementor-button-icon svg path {
  fill: white;
}

.rw-button-icon-white .elementor-button .elementor-button-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .rw-button-icon-white .elementor-button .elementor-button-icon {
    width: 24px;
    height: 24px;
  }
}
.rw-button-icon-white .elementor-button .elementor-button-icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .rw-button-icon-white .elementor-button .elementor-button-icon svg {
    width: 24px;
    height: 24px;
  }
}
.rw-button-icon-white .elementor-button .elementor-button-icon svg path {
  fill: white;
}
.rw-button-icon-white .elementor-button:visited .elementor-button-icon svg path {
  fill: white;
}
.rw-button-icon-white .elementor-button:hover .elementor-button-icon svg path {
  fill: white;
}
.rw-button-icon-white .elementor-button:active .elementor-button-icon svg path {
  fill: white;
}

.page-id-18 .elementor-lightbox .swiper .elementor-swiper-button-next {
  color: rgba(237, 237, 237, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-id-18 .elementor-lightbox .swiper .elementor-swiper-button-prev {
  color: rgba(237, 237, 237, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-id-18 .elementor-lightbox .dialog-lightbox-close-button svg,
.page-id-18 .elementor-lightbox .elementor-swiper-button svg {
  fill: rgba(237, 237, 237, 0.9);
  height: 1em;
  width: 1em;
}

.ui-datepicker {
  font-family: "Montserrat", sans-serif;
  z-index: 9999;
}

.ui-datepicker-header {
  font-family: "Montserrat", sans-serif;
  background: #E24D33;
  color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #4C5461;
  background: #4C5461;
  color: #ffffff;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #E24D33;
  background: #E24D33;
  font-weight: 400;
  color: #ffffff;
}

.ui-widget-content .ui-icon {
  background-image: url("assets/images/ui-datepicker/ui-icons_ffffff_256x240.png") !important;
}

.ui-widget-header .ui-icon {
  background-image: url("assets/images/ui-datepicker/ui-icons_ffffff_256x240.png") !important;
}

.ui-datepicker-next-hover {
  background-color: #4C5461 !important;
  border-color: #4C5461 !important;
}

.ui-datepicker-prev-hover {
  background-color: #4C5461 !important;
  border-color: #4C5461 !important;
}

.wpcf7 form {
  /* Custom checkbox styling for contact form 7 checkbox */
}
.wpcf7-form-control.wpcf7-radio.vertical {
	display: flex;
	flex-direction: column;
	margin-bottom: 17px;
}
.wpcf7-form-control.wpcf7-radio.vertical .wpcf7-list-item{
	margin: 0;
}
.wpcf7 form input:disabled{
	background-color: transparent;
}
.wpcf7 form .form-row {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wpcf7 form .form-row {
    justify-content: space-between;
    flex-direction: row;
    gap: 17px;
  }
}
.wpcf7 form .form-row.mb-small {
  margin-bottom: 17px;
}
.wpcf7 form .form-row.mb-medium {
  margin-bottom: 24px;
}
.wpcf7 form .form-row.mb-large {
  margin-bottom: 32px;
}
.wpcf7 form .form-row.mb-big {
  margin-bottom: 60px;
}
.wpcf7 form .form-row .form-row__item {
  position: relative;
}
.wpcf7 form .form-row .form-row__item label {
  width: 100%;
  padding-left: 8px;
}
.wpcf7 form .form-row .form-row__item.small {
  width: 100%;
}
@media (min-width: 992px) {
  .wpcf7 form .form-row .form-row__item.small {
    width: 33.33333%;
  }
}
.wpcf7 form .form-row .form-row__item.half {
  width: 100%;
}
@media (min-width: 992px) {
  .wpcf7 form .form-row .form-row__item.half {
    width: 50%;
  }
}
.wpcf7 form .form-row .form-row__item.big {
  width: 100%;
}
.wpcf7 form .form-row .form-row__item.radio label {
  margin-bottom: 8px;
}
.wpcf7 form .form-row.radio {
  display: flex;
  flex-direction: column;
}
.wpcf7 form .form-row.submit .acceptance {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .wpcf7 form .form-row.submit .acceptance {
    width: 70%;
  }
}
.wpcf7 form .form-row.submit .end {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .wpcf7 form .form-row.submit .end {
    justify-content: flex-end;
    margin-top: 0px;
    width: 30%;
  }
}
.wpcf7 form .form-input-icon {
  position: absolute;
  z-index: 100;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.wpcf7 form .form-input-icon svg {
  width: 24px;
  height: 24px;
}
.wpcf7 form label {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #4C5461;
}
.wpcf7 form input,
.wpcf7 form textarea {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4C5461;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4C5461;
  outline: none !important;
}
.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4C5461;
}
.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
  outline: none !important;
}
.wpcf7 form input {
  padding: 8px 21px 8px 40px;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .wpcf7 form input {
    margin-bottom: 0px;
  }
}
.wpcf7 form textarea {
  width: 100%;
  padding-left: 8px;
  height: 107px;
}
.wpcf7 form .wpcf7-number {
  padding: 8px 21px 8px 0px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  position: relative;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  background-color: #E24D33;
  border-radius: 9999px;
  margin-top: 12px;
  padding: 12px;
}
.wpcf7 form .wpcf7-submit {
  display: inline-flex;
  gap: 8px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background-color: #E24D33;
  border-color: #E24D33;
  color: #FFF;
  padding: 16px 23px 16px 23px !important;
}
.wpcf7 form .wpcf7-submit:hover {
  background-color: #4C5461;
  border-color: #4C5461;
  color: #FFF;
}
.wpcf7 form .wpcf7-submit .submit-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-radio {
    display: inline-flex;
    align-items: flex-start;
  }
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item label {
  display: inline;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 form .wpcf7-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
}
.wpcf7 form .wpcf7-radio input[type=radio] + span:before {
  content: "";
  background: #fff;
  border: 1px solid #E24D33;
  border-radius: 9999px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-right: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-radio input[type=radio] + span:before {
    margin-right: 12px;
  }
}
.wpcf7 form .wpcf7-radio input[type=radio]:checked + span:before {
  background: #4C5461;
  border-color: #4C5461;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  gap: 25px;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-acceptance .wpcf7-list-item, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
    gap: 0px;
  }
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a {
  margin-left: 5px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a, .wpcf7 form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpcf7 form .wpcf7-acceptance label, .wpcf7 form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox], .wpcf7 form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox] + span:before, .wpcf7 form .wpcf7-checkbox input[type=checkbox] + span:before {
  content: "";
  background: #fff;
  border: 1px solid #E24D33;
  border-radius: 9999px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-right: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .wpcf7 form .wpcf7-acceptance input[type=checkbox] + span:before, .wpcf7 form .wpcf7-checkbox input[type=checkbox] + span:before {
    margin-right: 12px;
  }
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox]:checked + span:before, .wpcf7 form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #4C5461;
  border-color: #4C5461;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 12px 12px 12px 12px;
  border-radius: 12px;
  margin-top: 12px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  border-color: #ffb900;
}
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
  border-color: #ffb900;
}
.wpcf7 .wpcf7-free-text {
  display: none;
}
@media (min-width: 1200px) {
  .wpcf7 .has-free-text {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.wpcf7 .has-free-text label {
  margin-bottom: 0px !important;
}

#breadcrumbs .divider svg {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.rw-last-services-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat 1, 1fr;
  grid-template-rows: auto;
  column-gap: 16px;
  row-gap: 16px;
}
@media (min-width: 992px) {
  .rw-last-services-grid {
    grid-template-columns: repeat 3, 1fr;
  }
}
.rw-last-services-grid__item {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .rw-last-services-grid__item:nth-child(3) {
    grid-column: 3;
    grid-row: 1/3;
  }
}

.rw-last-services-grid .rw-last-services-grid__item:nth-child(3) .rw-last-services-grid__item--content__title {
	font-size: 24px !important;
}

@media (min-width: 992px) {
  .rw-last-services-grid__item:nth-child(4) {
    grid-column: 1/span 2;
  }
}
.rw-last-services-grid__item:nth-child(4) .rw-last-services-grid__item--overlay {
  background-color: rgba(76, 84, 97, 0.8);
}
@media (min-width: 768px) {
  .rw-last-services-grid__item:nth-child(4) .rw-last-services-grid__item--overlay {
    background-color: rgba(226, 77, 51, 0.8);
  }
}
.rw-last-services-grid__item:nth-child(4) .rw-last-services-grid__item--content .rw-last-services-grid__item--content__title {
  color: #FFFFFF !important;
}
.rw-last-services-grid__item:nth-child(4):hover .rw-last-services-grid__item--overlay {
  background-color: rgba(76, 84, 97, 0.8);
}
.rw-last-services-grid__item--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(76, 84, 97, 0.8);
  z-index: 1;
  transition: all 0.5s ease-in;
}
.rw-last-services-grid__item--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.rw-last-services-grid__item--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rw-last-services-grid__item--content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.rw-last-services-grid__item--content__title {
  transition: all 0.6s ease-in;
}
.rw-last-services-grid__item--content__button {
  transition: all 0.6s ease-in;
  display: inline-flex;
  align-items: center;
}
.rw-last-services-grid__item--content__button svg {
  transition: all 0.6s ease-in;
}
.rw-last-services-grid__item--content__button svg path {
  transition: all 0.6s ease-in;
}
.rw-last-services-grid__item--content__button:hover svg path {
  fill: #FFFFFF;
}
.rw-last-services-grid__item:hover .rw-last-services-grid__item--overlay {
  background-color: rgba(226, 77, 51, 0.8);
}
.rw-last-services-grid__item:hover .rw-last-services-grid__item--content .rw-last-services-grid__item--content__title {
  color: #FFFFFF !important;
}
.rw-last-services-grid__item:hover .rw-last-services-grid__item--content .rw-last-services-grid__item--content__button {
  background-color: #FFFFFF;
  color: #4C5461;
}
.rw-last-services-grid__item:hover .rw-last-services-grid__item--content .rw-last-services-grid__item--content__button svg path {
  fill: #4C5461;
}

.rw-gallery {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
}
@media (min-width: 576px) {
  .rw-gallery {
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    height: 520px;
  }
}
@media (min-width: 768px) {
  .rw-gallery {
    flex-direction: row;
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .rw-gallery {
    height: 520px;
  }
}
@media (min-width: 3000px) {
  .rw-gallery {
    height: 925px;
  }
}
.rw-gallery .rw-gallery-inner-column {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .rw-gallery .rw-gallery-inner-column {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery-inner-column {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery-inner-column {
    width: 20%;
    height: 520px;
  }
}
@media (min-width: 3000px) {
  .rw-gallery .rw-gallery-inner-column {
    width: 474px;
    height: 925px;
  }
}
.rw-gallery .rw-gallery__image {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.rw-gallery .rw-gallery__image--link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.rw-gallery .rw-gallery__image--link:hover img {
  transform: scale(1.1);
}
.rw-gallery .rw-gallery__image.hiden {
  display: none;
}
.rw-gallery .rw-gallery__image.big {
  width: 100%;
}
@media (min-width: 576px) {
  .rw-gallery .rw-gallery__image.big {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery__image.big {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery__image.big {
    width: 35%;
  }
}
@media (min-width: 3000px) {
  .rw-gallery .rw-gallery__image.big {
    width: 474px;
  }
}
.rw-gallery .rw-gallery__image.small {
  width: 100%;
  height: 50%;
}
.rw-gallery .rw-gallery__image.second-small {
  width: 100%;
  height: 50%;
}
.rw-gallery .rw-gallery__image.extra-big {
  width: 100%;
}
@media (min-width: 576px) {
  .rw-gallery .rw-gallery__image.extra-big {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery__image.extra-big {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery__image.extra-big {
    width: 45%;
  }
}
@media (min-width: 3000px) {
  .rw-gallery .rw-gallery__image.extra-big {
    width: 948px;
  }
}
.rw-gallery .rw-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.2s ease-in;
}
.rw-gallery .rw-gallery-open-button {
  position: absolute;
  border: 1px solid #FFFFFF;
  border-radius: 95.1px;
  padding: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery-open-button {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery-open-button {
    width: 158px;
    height: 158px;
  }
}
.rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  background: #FFFFFF;
  border-radius: 95.1px;
  width: 82px;
  height: 82px;
  padding: 34px;
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner {
    width: 82px;
    height: 82px;
    padding: 34px;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner {
    width: 120px;
    height: 120px;
    padding: 44px;
  }
}
.rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner span svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner span svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .rw-gallery .rw-gallery-open-button .rw-gallery-open-button-inner span svg {
    width: 32px;
    height: 32px;
  }
}

.rw-drag-gallery {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.rw-drag-gallery__container {
  display: flex;
  gap: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.rw-drag-gallery__slide {
  width: 100%;
  height: 100%;
  margin-left: 14px;
}
.rw-drag-gallery__slide:first-child {
  margin-left: 0px;
}
.rw-drag-gallery__slide:nth-child(odd) {
  width: 90%;
}
.rw-drag-gallery__slide:nth-child(even) {
  width: 50%;
}
.rw-drag-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

/* Elimino íconos sociales del nav mobile */
@media (max-width: 1023px) {
	.elementor-492 .elementor-element.elementor-element-a20aaac, .elementor-492 .elementor-element.elementor-element-785cf414 {
		display: none;
	}
}
/*# sourceMappingURL=style.css.map */


/* Asegura que el idioma actual tenga borde redondeado tipo pastilla */
.wpml-elementor-ls .wpml-ls-legacy-dropdown > ul > li.wpml-ls-current-language {
  border-radius: 9999px !important;
  overflow: hidden; 

}

/* También quita bordes o fondos cuadrados del <a> interno */
.wpml-elementor-ls .wpml-ls-current-language > a {
  border-radius: 9999px !important;
  padding: 10px 20px !important;
}

