/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
*/

@import url("../engitech/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.breadcrumbs{
	display: none!important;
}

img {
  pointer-events: none;      /* sin menú contextual sobre la imagen */
  -webkit-user-drag: none;   /* sin arrastrar al escritorio (Chrome/Safari) */
  user-select: none;
  -webkit-touch-callout: none; /* sin menú al mantener pulsado en iOS */
}

.ot-heading > span {
    font-size: 15px;
    font-weight: 900;
}