@font-face {
	font-family: "Raleway Bold";
	src: url("/inscripciones-zambo/src/fonts/Raleway/Raleway-Bold.woff2")
			format("woff2"),
		url("/inscripciones-zambo/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("/inscripciones-zambo/src/fonts/Raleway/Raleway-Regular.woff2")
			format("woff2"),
		url("/inscripciones-zambo/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: 120px;
}

header {
	width: 100%;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	top: 0px;
	background-color: #fff;
	/* 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%); */
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) !important;
}

/* .h-1 {
	width: 70% !important;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.h-2 {
	width: 70% !important;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center !important;
	border-top: 1px solid #d5d5d5 !important;
	position: relative;
	gap: 30px;
} */

.h-2 a {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #24346c;
	text-decoration: none;
	text-align: justify;
}

#btn-logout {
	position: absolute;
	right: 10px;
}

#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;
	justify-content: flex-start;
	align-items: center;
}

.content-h-logo {
	display: none;
}

.content-h-logo img {
	height: 65px !important;
}

.content-h-num {
	display: flex;
	width: 60%;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
}

#content-trad {
	margin-left: 5px;
}

#content-trad {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-trad a {
	display: none;
}

#content-trad a.active {
	display: block;
}

#content-trad img {
	height: 20px;
}

.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;
	flex-direction: column;
	text-align: center;
}

#content-btn-p button {
	font-size: 30px;
	background-color: #00904A;
	border-radius: 35px;
	color: #fff;
	font-family: "Raleway Bold";
	padding: 8px 20px;
	cursor: pointer;
	margin-top: 23px;
}

.recibir-informacion {
	font-size: 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;
}

.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%);
}
@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;
	}

	#content-trad {
		margin-left: 40px;
	}

	#content-trad img {
		height: 30px;
	}
}

.text-verano {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	align-items: flex-start;
	gap: 5px;
}

.text-verano input[type="checkbox"] {
	width: 22px;        /* tamaño */
    height: 22px;       /* tamaño */
    accent-color: #1976D2; /* azul */
    cursor: pointer;
}

.text-verano p {
	width: calc(100% - 22px);
	margin-bottom: 0px !important;
	font-size: 20px !important;
	color: #4D4D4D !important;
	text-align: start !important;
}

.principal-banner {
	width: 100%;
}

.principal-banner img {
	width: 100%;
}

.otro-fondo {
	background-image: url(/inscripciones-zambo/src/img/otro-fondo.jpg) !important;
	background-size: contain !important	;
}

.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;
}

#content-redes {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-autorizacion-factura {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

#popup-content-index h3 {
	font-size: 30px;
	font-family: "Raleway Bold";
	color: #00904A;
}

#popup-content-index >p> a {
	font-size: 20px;
	background-color: transparent;
	border-radius: 35px;
	color: #00904A;
	border: 2px solid #00904A;
	font-family: "Raleway Bold";
	padding: 8px 20px;
	cursor: pointer;
	margin-top: 23px;
}

#content-autorizacion-factura a {
	color: #0071CC;
	text-decoration: underline;
	font-family: "Raleway Bold";
}

#index-popup .popup-container .btn-close-popup {
    top: 18px !important;
    right: 18px !important;
}

.popup .popup-container .btn-close-popup {
    background-color: #0071CC !important;
}

.popup .popup-container .btn-close-popup svg path{
	fill: #fff;
}



.recibir-informacion {
	width: calc(100% - 22px);
}

.btn-p {
	display: flex;
}

@media screen and (max-width: 992px) {
	.logo-nav {
		flex-grow: 1;
	}
	.btn-inscribete {
		margin-bottom: 10px;
	}

	.bnt-menu-res {
		width: 40px !important;
	}

	.h-2,
	.h-1 {
		width: 100% !important;
		padding: 0px 5px;
	}

	.h-2 {
		align-items: flex-end !important;
	}

	body {
		margin-top: 135px !important;
	}
}


@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;
	}

	.text-verano p {
		font-size: 16px !important;
	}

	.recibir-informacion {
		font-size: 16px;
	}

	#popup-content-index >p> a {
		font-size: 17px;
	}
}

@media screen and (max-width: 1000px) {
	body {
		margin-top: 60px !important;
	}

	.h-2 {
		align-items: center !important;
	}
}