/* ==========================================================================
HELPERS CLASSES
========================================================================== */
:root {
  --icon-angle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006256'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

.grecaptcha-badge {
  right: -300px !important;
}

a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.btn-close:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
}

.ajax-load-more-wrap.infinite.skype > .alm-btn-wrap .alm-load-more-btn {
  background-image: url(../images/loading.svg) !important;
  background-size: 30px;
}

/* ==========================================================================
FORMS
========================================================================== */
label {
  display: block;
}

select,
input[type=text],
input[type=url],
input[type=date],
input[type=file],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=number],
textarea {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #FFF;
  border-radius: var(--wp--custom--border--radius);
  box-shadow: 0px 15px 40px rgba(119, 119, 119, 0.1);
}
select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0px 15px 40px rgba(119, 119, 119, 0.1);
}
select[readonly],
input[type=text][readonly],
input[type=url][readonly],
input[type=date][readonly],
input[type=file][readonly],
input[type=email][readonly],
input[type=tel][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=number][readonly],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=file] {
  padding-top: 4px;
  padding-bottom: 0;
  display: none;
}

#fileName {
  background-color: var(--wp--custom--color--primary);
  display: inline-block;
  padding: 7px 20px;
  border-radius: var(--wp--custom--border--radius);
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: normal;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

textarea {
  height: 120px;
}

select {
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem auto;
  background-image: var(--icon-angle);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0.75rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: center;
  background-image: var(--icon-angle);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.nice-select {
  float: none;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0;
  padding-left: 0.75rem;
  line-height: 40px;
  border-radius: var(--wp--custom--border--radius);
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.nice-select:after {
  margin-top: -0.125rem;
  right: 0.75rem;
}

body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 5 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: var(--wp--custom--border--radius);
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.wp-element-button, .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline,
.woocommerce .button,
input[type=button],
input[type=submit] {
  font-weight: 700;
  line-height: 1.5;
  padding: 0.7rem 0.75rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid var(--wp--preset--color--primary);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wp-element-button, .wp-block-button__link,
.woocommerce .button,
input[type=button],
input[type=submit] {
  background-color: transparent;
  border-radius: var(--wp--custom--border--radius);
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  display: inline-block;
  border-radius: 30px;
}
.wp-element-button:hover, .wp-block-button__link:hover,
.woocommerce .button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: #FFF;
  background-color: var(--wp--custom--hover-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--custom--hover-color);
  color: #FFFFFF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

/* ==========================================================================
CF7
========================================================================== */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .field-cf7 {
  margin-bottom: calc(var(--wp--custom--main-size) / 1.5);
}
.wpcf7-form .field-cf7 > p {
  margin: 0;
}
.wpcf7-form .field-cf7 label {
  margin-bottom: 0.188rem;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem;
  color: transparent;
}
.wpcf7-form .wpcf7-submit {
  min-width: 9.375rem;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-form .wpcf7-not-valid + .nice-select {
  border-color: #f00;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0 0 0.75rem 0;
  padding: 0.313rem;
  font-size: 0.875rem;
  text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: var(--wp--custom--border--radius);
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-top: 5px;
  display: block;
  display: none !important;
}
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.wpcf7-field-group-remove,
.wpcf7-field-group-add {
  border: none;
  border-radius: 30px;
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  font-size: 18px;
  padding: 8px 30px;
  display: block;
}
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover {
  color: white;
  background-color: #134A8C;
}

.wpcf7-field-group-add {
  max-width: 200px;
  margin: 10px auto 20px auto;
}

@media (min-width: 1200px) {
  .wpcf7-form .field-cf7 {
    margin-bottom: var(--wp--custom--main-size);
  }
}
/* ==========================================================================
OWL CAROUSEL
========================================================================== */
.owl-carousel {
  position: relative;
  display: none;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.owl-carousel .owl-dots {
  margin-top: var(--wp--custom--main-size) !important;
  line-height: 1;
}
.owl-carousel .owl-nav {
  margin-top: var(--wp--custom--main-size);
}
.owl-carousel .owl-nav button {
  margin: 0;
  width: 2.813rem;
  height: 2.813rem;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 1.5rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  border-radius: 50% !important;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: var(--wp--preset--color--secondary);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: var(--wp--preset--color--secondary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: var(--wp--preset--color--primary);
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot span {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.313rem;
  background: none;
  border: 1px solid var(--wp--preset--color--primary);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--wp--custom--hover-color);
  opacity: 1;
}

@media (min-width: 1200px) {
  .owl-carousel .owl-dots {
    margin-top: calc(var(--wp--custom--main-size) * 1.5);
  }
  .owl-carousel .owl-nav {
    margin-top: calc(var(--wp--custom--main-size) * 1.5);
  }
}
@media (min-width: 1400px) {
  .middle-arrows-owl-carousel {
    padding: 0 calc(var(--wp--custom--main-size) * 2);
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 1.563rem);
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: auto;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -4.375rem;
  }
  .middle-arrows-owl-carousel .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -4.375rem;
  }
}
/* ==========================================================================
GALLERY
========================================================================== */
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: var(--wp--custom--main-size);
}
.gallery figure {
  margin: 0;
}
.gallery img {
  max-width: none;
  width: 100%;
}
.gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ==========================================================================
ANIMATE
========================================================================== */
.owl-carousel .animated,
.wow {
  visibility: hidden;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.list-animation-3 .wow:nth-child(3n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.list-animation-3 .wow:nth-child(3n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.list-animation-4 .wow:nth-child(4n+2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.list-animation-4 .wow:nth-child(4n+3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.list-animation-4 .wow:nth-child(4n+4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* ==========================================================================
ZOOM EFECT
========================================================================== */
a.zoom-effect {
  position: relative;
  display: inline-block;
}
a.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875rem;
}
a.zoom-effect:hover:after {
  opacity: 1;
}
a.zoom-effect:hover:before {
  opacity: 1;
}

/* ==========================================================================
NAVIGATION
========================================================================== */
.navigation {
  padding-top: var(--wp--custom--main-size);
}
.navigation .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  width: 100%;
  text-align: center;
}
.navigation.pagination a,
.navigation.pagination span {
  border: none;
  color: var(--wp--preset--color--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  line-height: 37px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-radius: 50%;
}
.navigation.pagination a:hover,
.navigation.pagination span.current {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  color: #FFFFFF;
}
.navigation.post-navigation {
  padding-top: calc(var(--wp--custom--main-size) * 2);
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}
.navigation.post-navigation .nav-links .nav-next a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-blog.svg);
  background-repeat: no-repeat;
}
.navigation.post-navigation .nav-links .nav-previous a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-blog.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation.post-navigation .nav-links a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 0.375rem 0.75rem;
  border: 2px solid var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  border-radius: 40px;
  min-width: 140px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.navigation.post-navigation .nav-links a:hover {
  background-color: #dd3e83;
  color: #FFFFFF;
}

/* ==========================================================================
BLOG
========================================================================== */
.list-posts .col {
  margin-bottom: var(--wp--custom--main-size);
  position: relative;
  padding-bottom: 40px;
}
.list-posts .post {
  box-shadow: 10px 14px 45px rgba(212, 216, 224, 0.4);
  border-radius: var(--wp--custom--border--radius);
  overflow: hidden;
  font-size: 14px;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
.list-posts .post .image-post {
  margin-bottom: 0;
}
.list-posts .post .image-post img {
  border-radius: 0;
}
.list-posts .post .inner {
  padding: var(--wp--custom--main-size);
}
.list-posts .post .meta-post {
  margin-bottom: 1rem;
}
.list-posts .post .read-more {
  position: absolute;
  bottom: 20px;
}
.list-posts .post .read-more a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  background-image: url(../images/arrow-blog.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.list-posts h3 {
  font-size: 1.375rem;
}
.list-posts h3 a {
  color: #777777;
}
.list-posts.list-posts-related .col:nth-child(3) {
  display: none;
}

.list-post-search {
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search .col-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-post-search .col-item article {
  padding-top: var(--wp--custom--main-size);
  padding-bottom: var(--wp--custom--main-size);
}
.list-post-search .col-item article .meta-post {
  font-size: 90%;
  opacity: 0.8;
}
.list-post-search .col-item article > * {
  margin-bottom: calc(var(--wp--custom--main-size) / 2);
}
.list-post-search .col-item article > .content-post {
  margin-bottom: 0;
}
.list-post-search .col-item article > .content-post p {
  margin: 0;
}

@media (min-width: 768px) {
  .list-posts .col {
    margin-bottom: calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 992px) {
  .list-posts.list-posts-related .col:nth-child(3) {
    display: block;
  }
}
.post .image-post img {
  max-width: none;
  width: 100%;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--wp--custom--border--radius);
}
.post .image-post a {
  display: block;
}
.post .meta-post {
  font-size: 90%;
  display: flex;
}
.post .meta-post a {
  color: #777777;
}
.post .meta-post span {
  display: block;
}
.post .meta-post span:not(:last-child):after {
  content: " | ";
  display: inline-block;
  padding: 0 0.75rem;
}
.post .meta-post span:last-child {
  padding-right: 0;
}
.post .meta-post .list-terms a:not(:last-child):after {
  content: ", ";
}

/* ==========================================================================
GENERAL
========================================================================== */
.error404 article .title-page {
  font-size: 6.25rem;
  line-height: 1;
}

.search-no-results article .inner {
  max-width: 31.25rem;
  margin: 0 auto;
}
.search-no-results article .inner .form-group {
  margin-bottom: 0;
}

/* ==========================================================================
SEARCH
========================================================================== */
.search-form .input-group {
  border: 1px solid #ced4da;
}
.search-form .form-control {
  margin-left: 0 !important;
}
.search-form .search-field {
  border: none;
}
.search-form .btn {
  border-radius: 0;
  background-color: #FFFFFF;
}
.search-form .btn img {
  width: 30px;
}

.wrap-search .search-form .input-group {
  border: none;
}
.wrap-search .search-form .form-control {
  margin-left: 0 !important;
  padding: 0;
  font-size: 18px;
}
.wrap-search .search-form .search-field {
  border: none;
}
.wrap-search .search-form .btn {
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 0;
}
.wrap-search .search-form .btn img {
  width: 30px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

body.no-scroll {
  overflow: hidden;
  padding-right: 0px;
}

.wrap-search {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 24px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.wrap-search.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  width: calc(100% - 48px);
}
.wrap-search .dgwt-wcas-sf-wrapp {
  margin: 0 24px;
}
.wrap-search .search-form {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .wrap-search .search-form,
  .wrap-search .dgwt-wcas-sf-wrapp {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .wrap-search {
    padding: 36px 0;
  }
}
/* ==========================================================================
GENERAL
========================================================================== */
body {
  color: #777777;
  font-family: var(--wp--custom--font-family--body);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--custom--font-family--heading);
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #404040;
}

a {
  color: var(--wp--preset--color--primary);
}
a:hover {
  color: var(--wp--custom--hover-color);
  opacity: 0.3s;
}

.btn-custom {
  background-color: var(--wp--preset--color--secondary);
  color: #FFF;
}
.btn-custom:hover {
  color: #FFF;
  background-color: #dd3e83;
}

#main-content h2 {
  position: relative;
  padding-left: 0.6em;
}
#main-content h2:before {
  content: "";
  display: block;
  width: 0.3em;
  height: 100%;
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  left: 0;
  border-radius: 10px;
}
#main-content h2.has-white-color:before {
  background-color: #FFFFFF;
}

@media (min-width: 1200px) {
  h1.is-style-big {
    font-size: 3rem;
  }
  h2.is-style-big {
    font-size: 2.5rem;
  }
  h3.is-style-big {
    font-size: 2rem;
  }
  h4.is-style-big {
    font-size: 1.75rem;
  }
  h5.is-style-big {
    font-size: 1.5rem;
  }
  h6.is-style-big {
    font-size: 1.25rem;
  }
}
.container,
.container-xl,
.container-xxl,
.container-fluid {
  padding-left: var(--wp--custom--main-size);
  padding-right: var(--wp--custom--main-size);
}

section.wp-block-group,
.section {
  margin: 0;
  padding-top: calc(var(--wp--custom--main-size) * 2);
  padding-bottom: calc(var(--wp--custom--main-size) * 2);
}

@media (min-width: 992px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 2);
    padding-bottom: calc(var(--wp--custom--main-size) * 2);
  }
}
@media (min-width: 1200px) {
  section.wp-block-group,
  .section {
    padding-top: calc(var(--wp--custom--main-size) * 3);
    padding-bottom: calc(var(--wp--custom--main-size) * 3);
  }
}
/* ==========================================================================
GUTENBERG
========================================================================== */
.has-x-large-font-size {
  line-height: 1.2;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 50%;
}

.wp-block-separator {
  opacity: 1;
}

figure {
  margin-bottom: var(--wp--custom--main-size);
}
figure:last-child {
  margin-bottom: 0;
}

.is-style-ratio-1x1 img {
  width: 100%;
  max-width: none;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-ratio-2x1 img {
  width: 100%;
  max-width: none;
  aspect-ratio: 2/1.4;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-box-shadow {
  box-shadow: 0px 15px 40px rgba(119, 119, 119, 0.1);
  border-radius: var(--wp--custom--border--radius);
  padding: var(--wp--custom--main-size);
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}

@media (min-width: 1200px) {
  .is-style-box-shadow {
    padding: calc(var(--wp--custom--main-size) * 1.5);
  }
}
@media (min-width: 1200px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}
.page-id-14 #main {
  padding-bottom: 0;
}

.list-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
}
.list-pills p {
  margin: 0;
  background-color: var(--wp--preset--color--tertiary);
  padding: 10px 20px;
  border-radius: 20px;
  /*color: var(--wp--preset--color--primary);*/
	color:#fff;
  font-weight: 600;
}

h5.head-table {
  font-size: 14px;
  border-radius: 8px;
  border: 5px solid #FFF;
  border-bottom: 0;
}

.is-style-stripes {
  text-align: center;
  color: #777777;
  font-weight: 600;
  font-size: 14px;
}
.is-style-stripes thead th {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 8px;
  border: 5px solid #FFF !important;
  padding: 8px;
}
.is-style-stripes tbody td {
  border: 5px solid #FFF !important;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px;
}
.is-style-stripes tbody td:empty {
  background: none !important;
}

.wp-block-table.is-style-stripes {
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background: none;
}

.accordion-item {
  border: none;
  box-shadow: 0px 15px 40px rgba(119, 119, 119, 0.1);
  border-radius: 5px;
  margin-bottom: var(--wp--custom--main-size);
}

.accordion-button {
  color: #777777;
}
.accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  color: #777777;
  box-shadow: none;
}

.accordion-button::after {
  background-image: var(--icon-angle) !important;
}

.accordion-header {
  border: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

/* ==========================================================================
HEADER
========================================================================== */
.main-header {
  z-index: 998;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  box-shadow: 0px 15px 40px rgba(119, 119, 119, 0.1);
}
.main-header .col-logo a {
  display: block;
}
.main-header .col-logo a img {
  max-width: 130px;
}

@media (max-width: 1023px) {
  .main-header .col-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 0;
  }
  .main-header .row {
    height: 60px;
    align-items: center;
  }
  .main-header .row .col-right,
  .main-header .row .col-logo {
    z-index: 99;
  }
  .main-header .row .col-right {
    margin-right: 3.4rem;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .main-header {
    padding-top: calc(var(--wp--custom--main-size) / 1.5);
    padding-bottom: calc(var(--wp--custom--main-size) / 1.5);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    background-color: #FFFFFF;
  }
  .main-header.nav-hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .main-header.nav-scrolled {
    background-color: #FFFFFF;
  }
  .main-header .row {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .main-header .col-logo a img {
    max-width: 150px;
  }
}
/* ==========================================================================
MENU
========================================================================== */
#mega-menu-wrap-primary {
  font-family: var(--wp--custom--font-family--body);
  font-weight: 700;
}

@media (max-width: 992px) {
  #mega-menu-wrap-primary {
    background-color: var(--wp--preset--color--primary);
  }
}
#mega-toggle-block-0 {
  margin-right: 16px !important;
}

@media (max-width: 1023px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    background: none !important;
    border-bottom: 2px solid rgba(0, 98, 86, 0.1) !important;
    width: 90%;
    margin: 0 auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-toggle-on > a.mega-menu-link {
    border: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
    border-bottom: 2px solid rgba(0, 98, 86, 0.05) !important;
    margin: 0 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item a {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-ancestor > a,
  #mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-item > a {
    background-color: var(--wp--preset--color--secondary) !important;
    border-radius: 30px !important;
    color: #FFFFFF !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-ancestor li > a,
  #mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-item li > a {
    color: var(--wp--preset--color--primary) !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu {
    border-radius: 10px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a {
    border-radius: 0 !important;
    background: none !important;
  }
}
/* ==========================================================================
FOOTER
========================================================================== */
.main-footer {
  font-family: "Nunito", sans-serif;
  font-weight: 0;
}
.main-footer h3 {
  font-size: 1.375rem;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer .top-footer {
  padding-top: calc(var(--wp--custom--main-size) / 2);
  padding-bottom: calc(var(--wp--custom--main-size) / 2);
}
.main-footer .top-footer p:last-child {
  margin: 0;
}
.main-footer .top-footer .col-item {
  padding-top: calc(var(--wp--custom--main-size) / 2);
  padding-bottom: calc(var(--wp--custom--main-size) / 2);
}
.main-footer .bottom-footer {
  font-size: 0.875rem;
  padding-bottom: 100px !important;
}
.main-footer .bottom-footer p {
  margin: 0;
}

.icon-row img {
  max-width: none;
  width: 36px;
}

@media (min-width: 992px) {
  .main-footer {
    position: relative;
  }
  /*.main-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 133px;
    background-image: url(../images/surcos.svg);
    opacity: 0.1;
    z-index: 1;
  }*/
  .main-footer .top-footer {
    padding-top: var(--wp--custom--main-size);
    padding-bottom: var(--wp--custom--main-size);
  }
  .main-footer .container-xxl {
    position: relative;
    z-index: 90;
  }
}
@media (min-width: 1200px) {
  .main-footer .top-footer {
    padding-top: calc(var(--wp--custom--main-size) * 3);
    padding-bottom: calc(var(--wp--custom--main-size) * 1.5);
  }
}
/* ==========================================================================
HEADER PAGE
========================================================================== */
.header-page {
  padding: calc(var(--wp--custom--main-size) * 2) 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.header-page h1 {
  margin: 0;
  color: var(--wp--preset--color--primary);
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.header-page .breadcrumbs {
  color: var(--wp--preset--color--primary);
  font-size: 0.875rem;
}
.header-page .breadcrumbs a {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 768px) {
  .header-page {
    padding: calc(var(--wp--custom--main-size) * 2) 0;
    background-image: url(../images/surco-1.svg), url(../images/surco-2.svg);
    background-repeat: no-repeat;
    background-position: 10% 30%, 90% 100%;
  }
}
@media (min-width: 992px) {
  .header-page {
    padding: calc(var(--wp--custom--main-size) * 3) 0;
  }
  .header-page h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .header-page h1 {
    font-size: 3.75rem;
  }
}
.list-acreditaciones figure {
  flex: 0 0 30px;
}

.list-services {
  font-size: 14px;
}
.list-services h3 {
  color: #777777;
  font-size: 1.2rem;
}
.list-services ul {
  padding-left: 1rem;
}
.list-services a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .list-services {
    --bs-gutter-x: 1.5rem;
  }
  .list-services .is-style-box-shadow {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .list-services .is-style-box-shadow:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.owl-aliados .owl-stage {
  display: flex;
}
.owl-aliados .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-aliados .owl-item .wp-block-group {
  width: 100%;
}
.owl-aliados .flex-text {
  flex-grow: 1;
}
.owl-aliados .owl-stage-outer {
  overflow: visible !important;
}
.owl-aliados .owl-stage-outer .owl-item {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.owl-aliados .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.first-box-mc:before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 2px;
  height: 60px;
  background-color: var(--wp--preset--color--primary);
}

.lista-mapa-c .is-style-box-shadow:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  width: 2px;
  height: 24px;
  background-color: var(--wp--preset--color--primary);
  z-index: 1;
}

@media (min-width: 992px) {
  .first-box-mc:before {
    bottom: -55px;
    height: 55px;
  }
  .lista-mapa-c .is-style-box-shadow:before {
    top: -56px;
    left: 50%;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .intro-home h1 {
    line-height: 1;
  }
  .intro-home img {
    max-width: 800px;
    width: auto;
  }
  .intro-home .owl-item {
    /*padding-bottom: 50px;*/
  }
  .intro-home .wp-block-image {
    position: relative;
  }
  /*.intro-home .wp-block-image::after {
    content: "";
    position: absolute;
    top: -40px;
    left: 45px;
    width: 90px;
    height: 90px;
    background-image: url(../images/surcos-home-1.png);
    background-repeat: no-repeat;
  }
  .intro-home .wp-block-image::before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 20px;
    width: 397px;
    height: 194px;
    background-image: url(../images/surcos-home-2.png);
    background-repeat: no-repeat;
  }*/
}
@media (min-width: 1200px) {
  .intro-home img {
    max-width: 950px;
  }
}
.fixed-button {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999;
}
.fixed-button a {
  box-shadow: 0px 5px 20px rgba(119, 119, 119, 0.3);
  padding: 10px 20px;
  border-radius: 40px;
  background-color: var(--wp--custom--hover-color);
  color: #FFFFFF;
  display: block;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.3s ease-out;
}
.fixed-button a:hover {
  background-color: var(--wp--preset--color--primary);
}
.fixed-button a img {
  max-width: 35px;
}

@media (min-width: 1200px) {
  .fixed-button {
    right: var(--wp--custom--main-size);
    bottom: var(--wp--custom--main-size);
  }
  .fixed-button a {
    padding: 12px 25px;
  }
}
