/*
 */
 
:root{  
--text-dark: #000;	  
--color-ppal: #168C79;
--color-ppal_acc: #007867;
--color-secund: #7d2a7c;	
--color-ppal_osc: #003C33;	  
--color-light: #F6F6F6; /*#e5f1ef;*/
/*--layout_width_entry_content: 1200px!important;*/
}

body{
  font-size: 1rem;
}

.bg-fondo{
	background-color: var(--color-secund);
}

.solo-pc {display:block;	}	
.solo-responsive{ display:none;	}

.clearfix {
  overflow: auto;
}

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.invisible{
	display:none;
}

.plink-internal a, .link-internal{
	text-decoration: underline;
	font-weight: 600;
}

.ul-arrow  li{
	background-image: url(/wp-content/images/img-web/right_arrow.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-size: 1em auto;
    list-style-type: none;
    background-size: 1em auto;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}

.ul-tick  li{
	background-image: url(/wp-content/images/img-web/tick_green.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-size: 1em auto;
    list-style-type: none;
    background-size: 1em auto;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}


.link-external {
	text-decoration: underline;
	text-underline-offset: 0.25em;
	color: var(--color-secund)!important;
	font-weight: 700;
}

.plink-external a,.link-external {
	font-weight: 700!important;
}

.plink-external a::after, 
.link-external::after{
    display: inline-block;
    width: 1em;
    height: .825em;
    margin-left: 1px;
    background-image: url('/wp-content/images/img-web/external_link.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    content: ' (se abrirá en ventana nueva)';
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.link-external_white {
	text-decoration: underline;
	text-underline-offset: 0.25em;
	color: #fff!important;
}
.link-external_white::after{
    display: inline-block;
    width: 0.625em;
    height: 0.625em;
    margin-left: 3px;
    background-image: url('/wp-content/images/img-web/external_link_white.png')!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
    content: ' (se abrirá en ventana nueva)';
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1em;
}

.plink-external a:hover, 
.link-external:hover,
.plink-external a:focus, 
.link-external:focus{
	color: var(--color-secund)!important;
}

/** COOKIE **/
.moove-gdpr-branding-cnt {
	display: none;
}
#moove_gdpr_cookie_info_bar{
    tabindex: 0;
}

.moove-gdpr-cookie-notice button.change-settings-button:focus, .moove-gdpr-cookie-notice button.change-settings-button:hover{
	outline: 2px solid #fff!important;
	color: #fff!important;
}

/** MIGA PAN **/
#content .breadcrumbs{
	margin-bottom: 3em!important;
    background-color: var(--color-light);
    display: inline-block;
    width: 100%!important;
    max-width: 100%!important;
    border: none!important;
}
	
.breadcrumbs-container{
	padding: 0!important;
}

/********** PLANTILLA y PLUGINS ************/


/********** PAGINA INICIO *********/


/********** PÁGINAS GENERAL **********/


/*********** ENTRADAS **********/

/************ CONTACTO ********/


/************* FOOTER *********/
.component-wrap div p{
	display: none!important;
}

#footer_javacoya {
    text-align: center;    
    font-size: .75rem;
}
#footer_javacoya img{
	max-width:6.25rem;
}


/************* FOCO ************/
.astm-search-menu a:focus, .is-search-submit:focus{
	outline: 2px dashed rgba(0,0,0,0.75)!important;
}


/****************************************************************************/
/******************************** RESPONSIVE ********************************/
/****************************************************************************/

@media screen and (max-width: 1240px) {  /* 1240px */
	
}

@media screen and (max-width: 1135px) {  /* 1135px */

}

@media screen and (max-width: 954px) {  /* 954px */
	
}

@media screen and (max-width: 767px) { 
	.solo-pc { display: none !important; }
	.solo-responsive { display: block !important; }
	
	
}


@media screen and (max-width: 508px) {  /* 508px */
	
}


@media screen and (min-width: 640px) {
	
}

