/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1719297503
Updated: 2024-06-25 08:38:23

*/

/** HelveticaNeueBlack
HelveticaNeueBlack
HelveticaNeueBold
HelveticaNeueBold
HelveticaNeueHeavy
HelveticaNeueHeavy
HelveticaNeueItalic
HelveticaNeueLight
HelveticaNeueLight
HelveticaNeueMedium
HelveticaNeueMedium
HelveticaNeue
HelveticaNeueThin
HelveticaNeueThin
HelveticaNeueUltraLight
HelveticaNeueUltraLight */

@import url("assets/fonts/fonts.css");

:root {
  --primary-color: #45411d;
  --secondary-color: #a5ff7e;
  --background-color: #ecf0f1;
  --title-color: #262626;
  --text-color: #1e1e1e;
  --font-Urbanist: "Urbanist", Sans-serif;
  --font-Helvetica: "HelveticaNeue", sans-serif;
  --Grey-20: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Urbanist);
}
h1,
h4,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--primary-color);
}
h2,
h3,
h5,
h6 {
  color: var(--title-color);
}
body:not(.home) #content.site-main {
  margin-top: 90px;
}
body,
p,
dd,
dl,
dt,
li,
ol,
ul {
  color: var(--text-color);
  font-family: var(--font-Helvetica);
  font-size: 18px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: var(--primary-color);
  text-decoration: none !important;
}
.pagination a {
  color: var(--primary-color);
}
.pagination a:hover,
a:hover {
  color: var(--secondary-color);
}

.single-post .site-main p a,
.page .site-main p a {
  color: var(--primary-color);
  text-decoration: underline !important;
}
.single-post a:hover,
.page .site-main p a:hover {
  color: var(--secondary-color);
}
@media (min-width: 768px) {
  .single-post .post h2 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  body.showMenu {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body:not(.home) #content.site-main {
    margin-top: 40px;
  }
  body,
  p {
    font-size: 16px;
  }
  .e-con > .e-con-inner,
  .elementor-element {
    --widgets-spacing: 10px !important;
  }
}

/** HEADER & FOOTER */
header {
  background: var(--primary-color);
  position: sticky !important;
  z-index: 1301;
  top: 0;
  left: auto;
  right: 0;
}
header#site-header .header-inner,
footer#site-footer .footer-inner,
.related-posts .e-con.e-parent > .elementor-element.elementor-widget {
  max-width: 100%;
  padding: 0 1rem;
}

header .header-inner .site-navigation-toggle-holder {
  padding: 0;
  z-index: 2;
}
header .header-inner .site-navigation-toggle-holder .site-navigation-toggle {
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 20px;
  border-radius: 0;
  height: 100%;
}
header
  .header-inner
  .site-navigation-toggle-holder
  .site-navigation-toggle
  .site-navigation-toggle-icon {
  width: 1.5rem;
}

footer {
  margin-top: 50px;
}
footer .footer-inner .site-branding .custom-logo {
  max-width: 350px;
}
footer .footer-top {
  width: 100%;
  background: var(--primary-color);
  padding: 100px 1rem;
}
footer .footer-bottom {
  width: 100%;
  padding: 20px 1rem;
}
footer .footer-top .footer-inner {
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
footer .footer-top .footer-inner .site-branding {
  margin-bottom: 30px;
}
footer .footer-top .footer-inner nav {
  justify-content: center;
}
footer .footer-inner,
footer .footer-inner p,
footer .footer-inner nav a {
  color: var(--primary-color);
  font-family: "Urbanist", Sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer .footer-inner nav a {
  color: #ffffff;
}
footer .footer-bottom .footer-inner nav a {
  font-size: 16px;
  color: var(--primary-color);
}

@media (min-width: 992px) {
  header#site-header .header-inner,
  footer#site-footer .footer-inner,
  .related-posts .e-con.e-parent > .elementor-element.elementor-widget {
    max-width: 100%;
  }
  .related-posts .e-con.e-parent > .elementor-element.elementor-widget {
    width: 100%;
    margin: auto;
  }
  footer {
    margin-top: 120px;
  }
}
@media (max-width: 991.98px) {
  header#site-header,
  header#site-header .header-inner {
    padding: 0;
  }
  header#site-header .site-branding {
    padding: 13px 1rem;
  }
  header .header-inner .site-branding .custom-logo {
    max-height: 50px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  header .header-inner .site-branding .custom-logo {
    max-height: 35px;
    width: auto;
  }
  footer .footer-inner .site-branding .custom-logo {
    max-width: 200px;
  }
  footer .footer-top {
    padding: 30px 1rem;
  }
  footer .footer-bottom {
    margin-top: 10px;
  }
  footer .footer-bottom .footer-inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .footer-bottom .footer-inner nav {
    margin-bottom: 30px;
  }
  footer .footer-inner nav ul {
    flex-direction: column;
    align-items: center;
  }
}

/** HEADER & FOOTER END */

/** NAV */
.site-header .site-navigation ul.menu li a {
  display: flex;
  align-items: center;
}
.site-header .site-navigation ul.menu li a:hover {
  color: var(--secondary-color);
}
.site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
  z-index: 1;
  top: 0;
  background: var(--primary-color);
  height: 100vh;
  margin-block-start: 0px;
  overflow: hidden;
  padding: 0;
}
.site-navigation-dropdown ul.menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow: auto;
  padding: 50px 20px;
  top: 0;
}
.site-navigation-dropdown ul.menu,
.site-navigation-dropdown ul.menu li a {
  background: transparent;
}
.site-navigation-dropdown ul.menu li a {
  color: #fafdf2;
  font-family: var(--font-Urbanist);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  box-shadow: none;
  text-align: center;
  padding: 10px;
}
.site-navigation-dropdown ul.menu li.custom-search {
  padding: 10px;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: var(--primary-color);
  background: var(--secondary-color);
}
.site-navigation-dropdown ul.menu li.custom-logo {
  margin-bottom: 40px;
}
.searchMovil .elementor-search-form__icon {
  order: 1;
  padding-right: calc(50px / 3);
  padding-left: 0;
}
.searchMovil .elementor-search-form__input {
  order: 0;
}
@media (max-height: 500px) {
  .site-navigation-dropdown ul.menu {
    justify-content: flex-start;
  }
}
/** NAV END */

@media (min-width: 992px) {
  #site-header .header-inner nav.site-navigation ul.menu {
    margin-bottom: 0;
  }
  body.home #site-header .header-inner .site-branding,
  body.home #site-header .header-inner nav.site-navigation {
    width: 100%;
    transition: all 0.5s ease;
  }
  #site-header .header-inner nav.site-navigation * {
    transition: all 0.5s ease;
  }
  body:not(.home) #site-header .header-inner .site-branding,
  body.home #site-header.headerSticky .header-inner .site-branding {
    width: 160px;
    margin-bottom: 0;
  }
  body.home #site-header.headerSticky .header-inner nav.site-navigation {
    width: calc(100% - 160px);
  }
  #site-header .header-inner nav.site-navigation ul.menu li {
    align-items: center;
  }
  body.home
    #site-header.headerSticky
    .header-inner
    nav.site-navigation
    ul.menu
    li,
  body:not(.home) #site-header .header-inner nav.site-navigation ul.menu li {
    font-size: 18px;
  }
  body.home #site-header .header-inner .site-branding {
    margin-bottom: 25px;
  }
  body.home #site-header .header-inner .site-branding .custom-logo-link,
  footer .site-branding .custom-logo-link {
    max-width: max-content;
    margin: auto;
  }
  body.home #site-header .header-inner nav.site-navigation ul.menu {
    transition: all 0.5s ease;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body:not(.home) #site-header .header-inner nav.site-navigation ul.menu {
    position: relative;
  }
  body:not(.home) #site-header .header-inner nav.site-navigation ul.menu,
  body.home
    #site-header.headerSticky
    .header-inner
    nav.site-navigation
    ul.menu {
    left: 100%;
    transform: translateX(-100%);
  }
  .custom-search search .elementor-search-form__container {
    height: max-content;
    padding: 0;
    top: 62px;
    border-radius: 12px;
  }
  #site-header.headerSticky
    .custom-search
    search
    .elementor-search-form__container {
    top: 64px;
  }
}

h1 {
  line-height: 1.1;
}
h4 {
  line-height: normal !important;
}

.share-buttons {
  gap: 20px;
}
.share-buttons .share-button img {
  width: 18px;
  border-radius: 0 !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .page-content > .elementor > .elementor-element:not(.blockHeader) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content
    > .elementor
    > .elementor-element:not(:first-child)
    > .e-con-inner
    > .elementor-element {
    padding-left: 0;
    padding-right: 0;
  }
}

/** HEADER POST */
.blockHeader .postFull .cardRow {
  border-radius: 0;
}
.blockHeader .postFull .cardRow .elementor-post__thumbnail__link {
  border-radius: 0 0 80px 0;
}
.blockHeader
  .postFull
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail
  img {
  max-height: 100%;
  min-height: 350px;
  object-fit: cover;
}
.blockHeader
  .postFull
  .elementor-post__card
  .elementor-post__content
  .elementor-post__title
  a {
  font-size: 35px;
}
.blockHeader
  .postFull
  .elementor-post__card
  .elementor-post__content
  .elementor-post__badge,
.blockHeader
  .postFull
  .elementor-post__card
  .elementor-post__content
  .elementor-post__badge
  a {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
@media (max-width: 767.98px) {
  .blockHeader
    .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__badge {
    display: none;
  }
}
@media (min-width: 768px) {
  .blockHeader .postFull .cardRow .elementor-post__thumbnail__link {
    border-radius: 0 0 150px 0;
  }
}
@media (min-width: 992px) {
  .blockHeader
    .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__title
    a {
    font-size: 58px;
  }
  .blockHeader
    .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__badge,
  .blockHeader
    .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__badge
    a {
    font-size: 28px;
  }
  .blockHeader
    .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__badge
    a {
    border-bottom: 3px solid var(--secondary-color);
  }
}
/** HEADER POST END */
/** LIST POSTS */
.related-posts {
  margin-top: 50px;
}

.elementor-posts
  .elementor-post__card
  .elementor-post__content
  .elementor-post__read-more,
.elementor-post__read-more,
.elementor-post__read-more .elementor-swiper-button,
.elementor-swiper-button {
  font-family: "Urbanist", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 20px 16px 20px;
  margin-top: 15px;
  text-transform: none;
}
.elementor-post__read-more:hover,
.elementor-swiper-button:hover {
  color: var(--secondary-color) !important;
  background-color: var(--primary-color) !important;
}

.listPosts
  .elementor-loop-container
  .elementor-element
  .elementor-widget-theme-post-featured-image
  a {
  width: 100%;
}
.listPosts
  .elementor-loop-container
  .elementor-element
  .elementor-widget-theme-post-featured-image
  img {
  height: 100px;
  object-fit: cover;
}
.listPosts
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__thumbnail__link,
.listPosts
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail
  img {
  height: 150px;
  max-height: 150px;
}
.related-posts
  .listPosts
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__thumbnail__link,
.related-posts
  .listPosts
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__thumbnail__link
  .elementor-post__thumbnail
  img {
  height: 250px;
  max-height: 250px;
}

.e-parent:not(.blockHeader) .postFull {
  padding-left: 10px;
  padding-right: 10px;
}
.postFull .cardRow .elementor-post__thumbnail__link,
.postDestacado .cardRow .elementor-post__thumbnail__link {
  border-radius: 20px 20px 50px 20px;
}
.postFull.postReverse .cardRow .elementor-post__thumbnail__link,
.postDestacado.postReverse .cardRow .elementor-post__thumbnail__link {
  border-radius: 20px 20px 20px 50px;
}
.postBgWhite .elementor-posts .elementor-post__card.cardRow {
  background-color: #ffffff !important;
}
.postBgTextYellow
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__content {
  background-color: #f5fbd3;
  border-radius: 20px 20px 20px 50px;
}

.postFull .elementor-posts .elementor-post__card.cardRow {
  height: auto;
  padding: 0;
}
.postFull
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__content {
  padding: 0 20px;
}
.postFull.postReverse
  .elementor-posts
  .elementor-post__card.cardRow
  .elementor-post__content {
  padding-left: 0px;
}
.postFull
  .elementor-post__card
  .elementor-post__content
  .elementor-post__title
  a {
  font-size: 20px;
}

.postDestacado .elementor-post__card.cardRow {
  flex-direction: column !important;
  height: auto;
}
.postDestacado.postReverse .elementor-posts .elementor-post__card.cardRow {
  flex-direction: column-reverse;
}
.postDestacado,
.postDestacado .elementor-posts-container,
.listPosts,
.listPosts .elementor-posts-container {
  height: 100%;
}
.postDestacado .elementor-post__card.cardRow .elementor-post__thumbnail__link {
  flex: auto;
}
.postDestacado .elementor-post__card.cardRow .elementor-post__content {
  flex: auto;
  flex-shrink: 0;
}
.postCards .elementor-posts-container {
  grid-template-columns: repeat(2, 1fr) !important;
}

.postCarrusel.postCards
  .elementor-posts-container.slick-slider
  .slick-track::before {
  display: none !important;
}
.postCarrusel.postCards .elementor-posts-container.slick-slider {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.postCarrusel.postCards .elementor-posts-container.slick-slider .slick-list,
.postCarrusel.postCards .elementor-posts-container.slick-slider .slick-track {
  min-width: 100%;
}
.postCarrusel.postCards .elementor-posts-container.slick-slider .slick-track {
  margin-left: -20px;
  height: 100%;
}
.postCarrusel.postCards .elementor-posts-container.slick-slider .slick-slide {
  margin-left: 20px;
}
.postCarrusel.postCards
  .elementor-posts-container.slick-slider
  .slick-slide
  > div,
.postCarrusel.postCards
  .elementor-posts-container.slick-slider
  .slick-slide
  > div
  article {
  height: 100%;
}
.postCarrusel.postCards .elementor-posts-container.slick-slider .slick-list {
  padding-left: 0;
}
article.post.type-post-firmas .elementor-post__text {
  display: flex;
}
article.post.type-post-firmas .elementor-post__title {
  order: 0;
  font-style: italic;
}
article.post.type-post-firmas .elementor-post__excerpt {
  order: 1;
  margin-bottom: 15px;
}
article.post.type-post-firmas .elementor-post__badge {
  order: 2;
  margin-bottom: 15px !important;
}
article.post.type-post-firmas .elementor-post__badge a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
article.post.type-post-firmas .elementor-post__read-more {
  order: 3;
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .secPostCarrusel.e-parent {
    padding-right: 0 !important;
  }
  .postCarrusel.postCards .elementor-posts-container.slick-slider {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .listPosts
    .elementor-loop-container
    .elementor-element
    .elementor-widget-theme-post-featured-image
    .elementor-widget-container {
    overflow: hidden;
    border-radius: 12px 12px 80px 12px;
  }
  .listPosts
    .elementor-loop-container
    .elementor-element
    .elementor-widget-theme-post-featured-image
    img {
    height: 150px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
  }
  .listPosts
    .elementor-loop-container
    .elementor-element:hover
    .elementor-widget-theme-post-featured-image
    img {
    transform: scale(1.1);
  }

  .postFull .cardRow .elementor-post__thumbnail__link,
  .postDestacado .cardRow .elementor-post__thumbnail__link {
    border-radius: 12px 12px 150px 12px;
  }
  .postCards .cardRow .elementor-post__thumbnail__link,
  .related-posts .postDestacado .cardRow .elementor-post__thumbnail__link {
    border-radius: 12px 12px 80px 12px;
  }
  .postFull.postReverse .cardRow .elementor-post__thumbnail__link,
  .postDestacado.postReverse .cardRow .elementor-post__thumbnail__link {
    border-radius: 12px 12px 12px 150px;
  }

  .postBgTextYellow
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__content {
    background-color: #f5fbd3;
    border-radius: 20px 20px 20px 150px;
  }

  .postFull .elementor-widget-container .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .postFull .elementor-posts .elementor-post__card.cardRow {
    flex-direction: row;
  }
  .postReverse .elementor-posts .elementor-post__card.cardRow {
    flex-direction: row-reverse;
  }
  .postFull .cardRow .elementor-post__thumbnail__link {
    margin-bottom: 0;
  }
  .postFull
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__thumbnail__link,
  .postFull
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__content {
    flex-basis: calc(50% - 10px);
  }
  .postFull.img60
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__thumbnail__link {
    flex-basis: calc(65% - 10px);
  }
  .postFull.img60
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__content {
    flex-basis: calc(35% - 10px);
  }

  .postCustomTitle .elementor-widget-heading {
    width: calc(35% - 10px);
    position: relative;
    z-index: 1;
    display: block;
    margin-left: auto;
    margin-block-end: -55px !important;
  }
  .postCustomTitle .postFull.img60 .cardRow .elementor-post__content {
    margin-top: 55px;
  }

  .postFull .cardRow .elementor-post__thumbnail__link,
  .postFull
    .cardRow
    .elementor-post__thumbnail__link
    .elementor-post__thumbnail,
  .postFull
    .cardRow
    .elementor-post__thumbnail__link
    .elementor-post__thumbnail
    img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
  }
  .postFull
    .elementor-post__card
    .elementor-post__content
    .elementor-post__title
    a {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .related-posts {
    margin-top: 100px;
  }
  .postFull
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__content {
    padding: 40px 60px;
  }
  .elementor-posts
    .elementor-post__card
    .elementor-post__content
    .elementor-post__read-more,
  .elementor-post__read-more,
  .elementor-post__read-more .elementor-swiper-button {
    margin-top: 40px;
  }

  .postsTitle h3.elementor-heading-title {
    font-size: 23px;
  }
}
@media (min-width: 1050px) {
  .listPosts .elementor-grid > .elementor.e-loop-item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .postFull.postReverse .cardRow .elementor-post__thumbnail__link,
  .postDestacado.postReverse .cardRow .elementor-post__thumbnail__link {
    border-radius: 12px 12px 50px 12px;
  }
  .postFull.postReverse .cardRow .elementor-post__thumbnail__link img {
    max-height: 350px;
    min-height: 50vh;
  }
  .postCards .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .postSliderCarousel .elementor-swiper-button {
    margin-top: 20px !important;
    transform: translate(0, -100%) !important;
    top: calc(100% - 70px) !important;
    left: 30px !important;
  }
  .postSliderCarousel .elementor-swiper-button.elementor-swiper-button-next {
    left: 110px !important;
    right: auto !important;
  }
  .postBgTextYellow
    .elementor-posts
    .elementor-post__card.cardRow
    .elementor-post__content {
    padding: 20px;
  }
}

/** LIST POSTS END */

/** POSTS */
.single.single-post h2.entry-subTitle {
  color: var(--primary-color);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  margin-top: -20px;
}
.single.single-post h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.single.single-post ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single.single-post .page-header .category-name a {
  border-bottom: 3px solid var(--secondary-color);
}
@media (max-width: 768px) {
  .single.single-post h2.entry-subTitle {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: left;
  }
}
/** POSTS END */

/** FORMS */
form label {
  width: 100%;
}
form p > label {
  margin-bottom: 20px;
}
form input[type="date"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="text"],
form input[type="url"],
form select,
form textarea {
  width: 100%;
  margin-top: 5px;
  border-radius: 12px;
  border: 0.5px solid var(--primary-color);
  background: #fff;
  padding: 15px 1rem;
  margin-bottom: 5px;
}

form [type="button"],
form [type="submit"],
form button {
  border: none;
}
form a,
.form a {
  color: inherit;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline !important;
}
form .wpcf7-list-item {
  margin-left: 0;
}
form .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
form .wpcf7-acceptance .wpcf7-list-item label {
  align-items: flex-start;
}
form .wpcf7-list-item-label::before {
  content: none;
}
form .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
  width: calc(100% - 30px);
}
form .wpcf7-list-item .wpcf7-list-item-label a {
  font-weight: inherit;
}
.wpcf7-form-control-wrap input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.5px solid #000;
}
.wpcf7-form-control-wrap input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
}
.wpcf7-form-control-wrap input[type="checkbox"]:checked {
  background-color: #000;
  border: 0.5px solid #000;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 10px;
  }
}
/** FORMS END */

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  outline: none;
}
.elementor-search-form--skin-minimal {
  outline: none !important;
}

/** FORMS NEWS */
#newsletter-form form p > label {
  margin-bottom: 5px;
}
#newsletter-form form .ctaSubmit p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newsletter-form form .ctaSubmit .wpcf7-submit {
  max-width: max-content;
}
#secNews #newsletter-form,
#secNews #thank-you-message,
#secNews #newsletter-form2,
#secNews #thank-you-message2 {
  transition: transform 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  opacity: 1;
  height: 100%;
}
#secNews #thank-you-message,
#secNews #thank-you-message2 {
  position: absolute;
  opacity: 0;
  height: 0;
  transform: scale(0.8) translateZ(-50px); /* Starts zoomed-out */
}

#secNews #newsletter-form.hidden,
#secNews #newsletter-form2.hidden {
  opacity: 0;
  height: 0;
  transform: scale(1.2) translateZ(50px); /* Zoom out and disappear */
}
#secNews #thank-you-message.visible,
#secNews #thank-you-message2.visible {
  opacity: 1;
  height: 100%;
  transform: scale(1) translateZ(0); /* Zoom in and become visible */
}
/** FORMS NEWS END */

h3.post-author:hover {
  color: #a5ff5c;
}

/*CARRUSEL DE FIRMAS*/
.postCarrusel.carruselFirma
  .elementor-loop-container
  .elementor-widget-theme-post-excerpt
  .elementor-widget-container {
  font-weight: 400;
  text-decoration: none;
  color: var(--text-color);
  font-family: var(--font-Helvetica);
  font-size: 16px;
}
.postCarrusel.carruselFirma
  .elementor-loop-container
  .swiper-slide
  .elementor-widget-theme-post-featured-image
  img {
  object-fit: cover;
}
@media (min-width: 992px) {
  .postCarrusel.carruselFirma
    .elementor-loop-container
    .elementor-widget-theme-post-excerpt
    .elementor-widget-container {
    font-size: 18px;
  }
  .postCarrusel.carruselFirma .elementor-loop-container {
    width: calc(100% + ((100vw - 1400px) / 2));
  }
  .postCarrusel.carruselFirma .elementor-loop-container .swiper-slide {
    width: 50% !important;
    margin-left: 20%;
  }
  .postCarrusel.carruselFirma
    .elementor-loop-container
    .swiper-slide.swiper-slide-active,
  .postCarrusel.carruselFirma
    .elementor-loop-container
    .swiper-slide.swiper-slide-next {
    margin-left: 0 !important;
  }

  .postCarrusel.carruselFirma
    .elementor-loop-container
    .swiper-slide
    .elementor-widget-theme-post-featured-image
    img {
    max-height: 350px;
    min-height: 350px;
    height: 100%;
  }
}
/*CARRUSEL DE FIRMAS END*/

.wpcf7-not-valid-tip {
  font-size: 15px;
}
