.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,
.enlace-swiper>p {
    text-shadow: 4px 4px 10px #000;
    font-family: 'Earth Kid', sans-serif;
    letter-spacing: 15px;
    color: #fff
}

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

@media screen and (min-width:796px) {
    .swiper-container {
        height: 755px
    }
}

.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
}

.ambiente-swiper {
    display: block;
    max-width: none!important
}

.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;
    z-index: 10
}

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

.enlace-swiper {
    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:796px) {
    .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 {
    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
}

@media screen and (min-width:796px) {
    .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;
        text-transform: uppercase
    }
}

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

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

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

.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
}

.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 {
    border-style: solid;
    border-width: 11px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    margin-left: 65%
}

.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;
}