#s-inscripciones {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	background-color: #fff;
	/* background-image: url(/inscripciones-zambo/src/img/zambo-2025/fondo.png);
	background-repeat: no-repeat;
	background-size: cover; */
}

#s-inscripciones h3 {
	width: auto;
	text-align: center;
	font-family: "Raleway Bold";
	font-size: 20px;
	color: #00904A;
	margin-bottom: 10px;
	padding: 5px 20px;
	margin-top: 20px;
}

#s-inscripciones form > span {
	color: #00904A;
	font-size: 16px;
	font-family: "Raleway Bold";
	text-transform: uppercase;
}	

#s-inscripciones form > h5 {
	color: #4D4D4D;
	font-size: 16px;
}	

#s-inscripciones form > h4 {
	color: #00904A;
	font-size: 18px;
	font-family: "Raleway Bold";
	text-align: center;
}	

#s-inscripciones h3.verde,
#s-inscripciones h4.verde,
#s-inscripciones form > span.verde {
	color: #00904A;
}

#s-inscripciones h3.naranja,
#s-inscripciones h4.naranja,
#s-inscripciones form > span.naranja {
	color: #F4542F;
}

#s-inscripciones h3.cafe,
#s-inscripciones h4.cafe,
#s-inscripciones form > span.cafe {
	color: #BB503F;
}

#s-inscripciones h3.azul,
#s-inscripciones h4.azul,
#s-inscripciones form > span.azul {
	color: #0071CC;
}



#s-inscripciones form {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 20px 80px;
    background-color: #F3F1EA;
    border-radius: 20px;
    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%);
    margin-top: 20px;
}																																										

.content-inp {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content-inp select {
	width: 100%;
	border-radius: 35px;
	border: 1px solid #4D4D4D;
	padding: 10px;
	font-size: 18px;
}

.label-s {
    font-family: "Raleway Bold";
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 8px;
    margin-top: 30px;
}

.label-s b {
	font-family: "Raleway Bold";
	font-size: 18px;
}

strong{
	font-family: "Raleway Bold";
}
.content-2-inp > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.content-2-inp > div input {
	width: 100%;
	border-radius: 35px;
	border: 1px solid #4D4D4D;
	padding: 10px;
	font-size: 18px;
}

.content-2-inp > div input::placeholder {
	font-size: 18px;
}

.conte-check {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.conte-check div {
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.conte-check div label {
	font-size: 18px;
	color: #000;
	margin-left: 10px;
}

.conte-check div input {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

.c-btn-sig {
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.c-btn-sig a{
	width: 20%;
	padding: 10px 40px;
	border-radius: 30px;
	font-size: 16px;
	border: 1px solid #00904A;
	background-color: transparent;
	color: #00904A;
}

.c-btn-sig button{
	width: 80%;
	padding: 10px 40px;
	border-radius: 30px;
	font-size: 22px;
	background-color: #00904A;
}

.c-btn-sig a.naranja{
	border: 1px solid #F4542F;
	color: #F4542F;

}
.c-btn-sig button.naranja{
	background-color: #F4542F;
}

.c-btn-sig a.cafe{
	border: 1px solid #BB503F;
	color: #BB503F;

}
.c-btn-sig button.cafe{
	background-color: #BB503F;
}

.c-btn-sig a.azul{
	border: 1px solid #0071CC;
	color: #0071CC;

}
.c-btn-sig button.azul{
	background-color: #0071CC;
}

.first-s {
	justify-content: flex-end;
}

.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: 25px;
}

.conte-check-list {
	width: 95% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
}

.conte-check-list div {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.conte-check-list input {
	width: 30px !important;
}

.conte-check-list label {
	width: 100%;
	font-size: 18px;
	color: #000;
}

.content-tipo-persona {
	width: 100%;
	display: none;
}

.content-tipo-persona.active {
	display: block;
}

.cam-bono {
	display: none;
}

.cam-bono.active {
	display: flex;
}

.content-radios {
	width: 100% !important;
	display: flex !important;
	justify-content: flex-start !important;
	gap: 20px;
	align-items: center !important;
}

.content-radios div{
	width: auto;
	display: flex;
	gap: 5px;
}

.content-radios div label{
	    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}


.content-radios input[type="radio"]{
    width: auto !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px; /* Ajusta el tamaño del círculo */
    height: 16px; /* Ajusta el tamaño del círculo */
    border: 2px solid #00904A; /* Color del borde del círculo */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.content-radios input[type="radio"]:checked::before {
    content: '';
    width: 12px; /* Ajusta el tamaño del círculo interior */
    height: 12px;
    border-radius: 50%;
    background-color: #00904A; /* Color del círculo interior */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-acepto-termino a{
	color: #00904A;
	font-family: "Raleway Bold";	

}

@media screen and (min-width: 992px) {

	.content-inp select {
		width: 100%;
	}
	.content-2-inp > div input {
		width: 100%;
	}

	#s-inscripciones h3 {
		width: auto;
		font-size: 40px;
	}

	.conte-check-list {
		width: 100% !important;
	}
}



@media (max-width: 1200px) {
	#s-inscripciones h3 {
		font-size: 27px;
		margin-top: 10px;
	}

	#s-inscripciones form {
		margin-top: 40px;
	}
	#s-inscripciones form {
		width: 55%;
		padding:10px 20px;
	}

	.label-s {
		font-size: 16px;
		margin-top: 20px;
	}

	.content-inp select {
		padding: 8px 10px;
		font-size: 14px;
	}

	.content-2-inp > div input {
		padding: 8px 10px;
		font-size: 14px;
	}

	.c-btn-sig button {
        width: 70%;
        padding: 10px 20px;
        font-size: 16px;
	}

	.c-btn-sig a {
		width: 30%;
		padding: 10px 20px;
		font-size: 16px;
	}

	.content-radios div label {
		font-size: 18px;
	}

	.conte-check-list label {
		width: 100%;
		font-size: 14px;
		color: #4D4D4D;
	}

	#validate {
		width: auto;
	}
}


@media screen and (max-width: 1000px) {
	#s-inscripciones form {
		width: 90%;
		padding: 15px;
	}

	#s-inscripciones form > span {
		text-align: center;
		font-size: 12px;
	}

	#s-inscripciones h3 {
		font-size: 22px;
	}
}