/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Generales */

.height100 {height: 100%!important;}
.datawrapper-SyfoF-dqwksv {color:#fff!important;}
.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-underline-offset: 6px;
	font-weight: 500;
}

.box-recursos .elementor-cta {height: 100%;}
.box-recursos .elementor-icon-wrapper.elementor-cta__icon {width: 40px;}
.box-recursos h3.elementor-cta__title.elementor-cta__content-item.elementor-content-item {width: calc(100% - 40px);}

.item-com .elementor-widget .elementor-icon-list-item {align-items: flex-start;}
.item-com .elementor-widget .elementor-icon-list-item span.elementor-icon-list-icon {
	position: relative;
    top: 4px;
} 
.terms-com ul li:nth-child(2) span.elementor-post-info__terms-list {display: none;}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {width: 18px!important;}
.elementor-widget-loop-carousel .swiper-pagination-bullet {
	width: 10px!important;
	border-radius: 4px;
}

/* Estilos Widget Icon Box */
.elementor-widget-icon-box.allclick a:after {
     content: "";
     display: block !important;
     position: absolute;
     inset: 0;
     z-index: 1;
}
.elementor-icon-box-icon {
     z-index: 2;
}
.elementor-widget-icon-box.allclick:hover .elementor-icon-box-title {
    color: #fff;
}
.elementor-widget-icon-box.allclick:hover .elementor-icon-box-icon svg {
    fill: #fff!important;
    color: #fff!important;
    border-color: #fff!important;
}

/* Estilos Events Container - Icon Box */
.container-events:hover .events-box > div, .container-events:hover .elementor-widget-heading .elementor-widget-container {border-color: #fff!important;}
.container-events:hover h4, .container-events:hover p, .container-events:hover li span {color: #fff!important;}
.container-events:hover svg {fill: #fff!important;}
.container-events:hover .events-box p {color: #933c1f!important;}
.events-box span.elementor-icon-box-title span {
    padding: 20px;
    display: block;
}
.events-box p.elementor-icon-box-description {
    background: #f5f2f2;
    padding: 5px 20px;
}

/* Estilos Single Post */
.single-post #main {background-color: #f5f2f2;}
.single-header-ocean-6 .blog-post-title, .single-header-ocean-7 .blog-post-title {background-color: #933c1f!important;}
figure.post-thumbnail.ocean-sh-6 {position: relative;z-index: 1;}
figure.post-thumbnail.ocean-sh-6::before {
    content: '';
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 1) 100%);*/
	background: linear-gradient(to bottom, rgba(26, 26, 26, .85) 0%,rgba(0, 0, 0, 0) 40%, rgba(26, 26, 26, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a61a1a1a',GradientType=0 );
    display: block;
    position: absolute;
}
figure.post-thumbnail.ocean-sh-6::after, .hero-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 1px 2px;
    pointer-events: none;
    z-index: 1;
}
.sh-container.head-row {
    z-index: 2;
    position: relative;
}
li.meta-rt {
    background: #764f42;
    padding: 6px 12px 0;
    border-radius: 50px;
    color: #f5f2f2;
}
.single-post #main #content-wrap {
    border-left: 0.1rem solid;
    border-right: 0.1rem solid;
    border-color: rgb(225 196 187 / 49%);
    padding: 50px 80px;
	position: relative;
}
.single-post #main #content-wrap::before {
    content: '';
    position: absolute;
    height: 100%;
    left: -1px;
    top: -50%;
    border-left: 0.1rem solid;
    border-color: rgb(225 196 187 / 49%);
    width: calc(100% + 2px);
    z-index: 0;
    border-right: rgb(225 196 187 / 49%) 0.1rem solid;
}
.single-post #main #content-wrap #primary, .single-post .widget-area.sidebar-primary {
	position: relative;
	z-index: 1;
}
.single-post #primary {
    padding-right: 60px;
}
.content-area {border-color: #933c1f24;}
.single-header-ocean-6 .single-post-title, .single-header-ocean-6 ul.meta-style-3 {
	max-width: 100%!important;
	text-align: center!important;
	justify-content: center;
}
.single-post ul.meta, .single.ocean-cpt ul.meta {
    font-size: 14.5px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    /*position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(50%);*/
	margin-top: -40px;
	margin-bottom: 10px;
}
.single .post-tags a {
    background: #974529;
    color: #f5f2f2;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 4px 4px 0;
    padding: 2px 8px 4px;
    border-radius: 2px;
}

/* Estilos grid post Elementor */
.grid-post h3.elementor-post__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-post .elementor-post__excerpt {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 76px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilos single Testimonios */
.post-in-category-voluntarios .ocean-single-post-header.single-header-ocean-6, article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios .elementor-post__thumbnail, article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios .elementor-post__meta-data, .post-in-category-afectados .ocean-single-post-header.single-header-ocean-6 {display: none;}
figure.wp-block-pullquote.has-text-align-left {
    border-bottom: 0;
    border-top: 0;
}

article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios, article.elementor-post.elementor-grid-item.category-testimonios.category-afectados {
    background: #923c1f;
	border-radius: 4px;
}
article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios .elementor-post__text, article.elementor-post.elementor-grid-item.category-testimonios.category-afectados .elementor-post__text {
    align-items: center;
    align-content: center!important;
}
article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios, article.elementor-post.elementor-grid-item.category-testimonios.category-afectados h3 {text-align: center;}
article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios h3.elementor-post__title a::after, article.elementor-post.elementor-grid-item.category-testimonios.category-afectados h3.elementor-post__title a::after {
    content: 'Voluntario';
    display: block;
    font-weight: 300;
    font-size: 2rem;
    font-style: italic;
}
article.elementor-post.elementor-grid-item.category-testimonios.category-afectados h3.elementor-post__title a::after {content: 'Afectad@';}
article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios h3 a, article.elementor-post.elementor-grid-item.category-testimonios.category-afectados h3 a {
	color: #f5f2f2;
	font-size: 3rem;
	padding: 0 20px;
}
.lista-entidades {
    column-count: 3;
    margin-top: 15px;
	margin-bottom: 15px;
    column-gap: 20px;
}
.like-button {
    background-color: #f9f9f9;
    border: 1px solid #933c1f57;
    padding: 10px 22px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) translateY(50px); /* Inicialmente fuera de vista */
    opacity: 0; /* Inicialmente invisible */
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #933c1f;
	display: flex;
}
.like-button.show {
   transform: translateX(-50%) translateY(0); /* Se desliza hacia arriba */
    opacity: 1; /* Se hace visible */
}
.like-button.relative {
    position: relative;
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
.like-button:hover {
    background-color: #933c1f;
    color: #fff;
}
.like-container {
    margin-top: 20px;
    text-align: center;
}
svg.h-4.w-4.sm\:h-5.sm\:w-5.\32 xl\:h-6.\32 xl\:w-6.stroke-current.text-slate-800.dark\:text-slate-50 {
    width: 2.5rem;
    stroke: currentColor;
}




/* Estilos SideBar */
#right-sidebar-inner .wp-block-latest-posts__list li {
    line-height: 1.4em;
	margin-bottom: 20px;
}
h4.widget-title {
  font-weight: 600;
  letter-spacing: .5px !important;
}
#ocean_recent_posts-3 li a.recent-posts-title {line-height: 1.9rem;}
#block-3, #block-7, #right-sidebar .recent-posts-comments, #right-sidebar .recent-posts-date .sep {display: none;}
#right-sidebar-inner .wp-block-latest-posts__list li a.wp-block-latest-posts__post-title, #ocean_recent_posts-3 li a.recent-posts-title {
  margin-bottom: 0px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 58px;
  font-size: 14px;
	font-weight: 500;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-sidebar #block-2 .wp-block-search__inside-wrapper {display: flex;}

/* Estilos de formulario de registro de Comercios */
form.frontend-form label, .acf-message p {
    font-size: 1.5rem;
    font-family: "Hanken Grotesk", Sans-serif;
    font-weight: 400 !important;
	line-height: 1.6em;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
	background: #f5f5f5;
}
form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid, form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus {border-color: #933c1f;}
ul.acf-checkbox-list.acf-bl {column-count: 3;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #933c1f!important;
    font-size: 1.5rem;
    line-height: 2.3em !important;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {height: 34px!important;}
.file-custom a, button.fea-submit-button.button {
    padding: 10px;
    /* text-transform: none; */
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
button.fea-submit-button.button {margin-left: 10px;}

/* Estilos de galería */

/* -- Efecto de mampostería */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.galeria-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    justify-content: center;
    align-items: start;
}

.galeria-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeria-categoria img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; /* Asegura que las imágenes mantengan proporción */
    border-radius: 8px;
    filter: none; /* Elimina cualquier filtro que pueda afectar la nitidez */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

.galeria-item:hover img {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.galeria-categoria img:hover {
    transform: scale(1.05); /* Pequeño zoom al pasar el cursor */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.galeria-item {
    animation: fadeIn 0.5s ease-in forwards;
}

*, *::after, *::before {
  box-sizing: border-box;
}
/* -------------------------------- 

TimeLine Styles 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  /*max-width: 1000px;*/
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  /*background: #fff;*/
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  background-color: #cdcdcd;
}
.cd-timeline-navigation, .events ol, .events-content ol {list-style: none;}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #FF3D7F;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
	background-color: #000;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width:100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #f5f2f2;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  padding:5px;
 /* margin-bottom:20px;*/
  font-family: "Josefin Sans",sans-serif;
	line-height: 2em;
}
/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
 /* background: #fff;*/
  background: transparent;	
  bottom:-20px;
  left:50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*bottom: -25px;*/
  bottom: -5px;	
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #cdcdcd;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #FF3D7F;
  border-color: #fff;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #000;
  border-color: #fff;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #fff;
  background-color: #000;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline.submenu {margin: 2em auto;}	
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
  color: #fff;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #FF3D7F;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #FF3D7F;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
 /* overflow: hidden;*/
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 1000px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content img {margin-right: 80px;border: 4px solid #333;}
.cd-horizontal-timeline .events-content h2 {
	color: #f5f2f2;
  font-weight: bold;
  font-size: 3em !important;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.2em !important;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.4;
	color: #f5f2f2;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Estilo para animaciones (opcional si Elementor no lo incluye) */
.elementor-animated-item.fade-in {
    animation: fadeIn 0.5s ease-in forwards;
}
.elementor-animated-item.slide-up {
    animation: slideUp 0.5s ease-in forwards;
}
.elementor-animated-item.zoom-in {
    animation: zoomIn 0.5s ease-in forwards;
}
.elementor-animated-item.bounce-in {
    animation: bounceIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes bounceIn {
    0% { transform: scale(0.9); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Ajustar apariencia del lightbox */
.simple-lightbox .sl-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.simple-lightbox .sl-caption {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1444px) and (min-width: 678px) {

	section .e-con-inner {
  		max-width: 90% !important;
  		width: 1300px !important;
	}

}

@media only screen and (max-width: 967px) {

	.slick-track.translate > div {
  		width: 250px;
	}
	.carousel-arrow {
  		background: #f6f3e9;
  		border-radius: 50px;
  		width: 1.5em !important;
  		height: 1.5em !important;
	}
	.acf-fields.acf-form-fields > div {
  		width: 100% !important;
	}
	ul.acf-checkbox-list.acf-bl {column-count: 1;}
	.acf-checkbox-list.acf-bl {padding-left: 0;}
	article.elementor-post.elementor-grid-item.category-testimonios.category-voluntarios {padding: 10%;}
	.cd-horizontal-timeline .events-content, .cd-horizontal-timeline .events-content ol {margin: 0!important;}
	.cd-horizontal-timeline .events-content li.selected, .cd-horizontal-timeline .events-content ol {padding: 0;}
	.cd-horizontal-timeline.loaded .e-con-inner {max-width: 100% !important;}
	.events-content .elementor-element {padding: 0;}
	.cd-horizontal-timeline .events-content h2 {font-size: 2.6rem !important;}
	.cd-horizontal-timeline .events-content p {font-size: 1.8rem !important;}
	#right-sidebar-inner .wp-block-latest-posts__list li a.wp-block-latest-posts__post-title, #ocean_recent_posts-3 li a.recent-posts-title, #ocean_recent_posts-2 a {font-size: 15px;}
	.lista-entidades {column-count: 1;}
}

@media only screen and (max-width: 940px) and (min-width: 640px) {
	.single-post .sh-container {
    	max-width: 900px;
    	width: 100%;
  	}
}

@media only screen and (max-width: 768px) and (min-width: 678px) {
	section {
		padding-left: 0px!important;
    	padding-right: 0px!important;
  	}
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.single-post .sh-container {max-width: 90%;}
}

@media only screen and (max-width: 480px) {
	.single-post #main #content-wrap {padding: 50px 0px;border:0;}
	.single-post #main #content-wrap::before {content: none;}
	.single-post .sh-container {max-width: 100%;}
	.single-header-ocean-6 .blog-post-title {padding: 20px 15px!important;}
	.single-header-ocean-6.header-has-post-thumbnail .blog-post-title {margin: -60px auto 20px auto!important;}
	.ocean-single-post-header .single-post-title {font-size: 1.9rem!important;}
	.single-header-ocean-6 ul.meta-style-3 {margin-top: 20px!important;}
}


