/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

.icon-box {
	margin-top: 44px;
}

body {
	font-family: var(--principal-font);
	color: #444444;
}

.page-wrapper *:focus {
	outline: none;
	box-shadow: none;
}

a {
	color: var(--main-1-color);
}

a:hover {
	color: var(--main-ligth-color);
	text-decoration: none;
}

#views-exposed-form-vista-semilleros-semilleros {
	display: none;
}

.layout-container {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

#header {
	height: auto;
	transition: all 0.5s;
	margin-top: -25px;
	z-index: 500;
	transition: all 0.5s;
	background: white !important;
}

#header .logo img {
	margin-inline: 25px;
	width: 250px;
}

#header .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#header .logo h1 {
	letter-spacing: 1.5px;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 56px;
	color: #000;
	display: inline-block;
}

#header .dropdown-menu .dropdown-item {
	color: white;
}

#header .dropdown-menu .dropdown-item:hover {
	color: black;
}

.div-nav {
	margin: 15px;
}

.scroll-color {
	background: none !important;
	background-color: var(--main-1-color) !important;
	transition: all 0.3s ease-in-out 0.5s;
}

.nav-centrado {
	justify-content: space-around !important;
	align-items: center !important;
	height: auto !important;
}

.nav-centrado .img_visible {
	display: none;
	transition: all 0.5s ease-in-out 0.5s;
}

.secondary-header {
	background-color: #192129;
	margin-top: 0;
}

.secondary-header ul {
	margin: 0;
}

.secondary-header li {
	display: inline-block;
	padding-inline-end: 20px;
}

.secondary-header li i {
	padding-inline-end: 5px;
}

.secondary-header li a {
	color: white;
	font-size: initial;
}

.secondary-header li a:hover {
	font-weight: 600;
	transition: all 0.3s;
}

.forma-div {
	display: inline;
	width: auto;
	height: auto;
	background-color: #192129;
	border-top-left-radius: 200px;
}

.sub-menu li {
	list-style: none;
	display: inline-block;
}

.sub-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}

.sub-menu a {
	color: white;
	font-weight: 300;
	font-size: initial;
}

.sub-menu a:hover {
	color: rgb(198, 198, 198);
	font-weight: 600;
	transition: all 0.3s;
}

.no-visible {
	display: none !important;
}

#principal-nav {
	background-color: var(--main-1-color);
}

@media (max-width:991px) {
	#header {
		background-color: var(--main-1-color) !important;
		width: 100%;
		position: fixed !important;
	}
}

@media (max-width:1411px) {
	#header {
		height: auto;
		padding: 0 0 0 0;
	}
}

@media (max-width:1212px) {
	#header .div-nav .nav-menu ul li a {
		font-size: 17px !important;
	}
	.sub-menu a {
		font-size: 15px;
	}
	#header .logo img {
		margin-inline: 20px;
		width: 150px;
	}
	.nav-menu>ul>li+li {
		margin-left: 20px !important;
	}
}

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul>li {
	position: static;
	white-space: nowrap;
	float: left;
	padding-block: 15px;
}

.nav-menu a:not(.dropdown li a) {
	display: block;
	position: relative;
	color: white;
	padding: 8px 0 8px 0;
	transition: 0.3s;
	font-size: 18px;
	font-weight: 500;
}

.nav-menu>ul>li+li {
	margin-left: 30px;
}

.nav-menu ul li:last-child a:not(.dropdown li a) {
	color: white;
	font-weight: 600;
	padding-inline: 10px;
}

.nav-menu ul li:last-child:not(.dropdown li) {
	background-color: var(--main-ligth-color) !important;
}

.nav-menu ul li:last-child:not(.dropdown li):hover {
	background-color: var(--main-1-color) !important;
	transition: all 0.3s ease-in-out 0.05s !important;
}

.nav-menu>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 3px;
	left: 0;
	background-color: #ffffff;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu ul li:last-child:hover>a:before {
	visibility: hidden;
}

#header .dropdown .dropdown-menu li {
	padding: 0.25rem 1.5rem;
}

.mobile-nav-toggle {
	position: fixed;
	right: 40px;
	top: 30px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #21413c;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: var(--main-1-color);
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active .drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(16, 31, 29, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

@media (max-width:991px) {
	#header {
		position: fixed;
		background: transparent;
		padding: 10px;
	}
	#header .elemento-variable,
	.logo-negro {
		display: none !important;
	}
	#header .logo-blanco {
		display: block !important;
	}
	#principal-nav .div-nav {
		margin: 0;
	}
	#hero .btn-get-started {
		display: inline-block !important;
	}
}

#hero {
	margin-top: -5rem;
	background-size: cover;
	position: relative;
	padding: 0;
	height: calc(100vh - 210px) !important;
}

#hero .container {
	z-index: 2;
}

#hero h1 {
	letter-spacing: 3px;
	margin: 0 0 10px 0;
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgba(0, 0, 0, .7);
	line-height: 56px;
	color: #fff;
}

#hero .titulo-investigacion {
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgba(0, 0, 0, .7);
	line-height: 56px;
	color: #fff;
}

#hero .nombre-grupo {
	font-size: 40px;
	font-weight: 100;
	text-decoration: overline;
	line-height: 56px;
	color: #fff;
}

#hero .btn-get-started,
.btn-general {
	position: absolute;
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 4px;
	transition: 0.5s;
	background-color: var(--main-1-color);
	color: #fff;
	text-align: center;
	bottom: 0;
	width: 100%;
	transition: all .1s ease-out 0s;
}

#hero .btn-get-started,
.btn-general:hover {
	background-color: var(--main-ligth-color);
	transition: all 0.3s ease-in-out 0.05s;
}

#hero .btn-get-started .flecha-button {
	margin-inline: 20px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	transform: rotate(90deg);
	font-weight: 100;
	font-size: 40px;
	height: 50px;
}

#hero .btn-get-started .flecha-button:hover {
	font-size: 45px;
	transition: all 0.3s ease-in-out 0.05s;
}

@media (min-width:1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width:768px) {
	#hero h1 {
		font-size: 35px;
		line-height: 24px;
	}
	#hero .titulo-investigacion {
		font-size: 35px;
		line-height: 24px;
		font-weight: 400;
	}
	#hero .nombre-grupo {
		font-size: 20px;
		line-height: 24px;
		text-decoration: none;
		padding-top: 15px;
	}
	#proyects .carousel .carousel-caption .carusel-proyect-title {
		font-size: 2rem !important;
		font-weight: 800;
	}
	#proyects .carousel .carousel-caption .carusel-proyect-description {
		font-size: 1rem !important;
		text-shadow: 7px -1px 11px black;
	}
}

@media (max-width:425px) {
	#hero .titulo-investigacion {
		font-size: 25px;
	}
	#hero .nombre-grupo {
		font-size: 15px;
	}
	#hero .btn-get-started {
		font-size: 15px;
	}
	#hero .btn-get-started .flecha-button {
		height: 30px;
		margin-inline: 25px;
		bottom: 5px;
	}
	#header .logo img {
		width: 150px;
	}
	.about .section-title p {
		font-size: 18px;
		text-align: justify;
	}
	.about .section-title .container .count-box {
		padding: 0 40px;
	}
	.about .section-title .container .count-box p {
		padding: 0 40px;
		text-align: center;
	}
}

@media (max-width:768px) {
	#hero .btn-get-started,
	.btn-general {
		position: relative !important;
		border-radius: 0px !important;
	}
	#hero {
		height: auto !important;
		margin-top: -10px !important;
	}
}

section {
	padding: 5vh 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0.05s;
}

.section-bg {
	background-color: var(--main-bg2-color);
}

.section-title {
	padding-bottom: 20px;
	text-align: center;
}

.section-title h2 {
	font-size: 60px;
	font-weight: 900;
	margin-block: 30px;
	padding-bottom: 0;
	color: #444444;
}

.section-title p {
	margin-bottom: 0;
	padding: 10px 10%;
	font-size: 25px;
	font-weight: 100;
	line-height: 1.5;
}

#about {
	margin-top: -6rem;
}

.about h3 {
	font-weight: 400;
	font-size: 34px;
	color: #21413c;
}

.about .btn-more {
	color: rgb(255, 255, 255);
	background-color: var(--main-1-color);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px, rgba(0, 0, 0, 0.1) 0px 0px 5px;
	margin-block-start: 70px;
	min-width: 25rem;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 16px;
	text-align: center;
	transition: all 0.25s ease-in-out 0s;
	user-select: none;
	font-size: 20px;
}

.about .btn-more:hover {
	background-color: var(--main-ligth-color);
	transition: all 0.3s ease-in-out 0.05s;
}

@media (max-width:768px) {
	.steps .content-item {
		padding: 40px 0;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.section-title p {
		font-size: 18px;
	}
	.about .section-title .container .count-box span {
		font-size: 35px;
	}
	.about .section-title .container .count-box p {
		font-size: 18px;
	}
	.about .section-title .container .count-box {
		padding: 0px;
	}
	.about .btn-more {
		min-width: 15rem;
		padding: 10px;
	}
}

.Services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #fff;
	transition: all 0.3s ease-in-out;
	border-radius: 15px;
	text-align: center;
	border-bottom: 3px solid #fff;
}

.Services .icon-box:hover {
	box-shadow: var(--section-shadow);
}

.Services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.Services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

.section-bg {
	background-color: white;
}

#Services .section-title h2 {
	margin-bottom: 40px;
}

#Filtro,
#boletines,
#documentos {
	margin-top: -5rem;
	padding-block-end: 0 !important;
}

.filtro {
	justify-content: center;
}

.filtro button {
	background-color: var(--main-1-color);
	border-color: var(--main-1-color);
}

.filtro button:hover {
	background-color: var(--main-ligth-color);
	transition: all 0.3s ease-in-out 0.05s;
}

.filtro select:focus {
	border-color: var(--main-1-color);
}

.container-accordion {
	display: flex;
}

.container-accordion #accordion {
	flex: 1;
	flex-basis: 10%;
	font-family: var(--principal-font) !important;
}

.container-accordion .img-accordion {
	flex: 1;
	flex-basis: min-content;
	background-size: cover !important;
}

.container-accordion .img-accordion img {
	width: 100%;
	height: auto;
}

.container-accordion #accordion .card .card-header h5 .btn {
	color: white;
	font-weight: 600;
}

.card-header:first-child {
	background: var(--main-1-color);
}

.container-accordion #accordion .card .card-header h5 .btn:visited {
	color: green;
}

@media (max-width:481px) {
	#Services .container-accordion {
		display: block;
	}
	#Services .container-accordion #accordion .card {
		padding: 0 3rem;
	}
	#acknowledgment .logros {
		padding: 0px 0px 50px 0px !important;
	}
	#acknowledgment .logros .card {
		margin: 3rem;
	}
	#Recomendaciones .card {
		margin: 3rem;
	}
	.contact h2 {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.contact .info {
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
	font-size: 20px;
	color: var(--main-1-color);
	float: left;
	width: 44px;
	height: 44px;
	background: #e1f0ee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #21413c;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #43857a;
}

.contact .info .email p {
	padding-top: 5px;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: var(--main-1-color);
	color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: var(--main-1-color);
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: var(--main-1-color);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #EB97A3;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.counts .count-box {
	padding: 30px;
	width: 100%;
}

.counts .count-box i {
	display: block;
	font-size: 44px;
	margin-bottom: 20px;
}

.counts .count-box span {
	font-size: 48px;
	line-height: 40px;
	display: block;
	font-weight: 700;
	color: rgb(68, 68, 68);
}

.counts .count-box p {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 20px;
	color: rgb(68, 68, 68);
}

.counts .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: var(--main-1-color);
	font-size: 15px;
	transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
	color: #6e9fb4;
}

.celdaEncabezado {
	text-align: center;
}

.txt-lg {
	margin: 0 3em;
}

#acknowledgment .container {
	max-width: 100%;
}

#acknowledgment .logros {
	background-color: #eee;
	height: auto;
	padding: 3rem 3rem;
}

#acknowledgment .logros .card .card-title {
	font-weight: 600;
	font-size: 24x;
}

#acknowledgment .logros .card .card-img-top {
	width: 100%;
	height: 250px;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	background-size: cover;
}

#acknowledgment .logros .card hr {
	width: 60%;
	margin: 10px 0 !important;
	border-color: var(--main-1-color);
}

#acknowledgment .logros .card .card-footer {
	background-color: var(--main-ligth-color);
	border-top: 1px solid var(--main-1-color);
}

#acknowledgment .logros .card .card-footer .card-link {
	font-weight: 700;
	display: inline-block;
	transition: 0.5s;
	color: #fff;
	text-align: center;
	bottom: 0;
	width: 100%;
	transition: all .1s ease-out 0s;
}

#acknowledgment .logros .card .card-footer:hover {
	background-color: var(--main-1-color);
	transition: all 0.3s ease-in-out 0.05s;
}

@media (max-width:425px) {
	#acknowledgment .logros .col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

#contact .container .info .email form .btn-primary {
	background-color: var(--main-1-color);
	border-color: var(--main-1-color);
}

#contact .container .info .email form {
	margin-top: 20px;
}

#contact .container .info .email form .form-control:focus {
	box-shadow: 0 0 0 0.1rem var(--main-1-color)
}

#proyects {
	height: auto;
	margin-right: 0;
	margin-left: 0;
}

#proyects .carousel .carousel-caption .carusel-proyect-title {
	font-size: 3rem;
	font-weight: 800;
}

#proyects .carousel .carousel-caption .carusel-proyect-description {
	font-size: 1.25rem;
	text-shadow: 7px -1px 11px black;
}

#proyects .carousel {
	height: auto;
}

#proyects .carousel-inner {
	height: 80vh;
}

#proyects .carousel .carousel-inner .carousel-item .carousel-interno {
	height: 80vh;
	background-size: cover !important;
}

#proyects .carousel .carousel-inner .carousel-item .carousel-interno .carousel-filter {
	background-color: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
}

#proyects .card-group .card {
	margin: 5px !important;
}

#proyects .card-group .row {
	margin-right: 0px;
	margin-left: 0px;
}

#proyects .card-group .card .card-body {
	padding: 0;
}

#proyects .card-group .card .card-body .container-title {
	background-color: var(--main-1-color);
	padding: 1rem 1.25rem;
	border-radius: 0.25rem 0.25rem 0 0;
}

#proyects .card-group .card .card-body .container-title .card-title {
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	color: white;
}

#proyects .card-group .card .card-body .desc {
	padding-top: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}


.btn-more {
	color: rgb(255, 255, 255) !important;
	background-color: var(--main-1-color) !important;
	display: inline-block !important;
	font-weight: 600 !important;
	text-align: center !important;
	transition: all 0.25s ease-in-out 0s !important;
}

.btn-more:hover {
	background-color: var(--main-ligth-color) !important;
	transition: all 0.3s ease-in-out 0.05s !important;
	color: #fff !important;
}

.btn-ingresar {
	background-color: var(--main-ligth-color)!important;
}

.btn-ingresar:hover {
	background-color: var(--main-1-color) !important;
}



#Filtro .views-exposed-form {
	justify-content: center;
	margin: 0;
}

#Recomendaciones .cards-recomendaciones {
	padding-top: 2rem;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	height: auto;
}

#Recomendaciones .card {
	margin: 4%;
}

.cards-recomendaciones .card-body .card-title {
	font-weight: 600 !important;
	font-size: 24x !important;
}

.cards-recomendaciones .card-img {
	width: 100% !important;
	height: 250px !important;
	background-size: cover !important;
}

#team {
	margin-top: -5rem;
}

.menu-bar-general {
	background-color: #8c1919 !important;
}

#main-out-team {
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #eeeeee;
}

.dir-team,
.ti-team,
.contact_our_team {
	background-color: #eeeeee !important;
}

.contact_our_team {
	padding-bottom: 28px;
}

.leaders-team,
.management-team {
	background-color: #ffffff !important;
}

#main-out-team h3 {
	font-size: 40px;
	text-align: center;
	color: #172A47;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}

.hr-our-team {
	width: 20%;
	border: 1px solid #8c1919;
	margin: auto;
}

.p_general_our_team {
	font-size: 19px;
	text-align: center;
	color: #303132;
	padding: 30px 10% 0px 10%;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.btn-c-s {
	margin: 40px auto;
	margin-bottom: 5px;
	padding: 5px;
	width: 210px;
	text-align: center;
	height: 40px;
	background-color: white;
	border: 2.5px solid white;
	border-radius: 100px;
	font-weight: bold;
	box-shadow: -2px 1px 17px 0px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: -2px 1px 17px 0px #172A47;
	-moz-box-shadow: -2px 1px 17px 0px #172A47;
	transition: background-color 1.5s;
}

.btn-c-s h4 {
	line-height: 40px;
	color: #172A47;
	transition: color 1.5s;
}

.btn-c-s:hover {
	border: 2.5px solid white;
	transition: background-color 1.5s;
}

.btn-c-s h4:hover {
	color: #ffffff;
	transition: color 1.5s;
}

.cont-general-team {
	width: 100%;
	margin: auto;
	height: auto;
	display: -webkit-box;
	text-align: center;
	-webkit-box-pack: center;
	padding-top: 70px;
}

.cont-main-ind-team {
	width: 470px;
	height: auto;
	background-color: #ffffff;
	border-radius: 25px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.116);
	display: inline-table;
	text-align: center;
	margin: 50px 50px 70px 50px;
}

.descrip-ind-team {
	width: 100%;
	height: auto;
	border-radius: 25px;
	text-align: left;
}

.descrip-ind-team span {
	font-size: 20px;
	color: #1d1c1c;
	font-weight: bolder;
	margin-left: 20px;
	padding-top: 18px;
	font-family: 'Titillium Web', sans-serif;
}

.descrip-ind-team h5 {
	font-size: 15px;
	color: #777777;
	margin-left: 20px;
	padding-top: 5px;
	font-family: 'Hind', sans-serif;
	padding-right: 30%;
}

.descrip-ind-team-img {
	width: 140px;
	height: 140px;
	margin: -160px 25px auto 80px;
	border-radius: 100%;
	background-color: #ffffff;
	text-align: center;
	border: 5px solid #eee;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 12%);
	float: right;
}

.descrip-ind-team-img img {
	width: 100%;
	border-radius: 100%;
}

.line-team-ind {
	border: 0.5px solid var(--main-1-color);
	width: 55%;
	margin-left: 10px;
}

.profile-team {
	width: 80%;
	padding: 25px 10%;
	text-align: justify;
	height: auto;
	font-family: 'Hind', sans-serif;
	color: #6d6d6d;
	line-height: 25px;
}

@media (max-width:1500px) {
	.hr-our-team {
		width: 40%;
	}
}

@media (max-width:720px) {
	.hr-our-team {
		width: 60%;
	}
}

@media (max-width:1250px) {
	.cont-main-ind-team {
		width: 60%;
		margin: 50px 0px 70px 0px;
	}
}

@media (max-width:600px) {
	#team,
	#Filtro,
	#boletines,
	#documentos {
		margin-top: -2rem;
	}
	.hr-our-team {
		width: 60%;
	}
	.profile-team {
		width: 100%;
	}
	.cont-main-ind-team {
		width: 90%;
		margin: 50px 0px 70px 0px;
	}
	.descrip-ind-team-img {
		float: none;
		margin: -210px auto;
	}
	.descrip-ind-team {
		text-align: center;
		min-height: 150px;
		padding-top: 60px;
	}
	.descrip-ind-team h5 {
		padding-right: 0px;
		margin-left: 0px;
	}
	.descrip-ind-team span {
		margin-left: 0px;
	}
	.line-team-ind {
		border: 0.5px solid var(--main-1-color);
		width: 70%;
		margin: auto !important;
	}
}

#boletines {
	margin-block-end: 100px;
}

#boletines {
	overflow: unset;
}

#boletines .timeline {
	margin-block-start: -80px;
}

#boletines .timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 10px;
}

#boletines .timeline ul li:not(:first-child) {
	background: #E6E6E6;
}

#boletines .timeline ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
	z-index: 1;
}

#boletines .timeline ul li div {
	position: relative;
	bottom: 0;
	width: 400px;
	padding: 15px;
	background: #E6E6E6;
	margin-block-start: 30px;
	border-radius: 20px;
	bottom: -20px;
	box-shadow: 10px 10px 19px 6px rgba(201, 201, 201, 1);
}

#boletines .timeline ul li div::before {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
}

#boletines .timeline ul li:nth-child(odd) div {
	left: 45px;
}

#boletines .timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 14px 20px 14px 0;
	border-color: transparent #E6E6E6 transparent transparent;
	bottom: 20px;
}

#boletines .timeline ul li:nth-child(even) div {
	left: -439px;
}

#boletines .timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 14px 0 14px 20px;
	border-color: transparent transparent transparent #E6E6E6;
	bottom: 20px;
}

time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}

#boletines .timeline ul li::after {
	transition: background 0.5s ease-in-out;
}

#boletines .timeline ul li.in-view::after {
	background: var(--main-1-color);
	box-shadow: 10px 10px 19px 6px rgba(201, 201, 201, 1)
}

#boletines .timeline ul li:nth-child(odd) div {
	transform: translate3d(5%, 0, 0);
}

#boletines .timeline ul li:nth-child(even) div {
	transform: translate3d(-5%, 0, 0);
}

#boletines .timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width:900px) {
	#boletines .timeline ul li div {
		width: 250px;
	}
	#boletines .timeline ul li:nth-child(even) div {
		left: -289px;
	}
}

@media screen and (max-width:600px) {
	#boletines .timeline {
		margin-block-start: -50px;
	}
	#boletines .timeline ul li {
		margin-left: 50px;
	}
	#boletines .timeline ul li div {
		width: calc(100vw - 130px);
	}
	#boletines .timeline ul li:nth-child(even) div {
		left: 45px;
	}
	#boletines .timeline ul li:nth-child(even) div::before {
		left: -15px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #E6E6E6 transparent transparent;
	}
}

#boletines .timeline-clippy ul li::after {
	width: 40px;
	height: 40px;
	border-radius: 0;
}

#boletines .timeline-rhombus ul li::after {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

#boletines .timeline-rhombus ul li div::before {
	bottom: 12px;
}

#boletines .timeline-star ul li::after {
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

#boletines .timeline-heptagon ul li::after {
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

#boletines .timeline-infinite ul li::after {
	animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
	0% {
		transform: translateX(-50%) scale(1);
	}
	50% {
		transform: translateX(-50%) scale(1.25);
	}
	100% {
		transform: translateX(-50%) scale(1);
	}
}

#mision,
#objetivos,
#vision,
#acciones {
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.desc_mision,
.desc_objetivos,
.desc_vision,
.desc_acciones {
	width: 40%;
	height: 100%;
}

.desc_mision .icon i,
.desc_objetivos .icon i,
.desc_vision .icon i,
.desc_acciones .icon i {
	display: none;
	font-size: 300px;
	text-align: center;
}

.desc_mision h3,
.desc_objetivos h3,
.desc_vision h3,
.desc_acciones h3 {
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	color: var(--main-1-color);
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}

.desc_mision .texto-about,
.desc_objetivos .texto-about,
.desc_vision .texto-about,
.desc_acciones .texto-about {
	font-size: 18px;
	text-align: justify;
	color: #303132;
	padding: 30px 10% 0px 10%;
	float: right;
	font-family: 'Titillium Web', sans-serif;
}

.img_mision,
.img_objetivos,
.img_vision,
.img_acciones {
	width: 50%;
	height: 100%;
}

.img_mision div,
.img_objetivos div,
.img_vision div,
.img_acciones div {
	width: auto;
	height: 450px;
	background-size: cover;
	background-color: white
}

.img_vision,
.img_acciones {
	order: 1;
}

.desc_vision,
.desc_acciones {
	order: 2;
}

.desc_acciones ol {
	list-style-type: upper-alpha;
}

@media (max-width:1780px) {
	.desc_mision p,
	.desc_objetivos p,
	.desc_vision p,
	.desc_acciones p {
		font-size: 15px;
		text-align: justify;
		color: #303132;
		padding: 30px 5% 0px 5%;
		float: right;
		font-family: 'Titillium Web', sans-serif;
	}
}

@media (max-width:1400px) {
	.img_mision,
	.img_objetivos,
	.img_vision,
	.img_acciones {
		width: 50%;
		height: 100%;
	}
	.desc_mision,
	.desc_objetivos,
	.desc_vision,
	.desc_acciones {
		width: 50%;
		height: 100%;
	}
}

@media (max-width:1200px) {
	.desc_mision h3,
	.desc_objetivos h3,
	.desc_vision h3,
	.desc_acciones h3 {
		font-size: 28px;
	}
	.desc_mision p,
	.desc_objetivos p,
	.desc_vision p,
	.desc_acciones p {
		font-size: 13px;
	}
}

@media (max-width:1000px) {
	#mision {
		margin-block-start: 80px;
	}
	.desc_mision .icon i,
	.desc_objetivos .icon i,
	.desc_vision .icon i,
	.desc_acciones .icon i {
		display: block;
		font-size: 200px;
	}
	.img_mision,
	.img_objetivos,
	.img_vision,
	.img_acciones {
		display: none;
	}
	.desc_mision,
	.desc_objetivos,
	.desc_vision,
	.desc_acciones {
		width: 70%;
		margin: auto;
		height: 100%;
	}
	.desc_objetivos {
		margin-bottom: 28px;
	}
	.desc_mision p,
	.desc_objetivos p,
	.desc_vision p,
	.desc_acciones p {
		font-size: 15px;
	}
}

@media (max-width:500px) {
	.desc_mision,
	.desc_objetivos,
	.desc_vision,
	.desc_acciones {
		width: 85%;
	}
	.desc_mision p,
	.desc_objetivos p,
	.desc_vision p,
	.desc_acciones p {
		font-size: 14px;
	}
	.desc_mision .icon i,
	.desc_objetivos .icon i,
	.desc_vision .icon i,
	.desc_acciones .icon i {
		font-size: 150px;
	}
}

object {
	width: 100%;
}

#semilleros_accordion {
	margin-block-start: 20px;
}

#semilleros_accordion h6 {
	color: var(--main-1-color);
	padding: 1.0rem 0.2rem;
	margin-bottom: 0;
}

#semilleros_accordion .icon-box {
	background-color: lightgray;
	padding: 8px;
	border: 1px solid lightgray;
	border-radius: 100%;
}

#semilleros_accordion .accordion_body .semillero-boton {
	visibility: hidden;
}

#semilleros_accordion .icon-box i {
	font-size: 35px;
}

#semilleros_accordion .accordion_head {
	display: inline-flex;
	margin-bottom: 10px;
	align-items: center;
}

#accordion-container {
	margin-inline: auto;
	width: 90%;
	height: auto;
	padding-block-end: 50px;
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
	grid-template-columns: 70% auto;
}

@media screen and (max-width:600px) {
	#accordion-container {
		display: block;
	}
	#views-exposed-form-pdf-semilleros-pdf-documentos {
		width: 80%;
	}
	#semilleros_accordion {
		margin-block-start: 10px;
	}
	#accordion-container .views-element-container .view-conten:first-child {
		display: none;
	}
	#semilleros_accordion .accordion_body .semillero-boton {
		visibility: visible;
	}
	#accordion_object {
		display: none;
	}
}

#views-exposed-form-semilleros-documentos {
	display: none;
}

#views-exposed-form-pdf-semilleros-pdf-documentos {
	margin: auto;
	justify-content: center;
	align-items: center;
}

#main-politics {
	width: 90%;
	margin: auto;
	height: auto;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
}

#main-politics a {
	text-decoration: none;
	color: #303132;
}

#main-politics .timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 65px;
	width: 3px;
	height: calc(100% - 80px);
	background: var(--main-1-color);
}

#main-politics .timeline .column {
	margin: 40px 40px 40px 120px;
}

#main-politics .timeline .column .title h1 {
	font-size: 100px;
	color: rgba(0, 0, 0, 0.1);
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 3px;
}

#main-politics .timeline .column .title h2 {
	margin-top: -10px;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
}

#main-politics .timeline .column .title h2:hover {
	color: var(--main-1-color);
}

#main-politics .timeline .column .description p {
	font-size: 18px;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-family: 'Hind', sans-serif;
}

#main-politics .timeline .column .description {
	border-left: 1px solid #000;
}

@media (max-width:500px) {
	#main-politics {
		width: 100%;
	}
	#main-politics .timeline .column .description p {
		font-size: 14px;
	}
	#main-politics .timeline .column .title h1 {
		font-size: 80px;
	}
	#main-politics .timeline .column .title h2 {
		font-size: 25px;
	}
}

#user-login-form {
	width: 500px;
	margin: 0 auto;
	background-color: #0000000d;
	padding: 20px 50px;
	border-radius: 10px;
}

#certificados {
	width: 100%;
	align-items: center;
	height: auto;
	text-align: center;
	background: white;
}

#certificados .cont-certificados {
	width: 80%;
	height: 65%;
	margin: 0% 10% 2% 10%;
	display: flex;
	align-items: center;
}

.form-certificados {
	width: 50%;
	height: 100%;
}

.image-certificados {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

.image-certificados img {
	width: 90%;
	margin-left: 5%;
	vertical-align: middle;
}

.form-certificados h5 {
	font-size: 20px;
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	color: #505050;
}

.form-certificados p {
	font-size: 20px;
	text-align: justify;
	color: #303132;
	padding: 30px 10% 5% 10%;
	font-weight: 300;
}

.form-certificados h3 {
	font-size: 40px;
	margin-top: 80px;
	text-align: center;
	color: #505050;
	font-weight: 700;
}

#certificados select {
	width: 240px;
	height: 50px;
	background: none;
	color: #444444;
	font-weight: bold;
	font-size: 20px;
	border: none;
	margin-bottom: 20px;
}

#certificados select:hover {
	color: var(--main-1-color);
}

#certificados input[type="text"] {
	width: 70%;
	height: 50px;
	color: var(--main-1-color);
	padding-left: 15px;
	font-size: 18px;
}

#certificados input[type="text"]::placeholder {
	color: #303132;
	padding: 0px;
	font-size: 18px;
}

#certificados input[type=button] {
	margin: 40px auto;
	width: 70%;
	height: 40px;
	border: none;
	line-height: 40px;
	font-size: 16px;
}

#certificados input[type=button]:hover {
	background-color: var(--main-1-color);
	color: white;
	transition: background-color 1.5s, color 1.5s;
	cursor: pointer;
}

#certificados .table-striped {
	margin: auto !important;
}

.blur-it {
	filter: blur(4px);
}

a.btn {
	width: 200px;
	padding: 18px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	background-image: linear-gradient(to right bottom, #303132, #293037, #232e3d, #1c2c42, #172a47);
}


.head {
	width: 100%;
	padding: 12px 30px;
	color: white;
	font-weight: 300;
	font-size: x-large;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	background-image: linear-gradient(to right bottom, #303132, #293037, #232e3d, #1c2c42, #172a47);
}

.btn-close {
	font-size: 28px;
	display: block;
	float: right;
	color: #fff;
}

.content {
	padding-block-start: 15px;
}

.line-certify {
	border: 1px solid #bebfc0;
	width: 90%;
	margin: 10px auto 10px auto !important;
}

.content h4 {
	text-align: center;
	color: #585858;
	font-size: 20px;
}

table {
	margin-bottom: 0px;
}

table th {
	color: #172a47;
	font-size: 18px !important;
}

table th {
	padding: 15px 10px 5px 20px;
	text-align: center;
	font-weight: 400;
}

table>tr {
	padding: 15px 10px 15px 20px;
	font-weight: 400;
	font-size: 14px;
}

table>tbody>tr:nth-of-type(odd) {
	background-color: #f6f6f6;
}

table>tbody>tr>td {
	border-top: none;
	border-bottom: 2px solid #fff;
}

table>tbody>tr>td {
	padding: 15px 10px 15px 20px;
	font-weight: 400;
	font-size: 14px;
	color: #4d4d4f;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
}

table tbody {
	display: block;
	width: 100%;
	overflow: auto;
	max-height: 300px;
}

table thead tr {
	display: block;
}

table th,
table td {
	padding: 5px;
	text-align: center;
	width: 200px;
}

@media (max-width:1400px) {
	.cont-certificados {
		width: 90%;
	}
}

@media (max-width:1400px) {
	#certificados {
		height: auto;
	}
	.image-certificados {
		padding-bottom: 50px;
	}
}

@media (max-width:1100px) {
	.cont-certificados {
		display: block;
		width: 80%;
		margin: 0px 10% 1% 10%;
	}
	.form-certificados {
		width: 100%;
		height: 75%;
	}
	.image-certificados {
		width: 100%;
		padding-top: 20px;
	}
	.image-certificados img {
		width: 80%;
		margin-left: 10%;
	}
	#certificados input[type="text"] {
		width: 80%;
	}
	.cbox {
		text-align: right;
		padding-right: 10%;
		margin-top: 20px;
		text-decoration: underline gray;
	}
}


@media (max-width:657px) {
	.form-certificados h3 {
		font-size: 30px;
	}
	.form-certificados h5 {
		font-size: 18px;
	}
	.form-certificados p {
		font-size: 18px;
		padding: 30px 5% 10% 5%;
	}
	.image-certificados img {
		width: 90%;
		margin-left: 5%;
	}
}

@media (max-width:500px) {
	.idioma {
		top: 90px !important;
		left: -5px;
		height: 30px;
	}
	.idioma .switcher .selected a {
		border-radius: 0px 25px 25px 0px;
	}
	.image-certificados img {
		display: none;
	}
}

:root {
	--main-1-color: #172A47 !important;
	--main-2-color: #799fd8 !important;
	--main-3-color: #2d466e !important;
	--main-ligth-color: #315c9d !important;
}