body {
	font-family: "Poppins", sans-serif !important;
}

section {
	height: max-content;
}

#linkRegister {
	font-style: bold !important;
	color: white;
}

a#buttonlink {
	width: 90%;
}
#buttonRegister {
	font-weight: bolder;
	font-size: 30pt;
	background: linear-gradient(#e74922, #ec8e1e);
	border-width: 0px;
	border-radius: 100px;
	width: 100%;
	height: 100px;
	transition: ease-in-out;
	transition-duration: 0.15s;
	outline: 0;
	vertical-align: middle;
	color: white;
}

#buttonContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#buttonRegister:hover,
#buttonRegister:focus,
#buttonRegister:active {
	transform: scale(0.9);
}

#gradientSeparator {
	background: linear-gradient(to right, #e74922, #ec8e1e, #ec8e1e);
	height: 4px;
	margin-left: -40%;
	margin-top: 5px;
	margin-bottom: 20px;
}

#titulosomos {
	font-size: 3vw;
	font-weight: 500;
	color: #ec8e1e;
	line-height: 10px;
}

#titleBanner {
	display: flex;
	flex-direction: column;
	max-width: max-content;
}

#naranjainternet {
	font-size: 50pt;
	font-weight: 700;
	/* direction: rtl; */
	width: max-content;
	word-wrap: normal;
	max-width: 100%;
}

.section1ContentColumn {
	width: fit-content;
	margin-left: 5%;
	margin-top: 5%;
}

#fondonino1 {
	width: 100%;
	position: absolute;
	z-index: -1;
	right: 0px;
	top: 0px;
}

#logotipo {
	height: 4rem;
	left: 9%;
	top: 10%;
	position: relative;
	
}

.titulo {
	font-weight: bold;
	color: white;
}

#titulosomos {
	font-weight: normal;
}

#buttonDisclaimerText {
	color: black;
	text-align: center;
	font-size: 15pt;
}

#section1 {
	height: 100vh;
	background: url("assets/niño02\ 1.png") no-repeat top center;
	background-size: cover;
}

#section1ContentRow {
	/* background-color: aqua; */

	height: 100%;
	width: 100%;
	flex-grow: 1;
	align-content: center;
	margin-left: 5%;
	margin: auto;
	width: fit-content;
}

p {
	font-size: 25pt;
	font-weight: 300;
	color: white;
}

#section1contenttext {
	width: fit-content;
	margin-right: 5rem;
	padding-bottom: 5rem;
}

.orangeBoldText {
	font-weight: 700;
	color: #ea5e22;
}

#section1innerrow {
	margin-left: 5%;
}
#containerseparadorseccion2 {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#separadorseccion2 {
	background: linear-gradient(to right, #80ae2f, #8cbf40);
	height: 4px;
	position: absolute;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0%;
	align-self: flex-end;
	width: 100vw;
	overflow-x: visible;
}

#infosection2 {
	padding: 5%;
	width: min-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#imgcontainersec2 {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#imgsection2 {
	object-fit: cover;
	z-index: 2;
}

.titlebanner {
	font-weight: 500;
	font-size: 20pt;
	color: black;

	text-align: left;
	width: fit-content;
}

.titlebannerfocus {
	font-weight: 700;
	font-size: 40pt;
	color: white;
}
#parrafo1seccion2 {
	font-size: 13pt;
	width: 85%;
	position: relative;
}
#parrafo2seccion2 {
	font-size: 13pt;
	width: 100%;
	width: 85%;
	position: relative;
	text-align: left;
}

.boldtextseccion2 {
	font-size: 13pt;
	font-weight: 700;
	color: black;
}

#section2 {
	background: url("assets/Vector\ 1.svg") no-repeat bottom center;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

#textoaviso {
	font-size: 0pt;
	font-weight: 700;
	position: relative;
	color: black;
	top: 0%;
}

/* section3 */

#section3banner {
	background: linear-gradient(to right, #ea5e22, #ec8e1e);
	width: 100%;
	position: relative;
	margin-top: 15vh;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
}

#section3bannertext {
	margin-left: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	align-content: center;
	text-align: left;
}

#registratetextcontainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-height: 75vh;
	position: relative;
}

#section3paragraph {
	color: black;
	padding-left: 5px;
}

#section3bold {
	font-weight: 700;
}

#greentrianglecontainer {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-content: flex-end;
	align-items: flex-end;
}

#greentriangle {
	padding-top: 10px;
	right: 0%;
}

#mujerimagencontainer {
	display: flex;
	position: relative;
	height: 100%;
	flex-direction: row-reverse;
	align-content: flex-end;
	justify-content: flex-end;
}

#mujerimagen {
	position: absolute;
	bottom: 0px;
	right: 0px;
	object-fit: cover;
	object-position: center bottom;
}

#containerseparadorseccion3 {
	display: flex;
	flex-direction: column-reverse;
	height: max-content;
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 0px;
}
#separadorseccion3 {
	background: linear-gradient(to right, #ea5e22, #ec8e1e);
	height: 4px;
	width: 90vw;
	margin-left: 0%;
	align-self: flex-end;
	overflow-x: visible;
	left: 0px;
	bottom: 0px;
}

#section3content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: space-around;
	align-content: center;
	min-height: 65vh;
}

#footercontainer {
	height: 15vh;
}
#footer {
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#section3 {
	height: max-content;
}
@media screen and(min-width:400px)and(max-width:900px){
	#section1{
		background-size: cover;
	}
	#section1contenttext{
		color: white;
	}
}
	
@media screen and (max-width:500px) {
	#imgsection2{
	
		width: 90vw;
	
	}
	#section1{
		background-size: contain;
	}
	#section1contenttext{
		color: rgb(0, 0, 0);}
}

@media screen and (max-width:900px) {

	#titulosomos{
		font-size: 15pt;
		line-height: 0;
	}

	#logotipo{
		height: 2rem;
		left: 2rem;
		top:	2rem;
	}
	#section1{
		height: auto;
		
	}

	#section1ContentRow{
		height:auto;
		margin-top:4rem;
	}

	#gradientSeparator{
		height: 3px;
    margin-left: -40%;
    margin-top: 1rem;
    margin-bottom: 1rem;

		
	}
	#imgsection2{
		padding-left:1rem ;
		padding-right:1rem ;
		/* width: 100%; */
		object-fit: contain;
		z-index: 0;
	}
	#section1contenttext{
		font-size: 9pt;
		text-align: left;
		padding:0px;
		width: 100%;
		display:block;
		margin-top:2.5rem;
		height: fit-content;
	}
	#naranjainternet{
		font-size: 15pt;
	}
	#mujerimagencontainer{
		height:auto;
		margin-top:1rem;
		margin-bottom:1rem;
		width: 100%;

	}
	#mujerimagen{
		/* width: 130%; */
		justify-content: center;
		/* left: -8%; */
		position: relative;
		width: 100%;
	}
	#section3paragraph{
		font-size: 15pt;
		width: fit-content;

	}
	#section3container{
		right: 0px;
	}
	#buttonRegister{
		font-size: 24pt;
	}
	.titlebannerfocus{
		font-size: 30pt;
	}
	
}