@charset "UTF-8";
/* CSS Document */

body {
    font-family:"Montserrat", Arial, sans-serif !important;
}

*:focus, select:focus, input:focus, text-area:focus{
    outline: none !important;
    box-shadow: 0 0 3pt 2pt #ccc !important;
}


:focus-visible {
    outline: 3px solid #00aaff !important;
    outline-offset: 2px !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #057d8d;
}

a {
    color: #057d8d;
}

.a.btn_full, .btn_full {
    background: #057d8d;
}

.hidden {
    display: none;
}

.nav-tabs .nav-item.disabled {
    color: #aab9c6 !important;
}

#marker_coordinates a {
    color: #2a2a2a !important;
    text-decoration: underline;
}

.hotel_title a {
    color: inherit;
}

.tour_container a {
    color: inherit;
}

#marker_how_to_get a {
    color: #057d8d !important;
}

#phasesTab a {
    color: #057d8d;
}

a#phone, a#email_footer {
    color: #fff !important;
}

a#phone:hover, a#email_footer:hover {
    color: #057d8d !important;
}

a.box_news:hover h4 {
    color: #057d8d;
}

a.box_news h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

a.box_news:hover h3 {
    color: #057d8d;
}

.tour_list_desc h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.strip_all_tour_list h2 {
    text-transform: uppercase;
}

.rating small {
    font-size: 14px;
    color: #000000;
}

.score {
    font-size: 13px;
}

.strip_all_tour_list p {
    font-size: 15px;
}

.tour_container .tour_title h3 {
    font-size: 16px;
}

a.btn_1, .btn_1 {
    background: #057d8d;
    color: #fff !important;
    padding: 15px 20px;
    font-size: 16px;
}

a.btn_1:hover, .btn_1:hover {
    background: #333;
    color: #fff !important;
}

a.box_news figure figcaption {
    background-color: #00447F;
}

a.btn_map {
    background: #057d8d;
    color: #fff;
}

a.btn_map:hover {
    color: #fff;
}

.container_check input:checked ~ .checkmark {
    background-color: #00447F;
    border: 1px solid transparent;
}

footer a:hover {
    color: #057d8d;
}

ul#top_tools a:hover {
    color: #057d8d;
}

.search-overlay-menu form button:hover {
    color: #057d8d;
}

.dropdown-mini .dropdown-menu {
    border-top: 2px solid #057d8d;
}

.dropdown-mini .dropdown-menu:before {
    border-bottom-color: #057d8d;
}

.dropdown-mini .dropdown-menu ul#lang_menu li a:hover {
    color: #057d8d !important;
}

.search-overlay-menu .search-overlay-close:hover {
    color: #057d8d;
}

.review_strip_single h4 {
    margin: -12px 0 35px 0px;
}

.full-page-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    z-index: 100000;
}

.close-btn{
    display: block;
    position: fixed;
    transform: rotate(45deg);
    cursor: pointer;
    font-weight: 700;
    z-index: 100001;
    right: 30px;
    top: 30px;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    /*font-family: Arial, Baskerville, monospace;*/
    color: #fff;
    font-size: 3rem;
    border: 0 none;
    background: transparent;
    padding: 0;
}

#loadingCircle {
    width: 800px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loadingText {
    position: absolute;
    color: #fff;
    padding-top: 50px;
    font-size: 10px;
}

.visor-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10;
}

.a-enter-vr-button, .a-info-message-button, .a-enter-ar-button,.a-upload-model-input,.a-upload-model-button {
    display: none !important;
}

.ql-indent-1:not(.ql-direction-rtl), .ql-content .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 2rem;
}

.ql-align-justify, .ql-content .ql-align-justify {
    text-align: justify;
}

.pt-6 {
    padding-top: 6rem !important;
}

.hidden {
    display: none;
}

.post_info {
    color: #333;
}

.post_info span {
    color: #000000;
}

#phases_div ul {
    position: absolute;
    background: white;
}
#phases_div ul li {
    display: block !important;
    float: none !important;
    padding: 0 0 20px 0 !important;
}
#phases_div ul li.active a {
    text-align: left !important;
    border-radius: 3px;
}
#phases_div ul li.active a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 2;
    min-width: 1em;
    margin-left: 1em;
    text-decoration: inherit;
    text-transform: none;
    float: right;
    transform: rotate(90deg);
}
#phases_div ul li:not(.active) {
    display: none !important;
}
#phases_div ul.expanded li {
    display: block !important;
    padding: 0 0 20px 0 !important;
}
#phases_div ul.expanded li:not(.active) a {
    text-align: left !important;
}
#phases_div ul.expanded li.active a:after {
    font-family: FontAwesome;
    content: "\f104";
}

#phases_div .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#phases_div .nav-pills>li.active>a, #phases_div .nav-pills>li.active>a:hover, #phases_div .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #057d8d;
    text-decoration: none;
}

#phases .tab-content {
    border: 0 !important;
}

.nav-link {
    color: #2a2a2a !important;
}

.sticky .main-menu > ul > li > a {
    color: #fff;
}

.sticky .main-menu > ul > li:hover > a {
    color: #fff;
}

.sticky ul#top_tools a {
    color: #fff;
}

.sticky ul#top_tools a:hover {
    color: #fff;
}

.sp-selected-thumbnail {
    border-bottom: 2px solid #057d8d !important;
}

.main-menu > ul > li > a {
    font-size: 20px;
}

ul#top_tools li i {
    font-size: 20px;
    font-weight: normal;
}

.banner_2 {
    background: url('../img/carmona-puerta-de-sevilla-interior.jpg') center center no-repeat;
}

.img-fluid {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.News-Subtitle {
    font-size: 20px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
}

#myTabContent h3 {
    color: #212529 !important;
}

#phasesTab li {
    width: 100% !important;
}

header.sticky {
    /* background: #fff !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .82) 19%, rgba(0, 0, 0, .641) 34%, rgba(0, 0, 0, .4) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, rgba(0, 0, 0, 0) 100%) !important;
    background-size: 100% 350px !important;
    height: 100px;
}

.main-menu {
    margin-top: 16px;
}

ul#top_tools {
    margin-top: 16px;
}

#position {
    font-size: 14px;
}

.filter_type legend {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu ul li a:hover, a.show-submenu:hover, a.show-submenu:focus, a.show-submenu-mega:hover, a.show-submenu-mega:focus {
        color: #057d8d !important;
        background-color: #f9f9f9;
    }
}

.small-gutters > [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

footer {
    position: inherit !important;
}

footer h2 {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.menu-scrollbar {
    max-height: 210px;
    overflow-y: scroll;
}

.menu-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.menu-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu-scrollbar::-webkit-scrollbar-thumb {
    background: #057d8d;
}

.menu-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #212529;
}

.tour_list_desc {
    height: auto;
    padding-bottom: 16px;
}

.img_list {
    min-height: 260px;
}

.img_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.green {
    color: #057d8d;
}

a.green:hover {
    color: #057d8d;
}

#single_tour_feat ul li {
    padding: 0 10px 1px 10px;
}

#single_tour_feat ul {
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.tour_container .tour_title h2 {
    margin: 0 0 3px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.disabled {
    color: #aab9c6 !important;
    /*color: #7f3535 !important;*/
}
.sp-fade-full-screen {
color: #057d8d;
background-color: white;
padding: 3px 3px 8px 3px;
border-radius: 4px;
}

#interestPointsContainer::-webkit-scrollbar {
    display: none;
}

#interestPointsContainer .wow {
    padding: 20px;
}

.tp-mask-wrap a:hover {
text-decoration: underline !important;
}

.infobox-interest-point {
background-color: rgba(108, 117, 125, 0.1);
}

.infobox-interest-point i {
color: #057d8d;
font-size: 1.3rem;
}

#nav-interest-point {
list-style: none;
padding: 0;
margin: 0;
display: table;
border: 0px;
border-bottom: 1px solid #ddd;
}

#nav-interest-point li {
display: table-cell;
width: 1%;
vertical-align: middle;
text-align: center;
padding: 0 10px 1px 10px;
white-space: nowrap;
font-size: 13px;
}

#nav-interest-point li i {
font-size: 36px;
display: block;
margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
margin-bottom: -3px;
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-slide h3 {
font-size: 2rem;
font-weight: 700;
top: 40%;
text-shadow: rgb(0, 0, 0) 2px 2px 2px;
}

.swiper-button-prev {
background: rgba(0, 0, 0, 0.5);
color: #ffffff !important;
width: calc(30px / 44* 2) !important;
height: 30px !important;
padding: calc(30px / 30* 38) !important;
border-radius: 38px;
}

.swiper-button-next {
background: rgba(0, 0, 0, 0.5);
color: #ffffff !important;
width: calc(30px / 44* 2) !important;
height: 30px !important;
padding: calc(30px / 30* 38) !important;
border-radius: 38px;
}

.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 26px)) !important;
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 26px)) !important;
}

.swiper-pagination-bullet {
border: 2px solid #ffffff;
background: none !important;
opacity: unset !important;
}
.swiper-pagination-bullet-active {
background: #ffffff !important;
}

.swiper-slide a:hover{
text-decoration: underline !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
font-size: 30px !important;
}

.main_title h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 0;
}

a.box_news ul li {
color: #000;
}

.patrocinadores {
width: 50%;
}

#marker_comments_content img {
    width: 50%;
    padding-right: 1rem !important;
    padding-bottom: 1rem;
}

.x-on-icon {
    position: absolute;
    width: 30px;
    height: 33px;
    font-size: 30px;
    padding-top: 8px;
}

.x-on-icon-green {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 27px;
    color: #057d8d;
    padding-left: 6px;
    margin-top: -3px;
}

@media only screen and (max-width: 991px) {
    header.sticky {
        height: 70px;
    }

    .sticky .cmn-toggle-switch span::before, .sticky .cmn-toggle-switch span::after, .sticky .cmn-toggle-switch span {
        background-color: white;
    }

    .main_title h1 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    .swiper-slide h3 {
        font-size: 0.7rem;
    }

    .tour_container .tour_title h3 {
        font-size: 12px;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px)) !important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px)) !important;
    }

    #marker_comments_content img {
        width: 100%;
        padding-right: 0 !important;
    }

}

@media (max-width: 767px) {
    a.box_news figure {
        height: 40px;
        top: 40px;
    }

    a.box_news figure figcaption {
        display: none;
        font-size: 8px;
        height: 40px;
        padding: 10px;
    }

    #marker_comments_content img {
        width: 100%;
        padding-right: 0 !important;
    }

    .patrocinadores {
        width: 100%;
    }

    #nav-interest-point li {
        display: inline-table;
    }
}

@media (max-width: 480px) {
    .sticky ul#top_tools, ul#top_tools {
        margin: 3px 40px 0 0;
    }
}

.categories_grid a .wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.categories_grid a:hover h3 {
    -webkit-transform: translateY(-5px) translateZ(0);
    -moz-transform: translateY(-5px) translateZ(0);
    -ms-transform: translateY(-5px) translateZ(0);
    -o-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

ul.add_info li span {
    color: #555;
    width: 35px;
    height: 35px;
    display: block;
}