/** General Style **/
*, 
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-sbox-sizing: border-box;
	box-sizing: border-box;
}
body{
	/*font-family: 'Gotham-Book';*/
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
figure{
	margin: 0;
}
img{
	height: auto;
	max-width: 100%;
}
.container{
	margin: auto;
	max-width: 1302px;
	position: relative;
	width: 98%;
}
/** Header **/
body.page-home #container-page{
	background-image: url('../images/shadow-header.png');
	background-repeat: repeat-x;
}
header#header-main{
	border-top: 3px solid #00AEEF;
}
.page-home #container-page{
	background: none;
}
#container-page{
	background-color: #fff;
}
/** Header Top **/
#head-top{
    color: #d5d5d5;
    font-size: 0.75em;
    margin-bottom: 2em;
    margin-top: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: right;
}
#head-top a{
	color: #d5d5d5;
	text-decoration: none;
}
#head-top a:hover{
	text-decoration: none;
}
#contact-top,
#nav-top,
#search-top{
	display: inline-block;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#contact-top{
	border-right: 1px solid #C7C7C7;
	margin-right: 5px;
	padding-right: 20px;
}
#contact-top i{
    font-size: 2.2em;
    margin-left: 13px;
    vertical-align: middle;
}
#contact-top a{
	color: #00aeef;
	margin-left: 6px;
}
#nav-top{
	
}
#nav-top ul{
	overflow: hidden;
	position: relative;
}
#nav-top li{
	display: inline-block;
	float: left;
	vertical-align: top;
}
#nav-top li a:after{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	content: "";
	display: inline-block;
	height: 9px;
	position: absolute;
	right: 0;
	top: 2px;
}
#nav-top li:last-child a:after{
	border-right: 0;
}
#nav-top li a{
	color: #d5d5d5;
    display: block;
    line-height: 1;
    margin: 0.6em 0;
    padding: 0 9px;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#nav-top li a:hover,
#nav-top li.current a,
#nav-top li a.current-top{
	color: #3fcebb;
}

#search-top a#btn-search-top{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
/** Search Top **/
#search-top{
	display: none;
	max-width: 222px;
}
#custom-search-google{
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: 0;
}
#custom-search-google table.gsc-search-box{
	margin-bottom: 0;
}
#custom-search-google .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 5px;
}
#custom-search-google table.gsc-search-box td.gsc-search-button{

}
#custom-search-google td:focus{
	outline: none !important;
}
#custom-search-google .gsc-control-cse{
	border: 0;
	margin: 0;
	padding: 0;
}
#custom-search-google form.gsc-search-box{
	margin-bottom: 0;
}
#custom-search-google .gsc-input-box{
	border: 0;
}
#custom-search-google .gsc-input-box:focus{
	outline: none;
}
#custom-search-google table.gsc-search-box td.gsib_b{
	/*display: none !important;*/
}
#custom-search-google .gsc-input-box-focus{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#custom-search-google input.gsc-search-button{
	-webkit-box-sizing: content-box;
	-moz-sbox-sizing: content-box;
	box-sizing: content-box;
	margin-right: 1px;
	margin-top: 1px;
	padding: 6px 6px;
}
/** Header Main **/
#head-main{
    overflow: hidden;
    padding: 1.1em 0;
    position: relative;
}
#logo{
	float: left;
    margin: 0;
    position: relative;
    width: 18%;
}
#logo a{
	display: block;
}
#logo span{
	font-size: 0;
	height: 0;
	left: 0;
	position: absolute;
	text-indent: -999999px;
	top: 0;
	visibility: hidden;
	width: 0;
}
#logo img{
	display: block;
}
nav#nav-main{
    float: right;
    max-width: 1070px;
    position: relative;
    text-align: right;
    width: 82%;
}
nav#nav-main ul{
	letter-spacing: -5px;
}
nav#nav-main li{
	display: inline-block;
	letter-spacing: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
}
nav#nav-main li a{
    color: #fff;
    display: block;
    /*font-family: 'Gotham-Bold';*/
    font-family: 'Montserrat', sans-serif;
    font-size: 0.812em;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding: 0.3em 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav#nav-main li a:before{
	background-color: rgba(108, 111, 112, 0.6);
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav#nav-main li a:hover,
nav#nav-main li a.current{
	color: #3FCEBB;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav#nav-main li a.current:before,
nav#nav-main li a:hover:before{
	background-color: #3FCEBB;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav#nav-main li.item-parent{

}
nav#nav-main li.item-parent a{

}
nav#nav-main li.item-parent:hover ul.children{
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
nav#nav-main li ul.children{
	display: none;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
	visibility: hidden;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
nav#nav-main li ul.children li{

}
/** Header Page **/
header#header-main.header-page{
    background-position: center top;
    border-width: 4px;
    height: 325px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
header#header-main.header-page .triangle-banner-page{
	background-image: url(../images/triangle-banner.png);
	background-position: center 2px;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	width: 100%;
	position: absolute;
}
header#header-main.header-page .header-after{
    background-color: #fff;
    bottom: -2px;
    height: 120px;
    position: absolute;
    right: 0;
    width: 0px;
}
header#header-main.header-page .shadow-banner{
    background-color: rgba(90, 90, 90, 0.2);
    background-image: url(../images/shadow-banner.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}
/** Content Home **/
#content-home{
	overflow: hidden;
	padding-top: 2.1em;
}
#content-home article{
	overflow: hidden;
	position: relative;
}
#content-home article h2{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    margin-bottom: 0.35em;
    margin-top: 0.8em;
    -webkit-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.31);
    -moz-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.31);
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.31);
}
#content-home article h2:after{
    background-color: #E84852;
    content: "";
    display: block;
    height: 2px;
    margin-top: 0.3em;
    max-width: 138px;
}
#content-home article h2.title-pink:after{
	background-color: #E84852;
}
#content-home article h2.title-skyblue:after{
	background-color: #00AEEF;
}
#content-home article h2.title-orange:after{
	background-color: #FCB03C;
}
#content-home article p{
	color: #fff;
	font-weight: normal;
	line-height: 1.38em;
	-webkit-text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.32);
	-moz-text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.32);
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.32);
}
#content-home figure{
	float: left;
	max-width: 646px;
	margin-top: 3.5em;
    padding-bottom: 0em;
	width: 54%;
}
#content-home figure img{
	display: block;
}
#content-home #inner-content-home{
    float: right;
    max-width: 578px;
    padding-right: 111px;
    width: 46%;
}
ul#slide-list li{
	height: 7px;
	margin: 0 10px 0 10px;
	width: 7px;
}
ul#slide-list li.current-slide a, 
ul#slide-list li.current-slide a:hover{
	background-position: 0px 0px;
}
ul#slide-list li a:hover{
	background-position: 0px 0px;
}
ul#slide-list li a{
    background: url(../images/bullets.png) no-repeat;
    background-position: 0px -7px;
    display: block;
    width: 7px;
    height: 7px;
    border: 0;
}
/** Sidebar Page **/
.sidebar{
    float: left;
    max-width: 354px;
    padding-right: 1.25em;
    padding-top: 1.35em;
    width: 27.188%;
}
.sidebar.sidebar-right{
    float: right;
    padding-left: 2.9375em;
    padding-right: 0;
}
.sidebar .sidebar-menu{

}
.sidebar .title-aside{
    color: #3fcebb;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.95em;
    text-transform: uppercase;
}
.sidebar .sidebar-menu ul{
	overflow: hidden;
	position: relative;
}
.sidebar .sidebar-menu li{
	border-bottom: 1px solid #E0E0E0;
	display: block;
	list-style-type: none;
}
.sidebar .sidebar-menu li a{
    color: #303840;
    display: block;
    font-size: 1.125em;
    padding: 0.6em 0;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar .sidebar-menu li a.current,
.sidebar .sidebar-menu li a:hover{
	color: #009fda;
}
.sidebar .sidebar-image{
    margin-bottom: 3.4em;
    margin-top: 0.2em;
    text-align: center;
}
.sidebar .sidebar-image figure{
	overflow: hidden;
	position: relative;
}
.sidebar .sidebar-image img{
	display: block;
	margin: auto;
}
.sidebar .sidebar-image h4{
	color: #303840;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1.2em;
}
/** Page **/
#content-page{
	overflow: hidden;
	position: relative;
}
.main-content{
    float: right;
    position: relative;
    max-width: 948px;
    width: 72.81%;
}
.main-content.main-content-left{
	float: left;
}
.main-content:before{
	content: "";
}
.main-content:after{
	content: "";
}
.main-content .inner-main-content{
	padding-bottom: 3em;
	padding-left: 5.5em;
	padding-top: 1.4em;
	position: relative;
}
.main-content .inner-main-content:before{
    background-image: url(../images/shadow-sidebar.png);
    background-repeat: repeat-y;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.main-content.main-content-left .inner-main-content{
	padding-left: 0;
	padding-right: 5.5em; 
}
.main-content.main-content-left .inner-main-content:before{
	display: none;
}
.main-content.main-content-left .inner-main-content:after{
	background-image: url(../images/shadow-sidebar.png);
	background-repeat: repeat-y;
	content: "";
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 4px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}
.main-content h1{
	color: #009fda;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 0.65em 0;
}
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6{
	color: #303840;
	font-weight: normal;
}
.main-content h2{
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0.6em 0;
}
.main-content h3{
    font-size: 1.125em;
    line-height: 1.5em;
    margin: 0.75em 0;
}
.main-content h4{
    font-size: 1em;
    margin: 0.8em 0;
}
.main-content h5{
	font-size: 1em;
    margin: 0.5em 0;
}
.main-content h6{
	font-size: 1em;
    margin: 0.3em 0;
}
.main-content a{
	color: #009fda;
	text-decoration: underline;
	-webkit-transition: alll .3s ease;
	-moz-transition: alll .3s ease;
	transition: alll .3s ease;
}
.main-content a:hover{
	opacity: 0.95;
}
.main-content p,
.main-content li{
    color: #838a91;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
}
.main-content p{
	display: inline-block;
    margin: 1.1em 0;
    width: 100%;
}
.main-content li{
    background-image: url(../images/bullet-li.png);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    display: block;
    list-style-type: none;
    margin: 0.1em 0;
    padding-left: 1.4em;
}
.main-content li:last-child{
	margin-bottom: 0;
}
.main-content ol,
.main-content ul{
	clear: both;
	display: inline-block;
	margin: 0.35em 0 0.8em;
	width: 100%;
}
.main-content ol{

}
.main-content ul{
	
}
.main-content img{
	max-width: 100%;
}
.main-content img.partner{
    float: left;
    margin: 1em 0 0 5%;
}
.main-content img.alignleft{
	margin: 0 1em 1em 0;
}
.main-content img.alignright{
	margin: 0 0 1em 1em;
}
.main-content img.aligncenter{
	margin: 1em 0;
}
.main-content hr{
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
.main-content strong{
	font-weight: bold;
}
.main-content em{
	font-style: italic;
}
.main-content blockquote{
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.main-content blockquote:before{
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.main-content blockquote p{
    display: inline;
    margin-bottom: 0.5em;
}
/** Page Contact **/
#frm-contact{
    margin-top: 1.6em;
	max-width: 858px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#frm-contact .row-form{
    float: left;
    margin-bottom: 1.4em;
    position: relative;
    width: 100%;
}
#frm-contact .row-form .col-form{
    float: left;
    position: relative;
    width: 100%;
}
#frm-contact .row-form .col-form.col-2{
    margin: 0 1.748%;
    width: 48.251%;
}
#frm-contact .row-form .col-form.col-2:first-child{
	margin-left: 0;
}
#frm-contact .row-form .col-form.col-2:last-child{
	float: right;
	margin-right: 0;
}
#frm-contact .row-form label{
    color: #303840;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    padding-bottom: 0.6em;
    text-transform: uppercase;
}
#frm-contact .row-form .input-text,
#frm-contact .row-form .select,
#frm-contact .row-form .textarea{
    background-color: #E5E7E9;
    border: 1px solid #E5E7E9;
    color: #838a91;
    font-size: 0.95em;
    height: 46px;
    padding: 0 0.5em 0 1em;
    width: 100%;
}
#frm-contact .row-form .input-text{
	height: 46px;
	padding: 0 0.5em;
}
#frm-contact .row-form .input-text:focus,
#frm-contact .row-form .select:focus,
#frm-contact .row-form .textarea{
	outline: none;
}
#frm-contact .row-form .select{

}
#frm-contact .row-form .selectric-wrapper{

}
#frm-contact .row-form .selectric-wrapper .selectric{
    background: #E5E7E9;
    border-color: #E5E7E9;
    height: 46px;
}
#frm-contact .row-form .required.error .selectric-wrapper .selectric{
	border-color: #faaf49;
}
#frm-contact .row-form .selectric-wrapper .selectric .label{
    color: #838a91;
    font-family: 'Muli', sans-serif;
    font-size: 0.95em;
    height: 100%;
    margin: 0;
    padding: 0.8em 3em 0.8em 1.6em;
}
#frm-contact .row-form .selectric-wrapper .selectric .button{
    background: url(../images/arrow-select.png) no-repeat;
    background-position: center;
    height: 45px;
    width: 55px;
}
#frm-contact .row-form .selectric-wrapper .selectric-items{

}
#frm-contact .row-form .selectric-wrapper .selectric-open .selectric-items{

}
#frm-contact .row-form .selectric-wrapper .selectric-items ul{
	margin: 0;
}
#frm-contact .row-form .selectric-wrapper .selectric-items li{
	background: #E5E7E9;
	border-top: 0;
	margin: 0;
	padding-left: 1em;
	color: #838a91;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#frm-contact .row-form .selectric-wrapper .selectric-items li:hover{
    background: #009FDA;
    color: #fff;
}
#frm-contact .row-form .textarea{
	height: 130px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#frm-contact .row-form .row-rbtn{
    display: inline-block;
    margin-bottom: 0.45em;
    margin-right: 2.8em;
    margin-top: 0.8em;
    vertical-align: top;
}
#frm-contact .row-form .row-rbtn .rbtn{
    display: inline-block;
    position: relative;
    top: 1px;
    vertical-align: top;
}
#frm-contact .row-form .row-rbtn label{
	color: #838a91;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	margin-left: 0.75em;
	position: relative;
	text-transform: none;
	vertical-align: top;
}
#frm-contact .row-form span.text-field{
	color: #838a91;
	font-size: 0.875em;
}
#frm-contact .row-form .btn-submit{
    background-color: #009FDA;
    border: 0;
    color: #fff;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    height: 50px;
    padding: 0 1.5em;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#frm-contact .row-form .btn-submit:hover{
	background-color: #0095CC;
}
#frm-contact .row-form .label-req{
	color: #faaf49;
	font-family: 'Muli', sans-serif;
	font-size: 2em;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 0;
}
.required.error .input-text,
.required.error .select,
.required.error .textarea{
	border: 1px solid #faaf49 !important;
}
#sidebar-contact{

}
.sidebar .sidebar-info{
	border-bottom: 1px solid #E0E0E0;
	padding: 2em 0 1.85em;
	position: relative;
}
.sidebar .sidebar-info:last-child{
	border: 0;
}
.sidebar .sidebar-info .title-aside{
	color: #303840;
	font-family: 'Muli', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 1.7em;
	text-transform: none;
}
.sidebar .sidebar-info p{
    color: #303840;
    font-size: 1em;
    overflow: hidden;
    padding: 0.35em 0;
    position: relative;
}
.sidebar .sidebar-info p .label-info{
    color: #3fcebb;
    display: inline-block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    top: 4px;
    max-width: 110px;
    width: 35.7%;
}
.sidebar .sidebar-info a.text-info{
    color: #3fcebb;
    font-size: 0.87em;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}
.sidebar .sidebar-info .text-info{
    line-height: 1.4em;
    float: right;
    width: 64.3%;
}

/** Footer **/
footer.foo-bottom{
	background-color: #2E2E2E;
	color: #666666;
}
footer.foo-bottom.foo-fixed{
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
footer#foo-main{
    overflow: hidden;
    margin-top: 4em;
    padding: 8px 0;
}
footer#foo-main #foo-privacy{
    float: left;
    padding-top: 0.7em;
}
footer#foo-main #foo-privacy a{
    color: #666666;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.01em;
    margin-right: 1.6em;
    vertical-align: middle;
    text-decoration: none;
}
footer#foo-main #foo-powered{
	float: right;
}
footer#foo-main #foo-powered span{
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	vertical-align: middle;
}
footer#foo-main #foo-powered #isotipo{
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
}
footer#foo-main #foo-powered #isotipo img{
	display: block;
}
@media screen and (min-height: 769px){
	#controls-wrapper{
		position: fixed;
	}
	footer.foo-bottom.foo-fixed{
		position: fixed;
	}
}
@media screen and (max-width: 1300px){
	nav#nav-main li a{
		padding: 0.3em 1.2em;
	}
}
@media screen and (max-width: 1245px){
	nav#nav-main li a{
		padding: 0.3em 1em;
	}
}
@media screen and (max-width: 1220px){
	nav#nav-main li a{
		padding: 0.3em 0.8em;
	}
}
@media screen and (max-width: 1155px){
	nav#nav-main li a{
		font-size: 0.75em;
	}
}
@media screen and (max-width: 1070px){
	nav#nav-main li a{
		padding: 0.3em 0.6em;
	}
}
@media screen and (max-width: 1024px){
	#sidebar-contact{
		padding-left: 1em;
	}
}


@media screen and (max-width: 1000px){
	nav#nav-main li a{
		font-size: 0.7em;
		padding: 0.3em 0.5em;
	}
}
@media screen and (max-width: 940px){
	/** Page **/
	header#header-main.header-page{
		height: 280px;
	}
	.sidebar{
		padding-right: 0.8em;
	}
	.main-content .inner-main-content{
	    padding-left: 3em;
	}
}
@media screen and (max-width: 939px){
	#logo{
		display: block;
		float: none;
		font-size: 0;
		margin: auto;
		width: 192px;
	}
	#top-menu-mobile{
      	background: #00AEEF;
        display: block;
        height: 45px;
        left: 0;
        position: absolute;
        top: 0;
        width: 45px;
        z-index: 999999;
    }
    #top-menu-mobile:before{
        top: 9px;
    }
    #top-menu-mobile:after{
        bottom: 9px;
    }
    #top-menu-mobile span,
    #top-menu-mobile:before,
    #top-menu-mobile:after{
        background: #fff;
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        position: absolute;
        left: 7px;
        transition: none 0.5s ease 0.5s;
        transition-property: transform, top, bottom, left, opacity;
    }
    #top-menu-mobile span{
        top: 50%;
        margin-top: -3px;
    }
    .mm-menu > .mm-panel,
    .mm-panels > .mm-panel{
      	background: #565656 !important;
  	    color: #fff;
        text-align: left;
    }
    .mm-menu .mm-navbar > *, 
    .mm-menu .mm-navbar a{
    	color: #fff;
    }
    .mm-panel.mm-hasnavbar .mm-navbar{
		
    }
    .mm-list > li.mm-opened ul.sub-menu{
        display: block !important;
    }
    .mm-listview > li > a, .mm-listview > li > span{

    }
    nav#nav-main{
		display: none;
	}
	/** Content Home **/
	#content-home figure{
	    width: 40%;
	}
	#content-home #inner-content-home{
		padding-right: 50px;
    	width: 58%;
	}
	#content-home article h2{
		font-size: 2em;
	}
}
@media screen and (max-width: 853px){
	.main-content.main-content-left .inner-main-content{
		padding-right: 2em;
	}
	.sidebar .sidebar-info .title-aside{
		font-size: 1.25em;
		padding-bottom: 1em;
	}
}
@media screen and (max-width: 800px){
	/** Page **/
	header#header-main.header-page{
		height: 250px;
	}
	.main-content .inner-main-content{
		padding-left: 2em;
	}
	.main-content h1{
		font-size: 2.3em;
	}
	.main-content h2{
		font-size: 1.4em;
	}
	/** Contact **/
	.sidebar .sidebar-info p .label-info{
		display: block;
		max-width: 100%;
		padding-bottom: 0.5em;
		width: 100%;
	}
	.sidebar .sidebar-info .text-info{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	/** Content Home **/
	#content-home #inner-content-home{
		padding-right: 10px;
	}
	#content-home article h2{
		font-size: 1.8em;
	}
	/** Page **/
	.sidebar .title-aside{

	}
	/** Contact **/
	#frm-contact .row-form .row-rbtn label{
		padding-bottom: 0;
	}
	/** Footer **/
	footer#foo-main #foo-privacy a,
	footer#foo-main #foo-powered span{
		font-size: 12px;
	}
}
@media screen and (max-width: 640px){
	.container{
		width: 95%;
	}
	/** Header Top **/
	#head-top{
		padding-left: 3.5em;
	}
	/** Content Home **/
	#content-home figure{
		float: none;
		margin: 1em auto 0;
		max-width: 320px;
		width: 100%;
	}
	#content-home #inner-content-home{
		float: left;
		max-width: 100%;
		padding-right: 0;
		width: 100%;
	}
	#content-home article h2{
		font-size: 1.6em;
	}
	/** Page **/
	header#header-main.header-page{
	    height: 190px;
	}
	header#header-main.header-page .triangle-banner-page{
	    height: 80px;
	}
	.main-content{
		float: left;
		max-width: 100%;
		width: 100%;
	}
	.main-content .inner-main-content{
		padding-bottom: 1.5em;
		padding-left: 0;
	}
	.main-content .inner-main-content:before{
		display: none;
	}
	.main-content h1{
		font-size: 2em;
	}
	.main-content h2{
		font-size: 1.3em;
	}
	.main-content.main-content-left .inner-main-content{
		padding-right: 0;
	}
	.main-content.main-content-left .inner-main-content:after{
		display: none;
	}
	.sidebar{
		max-width: 320px;
		padding-right: 0;
		width: 100%;
	}
	#sidebar-contact{
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
	/** Footer **/
	footer#foo-main #foo-privacy a{
		margin: 0 7px;
	}
	footer#foo-main #foo-privacy{
		text-align: center;
		width: 100%;
	}
	footer#foo-main #foo-powered{
		margin-bottom: 0em;
		margin-top: 1em;
		text-align: center;
		width: 100%;
	}
	footer#foo-main #foo-powered #isotipo{
	    margin-left: 0;
		padding-top: 1em;
		width: 100%;
		text-align: center;
	}
	footer#foo-main #foo-powered #isotipo img{
		display: inline-block;
	}
}
@media screen and (max-width: 480px){
	#supersized{
		display: none;
	}
	#controls-wrapper{
		display: none !important;
	}
	body.page-home{
		background: #000;
	}
	/** Header **/
	#head-main{
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		top: 45px;
	}
	#contact-top{
		border: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	#contact-top span{
		display:none;
	}
	#contact-top i{
		display: none;
	}
	#nav-top{
		text-align: center;
		width: 100%;
	}
	#nav-top li{
		float: none;
	}
	.main-content h1{
		font-size: 1.8em;
		margin-bottom: 0.2em;
	}
	.main-content h2{
		font-size: 1.2em;
		margin: 0.5em 0;
	}
	.main-content h3{
		font-size: 1.05em;
		margin: 0.5em 0;
	}
    .main-content img.partner{
        margin: 1em auto;
        float: none !important;
        display: block;
    }
	.sidebar .title-aside{
		margin-bottom: 0.3em;
	}
	.sidebar .sidebar-menu li a{
		font-size: 1em;
	}
	/** Contact **/
	#frm-contact .row-form label{
		font-size: 0.8em;
	}
	#frm-contact .row-form .btn-submit{
		font-size: 0.8em;
	}
	#frm-contact .row-form{
		margin-bottom: 0;
	}
	#frm-contact .row-form .col-form{
		margin-bottom: 1.4em !important;
		width: 100% !important;
	}
	#frm-contact .row-form span.text-field{
		float: left;
		margin-bottom: 1em;
	}
}