.link {
    text-decoration: none;
}

.ul-menu li a {
    color: #47606d !important;
}

/* sliders */

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    /* padding: 14%; */
    padding-top: 15%;
}



@media only screen and (min-width:1px) and (max-width:700px) {
    .slide-content {
        padding-top: 0px !important;
        text-align: center;
    }

    .mapa-auto {
        height: calc(390px * 1.01);
    }

    .swiper-creative .swiper-slide {
        height: 210px !important;
    }

    .slide-content h1 {
        font-size: 22px !important;
    }

    .slide-content h6 {
        font-size: 12px !important;
    }

    .slide-content p {
        font-size: 12px !important;
    }

    .slide-content button {
        font-size: 15px !important;
    }

    .swiper-shutters-image {
        height: 100% !important;
        width: 100%!important;
    }

}

.btn-slider {
    width: 100%;
}

.slide-content h2 {
    margin: 0;
    font-weight: bold;
    line-height: 1.1;
    color: white !important;
}

.slide-content h6,
p {
    color: #1e3642;
}

.slide-content h1 {
    margin: 0;
    font-weight: bold;
    color: #13263a !important;
    /* font-size: calc(2.375rem + 1.5vw); */
    line-height: 1em;
}

.btn-quote {
    color: black;
    background-color: #d0c8bc !important;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 24px;
}

/* endslider */

/* about us */
.p-about {
    padding-top: 10%;
    padding-bottom: 10%;
}

.bg-about {
    background-image: url('../images/bg-left.png');
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: left;
    background-color: #f9f8fb;
}

#about h1 {
    font-size: 3.5em;
}

.btn-services {
    color: white;
    background-color: #303e47 !important;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    font-size: 24px;
}

/* endabout */

/* gallery */
.bg-gallery {
    background-color: white;
}

.text-gallery {
    display: inline-block;
}

.text-gallery:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #303e47;
    padding: 0px;
    margin: 6px;
    display: block;
    float: left;
    margin: 5px 6px 0 0;
}

/* endgallery */

/* quote */
.bg-quote {
    background-image: url('../images/bg-quote.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f9f8fb;
}

.bg-quote-rect {
    background-image: url('../images/blue_shape.png');
    background-repeat: no-repeat;
    background-size: 61%;
    background-position: left;
    background-color: #00000000;
}

.bg-quote-rect-right {
    background-image: url('../images/green-shape.png');
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: 168%;
    background-color: #00000000;
}

/* end quote */

/* area */
.text-area {
    display: inline-block;
    color: white;
}

.text-area:before {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    padding: 0px;
    margin: 6px;
    display: block;
    float: left;
    margin: 5px 6px 0 0;
}

/* end area */

/* gallery */

.height-full {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    max-width: 100vh;
    display: block;
    min-height: 544px;
    max-height: 536px;
}

.height-50 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    max-width: 100vh;
    display: block;
    min-height: 268px;
}

.gallery {
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 300px;
    grid-gap: 10px;
}

.gallery div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #fff;
    font-size: 30px;
    overflow: hidden;
    font-wieght: 100;
}

.wide {
    grid-column: auto;
}

.tall {
    grid-row: auto;
}

.big {
    grid-column: auto;
    grid-row: auto;
}

/* Media Query Start for Mobile phones */
@media (min-width:540px) {
    .gallery {
        margin: 30px;
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        grid-auto-rows: 400px;
        grid-auto-flow: dense;
        grid-gap: 10px;
    }

    .wide {
        grid-column: span 2;
    }

    .tall {
        grid-row: span 2;
    }

    .big {
        grid-column: span 2;
        grid-row: span 2;
    }

}

@media (max-width:400px) {
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.item {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.5rem auto;
    position: relative;
    background: transparent;
    padding: 6px;
    border: 0px;
    border-radius: 2px;
    transition: 0.3s ease;
    font-size: 0;
}



.item img {
    max-width: 100%;
}


.item:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.item:hover .content {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 1;
}


/* endgallery */

/* responsive */
.text-h3 {
    font-size: calc(.98rem + .6vw);
}

.etiqueta {
    bottom: 13px;
    font-size: 14px !important;
    left: 13px;
    padding: 10px 18px 10px 18px;
}

/*  */

.bg-cafe {
    background-color: #d0c8bc;
}

.menu-active{
    border-bottom: 2px solid #303e47;
}