@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-webfont.eot');
    src: url('fonts/raleway-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-webfont.woff2') format('woff2'),
         url('fonts/raleway-webfont.woff') format('woff'),
         url('fonts/raleway-webfont.ttf') format('truetype'),
         url('fonts/raleway-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway_semibold-webfont.eot');
    src: url('fonts/raleway_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway_semibold-webfont.woff2') format('woff2'),
         url('fonts/raleway_semibold-webfont.woff') format('woff'),
         url('fonts/raleway_semibold-webfont.ttf') format('truetype'),
         url('fonts/raleway_semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{
	box-sizing: border-box;	
}

body, html
{
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: ralewaylight;
	font-weight: normal;
}

#top_bg
{
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

header
{
	width: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
}

nav
{
	display: none;
}

#logo_cont
{
	width: 40%;
	margin: 0 auto;
	display: block;
}

.menu_item
{
	display: inline-block;
	width: auto;
	padding-right: 10px;

}

.menu_item a
{
	color: #FFF;
	text-decoration: none;
}

.menu_item a:hover
{
	color: #00bac0;
}
.active
{
	color: #00bac0 !important;
}

.textbox
{
	height: 30px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 13px;
	display: block;
	border-radius: 3px;
	border: none;
}

.textarea
{
	height: 60px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
	display: block;
	border-radius: 3px;
	border: none;
	resize: none;
}

.row
{
	display: table;
	width: 100%;
}

.two_cols
{

	display: block;
	vertical-align: middle;
}

.pad40
{
	padding: 20px;
}

.bg_green
{
	background: #00bac0;
}

.bg_white
{
	background: #FFFFFF;
}

.bg_black
{
	background: #000000;
}

.txt1
{
	font-size: 22px;
	line-height: 30px;
}

.txt2
{
	font-size: 18px;
	line-height: 30px;
}

.txt_white
{
	color: #FFFFFF;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 30px;
}

#proceso_eventos
{
	background: #FFF;
	padding: 50px 0;
}

.wrapper1
{
	width: 95%;
	margin: 0 auto;
}

.bg_servicios
{
	background: url(../images/bg_quienes.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#contactos
{
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
}

.nav_a
{
	width: 10%;
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
}

.nav_b
{
	width:85%;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}

#nav_mobile
{
	display: block;
	padding: 10px;
}

#nav_mobile_cont
{
	display: none;
	width: 60%;
	height: 100vh;
	background: #424242;
}

#nav_mobile_cont .menu_item
{
	display:block;
	width: auto;
	padding: 10px;

}

#nav_mobile_cont .menu_item a
{
	color: #FFF;
	text-decoration: none;
}