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

@font-face {

  font-family: 'Sk-Bold';
  src: url('../Fonts/Sk-Modernist-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Sk-Mono';
  src: url('../Fonts/Sk-Modernist-Mono.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Sk-Regular';
  src: url('../Fonts/Sk-Modernist-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

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

}

a:link { text-decoration: none; }



/* EXPERIENCIAS */

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

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

}


.Title-Experiencias {
	
	font-family: 'Sk-Regular', sans-serif;
    color: #C52825;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-top: 20px;

}

.SubTitle-Experiencias {
	
	font-family: 'Sk-Regular', sans-serif;
    color: #002847;
	font-size: 15px;
	font-weight: 500;

}


.Text-Experiencias {
	
	font-family: 'Sk-Regular', sans-serif;
    color: #C52825;
	font-size: 17px;
	width: 82%;
	font-weight: 400;
	line-height: 31px;

}

.Text-Experiencias p { height: 18px; }


.Boton-Experriencias {
	
	font-family: 'Sk-Regular', sans-serif;
	font-weight: 500;
	width: 16%;
	height: auto;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ff7e00;
	color: #ff7e00;
	margin-top: 30px;
	font-size: 12px;
	
}


.Boton-Experriencias:hover {

	background-color: #ff5a00;
	color: #fff;
	
}



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

.Content-Experiencias {
	
	width: 70%;
	height: auto;
	padding: 20px;
	margin-top: 2%;
	float:right;
}


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

}


.Text-Experiencias {
	
	font-size: 15px;
	width: 98%;
	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: 90%;
	height: auto;
	padding: 20px;
	margin-top: 4%;
	float:right;

}


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

}


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

}
	
}


@media (max-width:527px) {

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

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

}


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

}

	

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

}
	
.Boton-Experriencias {
	
	width: 100%;
	height: auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #ff7e00;
	color: #000;
	margin-top: 30px
	
}

}


@media (max-width:414px) {
	
	
.Experiencias {
	
	background:url(../img/Pedro3.png) 20% 0 no-repeat ;
    background-size:cover;
	height: 500px;
	padding: 0;
	width: 100%;
	
}

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

}


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

}

.SubTitle-Experiencias {
	
	font-family: 'Poppins', sans-serif;
    color: #002847;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 30px;

}



}

