@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }



/* EXPERIENCIAS */

.Experiencias {
	
	background:url(../img/FondoCovid.png) 50% 0 no-repeat ;
    background-size:cover;
	height: auto;
	padding: 0;
	width: 100%;
	
	
}

.Content-Experiencias {
	
	width: 100%;
	height: auto;
	padding: 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: justify;

}

.Content-Experiencias p { height: 14px; }


.Title-Experiencias {
	
	font-family: 'Lato', sans-serif;
    color: #002847;
	font-size: 43px;
	font-weight: 900;
	padding-bottom: 30px;

}


.Text-Experiencias {
	
	font-family: 'Lato', sans-serif;
    color: #002847;
	font-size: 17px;
	width: 100%;
	font-weight: 400;
	line-height: 31px;

}




@media (max-width:1060px) {
	
	
.Experiencias {
	
    background-size:cover;
	height: auto;
	padding: 0;
	width: 100%;
	background-position: left;
	
}


.Title-Experiencias {
	
	font-size: 33px;
	font-weight: 900;
	padding-bottom: 30px;

}


.Text-Experiencias {
	
	font-size: 15px;
	width: 92%;
	font-weight: 400;
	line-height: 31px;

}


}


@media (max-width:733px) {

.Experiencias {
	
    background-size:cover;
	height: 500px;
	padding: 0;
	width: 100%;
	background-position: left;
	
}

.Content-Experiencias {
	
	width: 50%;
	height: auto;
	padding: 20px;
	margin-top: 4%;
	float:right;

}


.Title-Experiencias {
	
	font-size: 33px;
	font-weight: 900;
	padding-bottom: 30px;

}


.Text-Experiencias {
	
	font-size: 13px;
	width: 86%;
	font-weight: 400;
	line-height: 27px;

}
	
}


@media (max-width:527px) {

.Experiencias {
	
    background-size:cover;
	height: auto;
	padding: 0;
	width: 100%;
	background-position: left;
	
	
	
}

.Content-Experiencias {
	
	width: 95%;
	height: auto;
	padding: 20px;
	margin-top: 10%;
	float:none;

}


.Title-Experiencias {
	
	font-size: 23px;
	font-weight: 900;
	padding-bottom: 30px;

}


.Text-Experiencias {
	
	font-size: 11px;
	width: 95%;
	font-weight: 400;
	line-height: 27px;

}

}


@media (max-width:414px) {
	
	
.Experiencias {
	
    background-size:cover;
	height: auto;
	padding: 0;
	width: 100%;
	background-position: right;
	
	
	
}

.Content-Experiencias {
	
	width: 100%;
	height: auto;
	padding: 20px;
	margin-top: 20%;
	float:none;
	
	background-color: rgba(255,255,255,0.5);


}


.Title-Experiencias {
	
	font-size: 23px;
	font-weight: 900;
	padding-bottom: 30px;

}


.Text-Experiencias {
	
	font-size: 11px;
	width: 95%;
	font-weight: 400;
	line-height: 27px;

}



}

