
/*branch matheus*/
body{
   margin:0;
   padding:0;
}

/*INÍCIO MENU*/

header {
   margin:0  auto;
   background-color: #140083;
}

.logo{
   display:inline-flex;
   margin-top:7px;
   margin-left:30px;
   margin-right:10px;
   max-width:55px;
   max-height:55px;
   width: auto;
   height: auto;
}

.checkbtn{
   font-size:30px;
   color:white;
   float:right;
   line-height:80px;
   margin-right:40px;
   cursor:pointer;
   display:none;
   margin:20px;
}

#check{
   display:none;
}

/*menu responsivo*/
@media(max-width:952px){
   nav ul li a{
      font-size:16px;
   }
}

@media(max-width:858px){
   .checkbtn{
      display:block;
   }
   ul{
       position:fixed;
       width:60%;
       height:100vh;
       background:#140083;
       top:80px;
       left:-120%;
       text-align:center;
       transition:all .5s;
   }
   nav ul li{
      display:inline-flex;
      margin:50px 0;
      line-height:30px;
   }
   nav ul li a{
      font-size:20px;
   }
   a:link, a:hover{
      background: none;
      color:#FF7200;
   }
   #check:checked ~ul{
      left:0;
   }
 /*fim menu responsivo*/

}
label h1{
   font-family:'Roboto', sans-serif;
   font-weight: bold;
   color: white; 
   margin-left:20px;
   margin-top:0;
   font-size:16px;
   padding:0;
}

header nav {
   background-color: #140083;
   display:inline-block;
   width:100%;
 }
header nav ul {
   float:right;
   margin:  0 ;
}

header nav ul li {
   display:inline-block;
   line-height:80px;
   margin:0 5px;
}

header nav ul li a {
   display: block;
   width: 150px;
   line-height: 50px;
   color: white;
   font-size:18px;
   font-weight:bold;
   font-family:'Roboto', sans-serif;
}

header nav ul li a:link, header nav ul li a:visited {
   font-weight: bold;
   color: white;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   padding:10px;
}

header nav ul li a:hover, header nav ul li a:hover {
   background-color: #FF7200;
   color: white;
}

/*FIM MENU*/

.logo{
	width:20%;
}
.box-menu{
	width: 100%;
	height:50px;
	margin:0 auto;
	position: relative;
   	background-color: #140083;
}
.box-title{
	position:relative;
}

.box-title h1{
	width:100%;
	/*padding:10px 0 10px 0;*/
	margin:0;
	font-family:'Roboto', sans-serif;
	font-size:50px;
	position:absolute;
	top:100px;
	font-weight:black;
	color:white;
}

.box-title img{
	position:relative;
	width:100%;
}

.box-full{
	width:90%;
	margin:auto;
}

.row{
	width:100%;
	padding:20px 0;
	display:flex;
}

.row-3{
	width:80%;
	padding:20px 0;
	display:flex;
	margin-left: auto;
	margin-right: auto;
	
}

.box-profile{
	display:inline-block;
	width:30%;
	vertical-align: top;
	margin:0 1%;
	padding:30px 20px;
	background-color:#f2f3fe;
	box-sizing:border-box;
	border:5px solid #140083;
	border-radius: 10px;
	position: relative;
}

.box-profile h3{
	color:#140083;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:'Roboto', sans-serif;

}

.box-profile p{
	font-family:'Roboto', sans-serif;
	font-size:12px;
	text-align:left;
}

.photo-profile{
	width:70%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.box-profile-3{
	display:inline-block;
	width:30%;
	vertical-align: top;
	margin:0 1%;
	padding:30px 20px;
	background-color:#f2f3fe;
	box-sizing:border-box;
	border:5px solid #140083;
	border-radius: 10px;
	justify-content:center;
	position: relative;
}

.box-profile-3 h3{
	color:#140083;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:'Roboto', sans-serif;
}

.box-profile-3 p{
	font-family:'Roboto', sans-serif;
	font-size:12px;
	text-align:left;
}

.button-linkedin {
  background-color: #ff7200;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px;
  width: 100px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius:10px;
  display:block;
  margin-top:20px;
}

.button-linkedin a {
 	text-decoration:none;
 	font-weight:bold;
 	font-size:14px;
 	color:#FFFFFF;
 }
.button-linkedin:hover{
	transform:scale(1.2);
}

.button-linkedin a:hover{
 	text-decoration:none;
 	font-size:16px;
 	color:#FFFFFF;
 	transform: scale(1.2);
 }

.button-linkedin a:visited{
	text-decoration:none;
	font-size:14px;
	color:#000000;
}

.button-leiamais{
  border: none;
  color: black;
  padding:0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

 
 /*SOMENTE PARA BOTÃO LEIA MAIS*/
 #mais1{
	display:none;
}
#mais2{
	display:none;
}
#mais3{
	display:none;
}
#mais4{
	display:none;
}
#mais5{
	display:none;
}
#mais6{
	display:none;
}
#mais7{
	display:none;
}#mais8{
	display:none;
}

main{
   margin-bottom:70px;
}
