.content {font-family: "Roboto",Helvetica,Arial,sans-serif; background-color: #fff;}
.imagemtext {display: table;margin: 0px auto;}
.lang{position: absolute;top: 15px;right: 25px;width: 200px;font-size: 18px;}
.lang ul{display:table;list-style-type: none;}
.lang li{float:left;border-left: 1px solid;padding: 20px;}
.li1 {padding:9px;}
.li2 {border-right: 1px solid;padding: 9px;}
.li1 a{text-decoration: none;color: black;margin-left: 3px;margin-right: 3px;}
.li1 a:hover{text-decoration: underline;}
.li2 a{text-decoration: none;color: black;}
.li2 a:hover{text-decoration: underline;}
.text{display: table;text-align: center;font-size: 25px;margin: 5px 35px;;font-weight: bold;}
.text p{margin-top: 0px;font-weight: lighter;}
.powered{display: table;text-align: center;font-size: 11px;margin: 5px auto 0px;}
.powered a{text-decoration: underline;color: black;}
@media screen and (max-width: 500px) {
    /*.imagemtext {width: 290px;height: 390px}
    .text {margin: -320px auto 0px;}*/
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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;
}
.swiper-slide img{
    width:100%;
}
@media (max-width:700px){
    .text{
    margin:10px auto;
}
.lang{
    position: inherit;
    top: 15px;
    right: 25px;
    width: 230px;
    font-size: 18px;
    margin: auto;
}
}