/*
Theme Name: Incap
Description: Child theme for the Enzio themes
Author: gaviathemes
Template: enzio
*/

:root {
	--ciipec-green-color: #92c01f;
	--ciipec-blue-color: #00385c;
	--ciipec-white-color: #fff;
}
.blue-font, .blue-font h1, .blue-font h2 {
	color: var(--ciipec-blue-color) !important;
}

.green-font .title {
	color: var(--ciipec-green-color) !important;
}

.white-font {
	color: var(--ciipec-white-color) !important;
}

.white-font h2, .white-font h3 {
	color: var(--ciipec-white-color) !important;
}

.white-font h3 {
	margin-top: 0;
}

/* HEADER */

.header-v1 {
	border-bottom: none;
}

.custom-breadcrumb.hero .breadcrumb {
	display: none;
}

.gva-search a {
	color: var(--ciipec-white-color);
}

.header-mobile {
	padding-bottom: 0;
}
.header-mobile .menu-row {
	position: relative;
	background-color: var(--ciipec-green-color);
	padding-left: 25px;
	margin-top: 10px;
}
.header-mobile .menu-row .container {
	position: relative;
	height: 50px;
}
.header-mobile .menu-row a i {
	color: var(--ciipec-white-color) !important;
}
.header-mobile .menu-row .gva-offcanvas-content a i {
	color: black !important;
}
/* HOME PAGE STYLES */

.redes-homepage .gsc-icon-box img {
	max-width: 150px;
}

.home-brands {
	padding-bottom: 30px;
}

.gsc-icon-box.top-center .title {
	font-size: 20px;
}

.gsc-icon-box.top-center .title:after {
	display: none;
}

.gsc-box-hover .frontend img {
	width: 100%;
	height: auto;
}

.gsc-box-hover .backend .box-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.gsc-box-hover .backend .be-desc {
	line-height: 1.3;
}

.gsc-box-hover .frontend .frontend-content a {
	color: var(--ciipec-blue-color) !important;
}

.gsc-box-hover .backend {
	padding: 20px;
	height: fit-content;
}

@media (min-width: 992px) and (max-width: 1199px) {
.gsc-box-hover .frontend{
	min-height: 200px;
}
}

/*.owl-carousel .owl-item .item-brand img {
	height: 100px;
}*/

.gsc-icon-box.top-center .highlight-icon {
	min-height: 150px;
	align-items: center;
	display: flex;
}
.gsc-icon-box.top-center .highlight-icon .icon-image {
	text-align: center;
	width: 100%;
}
.gsc-icon-box.top-center .highlight-icon .icon-image img {
	max-height: 150px;
}

/* Footer Styles */
footer#wp-footer {
	background-color: var(--ciipec-green-color);
}
footer#wp-footer .gva-social-links.style-v2 ul.socials:after, .gva-social-links.style-v2 ul.socials:before {
	background-color: var(--ciipec-blue-color);
}
footer#wp-footer .gsc-icon-box.left .highlight_content {
	vertical-align: middle;
}
footer#wp-footer .gsc-icon-box.left .highlight-icon img {
	width: 30px;
}
footer#wp-footer .gsc-icon-box.left .highlight_content .desc {
	font-size: 14px;
	font-weight: 500;
}
.footer-main .overlink-hover-blue-effect .gsc-icon-box:hover .icon-image img {
	filter: invert(57%) sepia(100%) saturate(363%) hue-rotate(36deg) brightness(100%) contrast(86%);
}
.footer-main .overlink-hover-blue-effect .gsc-icon-box:hover .desc {
	color: var(--ciipec-blue-color);
}
#wp-footer .vc_row {
	padding-top: 10px;
	padding-bottom: 0;
}
.footer-main .overlink-hover-blue-effect .container .row:before,
.footer-main .overlink-hover-blue-effect .container .row:after {
	display: none;
}

.footer-main .overlink-hover-blue-effect .gsc-icon-box.left .highlight-icon {
	vertical-align: middle;
}
.footer-main .overlink-hover-blue-effect .container .row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}
.footer-main .overlink-hover-blue-effect .container .row .vc_column_container {
	width: 100%;
}

@media (max-width: 991px) {
	.footer-main .overlink-hover-blue-effect .container .row {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-main .overlink-hover-blue-effect .gsc-icon-box {
		margin: 0;
	}
}

@media (max-width: 611px) {
	.footer-main .overlink-hover-blue-effect .container .row {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-main .overlink-hover-blue-effect .gsc-icon-box {
		margin-inline: auto;
	}
}

.copyright {
	background-color: var(--ciipec-green-color);
	color: var(--ciipec-white-color);
}

.bg-blue-theme {
	background-color: var(--ciipec-blue-color);
}


/* Header Styles */
.custom-breadcrumb.hero {
	height: 105px;
}
.header-logos .header-right {
	background-image: linear-gradient(to right, #0f385d , var(--ciipec-blue-color));
	max-height: 105px;
	overflow: hidden;
	padding-left: 0;
}

.header-logos .container:after {
	content: " ";
	background-image: linear-gradient(to right, #103457 , var(--ciipec-blue-color));
	height: 105px;
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	z-index: -1;
}

sr7-bg:has(canvas):after {
	content: ' ';
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000000;
	position: absolute;
	top: 0;
	opacity: 1;
	background-size: initial;
	background-image: url(/wp-content/themes/enzio_child/assets/img/slider_overlay.png);
	background-repeat: repeat-y;
}

/* Acerca de */
.small-icon img {
	width: 50px;
}
.small-icon .highlight_content {
	vertical-align: middle !important;
	color: var(--ciipec-blue-color);
}

.small-icon .highlight_content .title {
	color: var(--ciipec-blue-color);
}
.acerca-de .breadcrumb {
	display: none;
}

.center-image .vc_column-inner {
	justify-content: center;
}

/* Personal */
.team-block-single .team-name {
	color: var(--ciipec-blue-color);
}
.team-block-single .heading {
	color: var(--ciipec-green-color);
}

.personal-grid-name {
	color: var(--ciipec-blue-color);
}

.personal-grid-education {
	color: var(--ciipec-blue-color);
}

.personal-grid .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.personal-grid .vc_row .personal-grid-name {
	font-weight: bold;
	margin-bottom: 0;
}

.personal-grid .vc_row .personal-grid-education {
	font-weight: 500;
	color: var(--ciipec-green-color);
}

.personal .breadcrumb {
	display: none;
}

.estructura-o .breadcrumb {
	display: none;
}

/* Proyectos */

.post-items .conferencia {
	margin-bottom: 35px;
}

.gva-blogs-list .conferencia {
	width: 100%;
	float: left;
}
.gva-blogs-list .conferencia .post-thumbnail {
	width: 45%;
	float: left;
}
@media (max-width: 991px) {
	.gva-blogs-list .conferencia .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .conferencia .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .conferencia .entry-content {
	width: 55%;
	float: left;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.gva-blogs-list .conferencia .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .conferencia .entry-title {
		margin-top: 15px;
	}
}

body.page-id-3882 .post-thumbnail{
	position: relative;
}

body.page-id-3882 .gva-grid-posts a {
	color: var(--ciipec-blue-color);
}

body.page-id-3882 .gva-grid-posts .item-columns:hover a {
	color: var(--ciipec-green-color);
}

body.page-id-3882 .post-thumbnail i.gv-icon-1407 {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	z-index: 100;
	font-size: 65px;
}
body.page-id-3882 .post-thumbnail img {
	filter: opacity(0.6);
}

body.page-id-3882 .post-thumbnail iframe {
	width: 100%;
	height: 210px;
}

body.search .conferencia .post-thumbnail{
	position: relative;
}

body.search .conferencia a {
	color: var(--ciipec-blue-color);
}

body.search .conferencia .item-columns:hover a {
	color: var(--ciipec-green-color);
}

body.search .conferencia .post-thumbnail i.gv-icon-1407 {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	z-index: 100;
	font-size: 65px;
}
body.search .conferencia .post-thumbnail img {
	filter: opacity(0.6);
}

body.search .conferencia .post-thumbnail iframe {
	width: 100%;
	height: 210px;
}

/* Publicaciones cientificas */

.post-items .publicacion {
	margin-bottom: 35px;
}

.gva-blogs-list .publicacion {
	width: 100%;
	float: left;
}

@media (max-width: 991px) {
	.gva-blogs-list .publicacion .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .publicacion .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .publicacion .entry-content {
	width: 100%;
	float: left;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.gva-blogs-list .publicacion .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .publicacion .entry-title {
		margin-top: 15px;
	}
}
article.publicacion a {
	color: var(--ciipec-blue-color);
}
article.publicacion a:hover {
	color: var(--ciipec-green-color);
}
article.publicacion .content-inner > div {
	margin-inline: 15px;
}
.autores p {
	display: inline;
}

/* Documento Técnico */

.post-items .documento-tecnico {
	margin-bottom: 35px;
}

.gva-blogs-list .documento-tecnico {
	width: 100%;
	float: left;
}

@media (max-width: 991px) {
	.gva-blogs-list .documento-tecnico .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .documento-tecnico .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .documento-tecnico .entry-content {
	width: 100%;
	float: left;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.gva-blogs-list .documento-tecnico .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .documento-tecnico .entry-title {
		margin-top: 15px;
	}
}
article.documento-tecnico a {
	color: var(--ciipec-blue-color);
}
article.documento-tecnico a:hover {
	color: var(--ciipec-green-color);
}
article.documento-tecnico .content-inner > div {
	margin-inline: 15px;
}
.autores p {
	display: inline;
}

/* Proyectos */

.post-items .proyecto {
	margin-bottom: 35px;
}

.gva-blogs-list .proyecto {
	width: 100%;
	float: left;
}
.gva-blogs-list .proyecto .post-thumbnail {
	width: 45%;
	float: left;
}
@media (max-width: 991px) {
	.gva-blogs-list .proyecto .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .proyecto .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .proyecto .entry-content {
	width: 55%;
	float: left;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.gva-blogs-list .proyecto .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .proyecto .entry-title {
		margin-top: 15px;
	}
}

/* Capacitaciones */

.post-items .capacitacion {
	margin-bottom: 35px;
}

.gva-blogs-list .capacitacion {
	width: 100%;
	float: left;
}
.gva-blogs-list .capacitacion .post-thumbnail {
	width: 45%;
	float: left;
}
@media (max-width: 991px) {
	.gva-blogs-list .capacitacion .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .capacitacion .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .capacitacion .entry-content {
	width: 55%;
	float: left;
	padding-left: 30px;
}
.capacitacion .cat-links a {
	color: var(--ciipec-green-color) !important;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.capacitacion .cat-links a:hover {
	color: var(--ciipec-blue-color) !important;
}
.single.single-capacitacion .entry-content {
	margin-top: 30px;
}

.single.single-capacitacion .content-top.entry-meta .cat-links a {
	background: var(--ciipec-green-color);
	color: #ffffff !important;
	font-size: 11px;
	padding: 2px 15px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.single.single-capacitacion .content-top.entry-meta .cat-links a:hover, .single.single-capacitacion .content-top.entry-meta .cat-links a:focus {
	text-decoration: none;
	background: var(--ciipec-blue-color);
}

@media (max-width: 991px) {
	.gva-blogs-list .capacitacion .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .capacitacion .entry-title {
		margin-top: 15px;
	}
}

/* Eventos */

.post-items .evento {
	margin-bottom: 35px;
}

.gva-blogs-list .evento {
	width: 100%;
	float: left;
}
.gva-blogs-list .evento .post-thumbnail {
	width: 45%;
	float: left;
}
@media (max-width: 991px) {
	.gva-blogs-list .evento .post-thumbnail {
		width: 100%;
	}
}
.gva-blogs-list .evento .post-thumbnail iframe {
	height: 250px;
	min-height: 250px;
}
.gva-blogs-list .evento .entry-content {
	width: 55%;
	float: left;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.gva-blogs-list .evento .entry-content {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.gva-blogs-list .evento .entry-title {
		margin-top: 15px;
	}
}

body .spectra-image-gallery__control-lightbox {
	background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(5px);
	color: var(--ciipec-blue-color);
}

body.acerca-de .gsc-icon-box {
	margin-bottom: 30px;
	margin-left: 0;
}

.gsc-icon-box {
	margin:auto;
}

.gsc-icon-box .overlink {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

body.home .overlink-hover-green-effect .gsc-icon-box:hover .icon-image img {
	filter: invert(60%) sepia(60%) saturate(511%) hue-rotate(36deg) brightness(99%) contrast(98%);
}
body.home .overlink-hover-green-effect .gsc-icon-box:hover .title a {
	color: var(--ciipec-green-color);
}

.single .breadcrumb {
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: -20px;
	display: block;
}
.single .breadcrumb i {
	margin-right: 7px;
}

body.single.single-post .entry-content {
	margin-top: 0;
}

.gt-current-wrapper:after {
	content: '\f107';
	position: relative;
	margin-left: 2px;
	font-family: 'FontAwesome';
}

.pstatic a.glink {
	text-decoration: none;
	color: #fff;
	float: right;
	margin-right: 9px;
}

.gtranslate_wrapper {
	display: none;
}
@media (max-width: 991px) {
	body {
		margin-top: 36px;
	}
	.gtranslate_wrapper {
		display: block;
	}
	.gt_switcher_wrapper {
		z-index: 1 !important;
	}
}

.search-form {
	text-align: center;
	margin-bottom: 15px;
}