div > span > a {
    text-decoration: none;
    color: white;
    text-align: center;
    width: 10%;
    font-size: 17px;
    margin-right: 15px;
    display: inline;
    line-height: 79px;
}

.imagem{
    position: relative;
    height: auto;
    width: 100%;
    float: left;
}

#Contentorimg{
    position: relative;
    margin: 0;
}

.rowing{
    height:0;
    clear: both;
}


#fscroller {
    
    position: relative;
    float: right;
    width: 80%;
    float: top;
    top: -1000px;
    font-size: 50px;
}


.carousel {
    position: relative;
}

.carousel img {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

.carousel svg:first-child {
    position: absolute;
    left: 5px;
    top: 500px;
    transform: translatey(-50%);
    background-color: ghostwhite;
    z-index: 1;
}

.carousel svg:last-child {
    position: absolute;
    top: 500px;
    right: 5px;
    transform: translatey(-50%);
    background-color: ghostwhite;
    z-index: 1;
}


.anuncio h1{
    position: relative;
    float: right;
    width: 100%;
    text-align: center;
    color: #C0B283;
    font-size: 50px;
    margin-bottom: 50px;
}

.footer{
position: absolute;
bottom: 0;
}
html{
    position: relative;
    min-height: 100vh;
  }
  
  


/* For mobile phones */
@media screen and (max-width: 600px) {
    [class*="col"] {
        width: 100%;

        /* since in mobile columns are 100%, we cannot have margin-left in the columns*/
        margin-left: 0;
    }

    #Contentorimg h2{
        bottom: 220px;
        right: 15px;
        font-size:8px;
    }

    #Contentorimg p{
        bottom: 185px;
        font-size: 5px;
        right: 10px;
    }
}
