#slides {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    user-select: none;
    position: relative;
    background-image: url(../../img/imagen-1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 30;
    top: 46%;
    text-shadow: 0 5px 5px #000;
    width: 100%;
}
.slides-navigation a {
    cursor: pointer;
    position: absolute;
    top:50%;
    font-size: 50px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    transition: .5s;
}
.slides-navigation a:hover{
    color: rgba(255,255,255,1);
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}

.slides-pagination {
    position: absolute;
    z-index: 40;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto -20px auto;
    width:240px;
    height:100px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*    border-radius: 120px 120px 0 0;
        background-color: rgba(0,0,0,0.8);*/
}
.slides-pagination a:nth-child(odd) {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
    transition: .5s;
}
.slides-pagination a:nth-child(even) {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    text-indent: -100%;
    transition: .5s;
}
.slides-pagination a:nth-child(even).current {
    border-bottom:15px solid #003699;
}
.slides-pagination a:nth-child(odd).current {
    border-top:15px solid #003699;
}
.slides-container li .container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.slides-container li .containerLeft{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: center;
}
.container .textUno{
    z-index: 10;
    font-family: "Averta-Bold";
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 3.5rem;
    color: #2e9bed;
}
.container .textZero{
    margin-left: 200px;
    z-index: 10;
    font-family: "Averta-Bold";
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.5rem;
    color: #2e9bed;
}
.container .textEight{
    margin-left: 200px;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
.container .textDos{
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.textDos p{
    width: 500px;
    text-align: right;
    padding: 20px 0;
}
.containerLeft .cirBg1{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: flex;
    padding: 30px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.containerLeft .textTri{
    z-index: 10;
    width: 100%;
    max-width: 300px;
    font-style: italic;
    color: white;
    font-size: 25px;
    right: 80px;
}
.textFor{
    z-index: 10;
    font-style: italic;
    color: white;
    text-align: center;
    font-size: 30px;
}
.textFor p{
    font-style: initial;
}
.textFiv{
    padding: 20px;
    z-index: 10;
    font-family: "Averta-Bold";
    font-size: 4rem;
    color: #2e9bed;
    width: 700px;
}
.textSix{
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    font-size: 20px;
    color: #fff;
}

.textSix p{
    width: 500px;
    padding: 20px;
}
.textSev{
    z-index: 10;
    font-size: 35px;
    padding-bottom: 10px;
    color: #fff;
}

.cuaBg1{
    margin-top: 40px;
    width: 700px;
    padding: 30px 20px 30px 300px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(0,0,0,0.7);
    font-size: 2rem;
    color: #fff;
    overflow: hidden;
}
.cuaBg2{
    margin-top: 40px;
    width: 700px;
    padding: 30px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(0,0,0,0.7);
    font-size: 2rem;
    color: #fff;
    overflow: hidden;
}

.bgBlur01{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(62%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.bgBlur02{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}
.bgBlur03{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.btnSlide{
    padding: 15px 30px;
    border: 2px solid #fff;
    background-color: transparent;
    color:#fff;
    font-size: 20px;
    cursor: pointer;
    transition: .5s;
    box-sizing: border-box;
    border-radius: 5px;
}
.btnSlide:hover{
    background-color: #2e9bed;
    color: #fff;
    border: 2px solid transparent;
}
button, button:active, button:focus {
    outline: 0;
}

.contenedor03{
    margin-top: 40px;
    width: 700px;
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(0,0,0,0.7);
    font-size: 2rem;
    color: #fff;
    overflow: hidden;
}
.contenedor01{
    height: 100%;
    width: 700px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}
.contenedor02{
    height: 100%;
    width: 700px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.line{
    z-index: 10;
    width: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    border-bottom: 2px solid #d974f2;
}
@media screen and (max-width:1366px){
    .textSev{
        font-size: 25px;
    }
    .container .textZero{
        margin-left: 250px;
        font-size: 3rem;
    }
    .container .textEight{
        margin-left: 250px;
        font-size: 18px;
    }
    .container .textUno, .textFiv{
        font-size: 2.5rem;
        padding-top: 50px;
    }
    .cuaBg1, .cuaBg2{
        margin-top: 20px;
    }
    .textDos p{
        text-align: right;
    }
    .btnSlide{
        padding: 10px;
        width: 180px;
        font-size: 20px;
    }
}
#imgPrincipal{
    position: absolute;
    margin-top: auto;
    margin-bottom: 0px;
    top: 0px;
}
@media screen and (max-width:700px){
    #imgPrincipal{
        left: 0px;
        bottom: 0px;
    }
}
@media screen and (max-width:900px){
    .container{
        overflow: hidden;
    }
    .containerLeft{
        align-items: flex-start;
        justify-content: center;
    }
    .textFiv{
        width: 250px;
        align-items: flex-start;
    }
    .container .textUno, .textSev, .textFiv, .container .textZero{
        font-size: 2rem;
        margin: 0;
        padding: 50px 0 0 0;
        width: 250px;
        justify-content: flex-start;
    }
    .container .textEight{
        margin: 20px 0 0 0;
        font-size: 15px;
        width: 250px;

    }
    .container .textDos, .containerLeft .textTri, .textFor, .textSix{
        margin-top: 20px;
        font-size: 15px;
        width: 250px;
    }
    .container .textDos p{
        text-align: left;
    }
    .containerLeft .textSix p{
        padding: 0;
    }
    .contenedor01, .contenedor02, .contenedor03{
        width: 100%;
        height: 100%;
        align-items: center;
    }
    .textDos p{
        padding: 0 0 20px 0;
        text-align: right;
    }
    .containerLeft .cirBg1{
        width: 300px;
        height: 300px;
    }
    .cuaBg1, .cuaBg2{
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .btnSlide{
        padding: 10px;
        width: 200px;
        font-size: 20px;
    }
    /*    .container .textUno, .container .textTri, .container .textDos, .container .textFor, .container .textDos{
            display: none;
        }
        .container .triBg1, .container .cirBg1, .container .cuaBg1{
            display: none;
        }*/
    .slides-navigation a{
        padding: 10px;
        font-size: 30px;
    }
    .bgBlur{
        background: rgba(0,0,0,0.7);
        background: -moz-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(231,56,39,0)));
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -o-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -ms-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
    }
    .slides-pagination{
        background: transparent;
    }
}