body {
    font: 13px/21px sans-serif;
    background-color: #F1F2ED;
    background: url("../images/backgrounds/background1.jpg") no-repeat center center;
    background-color: #F1F2ED;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    overflow-y: scroll;
    color: #282828;
}

p {
    margin: 0;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100% !important;
}

hr {
    background-color: #DDDDDD;
    height: 1px;
    margin: 10px 0;
}

.container {
    max-width: 970px;
}

.row {
    margin-bottom: -10px;
}

.green-line {
    background-color: #86AE2E;
    height: 3px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin-top: 0px;
}

.intro {
    background: url("../images/transparent.png") repeat-y scroll rgba(0, 0, 0, 0);
    color: #FFFFFF;
    text-align: left;
    padding: 15px 30px;
    min-height: 170px;
    line-height: 15px;
}

.intro-logo {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.intro-text {
    float: left;
    width: 70%;
}

@media (max-width : 991px){
    .intro-text {
        width: 60%;
    }
}

@media (max-width : 431px){
    .intro {
        min-height: 320px;
    }
    .intro-text {
        width: 100%;
    }
}

.intro h1 {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 5px;
}

.intro h2 {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 5px;
}

.intro h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.intro h7 {
    font-size: 11px;
}

.intro img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter {
    background: url("../images/transparent.png") repeat-y scroll rgba(0, 0, 0, 0);
    color: #FFFFFF;
    text-align: left;
    font-size: 13px;
    padding: 15px 30px;
    overflow: hidden;
    height: 170px;
}

.newsletter h3 {
    padding-bottom: 0px;
    margin-top: 10px;
}

.newsletter p {
   padding-top: 10px;
}

.newsletter .btn-default {
    border-radius: 0px;
    border: 0px;
    margin: 2px 0;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}

.newsletter .glyphicon {
    vertical-align: text-top;
    font-size: 13px;
}

.newsletter input {
    border-radius: 0px;
    border: 0px;
    font-size: 13px;
    margin: 0;
    max-width: 200px;
    height: 30px;
    margin: 1px 0px;
}

/* #captcha {
    vertical-align: initial;
    margin-top: 2px;
    margin-bottom: -11px;
} */

.newsletter .form-control {
    display: inline-block;
    width: 64%;
}

@media (max-width : 767px){
    .newsletter {
        margin-top: 30px;
    }
    
    .newsletter input {
        min-width: 110px;
        max-width: none;
    }
}

.newsletter .form-control {
    display: inline-block;
    width: 64%;
}

.newsletter-captcha-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    flex-wrap: nowrap;
}

.newsletter-captcha-row #captcha,
.newsletter-captcha-row input,
.newsletter-captcha-row button {
    margin: 0;
    vertical-align: middle;
}

.newsletter-captcha-row #captcha {
    display: block;
}

.newsletter-captcha-row input {
    height: 30px;
    line-height: 30px;
}

.newsletter-captcha-row .btn-default {
    margin: 0;
}

.spacer {
    margin-top: 30px;
}


.page-body {
    /*background: #F1F2ED;*/
    background: rgba(241,242,237,0.82);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    min-height: 500px;
    /*opacity: 0.95;*/
}

@media (max-width : 767px){
    .page-body {
        padding: 5px 10px;
        min-height: 0px;
    }
}


/*TOP NAV - BEGIN*/
.sub-nav {
    text-align: left;
    padding-left: 0;
    padding-top: 5px;
    margin-bottom: 15px;
    background: none;
}

.sub-nav > li:first-child {
    display: none;
}

.sub-nav > li + li:before {
    display: none;
}

.sub-nav > li + li:after {
    color: #DDDDDD;
    content: "/ ";
    padding: 0 5px;
}

.sub-nav > li + li:last-child:after {
    display: none;
}

.sub-nav a {
    margin-top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
    vertical-align: baseline;
}

.sub-nav a:hover {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}
/*TOP NAV - END*/


/* SECTION BOBY - BEGIN*/
.section-body {
    background: url("../images/heading-shade.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    min-width: 100%;
    background: rgba(241,242,237,1);
    /*min-width: 240px;*/
}

@media (max-width : 767px){ 
    .section-body {
        padding: 5px 10px;
    }
}

.section-body img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.section-body h2 {
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width : 767px){ 
    .section-body h2 {
        margin-top: 10px;
    }
}

.section-body h3 {
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
}

.section-body h4 {
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width : 767px){ 
    .section-body h4 {
        margin-top: 10px;
    }
}

.section-body .btn-default {
    border-radius: 0px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}
/* SECTION BODY - END*/


/* SECTION BODY-TEXT - BEGIN*/
.section-body-text {
    background: url("../images/heading-shade.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background: rgba(241,242,237,1);
}

@media (max-width : 767px){ 
    .section-body-text {
        padding: 5px 10px;
    }
}

.section-body-text h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width : 767px){ 
    .section-body-text h2 {
        margin-top: 10px;
    }
}

.section-body-text h3 {
    margin-top: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 0;
}

.section-body-text h4 {
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    padding-bottom: 10px;
}

.section-body-text h5 {
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #282828;
}

.section-body-text p {
    text-align: left;
}

.section-body-text img {
    padding: 5px 0;
}

.section-body-text a {
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
    vertical-align: baseline;
}

.section-body-text a:hover {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}

.section-body-text .btn-default {
    border-radius: 0px;
    border: 0px;
    margin: 10px 0;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}

.section-body-text .btn-default:hover {
    color: #FFFFFF;
    border-bottom: none;
}

.section-body-text .table {
    margin-bottom: 0px;
}

/* SECTION BODY-TEXT - END*/


/* LEFT MENU - BEGIN*/
.section-body-menu {
    background: url("../images/heading-shade.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    /*padding: 10px 0;*/
    color: #282828;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    /*border-top: 1px solid #86AE2E;*/
    background: rgba(241,242,237,1);
}

@media (max-width : 767px){
    .section-body-menu {
        padding: 5px 10px;
    }
}

.section-body-menu .btn-default {
    border-radius: 0px;
    border: 0px;
    margin: 5px 10px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}

.section-body-menu > ul {
   padding: 0 10px;
}

@media (max-width : 767px){
    .section-body-menu > ul {
        padding: 0;
    }
}

.section-body-menu a {
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
}

.section-body-menu a:hover,
.section-body-menu a:focus {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}

.menu-nav > li {
    padding: 5px 0;
    list-style-type: none;
}

.menu-nav > li > a {
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
}

.menu-nav .active a {
    color: #86AE2E;
}

.menu-nav li >a:hover,
.menu-nav li > a:focus {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}
/* LEFT MENU - END*/


.section-body-top {
    padding: 0px 10px;
}

.section-body-top h1 {
    margin-top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
    vertical-align: baseline;
    display: inline;
}

.section-body-top h1:hover {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}

.section-body-description {
    min-height: 260px;
}

@media (max-width : 991px){
    .section-body-description {
        min-height: 240px;
    }
}

.section-body-passeios {
    min-height: 250px;
}

@media (max-width : 991px){
    .section-body-passeios {
        min-height: 230px;
    }
}

.section-body-actividades {
    min-height: 220px;
}

.section-body-actividades h2 {
        min-height: 38px;
    }

@media (max-width : 991px){
    .section-body-actividades {
        min-height: 192px;
    }
    .section-body-actividades h2 {
        min-height: 38px;
    }
}

@media (max-width: 767px) {
    .section-body-actividades h2 {
        min-height: 0px;
    }
}

.section-body-intro {
    text-align: center;
    min-width: 100%;
}

.section-body-intro p {
    text-align: center;
    padding: 0 10px;
}

.section-body-intro .btn-default {
    border-radius: 0px;
    border: 0px;
    margin: 5px 10px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}

.section-body-intro img {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*FOOTER*/
.page-footer {
    background: #F1F2ED;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.section-footer {
    padding: 10px 10px;
    margin: 0 10px;
    text-align: left;
}

.section-footer-right {
    padding: 10px 10px;
    margin: 0 10px;
    text-align: right;
}

@media (max-width : 991px){
    .page-footer {
        padding-bottom: 15px;
    }
    
    .section-footer {
        padding: 10px 10px;
    }
}

@media (max-width : 767px){
    .page-footer {
        padding: 5px 10px;
        padding-bottom: 15px !important;
    }
    
    .section-footer {
        padding: 5px 5px;
        margin: 5px 0;
    }
    
    .section-footer-right {
        padding: 5px 5px;
        margin: 5px 0;
    }
}

.section-footer p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    line-height: 20px;
}

.section-footer a, .section-footer-right a {
    margin-top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    /*line-height: 20px;*/
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
}

.section-footer a:hover,
.section-footer-right a:hover ,
.section-footer a:focus, 
.section-footer-right a:focus {
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}

.footer-nav {
    background: none;
    margin: 0;
    padding: 0;
    color: #DDDDDD;
    content: "| ";
    padding: 0 5px;
}

.footer-nav > li + li:before {
    color: #DDDDDD;
    content: "| ";
    padding: 0 5px;
    display: initial;
}


ul.inline-list {
    list-style-image:url('../images/square.png');
    padding-left: 15px;
    margin:0px;
    text-align: left;
}

ul.inline-sitemap {
    list-style-image:url('../images/square.png');
    text-align: left;
}

@media (max-width : 767px){
    ul.inline-sitemap:first-child {
        margin-left: -25px;
    }
}

.contactos {
    padding: 0px;
    text-align: left;
}

.contactos .form-group {
    margin-bottom: 5px;
}

.contactos label {
    font-weight: normal;
}

.contactos p {
    text-align: left;
}

.contactos input {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
    height: 30px;
}

.contactos select {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
    height: 30px;
}

.contactos textarea {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
}

.map_container {
    margin-bottom: 10px;
    height: 300px;
    background-color: #E5E3DF;
}

@media (max-width : 767px){
    .map_container {
        margin-bottom: 15px;
        height:200px;
    }
}

.reservar {
    padding: 0px;
    text-align: left;
}

.reservar input {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
    height: 30px;
}

.reservar .date {
    max-width: 150px;
}

.reservar select {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
    height: 30px;
    width: 50px;
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.reservar select:focus {
    border-color: #86AE2E;
}

.reservar label {
    font-weight: normal;
}

.reservar .form-group {
    margin-bottom: 5px;
}

.reservar .table tbody > tr > td {
    vertical-align: middle;
    padding: 1px 0;
    border: none;
}

/*.reservar .table tbody > tr:last-child {
    border-bottom: 1px solid #DDDDDD;
}*/

/*.reservar .table tbody > tr > td > input {
    border-top: none;
    border-bottom: none;
}*/

.reservar .table tbody > tr > td:last-child {
    width: 6%;
    padding-left: 5px;
}

.reservar .table tbody > tr > td:first-child {
    padding-right: 5px;
    width: 35%;
}

.reservar .table tbody > tr > td > input {
    width: 50px;
}

.reservar textarea {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
}

.social-links {
    text-align: left;
    float: left;
    padding-left: 0px !important;
    margin-top: -8px;
    margin-left: 10px;
}

@media (max-width : 767px){
    .social-links {
        margin-bottom: 7px;
        margin-left: 0px;
    }
}

.rnet {
    font-size: 11px;
    margin-left: 10px;
}

.rnaat {
    font-size: 11px;
    margin-left: 10px;
    margin-top: -5px;
}

@media (max-width : 767px){
    .rnet {
        font-size: 11px;
        margin-left: 0px;
    }
    
    .rnaat {
        font-size: 11px;
        margin-left: 0px;
    }
}

.social-links li {
    display: inline-block;
    margin-top: 10px;
}

.social-links > li > a {
    border-bottom: none !important;
    width: 32px;
    height: 32px;
    line-height: 33px;
    background: #fff;
    text-align: center;
    padding-left: 0;
    margin-right: 5px !important;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    margin-right: 4px;
    font-weight: 200 !important;
}

.social-links li a.facebook:focus, .social-links li a.facebook:hover {
    background-color: #3B5998;
    color: #FFFFFF;
}

.social-links li a.google:focus, .social-links li a.google:hover {
    background-color: #4285F4;
    color: #FFFFFF;
}

.social-links li a.youtube:focus, .social-links li a.youtube:hover {
    background-color: #BB0000;
    color: #FFFFFF;
}

.social-links li a.pinterest-p:focus, .social-links li a.pinterest-p:hover {
    background-color: #CB2027;
    color: #FFFFFF;
}

.social-links li a.instagram:focus, .social-links li a.instagram:hover {
    background-color: #D6005B;
    color: #FFFFFF;
}

.social-links > li > a > span {
    display: none;
}

.flexslider {
    margin: 0px;
    background: #F1F2ED;
    /*background: rgba(241,242,237,0.92);*/
    border: 4px solid #F1F2ED;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
}

.flex-direction-nav a:before {
    font-size: 30px;
    color: #86AE2E !important;
}

.flex-direction-nav a {
    color: #86AE2E;
    border-bottom: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.35;
}

#carousel {
    padding-left: 45px;
    padding-right: 45px;
}

#carousel img {
    padding-right: 5px;
    width: 100%;
}

#slider {
    padding-right: 45px;
    padding-left: 45px;
}

#slider img {
    width: 100%;
}

.flex-direction-nav .flex-disabled {
    display: none;
}

.flexslider .slides > li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-direction-nav a:hover {
    border-bottom: none;
}

@media (max-width : 767px){
    #slider {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    #carousel {
        padding-left: 0px;
        padding-right: 0px;
    }
   
    .flex-direction-nav a:before {
        font-size: 25px;
    }
    
    .flex-direction-nav a {
        line-height: 1.55;
        margin: -20px -6px 0;
    }
    
    .flex-direction-nav a {
        width: 39px;
        height: 39px;
    }
}

.captcha input {
    max-width: 180px;
    display: inline;
}

.captcha img {
    padding-top: 1px;
}

.ui-datepicker {
    width: 18em;
    min-height: 256px;
}

.ui-datepicker .ui-datepicker-header {
    height: 30px;
}

.ui-icon {
    height: 20px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    top: 2px;
    height: 22px;
    cursor: pointer;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
    background-image: none !important;
}

.ui-datepicker-next-hover:hover {
    background-color: transparent;
    border: 0;
    font-weight: 700;
    background: none;
    top: 2px;
    right: 2px;
}

.ui-datepicker-next span.ui-icon {
    width: 12px;
    height: 20px;
    color: #86AE2E;
    font-size: 18px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-next span:before {
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
}

.ui-datepicker-prev-hover:hover {
    background-color: transparent;
    border: 0;
    font-weight: 700;
    background: none;
    top: 2px;
    left: 2px;
}

.ui-datepicker-prev span.ui-icon {
    width: 12px;
    height: 20px;
    color: #86AE2E;
    font-size: 18px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-prev span:before {
    content: "\f053";
    font-family: FontAwesome;
    position: relative;
}

.ui-highlight > .ui-state-default {
    background: red !important;
    color: white !important;
}

.ui-highlight {
    opacity: 1 !important;
}

ui-lowlight > .ui-state-default {
    background: #DDD !important;
    color: #282828 !important;
}

.ui-lowlight {
    opacity: 1 !important;
}

.ui-lowlight-disabled {
    opacity: .35 !important;
}

#mapCanvas {
    width:auto;
    height:300px;
    position: fixed;
    z-index: 2;
}

@media (max-width : 767px){
    #mapCanvas {
        height:200px;
    }
}

#mapCanvas label {
    width: auto;
    display:inline !important;
}

#mapCanvas img {
    max-width: none !important;
}

.directions {
    margin-top: -3px;
    display: none;
}

@media (max-width : 767px){
    .directions {
        margin-bottom: 5px;
        margin-top: -7px;
    }
}

#button-directions > span {
    padding-left: 3px;
}

.nav-flags {
    margin-top: -10px !important;
    margin-right: -10px !important;
    height: 0px !important;
    padding: 0px !important;
}

.nav-flags > li > a {
    display: initial !important;
    margin: 1px !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.nav-flags > li > a:last-child {
    margin-right: 0px !important;
}

.nav-flags > li > a:hover, .nav-flags > li > a:focus {
    background-color: #282828 !important;
}

/*.nav-flags img:hover, .nav-flag img:focus {
    width: 24px !important;
    height: 24px !important;
}*/

.nav-flags li {
    display: inline-block;
    color: #FFF;
    opacity: 0.35;
}

.nav-flags a {
    color: #FFF;
}

.nav-flags img {
    padding: 0px;
}

@media (min-width : 768px){
    .nav-flags li:hover, .nav-flags li:focus {
        opacity: 1 !important;
    }
}

.flag-active {
    opacity: 1 !important;
}

@media (max-width : 767px){
    .nav-flags {
        margin-bottom: -10px !important;
        margin-top: 0px !important;
    }
}

#DataDisponibilidade a {
    border: 0px;
}

/*#DataDisponibilidade a:focus, #DataDisponibilidade a:hover {
    font-size: 13px;
    border: 1px solid #AAA;
}*/

/*#DataDisponibilidade .ui-datepicker {
    min-height: 18em;
}*/

.legenda-top {
    float: left;
    margin-right: 18px;
}

.legenda-bottom {
    float: left;
}

@media (max-width : 767px){
    .legenda-top {
        margin-top: 15px;
    }
    .legenda-bottom {
        margin-top: 15px;
    }
}

.red-square {
    width: 25px;
    height: 25px;
    background: red;
    border: 1px solid #DDD;
    float: left;
    margin-right: 5px;
}

.grey-square {
    width: 25px;
    height: 25px;
    background: #F1F2ED;
    border: 1px solid #DDD;
    float: left;
    margin-right: 5px;
}

.table-title {
    font-weight: bold !important;
}

.eupopup-body {
    color: #fff;
    margin-bottom: 5px;
}

.eupopup-head {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

.eupopup-container {
    background-color: rgba(11, 11, 11, 0.6);
}

.eupopup-button_1 {
    border-radius: 0px;
    border: 0px;
    margin: 2px 0;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 20px;
    margin: 3px;
}

.eupopup-button_1:hover, .eupopup-button_1:focus {
    color: #FFFFFF;
    border-bottom: none;
    text-decoration: none;
}

.eupopup-closebutton {
    border-radius: 0px;
    border: 0px;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    margin: 5px;
    height: 20px;
    width: 20px;
}

.eupopup-button_2 {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #86AE2E;
}

.eupopup-button_2:hover, .eupopup-button_2:focus {
    text-decoration: none;
    color: #86AE2E;
    border-bottom: 1px solid #86AE2E;
}

.parceiros-logo {
    min-height: 160px;
}

.parceiros-logo > a > img {
    margin-top: 19px;
    margin-bottom: 0px;
}

.newsletter-remove {
    text-align: left;
    font-size: 13px;
    padding: 15px 30px;
    overflow: hidden;
}

.newsletter-remove label {
    font-weight: normal;
}

.newsletter-remove p {
   padding-top: 10px;
}

.newsletter-remove .btn-default {
    border-radius: 0px;
    border: 0px;
    margin: 10px 0;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86AE2E;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    height: 30px;
}

.newsletter-remove .glyphicon {
    vertical-align: text-top;
    font-size: 13px;
}

.newsletter-remove input {
    border-radius: 0px;
    border: 1px solid #DDDDDD;
    font-size: 13px;
    margin: 0;
    height: 30px;
}

.unsubscribe {
    padding: 0px;
}

@media (max-width : 767px){
    .unsubscribe {
        margin-bottom: -20px;
    }
}

.price-tag {
    display: inline-block;
    background-color: #FFF;
    padding: 3px;
    border-radius: 3px;
    /* border: 1px solid #DDD; */
    font-weight: 600;
    width: 45px;
    text-align: center;
}

.price-tag sup {
    top: -2.0px;
    font-weight: 400;
}

.price-tag sub, sup {
    font-size: 81%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.free-tag {
    display: inline-block;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 2px;
    width: 45px;
}

.table tbody tr td {
    vertical-align: middle;
}

.section-footer-financiamento img {
    padding: 0 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width : 991px){
    .section-footer-financiamento img {
        padding: 0 35px;
    }
}

@media (max-width : 767px){
    .section-footer-financiamento img {
        padding: 0 50px;
    }
}
