/*------------------------------------------------------------------
    File Name: style.css
    Template Name: Landigoo
    Created By: MelodyThemes
    Envato Profile: http://themeforest.net/user/melodythemes
    Website: https://melodythemes.com
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Table of contents]
	
	1. IMPORT FONTS
    2. IMPORT FILES
	3. SKELETON
	  1.1. Preloader
	  1.2. Scrollup
	4. HEADER AREA
	5. BANNER AREA
	6. ABOUT AREA
	7. SPECIAL-MENU AREA
	8. MENU AREA
	8. TEAM AREA
	9. GALLERY AREA
	10. BLOG AREA
	11. PRICING AREA
	12. RESERVATIONS AREA
	13. FOOTER AREA
	14. COPYRIGHT AREA
	15. COLOR SWITCHER AREA
	
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
    font-family: 'moskbold700';
    src: url('../fonts/Mosk-Bold-700.woff2') format('woff2'), url('../fonts/Mosk-Bold-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'), url('../fonts/Lato-Semibold-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #686868;
    font-size: 14px;
    font-family: 'latosemibold';
    line-height: 1.80857
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important
}

a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#logo {
    position: absolute;
    width: 100%;
    top: 20vh;
    height: auto
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.logo {
    float: left
}

.header-block-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0
}

    .header-block-top .navbar-brand {
        margin: 0 !important;
        display: inline-block;
        line-height: normal;
        font-size: 100%;
    }

.main-menu .navbar-default {
    background-color: transparent
}

.main-menu .navbar {
    min-height: inherit;
    border-radius: 0;
    border: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}



.main-menu .navbar-default .navbar-nav li a {
    white-space: nowrap;
    color: #fff
}

.nav-title {
    padding: 43px 0 15px;
    margin: 0 14px;
    color: #fff;
    font-family: 'latosemibold';
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 500;
    font-size: 14px
}

    .nav-title::after, .nav-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: center left;
        transform-origin: center left;
        -webkit-transition: transform 0.4s cubic-bezier(.22,.61,.36,1);
        transition: transform 0.4s cubic-bezier(.22,.61,.36,1)
    }

    .nav-title::before {
        background: #b5b5b5;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s
    }

.main-menu nav li.active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.main-menu nav li.active a::after, .main-menu nav li.active a::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.nav-title:hover::before, .nav-title:focus::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.main-menu .navbar-default .navbar-nav .active a {
    background-color: transparent
}

.btn-menu {
    background: none;
    height: 25px;
}

.btn-menu-close{
    display:none
}


.btn-menu i {
    font-size: 25px;
    color: #009BDD;
}

.btn-menu:active{
    outline:none;
}


    

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #202020;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}



    .fixed-menu .navbar-brand > img {
        max-width: 150px
    }

    .fixed-menu .nav-title {
        padding: 32px 0 10px 0
    }

.banner {
    background: #151515;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    min-height: 100%
}

    .banner .container, .banner .banner-static, .banner .col-lg-12 {
        height: 100%
    }

.banner-text {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.banner-text h1 {
    font-family: 'moskbold700';
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    font-size: 72px;
    line-height: 100px;
    color: #fff;
    padding-bottom: 0;
    padding-top: 100px
}

.banner-text p {
    font-family: 'latosemibold';
    font-size: 18px;
    color: #ccc;
    padding-bottom: 35px;
    margin: 0
}

.book-btn a {
    color: #fff;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px
}

    .book-btn a:hover {
        border: 3px solid red;
        background: none
    }

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: red;
        height: 2px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
        left: 0;
        right: 0
    }

.banner-cell .mouse {
    position: relative;
    width: calc(16px * 2);
    height: calc(31px * 2);
    margin: 60px auto 20px;
    background: none;
    border: 2px solid #fff;
    border-radius: calc(16px * 2);
    z-index: 1
}

    .banner-cell .mouse:after {
        display: block;
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        width: calc(4px * 2);
        height: calc(4px * 2);
        background: none;
        border: 2px solid #fff;
        border-radius: 100%;
        -webkit-animation-name: scrollWheel;
        animation-name: scrollWheel;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        will-change: transform
    }

@-webkit-keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%,0);
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate(-50%,0);
        transform: translate3d(-50%,0,0);
        opacity: 1
    }

    to {
        -webkit-transform: translate(-50%,20px);
        -webkit-transform: translate3d(-50%,20px,0);
        transform: translate(-50%,20px);
        transform: translate3d(-50%,20px,0);
        opacity: 0
    }
}

@keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%,0);
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate(-50%,0);
        transform: translate3d(-50%,0,0);
        opacity: 1
    }

    to {
        -webkit-transform: translate(-50%,20px);
        -webkit-transform: translate3d(-50%,20px,0);
        transform: translate(-50%,20px);
        transform: translate3d(-50%,20px,0);
        opacity: 0
    }
}

/*seciton about*/

.card-services {
    background: black;
    color: white;
    padding: 20px;
    text-transform: uppercase;
}

.services-cards-cotianer {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    position: relative;
    height: 240px;
}



#about p {
    color: white !important
}

.imageSize {
    height: 541px;
    width: -webkit-fill-available
}

.about-main {
    background: #1c1c1c
}

.pad-top-100 {
    padding-top: 90px
}

.pad-bottom-100 {
    padding-bottom: 90px
}

.pad-top-20 {
    padding-top: 20px
}

.block-title {
    font-size: 52px;
    font-family: 'moskbold700';
    font-weight: 700;
    color: #d90046 !important
}

.about-images {
    text-align: center;
    position: relative
}

.left-btn {
    padding-top: 10px
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0
}

.service-title {
    color: white;
    padding: 20px 0px;
    opacity: 0;
    display: block;
}

.active-service-in {
    animation: service-in 2.5s;
}

.cotainer-about {
    display: grid;
    grid-template-columns: 60% 40%;
}

@keyframes service-in {
    0% {
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.active-service-title {
    opacity: 1;
    transform: translateY(0);
}

/*Abour carrucel*/
.carrucel-about {
    overflow: hidden;
}


.slider-about {
    display: flex;
    transform: translateX(0%);
    transition: ease-in .5s;
    height: 100%;
}

.img-about {
    flex: 1 1 100%;
}


.active-img-out {
    transition: linear .5s;
    opacity: 1;
    transform: translate(-100%);
}

.special-menu {
    background: url(../images/special_menu_bg.jpg) no-repeat center;
    background: url(../images/Webp/special-menu-bg.webp) no-repeat center;
    background-size: cover;
    height: 95vh
}


.screenshots-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 16px;
}



.tab-title-menu {
    background-color: #d90046 !important;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    width: 100% !important;
    height: auto !important;
}

    .tab-title-menu h2 {
        padding-top: 10px
    }

#products h2 {
    color: white !important
}

#products {
    background-color: #1c1c1c !important
}

.tab-menu .is-active img {
    opacity: 1;
    border-radius: 20px;
    width: 64px;
    height: 64px;
}

.tab-title-menu img {
    width: 0;
    opacity: 0
}

.tab-menu {
    background: #1c1c1c;
    padding: 2px 0
}

    .tab-menu .btn-see-more {
        background: none;
        border: none;
        color: #d90046;
        position: absolute;
        font-size: 20px;
        font-weight:bold;
        left: 50%;
        transform: translateX(-50%);
    }

.slick-track {
    height: auto !important;
}

.slick-list {
    height: auto !important;
}

#desktop-more-see {
    display: block;
}

#mobil-more-see {
    display: none;
}




.offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #000;
    font-size: 26px;
    font-family: 'latosemibold',sans-serif;
    text-align: center;
    letter-spacing: .5px
}

.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0;
    font-family: 'moskbold700';
    font-weight: 400;
    letter-spacing: .5px
}

.offer-item div p {
    color: #6b6b6b
}

.tab-menu .slick-prev.slick-arrow {
    display: none
}

.tab-menu .slider.slider-single {
    padding-top: 25px
}

.tab-menu .slick-initialized .slick-slide {
    outline: none
}

.tab-menu .is-active h2 {
    color: #fff
}

.tab-menu .is-active p {
    color: #fff
}

.team-main {
    background: url(../images/team_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

    .team-main:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0
    }

    .team-main .block-title {
        color: #fff
    }

.sf-team {
    float: left;
    width: 100%
}

    .sf-team .thumb {
        float: left;
        width: 100%;
        overflow: hidden;
        background: #000
    }

    .sf-team .text-col {
        float: left;
        width: 100%;
        padding: 25px 20px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
        background: #fff
    }

    .sf-team .thumb a img {
        width: 100%
    }

    .sf-team:hover .text-col {
        border: 1px solid rgba(0,0,0,0);
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in
    }

    .sf-team:hover .thumb img {
        opacity: .6;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in
    }

.text-col h3 {
    font-family: 'moskbold700';
    font-size: 28px
}

.sf-team:hover .team-social {
    border-color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in
}

.team-social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    border-top: 1px solid
}

    .team-social li {
        display: inline-block;
        padding: 0 4px
    }

.sf-team:hover .team-social li a {
    border: 1px solid rgba(0,0,0,0);
    background: #fff;
    color: #222;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in
}

.sf-team:hover .team-social li:hover a {
    border: 1px solid rgba(0,0,0,0);
    background-color: #D90046;
    color: #222;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in
}

.team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 100%;
    color: #222;
    font-size: 16px;
    display: block
}

.sf-team:hover .text-col h3, .sf-team:hover .text-col p {
    color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in
}

.gallery-main .title-caption {
    color: #666
}

.gal-container {
    padding: 12px
}

.gal-item {
    overflow: hidden;
    padding: 3px
}

    .gal-item .box {
        height: 350px;
        overflow: hidden
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.gal-item a:focus {
    outline: none
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(231,91,30,.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.gal-item a:hover:after {
    opacity: 1
}

.modal-open .gal-container .modal {
    background-color: rgba(0,0,0,.4)
}

.modal-open .modal-body {
    padding: 0
}

.modal-open button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.35)
}

.modal-open .gal-item button.close:focus {
    outline: none
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none
}

.gal-container .modal-dialogue {
    width: 80%
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: left
}

    .gal-container .description h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        color: #fff
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    opacity: 1
}

.blog-main {
    background: url(../images/blog_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

    .blog-main::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0
    }

    .blog-main h2 {
        color: #fff
    }

.blog-box {
    padding-top: 20px
}

.blog-block {
    background: #FFF;
    overflow: auto;
    margin-bottom: 20px
}

.blog-img-box {
    float: left;
    width: 50%;
    position: relative
}

    .blog-img-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.2);
        color: #fff;
        opacity: 0;
        transition: .3s all;
        text-align: center
    }

    .blog-img-box:hover img {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    .blog-img-box:hover .overlay {
        opacity: 1
    }

    .blog-img-box img {
        width: 100%
    }

.overlay i {
    margin-top: 42%;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px
}

.blog-dit {
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
    padding: 65px 2% 0 2%
}

    .blog-dit p {
        font-size: 12px;
        color: #ccc
    }

    .blog-dit h2 {
        font-size: 22px;
        line-height: 20px;
        color: #000;
        font-weight: 500;
        margin-bottom: 20px;
        padding: 10px 30px 13px 30px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea
    }

    .blog-dit h5 {
        font-size: 11px;
        color: #ccc
    }

.blog-btn-v {
    clear: both;
    padding-top: 30px;
    text-align: center
}

    .blog-btn-v a {
        color: #fff;
        min-width: 219px;
        padding: 10.5px 20px;
        display: inline-block;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 18px
    }

        .blog-btn-v a:hover {
            background: none
        }

.buttonService {
    display: none;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background: white;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.iconColor {
    margin: auto;
    fill: #d90046;
    padding: 0 1px
}

#pricing h2 {
    color: white !important
}

.pricing-main {
    background-color: #d90046;
    background-size: cover
}

    .pricing-main h2 {
        font-family: 'moskbold700';
        padding-bottom: 30px
    }

    .pricing-main p {
        letter-spacing: .16px;
        padding: 20px 120px;
        color: #666;
        font-size: 18px;
        text-align: center
    }

.panel-pricing-in {
    clear: both
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

    .panel-pricing:hover {
        box-shadow: 0 0 30px rgba(0,0,0,.2)
    }

    .panel-pricing .panel-heading {
        padding: 20px 10px
    }

.pricing-main .panel-heading h3 {
    font-family: 'latosemibold',sans-serif;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.bg-negro {
    background-color: #151515 !important;
    color: white !important
}

.bg-rojo {
    background-color: #d90046 !important;
    color: white !important
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px
}

.panel-pricing .list-group-item {
    color: #202020;
    border-bottom: 1px solid #ddd;
    font-family: 'latosemibold',sans-serif;
    padding: 10px 15px
}

    .panel-pricing .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .panel-pricing .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777;
    padding: 20px;
    margin: 0
}

.panel-body p {
    padding: 0;
    margin: 0
}

    .panel-body p strong {
        font-family: 'latosemibold',sans-serif;
        font-weight: 700;
        color: #000;
        font-size: 42px
    }

        .panel-body p strong span {
            color: #e75b1e
        }

.panel-pricing {
    border: 1px solid #e75b1e
}

    .panel-pricing .panel-heading {
        background: #e75b1e
    }

.pricing-main .panel-footer .btn-block {
    border-radius: 0
}

.pricing-main .panel-footer a {
    background: #e75b1e;
    border: 3px solid #e75b1e;
    color: #fff;
    padding: 14px 16px
}

    .pricing-main .panel-footer a:hover {
        background: none;
        color: #202020;
        border: 3px solid red
    }

.panel-pricing {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .panel-pricing:hover {
        margin-top: -8px
    }

        .panel-pricing:hover .form-reservations-box {
            width: 70%;
            margin: 0 auto
        }

.reservations-main h4 {
    text-align: center;
    font-weight: 500;
    font-family: 'latosemibold',sans-serif;
    font-size: 22px;
    padding-top: 25px
}

.reservations-main p {
    text-align: center;
    font-family: 'latosemibold',sans-serif;
    font-size: 16px
}

.reservations-box {
    padding-top: 30px
}

.form-box {
    margin-bottom: 20px;
    min-height: 53px
}

    .form-box input {
        width: 100%;
        border: 2px dotted #ccc;
        background: #f5f5f5;
        color: #202020;
        padding: 12px;
        border-radius: 4px;
        opacity: 1;
        min-height: 54px
    }

    .form-box textarea {
        width: 100%;
        border: 2px dotted #ccc;
        background: #f5f5f5;
        color: #202020;
        padding: 12px;
        border-radius: 4px;
        opacity: 1;
        min-height: 54px
    }

::-webkit-input-placeholder {
    color: #202020
}

:-ms-input-placeholder {
    color: #202020
}

::-moz-placeholder {
    color: #202020;
    opacity: 1
}

:-moz-placeholder {
    color: #202020;
    opacity: 1
}

.reserve-book-btn button {
    background: #d90046 !important;
    border: 3px solid #d90046 !important;
    border-radius: 30px
}

.reserve-book-btn {
    padding-top: 30px
}

    .reserve-book-btn button a {
        color: #fff
    }

    .reserve-book-btn button:hover {
        background: none !important;
        color: #fff
    }

    .reserve-book-btn button {
        color: #fff;
        min-width: 219px;
        padding: 10.5px 20px;
        display: inline-block;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 18px
    }

        .reserve-book-btn button:hover a {
            background: none;
            border: none
        }

.footer-news {
    background: url(../images/newsletter-bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

    .footer-news::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0
    }

.ft-title.color-white {
    color: #fff
}

.ft-title {
    letter-spacing: .96px;
    margin-bottom: 22px;
    font-family: 'moskbold700';
    font-size: 52px
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'latosemibold',sans-serif;
    color: #fff;
    text-align: center
}

.footer-news form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative
}

    .footer-news form input {
        width: 100%;
        border: 2px dotted #ccc;
        background: #f5f5f5;
        color: #202020;
        padding: 12px;
        text-transform: capitalize;
        border-radius: 4px;
        opacity: 1;
        min-height: 53px
    }

    .footer-news form a {
        border: 2px dotted #ccc;
        padding: 0 19px;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 4px;
        min-width: inherit;
        height: 53px;
        line-height: 51px;
        color: #fff
    }

        .footer-news form a:hover {
            background: #f5f5f5;
            color: #202020
        }

.footer-box {
    background: #202020
}

.footer-logo {
    padding-bottom: 40px
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.socials-box {
    display: flex;
    vertical-align: middle;
    margin: 1px 0;
    padding: 4px
}

.footer-box {
    background-image: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/footer_background.jpg);
    background-image: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/Webp/footer_background.webp);
    background-image: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/footer_background.jpg);
    background-image: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/Webp/footer_background.webp);
    background-image: radial-gradient(ellipse at center,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/footer_background.jpg);
    background-image: radial-gradient(ellipse at center,rgba(0,0,0,.57) 0%,rgba(0,0,0,.87) 100%),url(../images/Webp/footer_background.webp);
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px
}

.footer-box .social-circle-border {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center
}

.footer-box-a h3 {
    font-size: 24px;
    font-family: 'moskbold700'
}

.footer-box-a p {
    font-size: 14px;
    font-family: 'latosemibold',sans-serif;
    color: #fff;
    line-height: 25px
}

.footer-box-b h3 {
    font-size: 24px;
    font-family: 'moskbold700'
}

.footer-box-b p {
    font-size: 14px;
    font-family: 'latosemibold',sans-serif;
    color: #fff
}

.footer-box-b ul li {
    line-height: 30px
}

    .footer-box-b ul li a {
        color: #fff
    }

        .footer-box-b ul li a:hover {
            padding-left: 5px
        }

.footer-box-c h3 {
    font-size: 24px;
    font-family: 'moskbold700'
}

.footer-box-c p {
    font-size: 14px;
    font-family: 'latosemibold',sans-serif;
    color: #fff
}

    .footer-box-c p i {
        font-size: 20px;
        position: relative;
        top: 4px;
        float: left;
        min-width: 20px;
        text-align: center
    }

    .footer-box-c p span {
        display: table;
        padding-left: 12px;
        padding-top: 1px
    }

    .footer-box-c p a {
        color: #fff
    }

.footer-box-d h3 {
    font-size: 24px;
    font-family: 'moskbold700'
}

.footer-box-d p {
    font-size: 14px;
    font-family: 'latosemibold',sans-serif;
    color: #fff
}

.footer-box-d ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-box-d ul li {
        display: inline-block;
        width: 100%;
        padding-bottom: 12px
    }

        .footer-box-d ul li p {
            padding: 0;
            margin: 0
        }

        .footer-box-d ul li span {
            color: #666
        }

.copyright-main {
    border-top: 2px dotted #fff;
    text-align: center;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 15px
}

    .copyright-main .copy-title {
        letter-spacing: 1px;
        color: #fff;
        font-family: 'latosemibold',sans-serif;
        font-size: 14px;
        padding-bottom: 0
    }

#color-panel {
    position: fixed;
    width: 180px;
    height: auto;
    top: 150px;
    text-align: left;
    border: 1px solid rgba(100,100,100,.55);
    z-index: 11;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 4px rgba(0,0,0,.45)
}

.close-color-panel {
    right: -180px
}

.open-color-panel {
    right: -1px
}

#color-panel .segment {
    width: 100%;
    padding: 15px 10px 15px 0;
    border: 1px solid rgba(100,100,100,.55);
    padding: 15px 25px;
    background: rgba(50,50,50,.95)
}

#color-panel a.panel-button {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #d1d1d1;
    background: rgba(100,100,100,.85);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

    #color-panel a.panel-button i {
        padding: 7px
    }

    #color-panel a.panel-button:hover {
        color: #35cc75
    }

#color-panel h4 {
    margin: 3px auto 15px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff
}

#color-panel .segment a.switcher {
    width: 24px;
    height: 35px;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    cursor: pointer
}

.paragraphGalery {
    position: relative;
    text-align: justify
}


.container-galeria {
    margin: auto auto;
    width: 250px;
    height: 505px;
    top: 10px;
    position: relative;
    perspective: 2000px;
    margin-bottom: 30px;
}

.container-galeria-desktop {
    margin: auto auto;
    width: 470px;
    height: 505px;
    top: 10px;
    position: relative;
    perspective: 2000px;
    margin-bottom: 30px;
}


.carousel-galeria {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s
}

    .carousel-galeria div {
        transform-style: preserve-3d
    }

.itemG1 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
}

.mockup img {
    width: 250px;
    height: 505px;
    position: fixed;
}

.mockup-desktop {
    width: 470px;
    position: fixed;
    margin-top: 100px;
}

.itemG1 img {
    width: 216px;
    height: 442px;
    margin: auto;
    border-radius: 6px;
    margin-top: 32px;
}

.desktop-img img {
    width: 390px;
    height: 218px;
    margin: 133px auto;
    border-radius: 0px;
}


.img-iphone img {
    width: 216px;
    height: 442px;
    margin: auto;
    border-radius: 20px;
    margin-top: 32px;
}



.a {
    transform: rotateY(0deg) translateZ(200px)
}

.b {
    transform: rotateY(60deg) translateZ(200px) rotateY(-60deg)
}

.c {
    transform: rotateY(120deg) translateZ(200px) rotateY(-120deg)
}

.d {
    transform: rotateY(180deg) translateZ(200px) rotateY(-180deg)
}

.e {
    transform: rotateY(240deg) translateZ(200px) rotateY(-240deg)
}

.f {
    transform: rotateY(300deg) translateZ(200px) rotateY(-300deg)
}

div[data-size="Screenshot_iPhone"] {
    translate: 34px -1px -20px;
}





.next, .prev {
    background: #d90046 !important;
    border: 3px solid #d90046 !important;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 100px;
}

    .next:hover, .prev:hover {
        background: #d90046 !important;
        border: 3px solid #d90046 !important;
        border-radius: 30px;
        color: #fff
    }

.slider-single {
    max-height: 670px
}





/* Estilo del dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    background: black;
}


.show-desktop {
    display: block;
    position: absolute;
    top: 40px;
}

.show-movil {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
}

.dropdown {
    position: relative;
}


.flag-letter-cotainer {
    display: flex;
    gap: 15px;
    align-items: center;
}

.filas {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 15px 15px;
    margin-bottom: 10px;
}

.item-idiom {
    text-decoration: none;
    color: white;
    cursor: pointer;
}


.btn-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-movil {
    display: none;
}

.dropdown-desktop {
    display: block;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.icon-btn {
    font-size: 24px;
    color: white;
}

.navbar-languages-container {
    display: flex;
    align-items: baseline;
}

.logo-top-logo-show {
    visibility: visible;
}

.logo-top-logo-hide {
    visibility: hidden;
}

#logoTopUser {
    max-width: 150px;
}

.show {
    visibility: visible;
}

.modal-img {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    background: #272626;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.img-close {
    padding: 9px 30px;
    width: auto;
    color: white;
    background: #009bdd;
    border-radius: 28px;
    margin-top: 24px;
}

.big-zoom {
    margin: auto;
}
