/* ==========================================================
   STIGOU INSIGHTS · HEADER
========================================================== */
/* ==========================================================
   FONDO · DEGRADADO STIGOU
========================================================== */
header.header.section {
	background: linear-gradient(90deg,
            #018FD1 0%,
            #018FD1 69%,
            #0875A5 80%,
            #12343F 100%) !important;
}

/* ELIMINAR OVERLAY OSCURO DEL TEMA */
.header .cover {
	background: transparent !important;
}

/* ==========================================================
   ELIMINAR OVERLAY OSCURO DEL TEMA
========================================================== */
.header .cover {
	background: transparent !important;
}

/* ==========================================================
   CAPAS INTERIORES TRANSPARENTES
========================================================== */
header.header.section .header-inner,
header.header.section .section-inner {
	background: transparent !important;
}

/* ==========================================================
   TÍTULO
========================================================== */
.header .blog-title,
.header .blog-title a,
.header h1,
.header h2 {
	color: #FFFFFF !important;
}

/* ==========================================================
   TEXTO INTRODUCTORIO
========================================================== */
.header .blog-description,
.header .blog-description p,
.header .header-inner p {
	color: rgba(255,255,255,.78) !important;
}

/* ==========================================================
   STIGOU INSIGHTS · BARRA DE NAVEGACIÓN
   DEGRADADO OSCURO
========================================================== */
.navigation.section {
	background: linear-gradient(90deg,
            #0875A5 0%,
            #0875A5 45%,
            #075F82 70%,
            #12343F 100%) !important;
}

/* LINKS */
.navigation.section a,
.navigation.section a:visited {
	color: #FFFFFF !important;
}

/* HOVER */
.navigation.section a:hover {
	color: rgba(255,255,255,.72) !important;
}
/* MÓVIL */
@media (max-width: 767px){

    header.header.section{
        background:
            linear-gradient(
                135deg,
                #018FD1 0%,
                #018FD1 68%,
                #0875A5 88%,
                #12343F 100%
            ) !important;
    }

}


/* iPAD / TABLET */
@media (min-width: 768px) and (max-width: 1699px){

    header.header.section{
        background:
            linear-gradient(
                135deg,
                #018FD1 0%,
                #018FD1 68%,
                #0875A5 80%,
                #12343F 100%
            ) !important;
    }

}
