html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 150%;
	font: inherit;
	vertical-align: baseline;
}

body, .wrapper, #slider, .image, .vertical-align-wrapper {
    width: 100%;
    height: 100vh;
}

#slider {
    left: 0;
	cursor: pointer;
}
.wrapper {
    position: relative;
}

.arrow {
	display:none;
	/* cursor: pointer;
    position: absolute;
    border-style: solid;
    top: 60%;
    margin-top: -50px;
    width: 8px;
  	height: 8px;
  	background: black;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;*/
}

#left-arrow {
    left: 0;
    margin-left: 50px;
}

#right-arrow {
    right: 0;
    margin-right: 50px;
}

.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vertical-align-wrapper {
    display: table;
    overflow: hidden;
    text-align: left;
}

.vertical-align-wrapper span {
	display: table-cell;
	vertical-align: bottom;
	position: fixed;
	bottom: 25px;
	left: 25px;
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
	letter-spacing: 10px;
	color: black;
}

.image-one {
	background-image: url("../images/condesousa_1.jpg");
}

.image-two {
	background-image: url("../images/condesousa_2.jpg");
}

.image-three {
	background-image: url("../images/condesousa_3.jpg");
}

.image-four {
	background-image: url("../images/condesousa_4.jpg");
}


#title 
  {  
  position:fixed; 
  top:25px; 
  left:25px;
  font-size:18px;
  letter-spacing: 20px;
  line-height: 3;
  }
  
#texto 
  { 
	position: absolute;
  top:300px; 
  left:25px; 
  right:15%;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 10px;
  }
  
a:hover {
	background-color: rgba(100, 100, 100, 0.3);
		}  

a:link {
	font-family: 'Gudea', sans-serif;
	text-decoration: none;
	color: black;
	letter-spacing: default;
}

a:visited {
	text-decoration: none;
	color: black;
}

p {
	font-family: 'Gudea', sans-serif;
}


@media only screen and (max-width : 992px) {

    #left-arrow {
	margin-left: 15px;
    }

    #right-arrow {
        margin-right: 15px;
    }

    .arrow {
        margin-top: -30px;
    }
	 }
	
