/*-- THEME COLORS --*/
:root {
	/* Colors */
	--azul: #00235b;
	--blanco: #ffffff;
	--gris: #333333;
	--rojo: #f92505;

	/* Shadows */
	--shadow-1: 0 1px 3px 1px rgb(66 66 66 / 20%),
		0 2px 8px 4px rgb(66 66 66 / 10%);
}

@font-face {
	font-family: "Raleway-Regular";
	src: url("/src/fonts/Raleway-Regular.woff2") format("woff2"),
		url("/src/fonts/Raleway-Regular.woff") format("woff");

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Raleway-Bold";
	src: url("/src/fonts/Raleway-Bold.woff2") format("woff2"),
		url("/src/fonts/Raleway-Bold.woff") format("woff");

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Raleway-ExtraBold";
	src: url("/src/fonts/Raleway-ExtraBold.woff2") format("woff2"),
		url("/src/fonts/Raleway-ExtraBold.woff") format("woff");

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Raleway-Light";
	src: url("/src/fonts/Raleway-Light.woff2") format("woff2"),
		url("/src/fonts/Raleway-Light.woff") format("woff");

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-style: italic;
	font-display: swap;
}

/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Raleway-Regular" !important;
}

body {
	background-color: #ffffff;
	margin: 0px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: var(--rojo);
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

.btn-css {
	background-color: #03178c;
	color: #ffffff;
	border-radius: 20px;
	padding: 4px 20px;
	font-size: 20px;
	border: none;
}

input,
textarea,
select {
	outline: none;
}

.principal-title {
	font-size: 50px;
	color: var(--blanco);
	letter-spacing: 5px;
	margin-bottom: 40px;
	font-family: "Raleway-ExtraBold" !important;
}

section {
	position: relative;
}

/* --------------------------------------- HEADER -------------------------------------- */

header {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 20px 60px;
	z-index: 999;
	background-color: #ffffffd1;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.img-logo {
	height: 70px;
}

header nav {
	width: 80%;
	height: 90px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

header nav ul {
	width: 90%;
	height: 90px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
	list-style: none;
}

header nav ul li {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header nav ul li a {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--azul);

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	font-family: "Raleway-Bold" !important;
}

#content-trad {
	padding: 3px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 0px 30px 30px 0px;
}

#content-trad svg {
	width: 40px;
	fill: var(--azul);
}
#content-trad select {
	color: var(--azul);

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	border: none;
	background-color: #e5e5e5;
	font-size: 20px;
}

/* ----------------------------------- footer----------------------------- */

footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	background-color: var(--azul);
}
footer > img {
	width: 22%;
}
footer > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px 0px;
}
footer > div a {
	font-size: 22px;
	color: var(--blanco);
	font-weight: lighter;
}

#btn-linkin {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #2967b0;
	padding: 10px;
	fill: var(--blanco);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	transition: ease all 0.6s;
}
#btn-linkin:hover {
	transform: scale(1.05);
}

/* ----------------------------------- carousel----------------------------- */
#bnn-izq {
	left: -35px;
}

#bnn-der {
	right: -35px;
}

.bnn {
	width: 70px;
	height: 70px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 999;
	border-radius: 50%;
	background-color: #a90000;
	border: 3px solid #fff;
}

.bnn-2 {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 999;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	border: 3px solid #fff;
}

.bnn-3 {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 999;
	right: -30px;
}

.bnn-3 svg {
	width: 100%;
	fill: #606060;
}

#bnn-izq-2 {
	left: 8%;
}

#bnn-der-2 {
	right: 8%;
}

#banner-interno {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	margin-top: 90px;
}
#banner-interno img {
	width: 100%;
	border-radius: 0px 0px 20px 20px;
}

#banner-interno span {
	position: absolute;
	font-size: 70px;
	color: var(--blanco);

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	letter-spacing: 3px;
}

header .menu-btn-container {
	width: auto;
	height: 100%;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#menu-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.parallax {
	height: calc(100vh - 90px);
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}

.parallax:before {
	content: "";
	background-image: url(/src/img/banner-momentum.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.parallax-content {
	z-index: 111;
	transform: translateY(-25vh) translateZ(0px) scale(1);
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	position: absolute;
	top: 22%;
	width: 100%;
	left: 2%;
	text-align: center;
	color: #ffffff;
}

/* ------------------------- popup ----------------------------- */

.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.popup .popup-container {
	width: 90%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #a90000;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 70px;
	top: -15px;
	z-index: 9999;
}

.popup-content {
	width: 90%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	overflow: auto;
}

#content-certificados {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popup-content h3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 38px;
	margin-bottom: 30px;
}

.popup-content h3 span:first-child {
	font-size: 50px;
	font-family: "Raleway-ExtraBold";
	color: var(--azul);
}

.popup-content span:last-child {
	font-size: 40px;
	color: var(--azul);
	font-family: "Raleway-Bold";
}

.content-img-pop {
	width: 9%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 30px;
	top: 30px;
}

.content-img-pop img {
	width: 100%;
}

.popup-content p {
	width: 85%;
	font-size: 18px;
	letter-spacing: 1px;
	color: #4d4d4d;
	margin-bottom: 10px;
	text-align: justify;
}

@media screen and (max-width: 992px) {
	.popup-content p {
		width: 100%;
	}
	.parallax:before {
		background-image: url(/src/img/banner-res.jpg);
	}
	header {
		padding: 10px;
	}

	header nav {
		display: none;
	}

	header nav.active {
		display: flex;
		position: absolute;
		top: 90px;
		width: 100%;
		flex-direction: column;
		background-color: #fff;
		left: 0px;
	}
	header .menu-btn-container {
		display: flex;
	}

	header nav {
		height: auto;
	}

	header nav ul {
		width: 100%;
		flex-direction: column;
		height: auto;
		gap: 20px;
	}

	header nav ul li,
	header nav ul a {
		width: 100%;
		height: auto !important;
	}

	#content-trad {
		width: 100%;
	}

	.principal-title {
		font-size: 35px;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}

	.bnn {
		width: 40px;
		height: 40px;
		cursor: pointer;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: calc(50% - 40px);
		z-index: 999;
		border-radius: 50%;
		background-color: #a90000;
		border: 3px solid #fff;
	}

	#bnn-der {
		right: -35px;
	}

	#bnn-izq {
		left: -35px;
	}

	#banner-interno span {
		font-size: 45px;
	}

	footer {
		padding: 20px;
		flex-direction: column;
	}

	footer > img {
		width: 50%;
	}

	footer > div {
		gap: 15px 0px;
	}

	footer > div a {
		font-size: 18px;
	}

	.popup-content {
		padding: 20px;
	}

	.popup .popup-container .btn-close-popup {
		right: 0px;
		top: -15px;
	}

	.content-img-pop {
		width: 25%;
		position: unset;
		margin-bottom: 15px;
	}
}
