/*!
Theme Name: seed
Theme URI: http://underscores.me/
Author: Max Manuel
Author URI: https://maxmanuel.com/
Description: Tema semilla basado en Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
  font-family: "AkzidenzGrotesk";
  src: url("assets/fonts/AkzidGrtskProLig.otf");
  font-style: normal;
	font-weight:400;
}

@font-face {
  font-family: "AkzidenzGrotesk";
  src: url("assets/fonts/AkzidGroStdMed.otf");
  font-style: normal;
	font-weight: 600;
}

@font-face {
  font-family: "Orbitron";
  src: url("assets/fonts/Orbitron-VariableFont_wght.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Publico";
  src: url("assets/fonts/Publico-Bold.otf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-VariableFont_wght.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-MediumItalic.otf");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-ExtraBoldItalic.otf");
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-Bold.otf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "ATC";
  src: url("assets/fonts/ATC-Duel-V8-Rounded.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "SangBleuKing";
  src: url("assets/fonts/SangBleuKing-Regular.otf");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  color: #0E1F43;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.navbar-toggler {
  background-color: #fff;
}

#primary-menu .nav-link {
  color: #0d1d44;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 10px;
	padding: 15px 10px;
  font-family: "AkzidenzGrotesk";
}
#primary-menu .nav-link.active,
.single-proyecto #menu-item-28 .nav-link,
.single-post #menu-item-25 .nav-link
{
	border: 1px solid rgba(0, 231, 133, 1);
	border-radius: 5px;
	font-weight: 600;
}
.navbar-brand img {
  width: 300px;
}

.navbar-up {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color 0.3s ease;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.footer {
  background-color: #0d1d44;
  padding: 4rem 0;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 15px;
  color: #fff;
  margin-right: 20px;
  transition: 0.3s;
}

.footer .social-links a:last-child {
  margin-right: 0px;
}

.footer p {
  font-size: 10px;
  margin-bottom: 0;
}

.footer .footer-title {
  font-size: 14px;
  font-weight: normal;
  font-family: "SangBleuKing";
}

.footer .social-links a:hover,
.footer .social-links a:hover i {
  border-color: #0062FF;
  color: #0062FF;
  text-decoration: none;
}

.section-front {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .4)
}

.section-page {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
}

.section-page .section-title {
  position: relative;
  z-index: 99;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 255, 0.247), rgba(0, 0, 255, 0));
  /* Degradado azul de izquierda a derecha */
  pointer-events: none;
  /* Permite hacer clic a través de la capa de superposición */
  z-index: 1;
}

.btn-grad {
  background-image: linear-gradient(to right, #00E785 0%, #0062FF 51%, #00E785 100%);
  padding: 20px 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: black;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 4px;
}

.btn-grad:hover {
  background-position: right center;
  text-decoration: none;
}

.section-title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: "ATC";
}

.section-subtitle {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-family: "Orbitron";
}

.ia-container-title {
  color: #0066FF;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: center !important;
  z-index: 1;
}

.linea {
  position: relative;
  z-index: 1;
}

.linea:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
  border-image: linear-gradient(to right, #00E785, #0062FF) 30;
  border-width: 3px 0 0 0;
  border-style: solid;
}

.linea span {
  background: #fff;
  padding: 0 15px;
}

#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

.ia-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ia-container p {
  text-align: justify;
}

.ia-container p.title-pilares {
  text-align: center;
}

.card {
  --bs-card-cap-bg: transparent;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-bottom: 0;
}

.card-header img {
  max-width: 100%;
}

.card-footer {
  border-top: 0
}

#pills-tab {
  justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #0E1F43;
  font-weight: 700;
  background-color: transparent;
  text-decoration: underline;
}

.nav-pills .nav-link {
  color: #CCCCCC;
  font-family: "Orbitron";
  font-size: 25px;
  font-weight: 700;
}

#pills-tab .nav-item {
  border-right: 2px solid rgba(0, 231, 133, 1);
  padding: 0 20px;
}

#pills-tab .nav-item:last-child {
  border-right: none;
}

#section-proyectos .card {
  max-width: 500px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.5s linear;
}
#section-proyectos .card:hover{
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
}
#section-proyectos .card .card-img-top {
  border-radius: 0;
}

#section-proyectos .card .archive-title {
  font-size: 27px;
  line-height: 31px;
}

#section-proyectos .card .card-body {
  padding: 20px 35px 40px;
}

#section-proyectos .card p {
  font-size: 17px;
}

#section-publicaciones p {
  text-align: justify;
}

#nosotros .card {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border: 2px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  padding: 10px 0 30px 0;
  transition: all 0.5s linear;
}

#nosotros .card:hover {
  background: #0E1F43;
  color: #fff;
}

#nosotros .card:hover .title-pilares {
  color: #fff;
}

#section-publicaciones .card {
  padding: 10px 20px;
  margin-bottom: 10px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border: 2px solid transparent;
  border-radius: 0;
  transition: all 0.5s linear;
}
#section-publicaciones .card:hover{
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.31);
}
#section-videos .card {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-card-border-radius: 0;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border-bottom: 1px solid transparent;
}

#section-videos .card:last-child {
  border-bottom: 0 !important;
}
#section-talleres .card {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-card-border-radius: 0;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border-bottom: 1px solid transparent;
}

#section-talleres .card:last-child {
  border-bottom: 0 !important;
}
#section-tutoria .card {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-card-border-radius: 0;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border-bottom: 1px solid transparent;
}

#section-tutoria .card:last-child {
  border-bottom: 0 !important;
}
#section-ensenanza .card {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-card-border-radius: 0;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border-bottom: 1px solid transparent;
}

#section-ensenanza .card:last-child {
  border-bottom: 0 !important;
}

#section-noticias .card {
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
}

#section-noticias .row-card:nth-child(even) {
  background-color: #0E1F43;
  color: #fff;
}

#section-noticias .row-card:nth-child(even) .archive-title {
  color: #fff;
}

.back-button {
  font-size: 21px;
  font-family: "Raleway";
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}

.back-button img {
  max-width: 100%;
  margin-right: 10px;
}

.title-pilares {
  font-family: "Orbitron";
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #0E1F43;
}

.text-pilares {
  font-size: 18px;
  line-height: 25px;
}

.single-title {
  font-family: "Orbitron";
  font-size: 40px;
  line-height: 48px;
  color: #0E1F43;
  font-weight: 700;
  text-align: left !important;
}

.archive-title {
  font-family: "Orbitron";
  font-size: 35px;
  line-height: 45px;
  color: #0E1F43;
  font-weight: 700;
  text-align: left !important;
}

.before-blue {
  color: #0062FF;
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 400;
}

.font-agr-prolig {
  font-family: "AkzidenzGrotesk";
  font-size: 13px;
}
footer p.font-17{
  font-size: 17px;
}

.single-link-button {
  display: block;
}

.page-numbers {
  font-family: "Raleway";
  font-weight: 700;
  padding: 10px 15px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border: 2px solid transparent;
  border-radius: 7px;
  margin-right: 7px;
}

.page-numbers.current {
  background: rgb(0, 231, 133);
  background: linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%);
  border: 0;
  padding: 12px 17px;
}

.row-pagination {
  margin-top: 70px;
}

.prev.page-numbers,
.next.page-numbers {
  display: none;
}

#section-ensenanza .before-blue,
#section-publicaciones .before-blue,
#section-proyectos .before-blue {
  font-weight: 700;
}

.ia-container-title {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-family: "ATC";
  color: #0062FF;
}

#pills-tabContent .card {
  padding: 25px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, rgba(0, 231, 133, 1) 35%, rgba(0, 98, 255, 1) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 0;
  border-top: 0;
}

#pills-tabContent .card:first-child {
  border-top: 1px solid transparent;
}

#pills-tabContent .card-title {
  font-size: 21px;
  font-family: "Orbitron";
  font-weight: 700;
  color: #0E1F43;
}

#pills-tabContent .card-text {
  font-size: 18px;
}
#navbar {
	background: #fff;
}
.single .ia-container {
	padding-top: 40px;
}
#section-ensenanza .ia-container, #section-noticias .ia-container {
	padding-top: 40px;
}
.page-template-t_page_publicaciones .archive-title{
	font-size: 18px;
	line-height: 28px;
}
.page-template-t_page_publicaciones .ia-container p,
.page-template-t_page_publicaciones .ia-container .before-blue{
	font-size: 15px;
	line-height: 25px;
}
.link-publicaciones:hover {
	text-decoration: underline;
}
.menu-categorias {
  text-align: center;
  padding-bottom: 50px;
}

.menu-categorias a.active .btn-cat {
  background-image: linear-gradient(to right, #00E785 0%, #0062FF 51%, #00E785 100%);
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    font-family: "Raleway";
    font-style: italic;
    font-weight: 800;
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 4px;
}

.menu-categorias .btn-cat {
	border: 1px solid rgba(0, 231, 133, 1);
    border-radius: 5px;
  	padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
}
.menu-categorias .btn-cat:hover{
	background-position: right center;
}
.menu-categorias .active .btn-grad {
  background-color: #00E785;
}
@media screen and (max-width:1200px) {
	#primary-menu .nav-link {
		font-size: 12px;
    	margin: 0px 3px;
    	padding: 15px 7px;
	}
	.archive-title {
		font-size: 28px;
    	line-height: 34px;
	}
	.archive-text {
		font-size: 18px;
	}
}
@media screen and (max-width:991px) {
	#section-publicaciones .card {
    	padding: 0px 5px;
		margin-bottom: 5px;
	}
	#section-publicaciones .card .card-body {
    	padding: 10px 5px;
	}
	#primary-menu .nav-link {
		font-size: 14px;
		margin: 0 10px;
		padding: 15px 10px;
	}
	#section-proyectos .card .archive-title,
	#section-ensenanza .card .archive-title
	{
		font-size: 20px;
		line-height: 27px;
	}
	.single-title {
		font-size: 30px;
    	line-height: 36px;
	}
	.section-front .section-title {
		font-size: 60px;
    	line-height: 60px;
	}
	.section-subtitle {
		font-size: 30px;
	}
}
@media screen and (max-width:768px) {
	
	.section-front .section-title {
		font-size: 45px;
    	line-height: 48px;
	}
  .section-title {
    font-size: 50px;
    line-height: 50px;
  }

  .section-subtitle {
    font-size: 20px;
  }
	.row-cards .col {
		margin-bottom: 15px;
	}

  #pills-tab .nav-item {
    border-right: 0;
  }
	.col-right-single {
		padding-top: 30px;
	}
}
@media screen and (max-width: 500px) {
	.section-front .section-title {
    font-size: 34px;
    line-height: 40px;
}
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 40px;
    line-height: 40px;
  }

  .section-subtitle {
    font-size: 15px;
  }
	.ia-container-title {
    font-size: 45px;
		line-height: 50px; 
	}
	.nav-pills .nav-link {
		font-size: 20px;
	}
	#section-noticias .archive-title {
		    font-size: 30px;
    line-height: 35px;
	}
	#section-noticias .archive-title {
    	font-size: 20px;
    	line-height: 23px;
	}
/* 
  .single-title {
    font-size: 35px;
    line-height: 45px;
  }*/
}

@media screen and (max-width: 380px) {
  .section-title {
    font-size: 30px;
    line-height: 35px;
  }
	.navbar-brand img {
    width: 200px;
	}
	.section-front .section-title {
    font-size: 28px;
    line-height: 37px;
	}
	
	.single .ia-container .single-title {
    	font-size: 23px;
    	line-height: 28px;
	}
	.single .ia-container p {
		font-size:18px;
	}
}
@media screen and (max-width: 360px) {
	.section-front .section-title {
    	font-size: 23px;
    	line-height: 29px;
	}
	.single .ia-container .single-title {
    	font-size: 20px;
    	line-height: 24px;
	}
}
@media screen and (max-device-width: 480px) {
	html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
  	text-size-adjust: none;
	}
}

section.section-page.d-flex.align-items-end,section.section-front{
  margin-top: 134px;
}
.banner-mobile{
  margin-top: 132px;
}
.banner-mobile img{
  width: 100%;
  height: 100%;
}