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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;	padding: 0;	border: 0;	font-size: 100%;vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, address, main {
display: block;
}
@viewport {
width: device-width;zoom: 1;min-zoom: 0.5;max-zoom: 4;orientation: portrait;
}
@media screen and (max-width:500px){
	body{
		background-color: #FFFFFF;
	}
	#menu-res{
	position: sticky;
	top: 0;
	z-index: 1000;
	}
	header{
		background-color: #E54E42;
	}
	#logo{
	width: 60%;
	height: auto;
	float:left;
	position: sticky;
	text-align: left;
	top: 0;
	}
	nav#one {
	display: none;
}
nav#adapt {
	display: block;
	position: sticky;
	top: 0px;
	height: 5em;
	width: 38%;
	float: left;
}
nav#adapt menu ul li ul {
	display: none;
}
nav#adapt menu ul li:hover ul {
	display: block;
	
}
nav#adapt menu ul li{
	font-family: arial;
	font-size: 22px;
	font-weight: 400;
	list-style: none;
}
	nav#adapt menu ul li i{
		
	font-size: 2em;
	line-height: 2em;
    margin: 0 12px;
	padding: 0 1em;
	color: #FFFFFF;	
	}
	
nav#adapt menu ul li ul li {
	font-family: arial;
	font-size: 22px;
	font-weight: 400;
	margin: 5px 0;
	text-align: center;
	background-color: #E54E42;
	width: 100%;
	height: 2em;
	list-style: none;
}
nav#adapt menu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #DDDDDD;
	height: 2em;
	line-height: 2em;
	width: auto;
	z-index: 1000;
}
nav#adapt menu ul li ul li a:hover {
	color: #DDDDDD;
	background-color: #1C1E25;
	transition: all;
	transition-delay: 50ms;
	transition-duration: 400ms;
}

.sobreimg{
	margin-left: 8.4em;
}

.sobreimg img{
	width: 180px;
}

#sobreprof1 h1{
	width: 50%;
	font-size: 27px;
	padding-top: 2em;
}
	
.historia{
	margin: 0 auto;
	width: 90%;
	font-size: 14px;
	text-align: justify;
}
	
.valor{
	margin: 0 auto;
	margin-top: 4em;
	width: 90%;
	font-size: 14px;
}
section#sobreprof2 {
	font-size: 12px;
	width: 98%;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
	
.palestratexto{
	margin: 0 auto;
	margin-top: 4em;
	width: 90%;
	font-size: 14px;
}
section#palestra, section#palestra2, section#palestra3, section#palestra4, section#palestra5, section#palestra6 {
	font-size: 12px;
	width: 98%;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.ft2 {
	width: 90%;
	border-radius: 5px;
}
}