@font-face {
	font-family: "Raleway Bold";
	src: url("/sigue-un-viaje/src/fonts/Raleway/Raleway-Bold.woff2")
			format("woff2"),
		url("/sigue-un-viaje/src/fonts/Raleway/Raleway-Bold.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Raleway Regular";
	src: url("/sigue-un-viaje/src/fonts/Raleway/Raleway-Regular.woff2")
			format("woff2"),
		url("/sigue-un-viaje/src/fonts/Raleway/Raleway-Regular.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Raleway Regular";
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #24346c;
}

a {
	text-decoration: none;
}

body {
	margin-top: 90px;
}

header {
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	top: 0px;
	background-color: #F3F1EA;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
	z-index: 101;
}

.h-1 {
	width: 95%;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.h-2 {
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #909196;
	position: relative;
	gap: 30px;
	padding: 0px 30px;
}

#content-nav-header {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#content-btn-inscribete {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.h-2 a {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0071CC;
	text-decoration: none;
	text-align: justify;
}

#btn-logout {
	position: absolute;
	right: 10px;
	bottom: -45px;
}

#btn-logout button {
	background-color: #275441;
	color: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 16px;
	cursor: pointer;
}

.content-h-soc {
	width: 40%;
	display: flex;
	align-items: center;
}

.content-h-soc img {
	height: 30px;
}

.content-h-logo {
	display: none;
}

.content-h-logo a img {
	height: 60px;
}

.content-h-num {
	display: flex;
	width: 60%;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
}

.content-h-num a {
	font-size: 14px;
	color: #909196;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

section {
	width: 100%;
	display: flex;
}

#s-incribete {
	padding: 20px 10px;
	background-image: url(/inscripciones-zambo/src/img/f-01.jpg);
	background-repeat: no-repeat;
	block-size: cover;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-incribete h2 {
	font-size: 37px;
	color: #ffffff;
	margin-bottom: 10px;
}

#s-incribete p {
	width: 60%;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 20px;
}

#s-incribete span {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #44b0df;
	margin-bottom: 30px;
}

#s-incribete a {
	background-color: #275441;
	border-radius: 60px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 40px;
}

.popup.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

.popup .popup-container {
	width: 90%;
	max-height: 80%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: -50px;
}

.popup .popup-container .popup-content {
	width: 100%;
	max-height: 50vh;
	overflow: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
}

.popup .popup-container .popup-content h3 {
	font-size: 25px;
	font-family: "Raleway Bold";
	color: #24346c;
	margin-bottom: 20px;
	text-align: center;
}

.popup .popup-container .popup-content p {
	font-size: 16px;
	font-family: "Raleway Regular";
	color: #24346c;
	margin-bottom: 20px;
}

#content-btn-p {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 20px;
}

.btn-gonext,
.btn-goback {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #275441;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 18px;
	position: absolute;
	bottom: 100px;
	cursor: pointer;
}

.btn-goback {
	left: 100px;
}

.btn-gonext {
	right: 100px;
}
.c-btn-sig {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}

.c-btn-sig a,
.c-btn-sig button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #275441;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 18px;
	cursor: pointer;
}

.alert-danger {
	background-color: #c44831;
	color: #fff;
	padding: 4px 20px;
	margin-bottom: 15px;
}

.title-tutor-uno {
	color: #c44831 !important;
	border: 3px solid #c44831 !important;
}

#content-emerg {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
}

#content-emerg button,
#content-emerg a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 20px;
	border-radius: 10px;
	background-color: #8cbae8;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 30%);
}

.content-desc-card {
	width: 100%;
	height: 61px;
	overflow: hidden;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 24px;
}

.logo-nav {
	height: 55px;
	display: none;
}

.logo-nav img {
	height: 55px;
}

.bnt-menu-res {
	width: 50px;
	display: none;
	justify-content: center;
	align-items: center;
}
.bnt-menu-res svg {
	width: 100%;
	fill: #24346c;
}

footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #B7F3E4;
	padding: 64px 64px 32px;
}

#f1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	border-bottom: 1px solid #0071CC;
	padding-bottom: 50px;
	position: relative;
}

#icon-footer {
	position: absolute;
	bottom: -40px;
	width: 140px;
}

#content-nav-footer {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#nav-footer {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

#nav-footer a{
	color: #0071CC;
	font-size: 20px;
	font-family: "Raleway Bold";
}

#content-contacto-footer {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#content-contacto-footer h3{
	font-size: 36px;
	color: #0071CC;
	font-family: "Raleway Bold";
	margin-bottom: 25px;
}

#content-contacto-footer > a {
	font-size: 18px;
	color: #0071CC;
	margin-bottom: 15px;
}

#content-redes-footer {
	margin-top: 35px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	align-items: center;
}

#content-redes-footer a img {
	width: 24px;
	height: 24px;
}

#f2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;

}

#f2 div{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

#f2 div a{
	font-size: 14px;
	color: #0071CC;
	font-family: "Raleway Bold";
}

#f2 span{
	font-size: 14px;
	color: #0071CC;
}

#content-f {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

#content-f img {
	width: 20%;
}
#content-f > div {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 0px;
}
#content-f > div h2 {
	color: #fff;
	font-size: 25px;
	font-family: "Raleway Bold";
}
#content-f > div a {
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 992px) {
	.bnt-menu-res {
		display: flex;
	}
	.h-2 {
		justify-content: space-between;
		padding: 0px 10px;
	}
	.logo-nav {
		display: block;
	}
	header {
		height: 130px;
	}

	.h-2 {
		height: 60px;
	}
	.content-h-soc {
		width: auto;
		flex-direction: column-reverse;
	}

	.content-h-num {
		width: auto;
	}
	nav {
		display: none;
	}

	nav.active {
		display: flex;
		position: absolute;
		top: 60px;
		right: 0px;
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
		background-color: #fff;
		height: calc(100vh - 130px);
		padding: 20px;
		/* border: 1px solid #24346c; */
		border-radius: 8px 0px 0px 8px;
		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);
	}

	.h-2 a {
		font-family: "Raleway Bold";
		font-size: 18px;
		font-weight: 400;
		color: #252525;
		text-decoration: none;
		text-align: justify;
	}

	.content-h-num a {
		margin-right: 0px;
	}

	#content-f {
		width: 80%;
		gap: 50px;
		flex-direction: column;
		align-items: center;
	}

	footer {
		height: auto !important;
	}

	#content-f img {
		width: 55%;
	}

	#content-f > div {
		width: 80%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px 0px;
	}
}

@media screen and (min-width: 992px) {
	.popup .popup-container {
		width: 60%;
	}

	.popup .popup-container .btn-close-popup {
		top: -40px !important;
		right: -60px !important;
	}

	#s-incribete {
		height: 100vh;
		padding: 0px;
	}

	#content-emerg button,
	#content-emerg a {
		flex-direction: row;
	}

	.popup .popup-container .popup-content {
		padding: 20px 40px;
	}

	.content-h-logo {
		display: block;
	}

	.content-h-num {
		width: 40%;
		flex-direction: row;
		align-items: center;
	}

	.h-1 {
		width: 95%;
	}

	#btn-logout {
		right: 15px;
	}
}

.btn-inscribete {
    font-size: 16px !important;
    font-family: Raleway, sans-serif !important;
    width: auto;
    height: auto;
    border-width: 8px;
    color: #0071CC !important;
    border: 1px solid #0071CC;
    font-weight: bold !important;
    border-radius: 15px;
    padding: 6px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: underline !important;
}

.btn-sigue {
    font-size: 16px !important;
    font-family: Raleway, sans-serif !important;
    width: auto;
    height: auto;
    border-width: 8px;
    color: #fff !important;
    border: 1px solid #0071CC;
    font-weight: bold !important;
	background-color: #0071CC !important;
    border-radius: 15px;
    padding: 6px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-btn-inscribete-res {
	display: none !important;
}

.content-btn-inscribete-desk {
	display: flex !important
}

.content-progress-bar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress-bar {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.progress-bar .step {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	position: relative;
}

.step-bg {
	background-color: #ABD4BA;
	border-radius: 8px;
	height: 4px;
	content: "";
	width: 100%;
}

.step.completed .step-bg {
	background-color: #00904A;
}

.step .step-label {
	color: #ABD4BA;
}

.step.completed .step-label {
	font-size: 14px;
	color: #00904A;
}

#advertencia-popup .popup-container {
	width: 35%;
}

#popup-content-advertencia {
	background-color: #FFE252;
    max-height: 80vh;
	padding: 50px 20px;
}

#popup-content-advertencia img {
	width: 10%;
	margin-bottom: 30px;
}

#popup-content-advertencia p {	
	font-size: 20px;
	color: #F4542F;
	text-align: center;
}

#popup-content-advertencia h3 {
	color: #F4542F;
	font-family: "Raleway Bold";
	font-size: 45px;
}

#popup-content-advertencia a {
	background-color: #F4542F;
	font-family: "Raleway Bold";
	font-size: 22px;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
}

#index-popup .popup-container {
    width: 40%;
}

#index-popup #popup-content-index {
	background-color: #B7F3E4;
}

#popup-content-index h3 {
	color: #0071CC;
	font-size: 40px;
}

#content-btns-terminos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

#content-btns-terminos a {
	color: #0071CC;
	border: 1px solid #0071CC;
	border-radius: 30px;
	padding: 18px 40px;
	font-size: 16px;
}

.btn-p p{
	all: unset;
}

#content-btns-terminos button {
	color: #fff;
	background-color: #0071CC;
	border-radius: 30px;
	padding: 18px 40px;
	font-size: 20px;
	margin: 0px;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.h-2>a>img {
		height: 40px;
	}

	nav {
		gap: 0px 15px;
	}

	.h-2 a {
		font-size: 14px;
	}

	.btn-inscribete {
		font-size: 14px !important;
	}

	.btn-sigue {
		font-size: 14px !important;
	}

	#nav-footer {
		gap: 10px;
	}

	#nav-footer a {
		font-size: 14px;
	}

	#content-contacto-footer h3 {
		font-size: 30px;
	}

	#content-contacto-footer > a {
		font-size: 16px;
		margin-bottom: 6px;
	}

	#content-nav-footer img {
		width: 30%;
	}

	#icon-footer {
		bottom: -25px;
		width: 90px;
	}

	footer {
		padding: 40px 40px 10px;
	}

	.popup .popup-container .popup-content {
		max-height: 85vh;
	}

	.popup .popup-container {
		width: 85%;
	}

	#content-btn-p button {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	footer {
		padding: 20px;
	}

	#f1 {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	#content-nav-footer {
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 25px;
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}

	#nav-footer {
		flex-direction: column;
		gap: 20px;
	}

	#content-contacto-footer {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	#content-contacto-footer h3 {
		margin-bottom: 5px;
	}

	#content-redes-footer {
		justify-content: center;
	}

	#f2 {
		flex-direction: column;
		gap: 20px;
	}

	#f2 div {
		flex-direction: column;
	}

	.logo-nav img {
		display: none;
	}

	.content-btn-inscribete-res {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start !important;
	}

	.content-btn-inscribete-desk {
		display: none !important;
	}

	header {
		height: 60px;
	}

	.progress-bar {
		width: 100%;	
		margin-bottom: 20px;
	}

	.step span {
		font-size: 10px;
		text-align: center;
	}

	.step.completed .step-label {
		font-size: 10px;
	}

	#advertencia-popup .popup-container {
		width: 95%;
	}

	#popup-content-advertencia h3 {
		font-size: 25px;
	}

	#popup-content-advertencia img {
		width: 20%;
		margin-bottom: 10px;
	}

	#popup-content-advertencia p {
		font-size: 16px;
	}

	#popup-content-advertencia a {
		font-size: 18px;
	}

	#index-popup .popup-container {
		width: 95%;
	}

	#popup-content-index h3 {
		font-size: 25px;
		width: 80%;
		margin-bottom: 0px !important;
	}

	.text-verano p {
		font-size: 14px !important;
	}

	.text-verano input[type="checkbox"] {
		width: 18px;
		height: 18px;
	}

	#content-btns-terminos button,
	#content-btns-terminos a {
    padding: 8px 20px;
    font-size: 14px;
}
}