#carousel img {
	width: 100%;
}

.sliderButton {
	position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    width: 61vw;
    background: transparent;
    float: left;
}
.sliderButton .arrowright {
	display: inline-block;
    width: 75px;
    height: 75px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    background-color: white;
    color: black;
    border-radius: 40px;
    -webkit-box-shadow: 7px 3px 70px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 3px 70px -22px rgba(0,0,0,0.75);
    box-shadow: 7px 3px 70px -22px rgba(0,0,0,0.75);
}

.sliderButton .arrowright .icon {
    font-size: 20px;
    text-align: center;
    padding-top: 27px;
    color: #323486;
    display: block;
}

.sliderContainer {
    width: 100%;
    height: 61vw;
    position: relative;
}

.sliderContainer .img {
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    overflow-y: hidden;
}

.sliderContainer .img.selected {
    display: block;
}

.sliderContainer .images-container {
    height: 61vw;
}

.sliderContainer .img.banner1 {
    background-image: url('../images/Banner01.png');
}

.sliderContainer .img.banner2 {
    background-image: url('../images/Banner02.png');
}

.sliderContainer .img.banner3 {
    background-image: url('../images/Banner03.png');
}

.sliderContainer .img.banner4 {
    background-image: url('../images/Banner04.png');
}

.sliderContainer .texto {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 30%;
    height: 100%;
    font-size: 50;
    word-wrap: break-word;
    line-height: 42px;
    display: none;
}

.sliderContainer .texto .banner-extra-information {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    max-width: 650px;
}

.sliderContainer .texto .banner-extra-information .title {
    line-height: 50px;
}

.sliderContainer .texto.show {
    display: inline-block;
}

.sliderContainer .texto.banner1 {
    color: #717F34;
}

.sliderContainer .texto.banner2 {
    color: #4B779E;
}

.sliderContainer .texto.banner3 {
    color: #E59240;
}

.sliderContainer .texto.banner4 {
    color: #0651f1;
}

.sliderContainer .secondary_text {
    color: #0651f1;
    font-size: 0.7em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
}

#links .item {
    padding-top: 170px;
}

#links .item .clearfix {
    width: 100%;
}

#links .item .clearfix img{
    width: 50%;
}

#links .item .clearfix #image-gallery {
    text-align: center;
}

.sliderContainer .pequenafrase {
    color: #323486;
    font-size: 14px;
    position: absolute;
    top: 75%;
    right: 0%;
    width: 23%;
}

.sliderContainer .pequenafrase .icon-datarede {
    font-size: 30px;
    position: absolute;
    top: -4px;
    right: 105px;
}
