* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider{
    position: relative;
}

.captionInfo{
    display: none;  /* Caption desactivado, Borrar esto para activar*/
}

ol,ul {
    list-style: none;
}

.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.slider ul {
    position: relative;
}

.slider ul li {
    overflow: hidden;
    height: 70vh;
}

.slider ul, slider ul li{
    width: 100%;
}

.slider ul li img {
    width: 100%;
    height: 70vh;
}

.caption {
    color: white;
    text-align: center;
    height: 70vh;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    transform: skewX(-35deg);
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.capLeft {
    align-items: flex-end;
    left: -132%;
}

.cap-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cap1 {
    background: url('../images/slider/img4.JPG') no-repeat;
    background-position: center;
    background-size: cover;
}

#cap2 {
    background: url('../images/slider/img3.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#cap3 {
    background: url('../images/slider/img2.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#cap4 {
    background: url('../images/slider/img1.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.capRight {
    align-items: flex-start;
    right: -132%;
}

.captionInfo {
    font-size: 5.6vh;
    transform: skewX(35deg);
    margin-right: 10%;
    width: 50%;
}

.captionInfo a {
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 3vh;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: white;
    padding: 2.1% 5%;
    background-color: #b6172b;
    position: relative;
    opacity: 0;
    transition: all 0.20s ease-in;
}

.captionInfo a:hover {
    background-color: #cd3145;
}

.captionInfo h1 {
    margin-bottom: 5%;
    opacity: 0;
    position: relative;
    top: 2vw;
    font-family: 'Montserrat';
    font-size: 3vw;
}

.captionInfo p {
    font-family: 'Champagne & Limousines';
    font-size: 1.4vw;
    top: -2vw;
    position: relative;
    opacity: 1;
}

.pagination {
    width: 100%;
    position: absolute;
    top: 95%;
    display: flex;
    justify-content: center;
}

.pagination li {
    font-size: 15px;
    list-style-type: none;
    margin: 2px 8px;
    cursor: pointer;
    color: #CCCCCC;
}

.arrow_left, .arrow_right {
    color: white;
    height: 100%;
    font-size: 4vh;
    cursor: pointer;
    color: #CCCCCC;
    width: 20%;
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.arrow_left {
    left: 4px;
}

.arrow_right {
    right: 4px;
    justify-content: flex-end;
}

.centerLogo{
    width: 50%;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 22vh;
    left: 0;
    right: 0;
}

@media screen and (max-width: 906px) {
    .slider {
        height: 50vh;
    }

    .pagination {
        top: 93%;
    }

    .caption h1 {
        margin-bottom: 0;
    }

    .caption .captionInfo h1 {
        font-size: 3vh;
    }

    .caption .captionInfo p {
        font-size: 2vh;
        top: 2vh;
    }
}
