@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 (min-width:601px) and (max-width:700px){
	body{
		background-color: #FFFFFF;
	}
	#menu-res{
	position: sticky;
	top: 0;
	z-index: 1000;
	}
	header{
		background-color: #E54E42;
	}
	
	#logo{
	margin: 0px;
	padding:0px;
	padding-top: 1em;
	width: 60%;
	height: auto;
	min-height: 2.5em;
	font-family: arial;
	color: #FFFFFF;
	font-size: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: left;
	float:left;
	position: sticky;
	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;
	padding-top: 0.5em;
	text-align: center;
	}
	
	nav#adapt menu ul li i{
	font-size: 2em;
	line-height: 1.3em;
    margin: 0 12px;
	color: #FFFFFF;
	}
	
	nav#adapt menu ul li ul li {
	font-family: arial;
	font-size: 22px;
	font-weight: 400;
	margin: 5px 0;
	padding: 2px;
	text-align: center;
	background-color: #E54E42;
	width: 100%;
	height: 1.5em;
}
nav#adapt menu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #DDDDDD;
	padding-top: 0.2em;
	height: 1.3em;
	width: auto;
}
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: 11.5em;
}	
	
#sobreprof1 h1{
	width: 45%;
	font-size: 27px;
	border-bottom: 3px solid #DDDDDD;
	padding-top: 2em;
}
	
.sobreimg img{
	width: 180px;
}
	
.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: 14px;
	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: 14px;
	width: 95%;
	display: inline-flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
	.ft2 {
	width: 90%;
	border-radius: 5px;
}
}