/* ####### SOLO EN ACTIVIDADES ############ */

/* Filtro buscador actividades */
.loop-search-wrapper #loop-live-search::placeholder {
  color: #fff !important;
  opacity: 1 !important; 
  font-weight: 400; 
}

/*
.loop-search-wrapper #loop-live-search {
  color: #fff !important;
  font-weight: 600 !important;
}
.loop-search-wrapper #loop-live-search::placeholder {
  color: #fff !important;
  opacity: 1 !important; 
  font-weight: 400 !important; 
}
.loop-search-wrapper #loop-live-search::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.loop-search-wrapper #loop-live-search::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.loop-search-wrapper #loop-live-search:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}*/

/* TABS PESTAÑAS ##################### */
    /* EN ARCHIVE ACTIVIDADES */
#tab-actividades  h3 {
    font-size: 1em; }
#tab-actividades .elementor-tab-title {
  background-color: #FF4E5B94;
	padding: 10px 10px 10px 10px; }
#tab-actividades .elementor-tab-title.elementor-active { 
	border-style: solid;
  border-width: 0 0 0 5px; 
  border-color: #FF4E5B;
	transition-duration: .7s;
	border-radius: 0px 0px 10px 0px;
}
#tab-actividades .elementor-tab-title:not(.elementor-active):hover {
  /*color: #000;*/
	background-color: #FF4E5B;
  transition: color 0.3s ease;
}
#tab-interior .elementor-tab-desktop-title.elementor-active { background: #FF4E5B94;}

/* EN ACTIVIDADES OCULTO DEL BOTON LA PALABRA "ACTIVIDADES"  */
	 .actividades-template-default .elementor-6898 .elementor-element.elementor-element-f47cae2 .elementor-post__title a {
    padding-top: 10px;
    padding-bottom: 5px;
	  display: block;
   }
   .actividades-template-default .botonesact a span { display: none; }
   
   
/* clase para imagen dentro de tabs en actividades*/
img.img-tabs {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	Margin: 20px 0px 0px 0px;
	}  
   
   
/* Fichas Producto · en Actividades */
.ap-card-title h3,
.ap-card-title .elementor-heading-title{
	margin: 0;
	max-width: 35ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	line-height: 1.1;
}
