/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */


/*LOGO CABECERA*/
.header-logo img {
    height: 90px;
}
/*Iconos servicios*/
.por-que-bibike-img {
    width: 180px; margin: 30px auto;
}

@media (max-width: 768px){
.header-logo img {width: 100px !important;}
.por-que-bibike-img{width:150px !important;margin: 20px auto;}
}

/*Corrección ancho span*/
.sh-heading span{display:contents !important }

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject,#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-save-settings, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    color: #ffffff !important;
	
/*Oculta el logo de recaptcha*/
.grecaptcha-badge { visibility: hidden; }