/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: 700px;
    max-height: 60vh;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100vh - 100px);
    height: 700px;
    max-height: 60vh;
    left: 0;
    top: 0;
    overflow: hidden;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

/*.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
}*/

.rslides li .textos {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rslides li .textos .tit {
    /*color: white;*/
    font-size: 3rem;
    line-height: 3rem;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 1);
    text-align: center;
}