.swiper-container {
    width: 100%;
    height: 100%;
    background: url("../../assets/img/fondos/menu.png") no-repeat center;
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
}

.swiper-slide img{
    width: 100%;
}
.swiper-slide:nth-child(1n) {
    width: 50%;
}
.swiper-slide:nth-child(2n) {
    width: 50%;
}
.swiper-slide:nth-child(3n) {
    width: 50%;
}

#themeone-template{
    background: url("../../assets/img/fondos/aventura_cientificas.png") no-repeat center;">
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

#themetwo-template{
    background: url('../../assets/img/fondos/aventura_musical.png') no-repeat center;">
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}
#themethree-template{
    background: url('../../assets/img/fondos/aventura_matematica.png') no-repeat center;">
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}
#themefour-template{
    background: url('../../assets/img/fondos/aventura_lingustica .png') no-repeat center;">
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

.wraper{
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.center-vertical{
    /* Center text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.container-special {
    /* margin-top:10%; */
    width: 100%;
    height: 100%;
    /*padding: 2%;*/
}

.titles-themes{
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
