:root {
	--azul: #012F5E;
	--azul_osc: #001D3A;
	--azul_cla: #89C5E3;
	--amarillo: #FABD00;
	--gris: #656565;
	--amarillo_claro: #F9D96A;
	--la-azul: #22527c;
	--home: #D9D9D9;
	--notebook: #CFF3DD;
	--labo: #A8DDF8;
	--special: #FFF5BD;
	--human: #FF99C7;
	--bot: #012D5C;
	--tit_human: #951B51;
	--tit_human_sub: #FF99C7;
	--tit_lab: #347190;
	--tit_lab_sub: #B5DCEE;
	--tit_proy: #5C9371;
	--tit_proy_sub: #CFF3DD;
	--tit_special: #D1C784;
	--tit_special_sub: #FFF5BD;
	--navbar: #f4f4f4;
}

/* Temporal */
.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
@media (min-width:1400px){.container{max-width:1320px}}

@font-face {
	font-family: 'akshar';
	src: url('https://static.igem.wiki/teams/5466/static/font/akshar-regular.ttf');
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'akshar';
}

body {
	font-size: 25px;
	padding-top: 0px;
}

.container-epicardo {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.video-epicardo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.fondo-edu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("https://static.igem.wiki/teams/5466/static/education/fondo-edu.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -4;
}

.mapa-leyenda {
	background-image: url(https://static.igem.wiki/teams/5466/static/our-work/information-per-continent.png);
	background-size: cover;
	width: 100%;
	height: 430px;
	display: flex;
}

.tabla-leyenda {
	background-image: url(https://static.igem.wiki/teams/5466/static/our-work/spain-2.png);
	background-size: cover;
	width: 100%;
	height: 430px;
	display: flex;
}

.mapa-leyenda > div {
	flex: 1 1 0px;
	width: 0;
	padding: 40px;
	padding-top: 110px;
}

.bolas-txt {
	display: flex;
	justify-content: space-around;
}

.bolas-txt > img {
	max-width: 300px;
}

.bolas2-txt {
	display: flex;
	justify-content: space-around;
}

.bolas2-txt > img {
	max-width: 400px;
}

@media (orientation: portrait) {
	.bolas-txt {
		display: block;
	}
}

.cont-img {
	max-width: 500px;
	max-height: 500px;
}

.cont-home {
	font-size: 30px;
	margin: 40px auto;
	max-width: 1400px;
}

.cont-home > div {
	margin: 40px auto;
}

@media (orientation: portrait) {
	.cont-home {
		font-size: 24px;
		margin: 5vw;
		max-width: 100vw;
	}

	.lateral-menu {
		display: none;
	}
}

.legend-esq1 {
	display: flex;
	justify-content: space-around;
	font-size: 25px;
}

.legend-num {
	max-height: 40px;
	max-width: 40px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.subtexto-centradito {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.member-degree {
	font-size: 30px !important;
}

.pi-title {
	font-size: 4rem;
}

.instructors-title {
	font-size: 4rem;
}

.team-title {
	font-size: 4rem;
}

/* background-image: url(animaci-n-afb1.gif); */
.texto-completo {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
	justify-content: center;
	font-size: 100px;
}

.and-this {
	font-size: 80px;
}

.video-promocional {
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 655px;
}

@media (orientation: portrait) {
	.texto-completo {
		font-size: 60px;
		text-align: center;
	}

	.and-this {
		font-size: 40px;
	}

	.video-promocional {
		height: 200px;
	}

	.legend-esq1 {
		font-size: 12px;
	}
}

.texto-completo > p {
	margin: 0;
}

.flex-left {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.f-r {
	float: right;
}

.f-l {
	float: left;
}

.cont-centrao {
	align-items: center;
}

.col-pers {
	display: flex;
	align-items: center;
}

.edu-pers {
	max-width: 10vw;
	margin: 40px;
}

.animation-book {
	display: flex;
}

.animation-book > iframe {
	width: 80%;
	height: 80vh;
	margin: 0 auto;
}

.aflax-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

#img-foot-team{
	/* margin-top: 40px; */
}

table {
	border-collapse: collapse;
	border: 3px solid black;
}

table th {
	background-color: var(--azul_cla);
	border: 1px solid black;
	border-bottom: 3px solid black;
	padding: 4px;
}

table td {
	border: 1px solid black;
	padding: 6px;
}

.cont-lin-pha1 {
	justify-content: space-around;
	display: flex;
	background-image: url(https://static.igem.wiki/teams/5466/static/methodology/linear-phases-1.png);
	background-size: cover;
	width: 100%;
}

.cont-lin-pha1 > div {
	margin: 30px 0;
	min-height: 60px;
	width: 25%;
}

.cont-lin-pha1 > p {
	text-align: center;
}

div.row.mt-4 dd {
	text-align: justify;
}

div.row.mt-4 p {
	text-align: justify;
}

div.row.mt-4 ol {
	margin-left: 40px;
}

div.row.mt-4 ul {
	margin-left: 40px;
}

.pagina {
	margin: 20px 100px 20px 300px;
}

.left-aligned { margin-left: auto; }
.bg-dark { background-color: #02335d !important; }
.bg-hero { background-color: #83b8d2; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }
.mx-6 {margin-left: 390px; margin-top: -100px;}

.pfm400 {
	max-width: 400px;
}

.pfm600 {
	max-width: 600px;
}

.pfm700 {
	max-width: 700px;
}

@media (orientation: portrait) {
	.pfm400 {
		max-width: 95vw;
	}

	.pfm600 {
		max-width: 95vw;
	}

	.pfm700 {
		max-width: 95vw;
	}

	.callate {
		max-width: 95vw;
	}
}

#jej {
	background-size: cover;
}

/**********/
/* navbar */
/**********/

nav {
	position: absolute;
	z-index: 2;
	max-height: 20vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	font-weight: bold;
	background-color: var(--navbar);
	transition: opacity 0.4s;
}

#subtitulaco {
	font-size: 28px;
}

nav ol {
	padding-right: 3%;
	list-style: none;
}

nav > ol > li > a {
	margin: 50px 20px;
}

nav > ol > li {
	min-height: 72px;
	align-content: center;
	display: inline-block;
	font-size: 20px;
	border-radius: 20px;
	background-color: var(--navbar);
	transition: font-size 1s;
}

nav > ol > li:hover {
	margin: auto 8px;
	font-size: 24px;
	background: var(--amarillo);
	transition: 1s;
}

nav ol li ol {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	max-width: 220px;
	background: var(--navbar);
	margin-top: 10px;
	z-index: 60;
	transition: max-height 0.7s ease;
	border-radius: 20px;
	background-color: var(--navbar);
}

nav > ol > li:hover > ol {
	padding-bottom: 16px;
	padding-top: 16px;
	z-index: 62;
}

nav ol li ol li {
	margin: 10px 0;
	padding: 10px;
	font-size: 14px;
}

nav ol li ol li:hover {
	background: var(--amarillo);
	border-radius: 20px;
	transition: background 1s;
}

nav ol li a {
	font-size: 140%;
}

nav ol li ol li a {
	font-size: 140%;
}

nav > ol > li:hover > ol {
	max-height: 500px;
}

#cerrarMenu {
	display: none;
}

@media (orientation: portrait) {
	#header {
		max-height: 13vh;
	}

	#bocata {
		background: linear-gradient(#000 20%, #0000 20%, #0000 40%, #000 40%, #000 60%, #0000 60%, #0000 80%, #000 80%);
		width: 64px;
		height: 64px;
		cursor: pointer;
	}

	#enlaces {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		background-color: var(--navbar);
		max-height: 100vh;
		width: 100%;
		overflow-y: scroll;
	}

	#enlaces > li {
		display: block;
	}

	#enlaces > li > a {
		margin: 20px;
	}

	#enlaces > li > ol {
		position: static;
		max-height: 2000px;
		display: block;
	}

	#enlaces > li > ol > li {
		display: block;
	}

	#enlaces > li > ol > li > a {
		margin: 20px;
	}

	#cerrarMenu {
		position: fixed;
		top: 10px;
		left: 75vw;
		width: 64px;
		height: 64px;
		cursor: pointer;
	}
}

/**********/
/* header */
/**********/

#logotipo {
	margin: 20px;
	width: 160px;
}

#header {
	background-size: cover;
	z-index: -1;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}

.header-f {
	align-content: center;
	height: 100vh;
	width: 100%;
}

.telon {
	background-color: #757575;
	opacity: 0.2;
	height: 100vh;
	width: 100%;
}

.bajador {
	position: absolute;
	top: 50%;
	bottom: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}

.bajador2 {
	top: 180%;
}

.bajador:hover {
	filter: brightness(110%);
}

a {
	text-decoration: none;
	color: #22527c;
}

/*Footer*/

footer {
	min-height: 200px;
	width: 100%;
	color: #01161E;
	background-color: #e8e8e8;
	padding: 50px;
	text-align: center;
}

.footer-centrao {
	display: flex;
	justify-content: center;
}

.footer-about {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 2px solid #fff;
}

.footer-about h3 {
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 600;
}

.footer-about p {
	max-width: 1600px;
	color: #01161E;
}

.social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}

.social-links a {
	transition: all 0.3s ease-in-out;
}

.social-links a:hover {
	transform: translateY(-7px);
}

.social-links img {
	width: 35px;
	height: 35px;
}

.footer-contact {
	display: flex;
	justify-content: space-around;
}

.footer-contact-box p {
	font-size: 1em;
	line-height: 1.6;
	color: #01161E;
}

.footer-copyright {
	text-align: center;
	margin-top: 50px;
	color: #01161E;
}

#my-footer {
	min-height: 45vh;
	display: grid;
	place-items: center;
	margin: 0;
	width: 100%;
}

.slider-footer {
	height: 250px;
	width: 90%;
	overflow: hidden;
	position: relative;
}

.slider-track {
	display: flex;
	width: calc(250px * 36);
	animation: scroll 40s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 18));
	}
}

.slide-footer {
	height: 200px;
	width: 250px;
	display: flex;
	align-items: center;
	padding: 15px;
	perspective: 100px;
	transition: transform 0.3s ease, z-index 0s 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#slide-picture {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}

#slide-picture2 {
	width: 80%;
	height: auto;
	transition: transform 0.3s ease;
}

.slide-footer:hover {
	transform: scale(1.1);
	z-index: 2;
}

.slider-footer::before,
.slider-footer::after {
	background: linear-gradient(to right, #e8e8e8 10%, rgba(255, 255, 255, 0) 100%);
	content: '';
	height: 100%;
	position: absolute;
	width: 15%;
	z-index: 2;
}

.slider-footer::before {
	left: 0;
	top: 0;
}

.slider-footer::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

/************/
/* notebook */
/************/

.notebook {
	margin: 0;
	display: flex;
}

#calendario {
	position: sticky;
	top: 0;
	padding: 20px;
	height: 100vh;
	background: linear-gradient(#83b8d2, #90C0D9);
}

.nb-regla {
	position: relative;
	top: -20px;
	width: 1.5px;
	height: 100vh;
	background-color: #F5F5F5;
}

.nb-mes {
	width: 200px;
}

.nb-mes > a {
	font-family: monospace;
	font-weight: 800;
	user-select: none;
	cursor: pointer;
	position: absolute;
	font-size: 16px;
	color: #F5F5F5;
	text-decoration: none;
}

.nb-mes > a::before {
	content: '-';
	width: 10px;
	height: 10px;
}

#cal-marca {
	position: absolute;
	right: 10px;
	background-color: #FABD00;
	height: 20px;
	width: 20px;
	border-radius: 0 50% 50% 0;
	transition: top 0.1s ease-out;
	cursor: grab;
}

.nb-section {
	margin-bottom: 20px;
}

.nb-header {
	text-align: center;
	background-color: #D6D6D6;
	padding: 8px;
	margin: 0;
	font-weight: bold;
}

.nb-content {
	min-height: 100px;
}

.nb-text {
	margin: 20px 80px 50px 100px;
}

.nb-text > h3 {
	margin: 20px 0;
	font-weight: bold;
}

.nb-text > h4 {
	margin: 10px 0;
	font-weight: bold;
}

.nb-text > p {
	margin: 10px;
	text-align: justify;
}

.nb-text > img {
	display: block;
	margin: 32px auto;
	max-width: 70%;
}

.nb-fin {
	display: block;
	margin: 32px auto;
	max-width: 70%;
}

/*****************/
/* volver-arriba */
/*****************/

.volver-arriba {
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .6s;
}

.volver-arriba.volver-oculto {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.volver-arriba img {
	width: 50px;
	height: 50px;
}

.volver-arriba:hover {
	cursor: pointer;
	filter: brightness(110%);
}

/****************/
/* lateral-menu */
/****************/

.lateral-menu {
	position: sticky;
	top: 30px;
	float: left;
}

.lateral-menu h3 {
	margin-left: 35px;
	font-size: 42px;
	padding-bottom: 10px;
}

.li-latmen {
	font-size: 20px;
	color: rgb(83, 83, 83);
	background-color: var(--navbar);
	padding: 8px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
	border-radius: 20px 20px 20px 20px;
	transition: 0.7s;
}

.lateral-menu .ol-latmen .li-latmen:hover {
	background: #f0ad4e;
	padding-left: 20px;
	transition: 0.7s;
	z-index: 20;
}

.disable-hover:hover {
	background: none;
	padding-left: 0;
	z-index: auto;
}

.lateral-menu .ol-latmen .li-latmen.active {
	background: #f8d8ac;
	padding: 8px;
	border-radius: 20px 20px 20px 20px;
	transition: 0.7s;
}

.lateral-menu .ol-latmen .li-latmen.active:hover {
	background: #f0ad4e;
	border-radius: 20px 20px 20px 20px;
	padding-left: 40px;
	transition: 0.7s;
}

@media (orientation: portrait) {
	.lateral-menu {
		display: none;
	}
}

/*************/
/*   Team    */
/*************/

/* Team-cards */
.members-title {
	text-align: center;
	height: 250px;
	margin: 50px 0 20px 0;
}

.team-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 20px;
	justify-content: space-around;
	gap: 80px;
}

.flip-card {
	background-color: transparent;
	width: 330px;
	height: 380px;
	perspective: 1000px;
	margin-bottom: 40px;
	cursor: pointer;
}

.flip-card img {
	width: 330px;
	height: 380px;
	object-fit: cover;
}
.flip-card-inner {
	position: relative;
	width: 330px;
	height: 380px;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 200px;
	height: 100px;
	backface-visibility: hidden;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
}

.popup {
	display: none;
}

.popup-activo {
	display: block;
}

.popup-cont {
	background-color: white;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 60vw;
	max-height: 70vh;
	border-radius: 20px;
	box-shadow: 5px 5px 1px #202020;
}

.popup-foto {
	max-width: 30%;
	max-height: 80%;
	width: auto;
	height: auto;
	padding: 20px;
	border-radius: 20px;
	margin-left: 30px;
	margin-top: 55px;
}

.popup-cont > div > h1 {
	padding: 20px 30px;
	margin: 0;
	font-size: 6vh;
}

.popup-cont > div > p {
	padding: 10px 30px;
	margin: 0;
	font-size: 3vh;
	text-align: justify;
}

.popup-cerrar {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 64px;
	height: 64px;
}

.popup-cerrar:hover {
	filter: brightness(80%);
	cursor: pointer;
}

.popup-fondo {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #888888;
	opacity: 0.4;
	width: 100vw;
	height: 100vh;
}

.flip-card-front {
	background-color: #fff;
	color: var(--negro);
}

.flip-card-back {
	background-color: #fcbc02;
	color: white;
	transform: rotateY(180deg);
}

.card-body {
	position: absolute;
	transform: translate(0%, -100%);
	text-align: center;
	background: #83b8d2;
	width: 330px;
	height: 80px;
	padding-top: 5px;
	opacity: 93%;
	color: white;
}

.card-body h5{
	font-size: 30px;
	line-height: 70px;
	margin-bottom: -2px;
}

.card-body p{
	font-size: 21px;
}

.flip-card-back .card-body {
	position: absolute;
	transform: translate(-20%, 0%);
	text-align: center;
	background: #fcbc02;
	width: 330px;
	height: 80px;
	padding-top: 5px;
	margin-left: -82px;
	opacity: 100%;
	color: white;
}

.back-content {
	justify-content: flex-start;
}

.flip-card-back .card-title {
	margin-top: -10px;
	margin-left: 17px;
	font-size: 24px;
}
.flip-card-back .text-container {
	position: absolute;
	color: black;
	width: 346px;
	height: 320px;
	margin-top: 30px;
	text-align: center;
	background: whitesmoke;
	margin-left: -16px;
	top: 30px;
	padding-top: 10px;
}

.flip-card-back .text-container .know-more {
    display: inline-block;     
	padding: 10px 20px;         
    background: #f0ad4e;               
    text-align: center;        
	border-radius: 8px;         
    border: none;               
	cursor: pointer;            
	font-size: 16px;            
	text-decoration: none;      
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
	transition: background-color 0.3s, transform 0.1s; 
}

.know-more:active {
    transform: scale(0.98);     
}

.flip-card-back .text-container img{
	width: 80px;
	height: 80px;
}

.instructors-container{
	display: grid;
	grid-template-columns: 40% 40% 40%;
	grid-template-rows: 400px 400px;    
	margin-bottom: 120px;
	gap: 70px;
	margin-left: -150px;
}

.pi-container{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 200px;    
	margin-bottom: -250px;
	gap: 100px;
	margin-left: 150px;
}

.desc-title {
	font-size: 40px;
}

@media (max-width: 1400px) {
	/*Team cards*/
	/* .team-container{ */
	/* 	grid-template-columns: 18% 18% 18% 18%; */
	/* 	grid-template-rows: 300px 300px; */
	/* 	margin-bottom: 100px; */
	/* 	gap: 100px; */
	/* 	margin-left: 50px; */
	/* } */

	.flip-card {
		width: 220px;
		height: 270px;
		perspective: 1000px;
		margin-bottom: 100px;
	}

	.flip-card img {
		width: 220px;
		height: 270px;
		object-fit: cover;
	}

	.card-body {
		width: 220px;
		height: 50px;
	}

	.card-body h5{
		font-size: 17px;
		margin-bottom: -2px;
	}

	.card-body p{
		font-size: 17px;
	}

	.flip-card-inner {
		position: relative;
		width: 220px;
		height: 270px;
	}

	.flip-card-back .text-container {
		position: absolute;
		color: black;
		width: 220px;
		height: 210px;

	}

	.flip-card-back .card-body {
		margin-left: 23px;
		width: 220px;
		height: 60px;
	}
}

@media (max-width: 500px) {
	/* Team */
	/* .team-container{ */
	/* 	grid-template-columns: 15%; */
	/* 	grid-template-rows: 300px 300px; */
	/* 	margin-top: 80px; */
	/* } */

	.flip-card {
		width: 220px;
		height: 270px;
		perspective: 1000px;
		margin-bottom: 10px;
		margin-left: 25px;
	}

	.flip-card img {
		width: 220px;
		height: 270px;
		object-fit: cover;
	}

	.card-body {
		width: 220px;
		height: 50px;
	}

	.card-body h5{
		font-size: 17px;
		margin-bottom: -2px;
	}

	.card-body p{
		font-size: 17px;
	}

	.flip-card-inner {
		position: relative;
		width: 220px;
		height: 270px;
	}

	.flip-card-back .text-container {
		position: absolute;
		color: black;
		width: 220px;
		height: 210px;

	}

	.flip-card-back .card-body {
		margin-left: 23px;
		width: 220px;
		height: 60px;
	}

	.members-title{
		width: 420px;
		height: 300px;
		margin-top: 0px;
		margin-left: -13px;
	}

	.members-title p{
		font-size: 40px;
		margin-left: -30px;
	}

	.instructors-title{
		height: 300px;
		margin-top: 0px;
		font-size: 40px;
	}

	.advisors-title{
		width: 420px;
		height: 300px;
		margin-top: 0px;
		margin-left: -13px;
	}

	.advisors-title p{
		font-size: 40px;
		margin-left: -30px;
	}
}

.pdfFrame {
	height: 1055px;
	width: 80%;
	margin: auto;
}

#pdfFrame1{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*Carrusel de inclusivity*/

.img-carrusel {
	max-height: 30%;
	max-width: 30%;
	margin: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 50px;
	height: 50px;
	background-size: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(100%);
}

.carousel-control-prev,
.carousel-control-next {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	max-height: 200px;
	max-width: 100px;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


h3{
	font-weight: bold;
	font-size: 50px
}

h4{
	font-weight: bold;
	font-size: 38px
}

/*tabla de parts*/
.tablita {
	margin: 0 auto;
	height: 20vh;
	width: 40vh;
	border-collapse: collapse; /* Ensures borders don't have gaps */
}

.tablita th, .tablita td {
	border: 1px solid black; /* Defines visible borders */
	padding: 8px;
	text-align: left;
}

.mapa-parts{
	max-width: 1000px; 
	max-height: 460px;
	margin: 0 auto;
}

/*inclusivity fotos*/
.incl-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 370px;
	border-radius: 10px;
}

.img-desp{
	max-height: 250px;
	margin: 0 auto;
}

/*design de dani*/
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*desplegable nogal*/

.dropdown {
	position: relative;
	display: inline-block;
	padding: 20px;
	border-radius: 50px;
	text-align: center;
	width: 270px;
}
.inclu{
	background-color: #d57ac1;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 80vw;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	border-radius: 10px;
	margin-top: 30px;
}
.inclu-cont{
	background-color: #eab8df;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.phase-img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 200px;
}

.phase-img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 200px;
}

.phase-title {
	margin-bottom: 30px
}

.response-img-right {
	justify-content: center;
	margin-left: 15px;
	margin-bottom: 10px;
	width: inherit;
}

#list-and-photos-div{
	display: flex;
	flex-flow: column;
}

#brilliant-minds-container{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	min-width: 100%;
	justify-content: space-between;
}

#brilliant-minds-container img{
	width: 300px;
	height: 300px;
	margin: 5px;
}

/*education*/

.fnd-sec{
	background-color: #F0F6F6;
    border-radius: 20px;
    padding: 20px;
}

.table-edu{
	background-color: #F9DF74;
}

.img-edu{
	max-height: 65vh;
	border-radius: 10px;
}

.img-edu2{
	max-width: 400px;
	border-radius: 10px;
}
/*imagenes notebook*/
.img-nb{
	max-width: 250px;
	border-radius: 10px;
}

.img-col1{
	max-width: 30%;
}

.img-col2{
	max-width: 70%;
}
