/*inicio Ventas*/

.shop-header{
    background-image: url(/img/tienda.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.list-block-shop{
    list-style-type: none;
}
.btn-tienda{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn-tienda a{
    font-size: 15px;
    color: white;
    background: #FFBBDC;
    background: -webkit-linear-gradient(legacy-direction(to right), #FFBBDC 0%, #fc8bc2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FFBBDC), to(#fc8bc2));
    background: -webkit-linear-gradient(left, #FFBBDC 0%, #fc8bc2 100%);
    background: -o-linear-gradient(left, #FFBBDC 0%, #fc8bc2 100%);
    background: linear-gradient(to right, #FFBBDC 0%, #fc8bc2 100%);
}
/* Solo bloques legacy de preview; no tocar wrappers de Owl / grilla. */
#shopContent > .preview-block,
#shopContent .preview-block {
    display: inline-block;
    text-align: center;
}
.preview-block {
    left: 50%;
    top: 10%;
    max-width: 260px;
    width: 100%;
}
.d-grid button{
    border-radius: 35px;
    color: black;
    font-weight: 600;
    border: 2px solid black;
}
.image-block {
    height: 250px;
    width: 100%;
    position: relative;
    z-index: -1;
    box-shadow: 1px 3px 20px #aaaaaa00;
}
.image-block__wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.image-block__image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}
.btn span {
    height: 15px;
}
.btn svg {
    width: 15px;
    height: 15px;
    fill: white;
}
.btn:hover {
    color: white;
    letter-spacing: 1.3px;
}
.block {
    max-width: 450px;
    width: 100%;
    max-height: 200px;
    min-height: 130px;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    transition: 0.6s ease;
    position: relative;
    font-size: 0.9em;
}
.block__name {
    margin: 0 0 1em;
    font-size: 1.1em;
    color: #aaa;
    text-align: center;
}
.block__tags,
.block__tags_pink,
.block__tags_green{
    max-width: 450px;
    width: 100%;
    box-shadow: 1px 3px 20px #aaa;
    border-radius: 10px;
    padding: 5px 5px 0.2em;
    margin: 30px 0;
    font-size: 0.9em;
    text-align: center;
}
.block__tags{
    background-color: #FFDD5D;
}
.block__tags_pink{
    background-color: #FFBBDC;
}
.block__tags_green{
    background-color: #7ed957;
}
.block__tags-item {
    padding: 0.2em 0.8em;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    border-radius: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: -webkit-center;
    font-weight: 700;
    letter-spacing: 1px;
    color: aliceblue;
}
@keyframes jump_go {
    0% {
        transform: translateY(0) scale(0.3);
    }
    30% {
        transform: translateY(-140px) scale(0.7);
    }
    40% {
        transform: translateY(-120px) scale(0.95);
    }
    50% {
        transform: translateY(-135px) scale(1);
    }
    60% {
        transform: translateY(-125px) scale(0.95);
    }
    100% {
        transform: translateY(-130px) scale(1);
    }
}
@keyframes remove_animation_go {
    0% {
        transform: translateY(-130px) scale(1);
    }
    90% {
        transform: translateY(-130px) scale(1.1);
    }
    100% {
        transform: translateY(-130px) scale(0);
    }
}
@media screen and (max-width: 450px) {
    .preview-block {
        top: 0;
    }

    .image-block__wrapper {
        border-radius: 0;
    }
}
/*fin ventas*/

@media (max-width: 700px) {
    .iconcontact div{
        display: contents;
    }
    .team-content{
    }
    .team-content div{
        display: table-cell;
    }

}

/* Layout real de /tienda vive en lms-bridge.css (.pb-shop*).
   No forzar display:flex en todos los divs: rompe secciones y botones. */
.shop {
    text-align: center;
}
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.service-25 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.service-25 h1, .service-25 h2, .service-25 h3, .service-25 h4, .service-25 h5, .service-25 h6 {
    color: #3e4555;
}

.service-25 .bg-light {
    background-color: #f4f8fa !important;
}

.service-25 .badge {
    line-height: 14px;
}

.service-25 .badge-success {
    background: #2cdd9b;
}

.service-25 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}


.service-25 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}
.btn-light a{
    text-transform: uppercase;
    text-decoration: none;
    color: #686f78;
}
