.swiper-slide,
body {
    padding: 0;
    position: relative
}

body {
    height: 100%;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0
}

.enlace-swiper {
    text-shadow: 3px 3px 3px #000;
    font-family: 'Abel', sans-serif;
    /* letter-spacing: 15px; */
    color: #fff;
    height: 10%;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    /* right: 5px; */    
    bottom: 30px
}
@media screen and (min-width:769px) {
    .enlace-swiper { 
        right: 50px;
    }
}


@media screen and (min-width:769px) {
    .enlace-swiper {
        font-size: 1.4rem;
        margin-top: 650px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /* text-transform: uppercase */
    }
}

@media screen and (min-width:981px) {
    .enlace-swiper {
        font-size: 2.4rem;
        /* letter-spacing: 15px */
    }
}

.enlace-swiper>p {
    text-shadow: 3px 3px 3px #000;
    font-family: 'Abel', sans-serif;
    color: #fff;
    height: 85%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    /* text-transform: uppercase; */
}

@media screen and (min-width:769px) {
    .enlace-swiper>p {
        height: auto;
        font-size: 1.4rem;
        /* margin-top: 650px; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        
    }
}

@media screen and (min-width:981px) {
    .enlace-swiper>p {
        padding: 10px;
        font-size: 2.4rem;
        /* letter-spacing: 15px */
    }
}

.enlace-swiper>p>span {
    font-family: 'Abel', sans-serif;
    font-weight: 900;
    text-shadow: 3px 3px 3px #000;
    font-size: 1.8rem
}

@media screen and (min-width:769px) {
    .enlace-swiper>p>span {
        font-size: 1.8rem;
        text-transform: lowercase
    }
}

.swiper-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
    max-width: 1904px;
}

/* jaume */
@media screen and (min-width:769px){
    .swiper-container {
        height:calc(90vh - 100px);
        max-height:750px;
    }
}
@media screen and (min-width:769px){
    .swiper-wraper{
        height: calc(90vh - 100px);
        max-height:750px;
    }
}
/* end jaume */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto
}
@media screen and (min-width:769px){
    .swiper-slide{
        margin:0 auto;
        overflow:hidden;
        height: calc(90vh - 100px);
        max-height:750px;
        width:100%;
    }
}
.ambiente-swiper {
    display: block;
    max-width: none!important
}
@media screen and (min-width:769px){
    .ambiente-swiper{
        margin:auto;
        display:block;
        height:100%;
    }
}
.enlace-swiper,
.flechaSliderLeft,
.flechaSliderRight {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    -webkit-box-direction: normal
}

.flechaSliderLeft,
.flechaSliderRight {
    width: 20px;
    height: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    top: 0
}

.flechaLeft {
    left: 5px
}

.flechaRight {
    right: 5px
}

.logoFactory {
    position: absolute;
    width: 12.5%;
    min-width: 100px;
    /* top: 20px; */
    /* right: 30px; */
    top:0px;
    right: 50px;
    z-index: 10;
}

.logoFactory.norland {
    background: #648193;
}

.logoFactory.versailles-hermitage {
    background: rgb(124,131,80);
}

.logoFactory.metropolis {
    background: rgb(234,203,157);
}

.logoFactory.trinity {
    background: rgb(192,136,37);
}

.logoFactory.metallici {
    background: rgb(125,64,20);
}

.logoFactory.davalos {
    background: rgb(167,158,151);
}

.logoFactory.faenza {
    background: rgb(27,90,110);
}

.logoFactory.patchwood {
    background: rgb(181,164,139);
}

.logoFactory.bali-stones {
    background: rgb(141,145,132);
}

.logoFactory.fired {
    background: rgb(74,74,73);
}

.logoFactory.scudo {
    background: rgb(183,146,101);
}

.logoFactory.compass,  
.logoFactory.zenit-samara,
.logoFactory.carino,
.logoFactory.bottega,
.logoFactory.olimpo,
.logoFactory.murales-optym,
.logoFactory.stanza,
.logoFactory.palazzo
{
    background: #666565;
}


.logoFactory>a>img {
    width: 100%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.logoFactory.norland>a>img, 
.logoFactory.versailles-hermitage>a>img, 
.logoFactory.metropolis>a>img, 
.logoFactory.trinity>a>img, 
.logoFactory.metallici>a>img, 
.logoFactory.davalos>a>img,
.logoFactory.faenza>a>img,
.logoFactory.patchwood>a>img,
.logoFactory.bali-stones>a>img,
.logoFactory.fired>a>img,
.logoFactory.scudo>a>img,
.logoFactory.compass>a>img,
.logoFactory.zenit-samara>a>img,
.logoFactory.carino>a>img,
.logoFactory.bottega>a>img,
.logoFactory.olimpo>a>img,
.logoFactory.murales-optym>a>img,
.logoFactory.stanza>a>img,
.logoFactory.palazzo>a>img {
    width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}



.swiper-playbutton {
    position: absolute;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 30px;
    left: 30px;
    width: 50px;
    cursor: pointer;
    display:none;
}

@media screen and (min-width:769px){
    .swiper-playbutton {
        display: block;    
    }

}

.swiper-playbutton-circle {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    opacity: .8;
    border: 5px solid #FFF
}

.swiper-playbutton-circle:hover {
    opacity: 1;
    border: 5px solid #FFF
}

.swiper-playcont {
    position: absolute;
    width: 50%;
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    top: 10%;
    left: 25%
}

.swiper-pause,
.swiper-play {
    display: none
}

.swiper-play {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
}

.swiper-guion1,
.swiper-guion2 {
    position: absolute;
    top: 20%;
    border-style: solid;
    border-width: 10px 3px;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 1)
}

.swiper-guion1 {
    left: 15%
}

.swiper-guion2 {
    left: 65%
}

.swiper-playbutton-circle:hover .swiper-play {
    border-color: transparent transparent transparent rgba(255, 255, 255, 1)
}

.swiper-playbutton-circle:hover .swiper-guion1,
.swiper-playbutton-circle:hover .swiper-guion2 {
    border-color: rgba(255, 255, 255, 1)
}

.swiper-activo {
    display: block
}

.icono9MM {
    margin-left: 10px !important;
    color: rgb(45, 112, 143) !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 5px 5px 5px 10px !important;
}