body{
    background-color: #242323;

}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #242323;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 190%;
    position: relative;
    overflow: auto;


}

.swiper-pagination {
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1b1b1b;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    filter: drop-shadow(5px 12px 10px rgba(0, 0, 0, 0.424));
    padding-bottom: 2px !important;
    justify-content: space-around !important;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    
}


/*/////////////////////////////////*/

html {
    min-height: 100%;
    position: relative;
}

.swiper-container {
    width: 101%;
    height: 85%;
    top: 0;
    z-index: 0;

}

.swiper-slide {
    font-size: 1.8rem;
    height: 101%;
    width: 101%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #242323;
    outline: none;


}

.swiper-container-horizontal>.swiper-pagination {
    position: absolute;
    bottom: 0;
    
}

.swiper-pagination-bullet {
    background-color: #1b1b1b;
    border-radius: 0;
    box-sizing: border-box;
    color: #dfdfdf;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    opacity: 1;
    height: 56px;
    width: 24%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: font-weight 0.22s ease;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    margin: 0 3% -25px 3% !important;
}

.sombra{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.424));

}


.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active~.active-mark {
    left: 0%;
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active~.active-mark {
    left: 25%;
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active~.active-mark {
    left: 50%;
}

.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
    background-image: url(images/icons/sele.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
    background-image: url(images/icons/sele.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
    background-image: url(images/icons/sele.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.abajo {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.espacios {
    width: 25%;
}

.swiper-pagination-select {
    background-color: #fd1616;
    border-radius: 0;
    box-sizing: border-box;
    color: #dfdfdf;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    opacity: 1;
    height: 56px;
    width: 30%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: font-weight 0.22s ease;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
}