html, body {
	width: 100%;
	height: 100%;
}

#contenedor{
	padding-top: 100px;
	margin-bottom: 100px;
	padding-right: 100px;
	background-image: url('../media/image2.png');
	background-repeat: no-repeat;
}

#logo-header {
	width: 80%;
	
}


/*************************************************************PRIMARY ROW**************************************************************************/



/* #textnew --------------------------------------------------------------------------*/

#textnew p{
	font-size: 24px;
}


/*projectimage--------------------------------------------------------------------------*/

#projectimage img{
	padding-top: 40px;
}


/*underborder--------------------------------------------------------------------------------*/

#underborder{
	margin-top: 100px;
	border-top: 3px solid;
	border-color: #5ed89d;
}




/*************************************************************SECONDARY ROW**************************************************************************/



/*secondaryrow--------------------------------------------------------------------------------*/

#secondaryrow{
	background-size: cover;
	background-image: url('../media/background.png');
	margin-top: 120px;
}



/*negratininfo1row------------------------------------------------------------------------------*/


#negratininfo1row{
	margin-top: 100px;
}




/*negratininfo-----------------------------------------------------------------------------------*/

#negratininfo1{
	color: white;
	font-size: 24px;
}



/*negratininfo2row--------------------------------------------------------------------------------*/

#negratininfo2row{
	margin-top: 150px;
	
}



/*negratininfo2-----------------------------------------------------------------------------------*/

#negratininfo2{
	color: white;
	font-size: 24px;
	padding-bottom: 100px;
	text-align: justify;
}




/*************************************************************THIRD ROW**************************************************************************/


/*thirdrow----------------------------------------------------------------------------------------*/

#thirdrow{
	padding-top: 200px;
	background-size: cover;
	background-image: url('../media/background2.png');
}

/*ultimaterow----------------------------------------------------------------------------------------*/

#ultimaterow{
	margin-top: 30px;
	color: white;
	font-size: 20px;
}



/*************************************************************FHOURT ROW**************************************************************************/


/*fhourtrow----------------------------------------------------------------------------------------*/


#contenedor2{
	background-image: url('../media/image1.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contenedor2 .section-footer{
	width: fit-content;
	border-right: solid 2px #0A3F4C;
	padding-left: 30px;
	padding-right: 30px;
}

#contenedor2 a, #contenedor2 p{
	font-size: 24px;
	margin-bottom: 0;
	text-decoration: none;
	color: #0A3F4C;
	font-style: italic;
}

#contenedor2 span a{
	font-weight: bold;
	color: #25ce7b;
	font-style: initial;
}


/* MEDIA QUERY ----------------------------------------------- */


@media (max-width: 1160px){
	#contenedor{
		background-image: none;
	}	
}

@media (max-width: 1600px){
	#contenedor2{
	background-image: none;
	}
}

@media (max-width: 1200px){
	#contenedor2 .section-footer{
		border-right: none;
	}
}

