a.btn_1:hover, .btn_1:hover {
    background: #008298;
    color: #fff;
}

.hero_in .wrapper h5, .hero_in .wrapper h5 a{
    color: white;
    font-size: 14px;
}

.hero_in .wrapper h5 a:hover{
    color: #8ebb14;
}
.text-center{text-align: center;}
.block{display: block;}

.bglines li{padding: 4px 15px; border-bottom: 1px solid #f2f2f2;}
.bglines strong{color:#000;}
.stamp-container.full img{width: 100%; max-width: 100%}
.fos_user_registration_register label{max-width: 100% !important;}
.mb-20{margin-bottom: 20px;}
.pt-50{padding-top: 100px;}
.pb-50{padding-bottom: 50px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}

.tracks-tabs{display: flex; flex-wrap: wrap;}
.tracks-tabs .tracks-tab{padding: 5px 15px; border:1px solid #f2f2f2; margin-right: 5px;}
.tracks-tabs .tracks-tab.active{background: #8ebb14; color:#fff;}
.tracks-tab-content {width: 100%; padding: 10px;}
.tracks-tab-content .row{display: block !important}
.tracks-tab-content .col-sm-4{width: 100% !important; text-transform: uppercase;}
.tracks-tab-content audio{width: 100%;padding: 10px;}

.audioguias .travelstyle .stamp-container img{max-width: 100% !important}

.linebottom{padding-bottom: 20px; border-bottom: 1px solid #ddd}
.search_results{border-top: 1px solid #f2f2f2; background: #fff;}
#search_results_list li{margin-bottom: 10px; border-bottom: 1px solid #f2f2f2; padding-bottom: 10px;}
#search_results_list li a{display: flex; justify-content: flex-start; align-items: center; color:#000; text-align: left; font-weight: 600; font-size: 17px; line-height: 24px; position: relative;padding-right: 200px;}
#search_results_list li a img{width: 60px; border-radius: 8px; margin-right: 10px;}
#search_results_list li a span.bloque{display: block;}
#search_results_list li .premium-icon{position: absolute; right: 20px;   font-size: 12px; margin:0}
.text-left{text-align: left;}
#registraDestino{background: #8ebb14; display:inline-block; padding: 5px 10px; border-radius: 8px;}
#registraDestino a{padding-bottom: 0;}

.registro-section{padding-top: 180px; padding-bottom: 50px;}
.registro-section .row{ align-items: center;}
.registro-section h1{color:#fff; font-weight: bold;}
.registro-section .content{padding: 30px 44px; background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.registro-section .content ul{margin-top: 5px; padding-top: 25px; border-top: 2px solid #121921}
.registro-section .content ul li{padding-left: 40px; position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #f2f2f2;}
.registro-section .content ul li strong{color: #000}
.registro-section .content ul li i{color:#8EBB13; position: absolute; top: 50%; margin-top: -20px; left: 0; font-size: 20px;}
.registro-section .content  p{margin-bottom: 0;}
.registro-section .content  p strong{font-size: 16px; margin-bottom: 0; line-height: 22px; color:#121921 !important}
.contentwhite{padding: 30px; background: #fff; border-radius: 10px; margin:50px 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

}
.destacado{font-size: 20px; line-height: 24px;}
.contentwhite.oscuro{background: #121921; color:#fff;}
.contentwhite.oscuro a:hover{color:#fff !important}

.select-wrapper {
        margin: 150px auto;
        max-width: 600px;
        width: calc(100% - 40px);
      }

      .select-pure__select {
        align-items: center;
        background: #fff;
        box-sizing: border-box;
        color: #363b3e;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        justify-content: left;
        min-height: 50px;
        padding: 0px 15px;
        position: relative;
        transition: 0.2s;
        width: 100%;
      }

      .select-pure__options {
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        box-sizing: border-box;
        color: #363b3e;
        display: none;
        left: 0;
        max-height: 221px;
        overflow-y: scroll;
        position: absolute;
        top: 50px;
        width: 100%;
        z-index: 5;
        text-align: left;
      }

      .select-pure__select--opened .select-pure__options {
        display: block;
      }

      .select-pure__option {
        background: #fff;
        border-bottom: 1px solid #e4e4e4;
        box-sizing: border-box;
        line-height: 25px;
        padding: 10px;
      }

      .select-pure__option--selected {
        color: #e4e4e4;
        cursor: initial;
        pointer-events: none;
      }

      .select-pure__option--hidden {
        display: none;
      }

      .select-pure__selected-label {
        background: #5e6264;
        border-radius: 4px;
        color: #fff;
        cursor: initial;
        display: inline-block;
        margin: 5px 10px 5px 0;
        padding: 3px 7px;
      }

      .select-pure__selected-label:last-of-type {
        margin-right: 0;
      }

      .select-pure__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 7px;
      }

      .select-pure__selected-label i:hover {
        color: #e4e4e4;
      }

      .select-pure__autocomplete {
        background: #f9f9f8;
        border-bottom: 1px solid #e4e4e4;
        border-left: none;
        border-right: none;
        border-top: none;
        box-sizing: border-box;
        font-size: 16px;
        outline: none;
        padding: 10px;
        width: 100%;
      }


#my-shared-destinations #list_sidebar .row{display: block;}
#my-shared-destinations #list_sidebar{width: 100%; max-width: none; display: block;}
#my-shared-destinations #list_sidebar .box_grid{display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 20px;}
#my-shared-destinations #list_sidebar .box_grid h3{margin-bottom: 0;}
#my-shared-destinations #list_sidebar .box_grid figure{width: 100px; height: auto;}
#my-shared-destinations #list_sidebar .box_grid .wrapper{width: calc(100% - 120px); padding-top: 0;}
#my-shared-destinations #list_sidebar .box_grid a{display: inline-block;}
#my-shared-destinations #list_sidebar .box_grid figure a img{position: relative; top: 0; -webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
left: 0;
}
#my-shared-destinations #list_sidebar ul.share-buttons{margin-bottom: 15px;}
#my-shared-destinations #list_sidebar .box_grid p{margin-bottom: 10px;}
#my-shared-destinations #list_sidebar .destination-item-container ul.service-buttons li span{border:none; padding: 0;}

.formuser .bgwhite{padding: 30px; background: #fff;}



#my-shared-itineraries #list_sidebar .row{display: block;}
#my-shared-itineraries #list_sidebar{width: 100%; max-width: none; display: block;}
#my-shared-itineraries #list_sidebar .box_grid{display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 20px;}
#my-shared-itineraries #list_sidebar .box_grid h3{margin-bottom: 0;}
#my-shared-itineraries #list_sidebar .box_grid figure{width: 100px; height: auto;}
#my-shared-itineraries #list_sidebar .box_grid .wrapper{width: calc(100% - 120px); padding-top: 0;}
#my-shared-itineraries #list_sidebar .box_grid a{display: inline-block;}
#my-shared-itineraries #list_sidebar .box_grid figure a img{position: relative; top: 0; -webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
left: 0;
}
#my-shared-destinations #list_sidebar ul.share-buttons{margin-bottom: 15px;}
#my-shared-itineraries #list_sidebar .box_grid p{margin-bottom: 10px;}
#my-shared-itineraries #list_sidebar .destination-item-container ul.service-buttons li span{border:none; padding: 0;}

  .main-menu > ul > li span > a{font-size: 14px !important}

#share-destination .grid{width: 100%; margin:0 30px;}
#share-destination ul.magnific-gallery{width: 100%; text-align:left;}
#share-destination ul.magnific-gallery li{background: none; display: inline-block; width: 100px !important; margin-right: 10px;}
#share-destination ul.magnific-gallery li figure{margin:0 !important}
#share-destination ul.magnific-gallery li figure > img, #share-itinerary ul.magnific-gallery li figure > img{ width: 100% !important; height: auto !important;}

#share-destination .bootstrap-select > .dropdown-toggle, #share-itinerary .bootstrap-select > .dropdown-toggle{background: none; border:1px solid #ccc}
#share-destination label, #share-itinerary label{text-transform:uppercase; font-size:11px; margin-bottom:0; text-align:left;}
#share-destination .row > div, #share-itinerary  .row > div{margin-bottom:12px;}
.tabs nav a i{color:#F90; margin-right:7px;}

#share-destination .form-group label{width:100% !important; max-width:100% !important;}
#share-destination .form-group .col-sm-10{width:100% !important; max-width:100% !important;}

#share-itinerary .form-group label{width:100% !important; max-width:100% !important;}
#share-itinerary .form-group .col-sm-10{width:100% !important; max-width:100% !important;}



.form-group .checkbox label{display:block; text-align:left; padding-left:20px;}
.form-group .checkbox label input{width:auto; margin-right:10px; position:absolute; left:0; height:auto; margin-top:3px;}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{background-color:#8ebb14 !important; border-color:#8ebb14 !important}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{ border-color:#8ebb14 !important}
#CookiebotWidget .CookiebotWidget-consent-details button{color:#8ebb14 !important}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{fill: #8ebb14 !important}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider{background: #8ebb14 !important}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{color:#8ebb14 !important}

.travelstyle{margin-bottom:70px;}
.travelstyle figure{margin-bottom:0;}

.travelstyle .stamp-container img{max-width:200px}


.travelstyle .wrapper{
font-size: 12px;
margin: 0px 0 0 0;
  margin-left: 0px;
margin-left: 0px;
display: inline-block;
margin-top: 10px;
width: 90%;
margin-left: 5%;
}

 .travelstyle .wrapper h3{font-size:14px !important; text-align:center; margin-bottom:0 !important}


.hero_in.covid-safe-section:before {
    background: url('/bundles/app/frontend/images/heros/covid.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.contact-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_contact_section.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.international-network-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_international_network.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.consultancy-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_consultancy_section.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.observer-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_observer_section.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.registro-section{position: relative;}
.registro-section:before {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
    background: url('/bundles/app/frontend/images/fondo.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.certification-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_certification_section.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.formation-section:before {
    background: url('/bundles/app/frontend/images/heros/bg_hero_formation_section.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.feder-section:before {
    background-color: #032F83;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
}

.hero_in.feder-section .wrapper {
    height: 250px;
}

.hero_in .wrapper h1 span {
    background-color: #8ebb14 !important;
}

#custom-search-input input[type='submit'] {
    background-color: #8ebb14;
    margin: 0px;
}

.custom-search-input-2 input[type='submit'] {
    background-color: #8ebb14;
    margin: 0px;
}

a.box_feat i {
    color: #8ebb14;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8ebb14 !important;
}

.topics-container {
    padding: 10px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.topics-container .topics-item {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    max-width: 33%;
    border-bottom: none;
}

.topics-container h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

.topics-container h3 {
    color: #8ebb14;
}

.topics-container h5:hover {
    font-size: 15px;
    color: #485431;
}

.topics-container img {
    max-width: 35px;
    padding-bottom: 10px;
}

.topics-container .topics-item:nth-child(6n) {
    border-right: none;
}

.destination-grid-container .box_grid .wrapper {
    padding: 25px;
    min-height: 174px;
}

.custom-search-input-2 .form-group {
    display: flex;
}

.filter_type h6 {
    font-size: 16px;
}

.filter_type .filter_toggle, .filter_type .filter_toggle-button-up{
    display: none;
}

#filters_col label {
    max-width: 75%;
}

.marker_info img {
    max-width: 100% !important;
}

.marker_info h3 {
    font-size: 14px !important;
    margin-bottom: 10px;
}

.destination-item-container ul.service-buttons li span.category {
    border-color: #008298;
    color: #008298;
}

.destination-item-container ul.service-buttons{
    border: none;
    display: inline-block;
    text-align: left;
}

.destination-item-container ul.service-buttons li span {
    background: #fff;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 7px;
    transition: .3s;
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    width: max-content;
    margin-top: 2px;
}

.service-buttons li:last-child {
    margin-right: initial !important;
    float: none !important;
}

.destination-details-container ul.bullets {
    display: flex;
    max-width: max-content;
}

.destination-details-container  ul.bullets li {
    padding-right: 15px;
}

.destination-details-container  .destination-services span{
    padding-left: 15px;
    display: inline-block;
}

.destination-details-container  .destination-services span:before {
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    font-size: 14px;
    font-size: 0.875rem;
    content: "\5c";
    color: #ccc;
    padding-right: 10px;
    left: 0;
    top: 0;
}

.destination-details-container .magnific-gallery{
    display: inline;
}

.destination-details-container .magnific-gallery li{
    padding: 10px;
    background-color: white;
}

.destination-details-container section{
    border-bottom: none !important;
}

.destination-item-container .room_type:nth-of-type(even){
    background-color: #f8f8f8 !important;
}

.destination-details-container ul.topic-buttons li span.category {
    border-color: #8ebb14;
    color: #8ebb14;
}

.destination-details-container ul.topic-buttons{
    text-align: left;
}

.destination-details-container  ul.topic-buttons img{
    width: 16px;
    margin-right: 10px;
}

.destination-details-container ul.topic-buttons li span{
    background: #fff;
    border: 1px solid #666;
    border-radius: 50px;
    font-size: 12px;
    padding: 7px 18px;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500;
    width: max-content;
}
.bg_rounder_color_1 {
    padding: 30px 30px;
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #eee !important;
    margin-bottom: 20px;
}

.destination-details-container .map.map_single {
    height: 280px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.destination-details-container .destination-agencies-section-row{
    border-radius: 10px;
    border: 1px solid #eee !important;
    padding: 10px 10px 10px;
    text-align: center;
    background-color: #fff !important;
}

.destination-details-container .destination-agencies-section-row p{
    margin-bottom: 10px;
}

.stamp-container {
    text-align: center;
    margin-bottom: 45px;
}

.stamp-container a{display:inline-block; position:relative;}
/*.stamp-container a:after{content:""; position:absolute; top: -12px;
right: 10px;
height: 33px;
width: 27px;
background: #fff url("/bundles/app/frontend/images/descargarpdf.png") no-repeat center center;
    background-size: auto;
background-size: 76% auto;
border-radius: 5px;
border: 1px solid #8ebb14;

}*/


.stamp-container img {
    max-width: 150px;
}

.list-widget-social {
    margin-top:20px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    padding: 25px;
}
.list-widget-social , .list-widget-social li{
    float:left;
}
.list-widget-social li{
    margin-right:8px;
}
.list-widget-social li a {
    width:36px;
    height:36px;
    display:block;
    line-height:36px;
    border-radius:4px;
    color:#fff;
    background: #008298;
    text-align: center;
}
.list-widget-social li a:hover {
    background: #2C3B5A;
}

@media (max-width: 768px) {
    .topics-container .topics-item {
        /*border-bottom: 1px solid #e5e5e5;*/
    }

    .topics-container .topics-item:nth-child(3n) {
        border-right: none;
    }
}

.topics-section {
    position: relative;
    top: -30px;
    z-index: 999999;
}

.section-observer-info {
    margin-bottom: 20px;
}

.section-observer-info p {
    margin-bottom: 5px;
    min-height: 70px;
}

.main_title_2 h2 {
    margin: 25px 0 20px 0;
}

.main_title_2 p {
    font-size: 18px;
}

.section-observer-info small {
    font-size: 15px;
}

.destination-item-container .bullets li {
    font-size: 12px;
}

.box_grid figure small, .point-of-interest-box figure small {
    position: relative;
    left: -20px;
    float: right;
}

.slick-prev:before, .slick-next:before {
    color: #8ebb14;
}

.slick-dots li.slick-active button:before {
    color: #8ebb14;
}

.slick-dots li button:before {
    color: #8ebb14;
}

.call_section {
    background: url('/bundles/app/frontend/images/home_slider/slide_2.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}

.contact_section {
    background: url('/bundles/app/frontend/images/home_slider/slide_3.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}

.planner_section {
    background: url('/bundles/app/frontend/images/planner_background.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding: 60px 140px;*/
    height: auto;
}

#plannerContent {
    background-color: rgba(255, 255, 255, 0.9);
}

.animated .block-vertical {
    background: #8ebb14;
}

@media (min-width: 1280px) {
    .topics-section {
        max-width: 1024px;
    }
}

@media (min-width: 1024px) {
    .topics-section {
        max-width: 1012px;
    }
}

@media (max-width: 1024px) {
    #hero_video {
        background: #ccc url('/bundles/app/frontend/images/heros/portada.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

button.btn-full {
    width: 100%;
    padding: 10px;
    background-color: #8ebb14;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
    color: #666;
    font-size: .9em;
}

ul.pagination .page-item.active .page-link {
    background-color: #8ebb14;
    border-color: #8ebb14;
}

section#description h2,
section#reviews h2,
section#services h2,
section#images h2,
section#other_info h2,
section#itineraries h2,
section#points_of_interest h2,
section#activities h2,
section#send-review h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
section#description h3,
section#reviews h3,
section#services h3,
section#images h3,
section#other_info h3,
section#itineraries h3,
section#points_of_interest h3,
section#activities h3,
section#send-review h3 {
    font-size: 21px;
    font-size: 1.3125rem;
}
section#description h4,
section#reviews h4,
section#services h4,
section#images h4,
section#other_info h4,
section#itineraries h4,
section#points_of_interest h4,
section#activities h4,
section#send-review h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

#reviews .rev-images {
    margin-bottom: 20px;
}

#reviews .rev-images img {
    border:2px solid #8ebb14;
    padding: 2px;
}

.hero_in.tours h1 {
    text-transform: none !important;
}

.hero_in.tours h5 {
    text-transform: uppercase;
}

.hero_in.tours h5,
.hero_in.tours h5 a {
    font-size: 1.2em;
}

.hidden {
    display: none;
}

div.review-rating-component i.fa {
    color: #8ebb14;
    cursor: pointer;
}

section#description {
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    font-family: "Poppins", Helvetica, sans-serif !important;
    color: #555 !important;
    text-align: justify !important;
}

section#description ul, section#description ol {
    list-style: inherit !important;
}

section#description ul li , section#description ol li {
    margin-left: 25px;
}

/** For second level lists in descriptions */
section#description ul ul , section#description ol ol {
    margin-left: 25px;
}

section#description ul ul li, section#description ol ol li {
    list-style: circle !important;
}

.hero_in .wrapper h1 {
    text-transform: none !important;
}


@media (max-width:1200px){
.main-menu > ul > li span > a{font-size: 13px !important; padding-left: 6px;  padding-right: 6px;}

}

@media (max-width: 767px) {
    .hero_in .wrapper h1 {
        font-size: 1.5rem;
    }

    .hero_in .wrapper h3 {
        font-size: 1.2rem;
    }

    .hero_in .wrapper h5 {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .filters_listing ul li:nth-child(2) {
        display: block !important;
    }

    form#planner-search-form {
        font-size: 0.7rem !important;
    }

    #search #plannerContent #planner_scientificTopic div.form-check {
        min-width: 150px !important;
        padding-left: 20px !important;
        font-size: 0.6rem;
    }
}

#error_page {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('/bundles/app/frontend/images/heros/bg_hero_error_section.jpg') center center no-repeat #000;
    color: #fff;
}

.tooltip-inner {
    max-width: 500px !important;
}

.premium-icon {
    display: inline-block;
    color: #8ebb14;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.premium-icon > img {
    height: 24px !important;
    width: 24px !important;
}

.premium-icon > * {
    float: left;
}

@media (max-width: 991px) {
    div.custom-register-popover {
        position: absolute !important;
        top: 50px !important;
        left: 45px !important;
    }
}

.booking-moncake {
    padding: 20px 0 !important;
    border-top: 1px solid #ededed;
    margin-top: 15px;
}

.booking-moncake .form-inline .form-group {
    display: inline-block !important;
    margin-bottom: 0 !important;
    padding: 0 5px 0 0 !important;
}

.booking-moncake input[type="text"] {
    max-width: 100px;
}

.booking-moncake input[type="button"] {
    max-width: 60px;
    padding: 6px 6px;
}

a#filters_col_bt.filters_col_bt_moncake:before {
    content: "\6c" !important;
}

section.header-video {
    background: url("/bundles/app/frontend/video/first-img-video.jpg");
    background-color: rgba(0,0,0,0.6);
    background-size: auto;
    background-repeat: no-repeat;
    min-height: 712px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.magnific-gallery li {
    width: 20% !important;
}

ul.magnific-gallery li figure > img {
    height: 150px !important;
    width: 100%;
}

section#associated_services {
    font-size: 0.9em;
}

a.box_feat {
    -webkit-box-shadow: 0px 2px 0px 0px #ebedef;
    -moz-box-shadow: 0px 2px 0px 0px #ebedef;
    box-shadow: 0px 2px 0px 0px #ebedef;
}

a.box_feat:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #8ebb14;
    -moz-box-shadow: 0px 2px 0px 0px #8ebb14;
    box-shadow: 0px 2px 0px 0px #8ebb14;
}

/*a.grid_item figure {
    min-height: 200px;
}*/

.text-container {
    word-wrap: break-word;
}

.text-container ul {
    list-style: inherit !important;
    padding-left: 15px;
    margin-top: 0;
}

.text-container ul li ul {
    list-style: inherit;
    padding-left: 15px;
}

.product-heading-social-navmenu-list {
    margin-top: 25px;
    display: inline-block !important;
    text-align: center !important;
}

.product-heading-social-navmenu-list li {
    display: inline;
    color: #fff;
    padding: 15px;
}

.product-heading-social-navmenu-list li a {
    color: #fff;
    font-size: 1.2em;
}

.product-heading-social-navmenu-list li a:hover {
    color: #fff;
    font-size: 1.2em;
    opacity: 0.7;
}

.activity-datepicker .datepicker, .activity-datepicker table {
    width: 100% !important;
}

.activity-datepicker td.active {
    color: #ffffff;
    background-color: #8ebb14 !important;
    border-color: #8ebb14 !important;
}

.activity-datepicker .day {
    border-radius: 0;
}

section#details p {
    margin-bottom: 5px !important;
}

section#points_of_interest a.grid_item figure img,
section#activities a.grid_item figure img,
section#destinations a.grid_item figure img,
{
    height: 180px !important;
}

@media (max-width: 767px) {

  #search_results_list li .premium-icon{
    display: block;
    margin: 0;
    position: relative;
    right: 0;
  }
  #search_results_list li a{padding-right: 0;}

    section#points_of_interest  a.grid_item figure,
    section#activities  a.grid_item figure,
    section#destinations  a.grid_item figure
    {
        height: 180px !important;
    }
}


.banda-covid{
    background-color:#8ebb14;
    padding-top:2px;
    transition: all 0.6s ease-in-out 0s;
}

.banda-covid p{
    text-align:center;
}

.banda-covid:hover{
    background-color:#5c7d18;
    border-radius:5px;
}

@media (max-width: 991px){
    .banda-covid{
        margin-top:40px;
    }
    .banda-covid p{
        font-size:0.9em;
    }
}

.covid-safe h4{
    color:grey;
}

.covid-safe ul{
    list-style: disc !important;
    padding: 30px !important;
}

.verde{
    color:#5c7d18;
}

.justificado{
    text-align: justify !important;
}

.justificado li{
    text-align: justify !important;
}
