* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all .1s ease;
}

body {
	width: 100%;
	height: 100%;
}

html {
  scroll-behavior: smooth;
}

#bground {
	position: relative;
	max-width: 100%;
	height: auto;
	position: fixed;
	z-index: -1;
}

#aboutme {
	background-color: white;
	width: 100%;
	height: 1000px;
}

/*.......menu em baixo (grande)......... */

#menu {
	width: 100%;
	height: 70px;
	bottom: 0;
	position: fixed;
	z-index: 3;
	background-color: rgb(255, 255, 255);
}

.button {
	width: 33%;
	height: auto;
	position: relative;
	float: left;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
}

@media screen and (max-width: 500px) {
 .button {
	width: 33%;
	height: auto;
	position: relative;
	float: left;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 70px;
}

}

.button a {
	color: rgb(255, 132, 124);
}

.button a:hover {
	opacity: 0.5;
}

/*.......fade - animacao dos menus ......... */

.fadebutton {
	transition: opacity 0.5s;
	transition: all ease 0.5s;
}

.fadebutton:hover {
	transition: all ease 0.5s;
}

/*.......introducao welcome text......... */

#intro {
	position: relative;
	width: 300px;
	height: auto;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: -605px;
}

#intro p {
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	padding-left: 10px;
}

#intro span {
	font-size: 60px;
}

#intro a {
	color: rgb(0, 0, 0);
}

#intro a:hover {
	opacity: 0.5;
}

#azul {
	background: linear-gradient(to right, rgba(62, 172, 168, 1), rgba(62, 172, 168, 0));
	position: relative;
	width: 260px;
	height: 695px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

#margens {
	position: relative;
	margin-top: -605px;
	width: 300px;
	height: 595px;
	border-style: solid;
	border-width: 10px;
	border-color: rgb(255, 132, 124);
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

#mother {
	position: relative;
	width: 100%;
	height: auto;
}

#boxtxt, #portfoliotxt, #portfoliotxt_1 {
	width: auto;
	height: auto;
	padding: 60px;
}

#boxtxt p, #portfoliotxt p, #portfoliotxt_1 p {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	text-align:left;
}

#portfoliotxt_1 a {
	text-decoration: underline;
	color: rgb(0, 0, 0);
}

#boxtxt span, #portfoliotxt span {
	font-size: 30px;
}

#boxtxt a, #portfoliotxt a {
	text-decoration: none;
	color: rgb(255, 132, 124);
}

#boxtxt a:hover, #column a:hover, #portfoliotxt a:hover, #portfoliotxt_1 a:hover {
	opacity: 0.5;
}

.blurin {
	width: 100%;
	height: 80px;
	position: relative;
	padding: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

#blurout {
	width: 100%;
	height: 80px;
	position: relative;
	padding: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

#blurinfull {
	width: 100%;
	height: 80px;
	position: relative;
	padding: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#blurinfull_1 {
	width: 100%;
	height: 80px;
	position: relative;
	padding: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.up {
	width: 100%;
	height: 100px;
	position: absolute;
}

#upmargem {
	width: 120px;
	height: 60px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 10px;
	border-color: rgb(255, 132, 124);
}

.up p {
	font-family: 'Rubik', sans-serif;
	font-size: 50px;
	text-align: center;
}

#upwhite p {
	width: 100%;
	height: 60px;
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	text-align: center;
	}

/*.......responsive grid textos about me......... */

#row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.8);
}

#row_opacity, #row_1 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255,1);
}

#column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
}

@media screen and (max-width: 600px) {
    #column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/*.......responsive grid textos about me......... */

#column_1 {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
}

@media screen and (max-width: 980px) {
    #column_1 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.container {
  position: relative;
}

#creditos {
	width: 100%;
	height: 70px;
	position: relative;
	background: linear-gradient(to right, rgba(62, 172, 168, 1), rgba(62, 172, 168, 0));
}

#creditos p {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	line-height: 70px;
	text-align: center;
}

#saftymargin {
	width: 100%;
	height: 70px;
	position: relative;
}

/*.......slideshow......... */

.slideshow-container {
  position: relative;
}

.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6 {
  display: none;
  padding: 60px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: rgb(255, 132, 124);
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  user-select: none;
  transition: opacity 0.5s;
  transition: all ease 0.5s;
}

.next {
  position: absolute;
  right: 0;
}

.prev:hover, .next:hover {
  transition: all ease 0.5s;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* fade in das imagens (quando muda para a proxima) */

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

video {
  padding: 60px;
  outline: none;
}

/* tentativa de fade á padeiro de pagina para pagina*/

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}