/*------------------------------------------------------------------------
# CSS FOR WOOPALOO
-------------------------------------------------------------------------*/
/* Para que no se vea la opcion de buscar en el movil */
@media only screen and (max-width: 480px) {
   .search.mobilehide {display:none}   
   .sp-module.mobilehide {display:none}
}

/* ------------------- Casilla de buscar de la parte superior --------------*/
.search.flex-search:before {
	margin-top:-5px;
}
.search input#mod-search-searchword{	
	height: 24px;
}

/* --------------- Preguntas en acordeon -----------------------------------*/
.sp-accordion.sp-accordion-style4 .toggler {    
    border-bottom: 1px solid #DDDDDD;
}

.sp-accordion.sp-accordion-style4 .toggler span, .sp-accordion.sp-accordion-style4 .toggler span span {
    font-size: 14px;
    font-weight: 400;
}

.sp-accordion.sp-accordion-style4 .active span, .sp-accordion.sp-accordion-style4 .active span span {
    font-size: 14px;
    font-weight: 600;
	color: #0097ee;
}

/* .sp-accordion-item {
	padding-bottom:10px;
}*/

.sp-accordion-item span {
	overflow: auto;
}

/*--------------------- botones de compatible con ---------------*/
.btn-compatible {
    // font-size: 13px;
    // padding: 1px 30px;
    width: 100%;
	margin-bottom: 3px;
	cursor: default;
	font-size: 12px; 
	padding: 2px;
}	

/* --------- Etiquetas de acuerdo o no login form ---------------*/
#jform_profile_tos label {
	padding-top: 8px;
}

/* ------------ FORO KUNENA ---------------*/
#Kunena img {
   display:inline;
}


.sppb-addon-latest-posts .latest-post .latest-post-inner div.img-wrapper, .sppb-addon-latest-posts .latest-post .latest-post-item div.img-wrapper {
	background-color: white;
}

img.post-img {
	margin: 0 auto;
	    padding-top: 40px;
}

/* for WooTranslate plugin  */
img.wootranslate  {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
}

div.ideas {
	background:url(../images/ideas.png) no-repeat 3px 5px;
	padding-left: 40px;	
	font-weight: 500;
    /* font-style: italic; */
	text-align: justify;
	line-height: 18px;
	font-size: 13px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px dotted #31708f;	
	margin-bottom:30px;
}

span.ideas {
	color: #31708f;
	padding: 3px 8px 8px;
	background-color: #d9edf7;
	font-weight: 600;
}

/* ------- Tabla comparativa para plugins -------------- */
div.appsTableSp{
	font-size: 12px;
    line-height: 14px;
	padding-left: 10px;
	width: 95%;
	color: #3D3D3D;
	text-align: justify;
}

div.appsTableSp:hover{	
	color:#157FBC;	
}

div.appsTableTit {
	font-size:16px;
	font-weight:600;
}

div.appsTable{
	font-weight:600;	
}

div.appsTable:hover{	
	color:#157FBC;
}

/* ------------- Para las imagenes del manual ------------ */
img.PluginsHelp {
	padding-bottom:20px;
}

.Number {
	float:left;
	margin-right: 10px;
	margin-top: 5px;
	width:34px;
	height:34px;	
}

p.Number_1 { background:url(../images/Help/number_1.png) no-repeat;}
p.Number_2 { background:url(../images/Help/number_2.png) no-repeat;}
p.Number_3 { background:url(../images/Help/number_3.png) no-repeat;}
p.Number_4 { background:url(../images/Help/number_4.png) no-repeat;}
p.Number_5 { background:url(../images/Help/number_5.png) no-repeat;}
p.Number_6 { background:url(../images/Help/number_6.png) no-repeat;}

h5.PluginsHelp {
	padding-bottom:20px;
    padding-top: 40px;	
	border-bottom: 1px solid #cac7c7;
    line-height: 1px;	
}

span.vm-img-desc {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px; 
	line-height: 19px;
	height: 60px;
	color: #000000;
	text-align:center;
}

span.vm-img-desc:hover {
    color:white;	 
}

.post-format {  /*ELiminar logo de la plantilla */
	display:none;
}

#sp-footer { /* pie de pagina mas pequeño */
	padding: 5px;
}

#sp-top-bar .sp-module {
	vertical-align: middle;
}
/* Desactivar la seleccion de los titulos de grupo de menus 
a.sp-group-title:hover {
  color: white;
}
*/

/* Cambiar la transparencia de los menus desplegables */
header.flex .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: #444;
  /* Transparencia de los menus */
  background-color: rgba(40,40,40,0.96);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

/* Home page */
.title_animated {
    font-weight: 500;
}

.sppb-panel-title {
    font-size: 19px;
}

/* Imagenes de los programas home */
.front {
	background-color: rgba(255, 255, 255,0.2);
	border: 1px solid #d4d2d2;
	padding: 0px 0px 12px;
	/* height: 384px; */
}

.back {
	background-color: #6ad7fb;
	border: 1px solid #d4d2d2;
	padding: 0px 0px 12px;
	/* height: 384px; */
}

.flex.flip-container .flipper .back .sppb-person-introtext {
	text-align: center;
}

/* Reposicionado de menu moviles */
@media (max-width: 768px) {
  #offcanvas-toggler {
    margin-right: -20px;
  }
}


/* Desactivar los titulos de los menus */
.sp-group-title {
   pointer-events: none; 
   cursor: default;
}

/* Titulos de la pagina de notas de version */
h4.NotasVersion, h4.NotasVersionR {
background-color: rgb(0, 159, 227);
line-height: 20px;
color: White;
width: 100%;
float: left;
border-width: 0px;
padding-left: 15px;
font-family: calibri;
font-size: 14px;
font-weight: 600;
margin-top: 20px;
}

h4.NotasVersionR {
	float:right; 
	text-align: right; 
	padding-right: 20px;
}

/* Listas dentro de las explicaciones de productos */
.sp-module ul > li, .sppb-addon-module ul.expl > li {
    border-bottom: 0px solid #d4d2d2;
	/*padding-bottom: 20px;
	padding-left: 20px; */
	text-align: justify;
}

.sp-module ul > li, .sppb-addon-module ul.expl > li > span {    
    display: block;
}


