.solo-pc { display: block !important; }	
.solo-responsive{ display: none !important; }

a:hover { text-decoration: underline !important; }

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.vtna-nva, .link-external a {
    text-decoration: underline;
	font-weight: 700;
}

.vtna-nva::after, .link-external a::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background-image: url(/wp-content/uploads/2023/06/external_link.gif); /*background-image: url(/wp-content/uploads/2023/03/newwindow.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
    content: '';
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1em;
}

.uagb-icon-list__source-wrap {
	align-self: start !important;
	margin-top: 3px !important;
}

.destacado-pagina{
	border-left: 10px solid #b8d10b;
    padding-left: 30px;
}

.destacado-pagina p{
	font-size: 20px !important;
    line-height: 1.5em !important;
}

.bg-destacado{
	background-color: #e9f1b5 !important;
}

.subrayado-destacado strong{
	box-shadow: inset 0 -0.3em rgb(184, 209, 13, .4);
}

/*************************************** INICIO ***************************************/
.div-servicios .uagb-desc-text{
	font-family: REM !important; 
}


/*********************************** TERAPIA MANUAL ***********************************/
.item-terapia-manual h3{
	min-height: 65px;
}

.item-terapia-manual .wp-block-button a{
	min-height: 60px;
	width: 100%;
	justify-content: center;
}


/************************************** CONTACTO **************************************/
.info-contacto h3{
	background-color: #b8d10b;
    padding: 5px 10px;
}


/************************************ FOOTER MEDIUM **********************************/
.site-primary-footer-wrap{
	padding-bottom: 0 !important;
}

.telefonos-pie{
	font-family: 'Playfair Display' !important;
	background-image: url(/wp-content/themes/astra-javacoya/images/bg-subrayado.png);
    background-position: center center;
    background-size: 35%;
    background-repeat: no-repeat;
}
.telefonos-pie a:hover{
	color: #003298 !important;
	text-decoration: none !important;
}

.mapa iframe{
	height: 450px;
}

.img-kit-digital img{
	width: 60%;
	margin-top: 30px;
    margin-bottom: 30px;
}


/********************************** FOOTER BOTTOM **********************************/
.footer-javacoya {
	color: #ffffff;
}

.logo_footer {
    vertical-align: middle;
    width: 80px;
    height: auto;
    margin-bottom: 0px;
}

/***************** AVISO TEMPORAL *************/
.aviso-fade {
  animation: fadeAviso 3s infinite;
}

@keyframes fadeAviso {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

#pum_popup_title_26216{
	display:none;
}

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

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

	.img-kit-digital img{ width: 100%; }
}

@media screen and (max-width: 544px) {	
	.uagb-infobox-cta-link.wp-block-button__link { margin-top: 15px; margin-bottom: 15px; }
	
	/************************************ FOOTER MEDIUM **********************************/
	.ast-builder-grid-row { padding-left: 0 !important; padding-right: 0 !important; }
	
	/********************************** FOOTER BOTTOM **********************************/
	.footer-javacoya { padding-top: 10px; }
	.logo_footer { width: 70px; }
}