[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

html {
    height: 100%;
    width: 100%;
}

body{
    font-family: 'Lato', sans-serif;
    margin: 0px;
    line-height: 25px;
    background-color: #F2F2F2;
    height: 100%;
    width: 100%;
    overflow-x: none;
}

@media only screen and (max-width: 767px) {
    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* HELPERS */
.p-relative { position: relative; }

.h-100p { height: 100% }

.t-align-center { text-align: center; }
.t-align-left { text-align: left; }

.m-0 { margin: 0px !important; }
.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-18 { margin-bottom: 18px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-35 { margin-bottom: 35px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-85 { margin-bottom: 85px; }

.m-t-0  { margin-top: 0px !important; }
.m-t-10 { margin-top: 10px; }
.m-t-18 { margin-top: 18px; }
.m-t-20 { margin-top: 20px; }
.m-t-28 { margin-top: 28px !important; }
.m-t-35 { margin-top: 35px; }
.m-t-40 { margin-top: 40px; }
.m-t-60 { margin-top: 60px; }
.m-t-65 { margin-top: 65px; }

.m-l-20 { margin-left: 20px }
.m-l-30 { margin-left: 30px }

.p-l-20 { padding-left: 20px; }

.p-r-20 { padding-right: 20px; }
.p-r-50 { padding-right: 50px; }

.p-t-0   { padding-top: 0px !important; }
.p-t-5   { padding-top: 5px; }
.p-t-104 { padding-top: 104px }

.p-b-35 { padding-bottom: 35px }
.p-b-44 { padding-bottom: 44px }
.p-b-70 { padding-bottom: 70px }

.pos-l-0 { left: 0px }
.pos-l-10 { left: 10px }
.pos-r-0 { right: 0px }
.pos-r-10 { right: 10px }

.bgc-grey { background-color: #21658a; }
.bgc-brown { background-color: #c7a571; }
.bgc-blue { background-color: #419abd; }
.bgc-green { background-color: #317A00 }
.bgc-red { background-color: #942d2d; }
.bgc-dark-grey { background-color: #414858 }

.clearfix { clear: both; }

.text-green { color: #449B0A !important; border-color: #449B0A }
.text-dark-green { color: #317A00 }
.text-white { color: #FFFFFF !important; border-color: #FFF; }
.text-grey { color: #2c2f33 !important; }
.text-grey-light { color: rgba(44, 47, 51, 0.44) !important; }

.cur-pointer { cursor: pointer }

.f-s-14 { font-size: 14px !important; }

.text-uppercase { text-transform: uppercase }

.inline-b { display: inline-block; }

.l-h-25 { line-height: 25px }

.v-align-middle { vertical-align: middle }

.f-b {
    font-weight: 600;
}

.h-75 {
    height: 75px;
}

.show-sm, .show-md {
    display: none;
}

.card-with-image {
    box-sizing: border-box; 
    height: 360px; 
    background-color: #FFF; 
    box-shadow: 0px 2px 16px rgba(0,0,0,0.2); 
    position: relative;
    margin-bottom: 30px;
}

.card-small {
    box-sizing: border-box; 
    height: 165px; 
    background-color: #FFF; 
    box-shadow: 0px 2px 16px rgba(0,0,0,0.2); 
    position: relative;
    margin-bottom: 30px;
}

.plus-button {
    width: 24px;
    height: 24px;
    background-color: #449B0A;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.section-identifier {
    height: 3px;
}

.dark-blue {
    background-color: #21658A
}

.remove-margin {
    margin-left: 0px !important;
}

.breadcrumb a {
    color: #FFF;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.side-menu {
    padding: 30px 0px; 
    background-color: #F2F2F2; 
    box-sizing: border-box
}

.side-menu div {
    padding: 0px 30px 0px 27px;
    border-left: 3px solid #F2F2F2; 
    cursor: pointer;
}

.side-menu div.selected {
    padding: 0px 30px 0px 27px;
    cursor: pointer;
    border-left: 3px solid #21658A;
}

body.fix-menu .side-menu {
    width: calc(1170px * 0.31623931623931625); 
    position: fixed;
    top: 110px;
}

h3 {
    color: #000 !important;
    font-family: Lato !important;
    font-size: 24.0px !important;
    font-style: normal !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
}

h2 {
  color: #2c2f33 !important;
  font-family: Lato !important;
  font-size: 38.0px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-weight: 600 !important;
}

h4, h5 {
  color: #2c2f33 !important;
  line-height: 35px !important;
  font-family: Lato !important;
  font-size: 24.0px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-weight: 600 !important;
}

.text-section {
    font-size: 18px;
}

h4 {
  border-bottom: 2px solid #2c2f33;
}

.main-header {
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgb(45, 73, 26);
    z-index: 10;
    top: 0px;
    transition: height 0.3s;
}

body.scrolled .main-header {
    height: 85px;
}

.main-header .logo_section {
    display: inline-block;
    padding-top: 17px;
}

.main-header .logo_section img.full {
    height: 72px;
    -ms-transition: height 0.3s;
    transition: height 0.3s;
    border: none;
}

body.scrolled .main-header .logo_section img.full {
    height: 60px;
}

.main-header .logo_section img.mobile {
    height: 28px;
    display: none;
    border: none;
}

.main-header ul.main-horizontal-menu {
    padding: 0px;
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.main-header ul.main-horizontal-menu li {
    display: inline-block;
    padding: 6px 11px;
    text-transform: uppercase;
    color: #2C2F33;
    font-family: "Lato";
    font-size: 14.0px;
    font-style: bold;
    font-stretch: normal;
    font-weight: 600;
    text-align: left;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.green-menu {
    background-color: #449B0A;
    color: #FFFEFE !important;
}

.main-header ul.main-horizontal-menu li.active {
    background-color: #FFFEFE !important;
    color: #307A00 !important;
}

.sub-menu-area {
    width: 100%;
    min-height: 400px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: calc(100% - 1px);
    border-top: 1px solid #449B0A;
    border-bottom: 1px solid #449B0A;
    transition: all 0.2s;
    color: #4a494a;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.sub-menu-area.ng-enter, .sub-menu-area.ng-leave.ng-leave-active {
    opacity: 0;
}

.sub-menu-area.ng-enter.ng-enter-active, .sub-menu-area.ng-leave {
    opacity: 1;
}

.sub-menu-section .sub-menu-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    white-space: nowrap;
    text-transform: initial;
}

.sub-menu-section .sub-menu-title a {
    text-decoration: none;
    color: inherit;
}

.sub-menu-item {
    display: block;
    line-height: 25px;
    text-transform: initial;
}

.sub-menu-item a {
    text-decoration: none;
    line-height: 20px;
    color: inherit !important;
    box-sizing: border-box;
    font-size: 13px;
}

.sub-menu-item a:hover, .sub-menu-section .sub-menu-title a:hover {
    border-bottom: 2px solid #449B0A;
}

.componentes {
    position: relative;
    width: 100%;
}

.hero {
    min-height: 550px;
    color: #ffffff;
    text-align: left;
    height: 100%;
}


.hero-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}

.hero .gradient-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

.hero .gradient-top {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 156px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,057) 0%, rgba(255,255,255,0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5)) 0%,rgba(255,255,255,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    z-index: 1;
    transition: top 0.3s;
}

body.scrolled .hero .gradient-top {
    top: 85px;
}
.hero .content {
    position: absolute;
    left: 0px;
    bottom: 130px;
    width: 100%;
    z-index: 2;
    top: 0px;
}

.hero .main-text {
    max-width: 66%;
    margin-top: 25%;
    font-family: Lato;
    font-size: 38.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 40px;
    color: #fffefe;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 970px) {
    .hero .main-text {
        font-size: 36px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .hero .main-text {
        font-size: 24px;
        line-height: 35px;
        margin-top: 260px;
        height: 100px;
    }
}

.hero .description-text {
    margin-top: 22px;
    font-size: 20.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 30px;
}

.hero .controllers {
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .hero .controllers {
        text-align: center;
        margin-top: 10px;
    }
}

.hero .indicators {
    position: absolute;
    right: 0px;
    top: 14px;
}


.hero .indicators .small-circle {
    display: inline-block;
    background-color: #FFFFFF;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.hero .indicators .small-circle.active {
    background-color: #449B0A;
}

.hero .indicators .small-circle:last-of-type {
    margin-right: 0px;
}

.hero-copyright {
    position: absolute;
    top: 110px;
    left: 10px;
    font-size: 14px;
}

a.tag {
    height: 21px;
    background: #449b0a;
    color: #ffffff;
    font-family: Lato;
    font-size: 14.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 4px 11px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.btn {
    min-width: 180px;
    height: 40px;
    padding: 6px 23px 10px 23px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #449B0A;
    display: inline-block;
    text-align: center;
    font-family: Lato;
    font-size: 16.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.btn-empty {
    border: 1px solid #449B0A;
    background-color: transparent;
    color: #449B0A;
    font-weight: 400;
}

.image-card {
    background-color: #FFF;
}

@media only screen and (max-width: 767px) {
    .image-card {
        margin-top: 20px;
    }
}

.card-image {
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-image-content {
    padding: 50px 26px;
    position: relative;
    color: #2C2F33;
}

.card-image-title {
    text-align: center;
    top: -20px;
    position: absolute;
    height: 40px;
    left: 0px;
    right: 0px;
}

.card-image-title .title-content {
    min-width: 142px;
    background-color: #449b0a;
    height: 40px;
    display: inline-block;
    color: #FFF;
    line-height: 40px;
}


.flat-card {
    height: 330px;
    background: #fafafa;
    display: inline-block;
    padding: 30px 60px;
    text-align: center;
    box-sizing: border-box;
}

@media only screen and (max-width: 979px) {
    .flat-card {
        height: auto;
        width: 100%;
        margin-top: 20px;
        padding: 30px 30px;
    }
}

.card-title {
    min-height: 50px;
    font-family: Lato;
    font-size: 24.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 26px;
}

.card-title a {
    color: inherit;
    text-decoration: none;
}

.card-content {
    min-height: 90px;
    font-family: Lato;
    font-size: 20.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 23px;
}

.flat-block {
    height: 262px;
    padding: 30px 60px;
    text-align: center;
    width: 33.333333%;
    box-sizing: border-box;
    float: left;
    color: #FFF;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .flat-block {
        height: auto;
        width: 100%;
    }
}

.flat-block .small-description {
    height: 80px;
}

.special-separator {
    height: 4px;
    border-top: 2px solid #FFF;
    display: inline-block;
    width: 50px;
    margin-top: 6px;
}

.arrow-link {
    cursor: pointer;
    font-weight: 600;
}

.arrow-title {
    font-weight: 600;
    text-transform: uppercase;
}

.arrow-title:hover {
    /* border-bottom: 1px solid #449B0A; */
    color: #449B0A !important;
}

.arrow-link.green-arrow {
    cursor: pointer;
    font-weight: 400;
}

.arrow-link a, .arrow-title a, a.arrow-link, a.arrow-title {
    color: inherit;
    text-decoration: none !important;
}

.arrow-link::after, .arrow-title::after {
    text-transform: none !important;
    content: "arrow_forward" !important;
    display: inline-block !important;
    font-family: 'Material Icons' !important;
    vertical-align: top !important;
    margin-left: 6px !important;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.arrow-link.green-arrow::after, .arrow-title.green-arrow::after {
    color: #317A00;
}

.arrow-link:hover {
    color: #317A00 !important;
}

.arrow-link.loose-link:hover {
    color: inherit !important;
    border-bottom: 1px solid;
}

.arrow-link.loose-link.text-green:hover {
    color: #449B0A !important;
}

.grey-block {
    padding: 40px 0px 44px 0px;
    background-color:#f2f2f2;
}

.tabs {
    border-bottom: 1px solid #9B9A9B;
    height: 29px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.tabs > div {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
}

.tabs .tab {
    text-transform: uppercase;
    padding: 6px 0px;
    margin: 0px 6px;
    color: #4a494a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.tabs .tab:first-of-type {
    text-transform: uppercase;
    margin: 0px 6px 0px 0px;
    color: #4a494a;
    font-size: 14px;
}

.tabs .tab.active {
    border-bottom: 2px solid #317A00;
    color: #317A00;
}

.search-banner {
    width: 100%;
    height: 445px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.search-banner .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.search-banner .gradient-bottom {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 460px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}

.banner-title {
    text-align: center;
    padding-top: 160px;
}

.banner-description {
    text-align: center;
    padding-top: 20px;
    font-size: 18.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
}

.banner-controls {
    text-align: center;
    padding-top: 50px;
}

.banner-controls ng-typeahead {
    display: inline-block;
    width: 500px;
}

.banner-controls ng-typeahead input {
    width: 500px;
    max-width: 100%;
    padding: 10px 8px;
    border-radius: 2px;
    color: #7F7F80;
    box-sizing: border-box;
    border: 0px;
    outline: none;
}

.banner-controls ng-typeahead input::-webkit-input-placeholder {
    font-style: italic;
}

.banner-controls ng-typeahead input::-moz-placeholder {
    font-style: italic;
}

.banner-controls ng-typeahead input:-ms-input-placeholder {
    font-style: italic;
}

.banner-controls ng-typeahead input:-moz-placeholder {
    font-style: italic;
}

.banner-controls ng-typeahead input::placeholder {
    font-style: italic;
}

.ng-typeahead-list-item {
    text-align: left;
    cursor: pointer;
}

.ng-typeahead-list-item.active {
    background-color: #449B0A !important;
    color: #FFF;
}

.ng-typeahead-highlight {
    color: #000 !important;
    font-weight: bold;
}

.ng-typeahead-list-item.active .ng-typeahead-highlight {
    color: #FFF !important;
}

.evento-box {
    border-left: 2px solid #449B0A;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .evento-box {
        margin-top: 35px;
        text-align: center;
    }
}

.evento-box .days {
    font-size: 24.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
}

.evento-box .month {
    font-size: 15.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
}

.circle {
    border: 1px solid #969696;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #D7D7D7;
    display: inline-block;
}

.oval {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    background: #ef3f4a;
    display: inline-block;
    margin-right: 23px;
  }

.number-big {
    font-size: 38.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 15px;
}

.number-description {
    color: #2c2f33;
    font-family: Lato;
    font-size: 16.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
}

.number-description-2 {
    font-family: Lato;
    font-size: 16.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding-left: 50px;
}

.p-circle-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.p-circle-wrapper .graph {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.p-circle-wrapper .p-circle {
    width: 150px;
    height: 150px;
    border: 1px solid #ef3f4a;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
}

.p-circle-wrapper .number-big {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}

.footer {
    background: rgba(73,73,73,0.82);
    padding: 30px 0px;
    box-sizing: border-box;
    color: rgba(255,255,255,0.7);
}

@media only screen and (max-width: 767px) {
    .footer {
        height: auto;
    }
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover {
    color: #FFF;
}

.footer-link {
    cursor: pointer;
    line-height: 30px;
    font-size: 15px;
}

.copyright-footer {
    line-height: 50px;
    color: rgba(255,255,255,0.7);
    background-color: #4A4A4A;
    font-size: 14.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: center;
}

.header-tools {
    position: absolute; 
    right: 0px; 
    top: 0px; 
    padding-top: 9px; 
    height: 40px;
    font-size: 15px;
}

.header-tools-mobile {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}

@media only screen and (max-width: 1199px) {
    .header-tools {
        display: none;
    }
}

.header-tools a {
    color: inherit;
    text-decoration: none;
}

.search-box-header {
    position: relative;
}

.search-box-header input {
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
    border: 1px solid #AFAEB0;
    background-color: rgba(255,255,255,0.6);
    outline: none;
    height: 40px;
    transition: height 0.3s, width 0.3s;
    width: 200px;
}

.header-tools-mobile .search-box-header input {
    width: 100%;
    box-sizing: border-box;
}

.search-box-header input:focus {
    width: 380px;
}

.header-tools-mobile .search-box-header input:focus {
    width: 100%;
    box-sizing: border-box;
}

.search-box-header i {
    position: absolute;
    top: -1px;
    right: 12px;
    font-size: 25px;
    color: #7F7F80;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    cursor: pointer;
}

body.scrolled .search-box-header input {
    line-height: 35px;
    padding: 0px 20px;
    border-radius: 20px;
    border: 1px solid #AFAEB0;
    background-color: rgba(255,255,255,0.6);
    outline: none;
    height: 35px;
}

.pre-footer-link {
    font-size: 15px;
    color: rgba(44, 47, 51, 0.7);
}

.pre-footer {
    text-align: center;
    height: 87px;
    box-sizing: border-box;
    background-color: #F2F2F2;;
}

.pre-footer img {
    max-height: 40px;
    margin-top: 24px;
    margin-right: 35px;
}

.pre-footer img:last-of-type {
    margin-right: 0px;
}

.no-wrap {
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .no-wrap {
        white-space: initial;
    }
}

.btn-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    top: calc(50%);
    cursor: pointer;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    
}

.btn-circle i {
    font-size: 36px;
    margin-top: 3px;
}

.forced-span4 {
    width: 30.91489362% !important;
	*width: 30.91489362% !important;
    float: left !important;
    min-width: auto !important;
}

.forced-span8 {
    width: 65.95744681% !important;
	*width: 65.90425532% !important;
    float: left !important;
    min-width: auto !important;
}

.mobile-menu-trigger, .mobile-menu {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .mobile-menu-trigger {
        display: initial;
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .mobile-menu {
        border-top: 1px solid #449B0A;
        position: fixed;
        width: 100%;
        height: calc(100% - 50px);
        top: 50px;
        background-color: #FFF;
        display: block;
        z-index: 100;
        overflow-y: auto;
    }

    .mobile-menu > ul {
        margin: 0px;
        list-style: none;
        padding: 15px;
    }

    .mobile-menu > ul li {
        line-height: 50px;
        text-transform: uppercase;
        padding: 0px 15px;
        position: relative;
        margin-top: 5px;
        border-radius: 2px;
    }

    .mobile-menu > ul li span {
        position: absolute;
        right: 15px;
        top: 5px;
    }
}

.noticia-img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.categoria-noticia {
    color: #7f7f80;
    font-family: Lato;
    font-size: 13.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 14px;
}

.hover-block {
    position: absolute;
    height: 310px;
    background-color: #FFF;
    box-shadow: 0px 12px 25px rgba(0,0,0,0.08);
    box-sizing: border-box;
    padding: 43px 52px 0px 52px;
}

.hover-block .bl-title {
    font-family: Lato;
    font-size: 24.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: left;
    line-height: 45px;
}

.hover-block .separador {
    width: 71px;
    height: 3px;
    border-top: 3px solid #000000;
    box-sizing: border-box;
}

.hover-block .bl-description {
    height: 75px;
    color: #000000;
    font-family: Lato;
    font-size: 16.0px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left;
}

.hover-block a {
    text-decoration: none !important;
}

.hover-block.first {
    bottom: 70px;
    right: 0px;
}

.hover-block.last {
    top: 70px; 
    left: 0px;
    margin-left: 0px
}

.titulo-tab {
    color: #414857;
    font-family: Lato;
    font-size: 13.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left;
}

.calendario {
    width: 370px;
    height: 312px;
    background: #ffffff;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.2);
    box-sizing: border-box;
    position: relative;
}

.agenda {
    max-width: 370px;
    background: #ffffff;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.2);
    box-sizing: border-box;
    position: relative;
}

.calendario .mes, .agenda .mes {
    max-width: 369px;
    height: 42px;
    background: #414858;
    line-height: 42px;
    color: #ffffff;
    font-family: Lato;
    font-size: 16.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
    position: relative;
}

.calendario .mes i:first-of-type, .agenda .mes i:first-of-type {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 30px;
}

.calendario .mes i:last-of-type, .agenda .mes i:last-of-type {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 30px;
}

.calendario .bloco {
    width: 13%;
    height: 32px;
    line-height: 32px;
    color: #4a494a;
    font-family: Lato;
    font-size: 16.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: top;
    position: relative;
}

.bl-dia {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    line-height: 32px;
    left: 0px;
    top: 0px;
}

.calendario .bloco.lazer .bl-dia, .calendario .bloco.prazos .bl-dia {
    color: #FFF;
    cursor: pointer;
}

.calendario .info-panel {
    width: 354px;
    left: 8px;
    position: absolute;
    border: 1px solid #EF4049;
    box-sizing: border-box;
    padding: 6px;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.2);
    background: #f2f2f2;
    z-index: 5;
    text-align: left;
}

.calendario .info-panel a {
    text-decoration: none;
    color: inherit;
}

.calendario .info-panel .day-of-month {
    font-size: 13px;
    font-weight: bold;
}

.agenda .separador-tipo {
    position: relative;
    line-height: 42px;
    height: 42px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 17px;
    border-bottom: 1px solid #9a9a9a;
}

.agenda .separador-tipo span {
    width: 50%;
    float: left;
    font-family: Lato;
    font-size: 14.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.agenda .separador-tipo span.active {
    border-bottom: 2px solid #449B0A;
    color: #449B0A;
    line-height: 40px;
    
}

.agenda .agenda-content {
    padding: 17px;
    font-family: Lato;
    font-size: 14.0px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    text-align: left;
}

.agenda-content .data-evento {
    font-weight: bold;
}

.agenda {
    display: none;
}

.indicador {
    margin-top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
}

.indicador.vermelho {
    background-color: #ef3f4a;
}

.indicador.amarelo {
    background-color: #faa619;
}

.calendario .entrada {
    font-size: 13.0px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 24px);
    line-height: 16px;
}

.bl-lazer, .bl-prazos {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.bl-lazer div {
    background-color: #faa619;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.bl-prazos div {
    background-color: #ef3f4a;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.calendario .bloco.lazer .bl-lazer {
    display: inline-block;
}

.calendario .bloco.prazos .bl-prazos {
    display: inline-block;
}

.calendario .bloco.lazer.prazos .bl-prazos {
    width: 16px;
    transform: rotateZ(-45deg);
    left: -12px;
    top: 11px;
}

.legenda-vermelho {
    width: 22px;
    height: 22px;
    background: #ef3f4a;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.legenda-amarelo {
    width: 22px;
    height: 22px;
    background: #faa619;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.legenda-label {
    display: inline-block;
    line-height: 22px;
    margin-left: 10px;
    vertical-align: middle;
}

.scroll-btn {
    position: absolute;
    width: 300px;
    font-size: 12px;
    bottom: 16px;
    text-transform: uppercase;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.scroll-btn i {
    font-size: 24px;
    color: #FFF;
}

.show-on-md {
    display: none;
}

.big-img {
    height: 500px;
}

@media only screen and (max-width: 1199px) {
    .number-big {
        font-size: 28.0px;
    }

    .main-header {
        height: 50px !important;
    }

    .hero .gradient-top {
        top: 50px !important;
    }

    .main-header .logo_section img.mobile {
        display: inline-block;
        height: 28px !important;
    }

    .main-header .logo_section img.full {
        display: none;
    }

    .main-header .logo_section {
        padding-top: 12px !important;
    }

    .main-header ul.main-horizontal-menu {
        display: none;
    }

    .sub-menu-section .sub-menu-title {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-height: 700px) {
    
    .main-text {
        margin-top: 140px !important;
    }

    .hero-copyright {
        left: 15px;
        top: 50px;
    }
}

@media only screen and (max-height: 600px) {
    
    .main-text {
        margin-top: 110px !important;
    }

    .hero-copyright {
        left: 15px;
        top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    
    .main-text, .description-text, .controllers {
        padding: 0px 50px;
    }
}



/* BREAKPOINT FORCERS */
@media only screen and (max-width: 1069px) {
   
    .show-on-md {
        display: block;
    }

    .hide-md {
        display: none !important;
    }

    .full-md {
        width: 100% !important;
        float: none !important;
        margin: 0px !important;
    }

    .span10-md {
        width: 80% !important;
        float: none !important;
        margin: 0px !important;
    }

    .full-md:before, .span10-md:before {
        clear: both;
    }

    h2 {
        font-size: 28px !important;
    }

    .number-description-2 {
        font-size: 15.0px;
    }

    .scroll-btn {
        display: none;
    }

    .hero-copyright {
        left: 15px;
        top: 65px;
    }

    .calendario {
        display: none;
    }

    .agenda {
        display: block;
    }
}

/* MD */
@media only screen and (min-width: 650px) and (max-width: 1069px) {

    html {
        width: 100%;
    }

    .w-40-md {
        width: 35% !important;
        float: left !important;
    }

    .w-60-md {
        width: 60% !important;
        float: left !important;
        box-sizing: border-box;
        padding-right: 15px;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .break-2-md {
        width: calc(50% - 14px) !important;
        margin-left: 28px !important;
        float: left !important;
        margin-bottom: 28px;
    }

    .break-2-md:first-of-type {
        margin-left: 0px !important;
    }

    .break-3-md {
        width: 33.33% !important;
        margin: 0px !important;
        float: left !important;

    }

    .flat-block {
        padding: 20px 10px;
    }

    .flat-block h5 {
        font-size: 20.0px !important;
        white-space: nowrap;
    }

    .flat-block .small-description {
        font-size: 17px;
    }

    .hover-block {
        width: 284px !important;
        padding: 9px 15px;
        height: 280px;
    }

    .hover-block .bl-title {
        font-size: 20px;
    }

    .w80-md {
        width: 80% !important;
        float: left !important;
        margin-left: 0px !important;
    }

    .w20-md {
        width: 20% !important;
        float: left !important;
        margin-left: 0px !important;
    }

    .m-t-0-md {
        margin-top: 0px !important;
    }

    .w-30-md {
        width: 30% !important;
        display: inline-block !important;
        vertical-align: top !important;
    }

    .m-l-0-md {
        margin-left: 0px !important;
    }

    .m-t-20-md {
        margin-top: 20px;
    }

    .banner-controls ng-typeahead {
        width: 350px;
    }

    .main-text {
        width: calc(100% - 120px) !important;
        margin-left: 60px !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .description-text {
        width: calc(100% - 120px) !important;
        margin-left: 60px !important;
    }

    .hero .content {
        bottom: 30px;
    }

    .controllers {
        left: 75px !important;
        right: 75px !important;
        text-align: left !important;
    }

    .controllers>span {
        width: calc(100% - 120px) !important;
    }

    .no-m-t-md {
        margin-top: 0px !important;
    }

    .show-md {
        display: block;
    }
}

@media only screen and (max-width: 649px) {
    .oval {
        display: none;
    }

    .number-big {
        text-align: center;
        display: block;
        margin-bottom: 0px;
    }

    .number-description-2 {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
        text-align: center;
    }

    .m-t-0-sm {
        margin-top: 0px !important;
    }

    .m-t-15-sm {
        margin-top: 15px !important;
    }

    .m-t-28-sm {
        margin-top: 38px !important;
    }

    .m-t-38-sm {
        margin-top: 38px !important;
    }

    .m-l-0-sm {
        margin-left: 0px !important;
    }

    .m-b-0-sm {
        margin-bottom: 0px !important;
    }

    .m-b-20-sm {
        margin-bottom: 20px !important;
    }

    .block-sm {
        display: block;
    }

    .banner-controls ng-typeahead {
        width: calc(100% - 40px);
    }

    .banner-title {
        padding-top: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .pre-footer {
        height: 40px;
        padding-top: 6px;
    }

    .pre-footer img {
        max-height: 40px;
        width: 25%;
        margin-top: 0px;
        margin-right: 0px;
        vertical-align: middle;
    }

    .w-50-sm {
        width: 49% !important;
        display: inline-block !important;
    }

    .m-l-0-sm {
        margin-left: 0px !important;
    }

    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: inline-block !important;
    }

    .hero .content {
        bottom: 10px;
    }

    .controllers {
        left: 15px !important;
        right: 15px !important;
        text-align: left !important;
    }

    .btn-circle {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

    .controllers {
        width: calc(100% - 30px);
    }

    .indicators {
        top: 0px !important;
    }

    .main-text {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        height: auto !important;
        margin-top: 130px !important;
        max-width: 100% !important;;
    }

    .description-text {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
    }

    .big-img {
        height: 300px;
    }

    .hover-block {
        padding: 9px 15px;
        height: 280px;
    }

    .hover-block .bl-title {
        font-size: 20px;
    }

    .hover-block.first, .hover-block.last {
        position: relative;
        max-width: 300px;
        margin-left: calc((100% - 300px) / 2);
        display: inline-block;
        top: initial;
        bottom: 70px;
    }

    .agenda {
        max-width: 100%;
    }

    .agenda .mes {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) { 

    .hover-block {
        width: 284px !important;
        padding: 9px 15px;
        height: 280px;
    }

}

@media only screen and (max-width: 979px) {

    .tab-content .span6 {
        width: 100%;
        display: block;
        float: none;
        margin-left: 0px;
    }

}

.remove-margin {
    margin-left: 0px !important;
}

.card-group {
    min-height: 390px !important;
}

.card-wrapper {
    position: relative;
}


.icnf-text-form-field {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 8px;
	outline: none;
	border: 1px solid #9B9B9B;
	border-radius: 3px;
	font-family: Lato !important;
	font-size: 15px;
	margin-bottom: 20px;
}

.icnf-text-form-field.icnf-form-error {
    border: 1px solid #EF404A;
}

.icnf-text-form-field:focus {
	border: 1px solid #449B0A;
}

.icnf-label {
	display: inline-block;
	margin-bottom: 5px;
	color: #4A4A4A;
	font-size: 16px;
	font-family: "Lato" !important;
}
