body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
}

body #fallr {
    position: static!important;
}

body #fallr-buttons {
    margin: 40px 15px 15px 15px!important;
}

.opensans {
    font-family: 'Open Sans Condensed', sans-serif;
}

#main {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.content {
    max-width: 1500px;
    width: 99%;
    height: auto;
    min-height: 50px;
    display: block;
}


/**********  BEGIN HEADER ***********/

header.mobile {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 5px 0 5px 5px;
    background: white;
    display: block;
    text-align: left;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -moz-border-image: -moz-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -ms-border-image: -ms-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -o-border-image: -o-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    border-image: linear-gradient(to left, #00e5bd 0%, #536c80 100%);
    border-image-slice: 1;
}

header.mobile>.content>div {
    display: inline-block;
    margin-right: 3px;
    width: 32%;
}

header.mobile>.content>div:first-child {
    padding-left: 20px;
}

header.nomobile {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 5px 0 5px 5px;
    background: white;
    display: block;
    text-align: left;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0;
    border-right: 0;
    -moz-border-image: -moz-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -ms-border-image: -ms-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -o-border-image: -o-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    border-image: linear-gradient(to left, #00e5bd 0%, #536c80 100%);
    border-image-slice: 1;
    position: relative;
    z-index: 99;
    /*-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1555px;-moz-perspective: 1555px;perspective: 1555px;-ms-perspective: 1555px;-o-perspective: 1555px;*/
    /* #536c80  / #00e5bd */
}

header.nomobile .content {
    margin: 0;
}

header.nomobile .content>div,
header nav {
    display: inline-block;
    margin-right: 3px;
}

header.nomobile .content>#logo {
    width: 20%;
}

header.nomobile .content>#logo img {
    width: 90%;
    height: auto;
    vertical-align: middle;
    display: table-cell;
}

header.nomobile nav {
    width: 46%;
    height: auto;
    min-height: 80px;
}

header.nomobile #searchhh {
    width: 32%;
    height: auto;
    min-height: 60px;
    margin-top: 0;
    padding: 10px 5px 5px 5px;
    vertical-align: top;
    margin-top: 10px;
    /* background: #536c80; */
    /* Old browsers */
    background: -moz-linear-gradient(left, #536c80 0%, #00e5bd 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left,  #536c80 0%,#00e5bd 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right,  #536c80 0%,#00e5bd 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#536c80', endColorstr='#00e5bd', GradientType=1);
    /* IE6-9 */
}

#searchtxt {
    width: 98%;
    height: 40px;
    padding: 5px 5px 5px 40px;
    border: none;
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    background-image: url(../../img/search.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

#searchtxt::-webkit-input-placeholder {
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-left: 0;
}

#searchtxt::-moz-placeholder {
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-left: 0;
}

#searchtxt:-ms-input-placeholder {
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-left: 0;
}

#searchtxtinput:-moz-placeholder {
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-left: 0;
}

#nav2 {
    position: fixed;
    z-index: 9999999999999999999999999999999;
    top: 0;
    left: 0;
    background: transparent;
    height: 100%;
    width: 100%;
}

#nav2-menu {
    position: fixed;
    z-index: 99999999999999999999;
    top: 0;
    padding: 30px;
    background: white;
    height: 100%;
    width: 80%;
    max-width: 500px;
    transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -ms-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    -webkit-transition: left 1s ease-in-out;
}

.nav2-menu-noshowed {
    left: -100%;
}

.nav2-menu-showed {
    left: 0;
}

#close-menu a {
    color: #536c80;
    font-family: 'avenir-bold', 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 30px;
}

#nav2-menu #main-menu li {
    display: block!important;
    padding: 10px 5px 10px 5px;
    border-top: 0;
    border-bottom: 5px solid transparent;
    border-left: 0;
    border-right: 0;
    -moz-border-image: -moz-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -ms-border-image: -ms-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -o-border-image: -o-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    border-image: linear-gradient(to left, #00e5bd 0%, #536c80 100%);
    border-image-slice: 1;
}

#nav2-menu #main-menu li a {
    display: block;
}

.noline {
    border: 0!important;
}


/**********  END HEADER ***********/


/**********  BEGIN SLIDE ***********/

#slide {
    width: 100%;
    height: auto;
    min-height: 60px;
    background: white;
    display: block;
    position: relative;
    z-index: 1;
    margin-top:20px;
}

#slide img {
    width: 100%;
    height: auto;
    display: block;
}


/**********  END SLIDE ***********/


/**********  BEGIN CONTENT ***********/


/*#main>.container-fluid{width:100%;height: auto;min-height:300px;background:white;display: block;}*/

#main>section[page] {
    padding-top: 20px;
}

#banner {
    /*width:100%;height: auto;min-height:60px;display: block;*/
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#banner .txtbanner {
    position: absolute;
    margin-left: 25%;
    margin-top: 8%;
    width: auto;
    height: auto;
}

#banner img:not(.txtbanner) {
    width: 100%;
    height: auto;
    display: block;
}

#logos {
    /*width:100%;max-width:1400px;display: block;*/
    height: auto;
    min-height: 60px;
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
}

#logos .logo {
    /*display:inline-block;width:18%;height: auto;*/
    padding-bottom: 10px;
}

#logos .logo img {
    height: 173px;
}

#destacados {
    max-width: 1800px!important;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    /*height: auto;min-height:300px;display: block;*/
}

#destacados .destacado {
    /*width:30%;height: auto;margin-left: 5px;min-height: 300px;display: inline-block;*/
    padding-bottom: 10px;
}

#destacados .destacado img {
    width: 100%;
    height: auto;
}

.destacado-z {
    z-index: -1;
}

.home {
    padding: 50px 5px 50px 5px;
}

.nohome {
    padding: 5px;
}

.container-fluid #info {
    margin: auto;
    height: auto;
    min-height: 50px;
    max-width: 1000px;
    width: 95%;
}

.container-fluid #info ul {
    margin-left: 30px;
}

.container-fluid #info li {
    padding-left: 5px;
    list-style-type: disc;
    text-align: left;
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
}

.container-fluid #info>h1,
.container-fluid #accordion>.item>.content>h1 {
    padding: 5px;
    color: #00e6bd;
    font-family: 'avenir-bold', 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 30px;
}

.container-fluid #accordion>.item>.content>h1+p {
    padding-bottom: 10px;
    padding-top: 3px;
}

.container-fluid #info>p,
.container-fluid #accordion>.item>.content>p {
    padding: 5px;
    color: #536c80;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    text-align: justify;
}

#accordion {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 50px auto 50px auto;
    display: block;
    max-width: 1000px;
}

#accordion>.item {
    display: block;
    width: 100%;
    height: auto;
    margin: auto auto 5px auto;
}

#accordion>.item>.title {
    cursor: pointer;
    width: 95%;
    padding: 13px 5px 5px 20px;
    height: auto;
    display: block;
    background: #536c80;
    /* Old browsers */
    background: -moz-linear-gradient(left, #536c80 0%, #00e5bd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #536c80 0%, #00e5bd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #536c80 0%, #00e5bd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    font-family: 'avenir-bold', 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 25px;
}

#accordion>.item>.content {
    width: 95%;
    padding: 5px;
    height: auto;
    min-height: 200px;
    display: block;
    background-color: white;
}

#accordion>.item>.title i {
    float: right;
    margin-right: 10px;
}

.infohome {
    padding-top: 50px;
    padding-bottom: 30px;
}

.center {
    text-align: center!important;
}


/**********  END CONTENT ***********/


/**********  BEGIN FOOTER ***********/

footer {
    width: 100%;
    height: auto;
    min-height: 60px;
    background: #526d81;
    display: block;
    padding: 5px;
    border-top: 5px solid transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -moz-border-image: -moz-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -ms-border-image: -ms-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    -o-border-image: -o-linear-gradient(right, #00e5bd 0%, #536c80 100%);
    border-image: linear-gradient(to left, #00e5bd 0%, #536c80 100%);
    border-image-slice: 1;
}

footer>div {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 550px;
    height: auto;
    min-height: 40px;
}

footer>div>#divL,
footer>div>#divR {
    display: table-cell;
    width: 48%;
    vertical-align: middle;
}

footer>div>#divL {
    padding-right: 20px;
}

footer>div>#divR {}

footer>div>#divR,
footer>div>#divR a {
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 15px;
    color: white;
}

footer>div>#divR a {
    padding-left: 5px;
}

footer>div>#divR * {
    float: left;
}

footer>div>#divR div {
    padding-top: 18px;
}

footer>div>#divR img {
    height: 50px;
}

footer>div>#divL img {
    height: 40px;
}


/**********  END FOOTER ***********/


/**********  BEGIN VARIOUS ***********/

.h1-404 {
    font-size: 200px;
}

.ui-state-default {
    background: none!important;
    border: 1px solid #536c80!important;
    height: 40px;
}

.ui-widget {
    font-family: 'avenir-regular', Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

form .row {
    margin-bottom: 10px;
}

.progress {
    position: relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}


/**********  END VARIOUS ***********/


/**********  BEGIN FORM ***********/

.txt {
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    color: #536c80;
    padding: 5px;
    width: 100%;
    height: auto;
    min-height: 30px;
    border: 1px solid #536c80;
}

.button {
    border: none;
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 20px;
    color: white;
    width: 100px;
    height: auto;
    padding: 5px;
    background: #536c80;
    /* Old browsers */
    background: -moz-linear-gradient(left, #536c80 0%, #00e5bd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #536c80 0%, #00e5bd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #536c80 0%, #00e5bd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#536c80', endColorstr='#00e5bd', GradientType=1);
    /* IE6-9 */
}

form .label {
    font-family: 'avenir-regular', Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #536c80;
}


/**********  END FORM ***********/

#searchhh2{display:block!important;width:100%;float:none;margin-top:10px;}
.nomobile #bars{display:none;top:20px;left:20px;}