/*
 */

.solo-pc {display:block;	}	
.solo-movil{ 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;
}

p, li, h1, h2, h3{
	hyphens: none!important;
}

.text-center{
	text-align: center;
	margin: auto;
}

.text-left{
	text-align: left;
}

.mw-500{
	max-width: 31.25em;
}

.listspecial ol {
    list-style-type: none;
    counter-reset: lista-personalizada;
    margin: 0;
}

.listspecial ol li  {
	position: relative;
    padding: 0.25em 0 0.625em 3.125em;
}

.listspecial ol li:before  {
	content: counter(lista-personalizada);
    counter-increment: lista-personalizada;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.375em 0.375em 0.375em 0.25em;
    background: #d41c7e ;
    color: #fff;
	border-radius: 20px;
    min-width: 40px;
    text-align: center;
}

.tick-orange  li{
	background: url('https://cv.impulsaigualdad.org/wp-content/uploads/2024/01/tick_naranaja.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}

.tick-green  li{
	background: url('https://malaga.impulsaigualdad.org/wp-content/uploads/2024/01/tick_verde.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}


.arrow-orange  li{
	background: url('https://malaga.impulsaigualdad.org/wp-content/uploads/2024/01/arrow_naranja.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}

.arrow-green  li{
	background: url('https://malaga.impulsaigualdad.org/wp-content/uploads/2024/01/arrow_verde.png') no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.5em 0.5em 2.5em;
    vertical-align: middle;
}

.arrow-green  li li{
	background: none;
    list-style-type: square;
    padding: initial;
}

.link-external a{
	text-decoration: underline;
	text-underline-offset: 0.25em;
	color: #013c4d;
}

.link-external a::after{
    display: inline-block;
    width: 0.625em;
    height: 0.625em;
    margin-left: 3px;
    background-image: url(/wp-content/uploads/2024/01/external_link.gif);
    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;
}

.p-green strong{
    box-shadow: inset 0 -0.3em #E1E71B;
}

.p-orange strong{
    box-shadow: inset 0 -0.3em #FF5A34;
}

.green strong{
    color: #E1E71B;
}

.img-lateral img{
	width: 90%;
	max-width: 12.5em;
	margin:auto auto;
	text-align: center;
}

#footer_javacoya {
    text-align: center;
   margin-top: 1em;
}

#footer_javacoya img {
    max-width: 6.5em;
	vertical-align: middle;
}

.footer h2{
	/*margin-bottom: 10px;
    border-bottom: 2px solid #E1E71B;*/
	font-size: 120%;
}

.hr-footer{
	border-bottom: 0.125em solid #E1E71B;
    margin: 0.125em 0;
    max-width: 100%;
    width: 12.5em!important;
}

.footer .arrow-orange li{
	background-size: 0.9em;
	padding: 0.2em 0.1em 0.5em 1.75em;
}

/************** template *************/

.social-navigation {
    background: #fe5936;; /*azul #013c4d;*/ /*naranja fe5936;*/
}

.navigation-main a, .main-small-navigation a {
    color: #013c4d;
	font-weight: 600;
}

.navigation-main .current_page_item > a, .navigation-main .current-menu-item > a, .navigation-main .current_page_ancestor > a, .main-small-navigation .current_page_item > a, .main-small-navigation .current-menu-item > a, .main-small-navigation .current_page_ancestor > a {
    color: #013c4d;
	font-weight: 800;
	text-decoration: overline;
}

.entry-content a{
	font-weight: 600;
}

.page #content .entry-content a{
	border-bottom: none;
	color: #013c4d;
}

.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    border-left: 5px solid #FF5A34;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #E1E71B;
}

#wp-block-search__input-1{
	max-width: 290px;	
}

.page-template-full-width-page hr.short {
    background-color: #FF5A34;
    max-width: 3.125em; 
}

blockquote > p:last-child {
    margin-bottom: 0;
    color: #013c4d;
}

.wp-block-quote p {
    font-size: 1.375em;
}

.entry-footer .byline{
	display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: square;
    padding-left: 1em;
}

.footer {
    background: #013c4d;
    color: #fff;
}


/****************************************************************************/
/******************************** RESPONSIVE ********************************/
/****************************************************************************/

@media screen and (max-width: 108.75em) {  /* 1240px */
	#wp-block-search__input-1{
		max-width: 11.5em;	
	}
}

@media screen and (max-width: 767px) { 
	.solo-pc { display: none !important; }
	.solo-responsive { display: block !important; }
}


@media screen and (max-width: 38.75em){ /* 620px */
	.post .entry-title {
		margin-top: 0px;
	}
}

@media screen and (max-width: 31.25em) { /* 620px */
	.custom-logo{
		max-width: 15.625em!important;
		width: 50%!important;
	}
	
	.wp-block-quote p {
		font-size: 100%;
	}
}
