* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
  font-family: "Roboto",-apple-system, Sans-serif;
}

a:hover {
  opacity: 0.7;
}

.header_up {
  display: flex;
  justify-content: end;
  align-items: center;
  background-image: linear-gradient(to right, blue, red);
  height: 6vh;
  margin-right: auto;
}

.header_up .text {
  margin-right: 20px;
  font-family: "Roboto",-apple-system, Sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #eeeeee;
}

.header_up .img {
  margin-right: 10px;
}

.logo {
  margin-left: 15%;
  max-width: 150px;
}

nav {
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  background-image: linear-gradient(to right, blue, red);
  height: 12vh;
}

.main {
 
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding-top: 3%;
}

.Slides {
  max-width:85%;
}

.mySlides {
  display:none;
}

.nav-list { 
  list-style: none;
  display: flex;
  margin-right: 10px;
}

.nav-list li {
  letter-spacing: 2px;
  margin-left: 32px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: 0.3s;
}

.about .about-content .left{
  width: 45%;
}
.about .about-content .right{
  width: 55%;
}
.about .about-content .right .text{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about .about-content .right .text span{
  color: #0d1011;
}
.about .about-content .right p{
  text-align: justify;
  margin: 20px;
}

.about .about-content .left img{
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
  margin: 10px;
} 

.info1{
  height: 1em;
  margin: 4%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* asd */
section{
  padding: 100px 0;
}
section .title{
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}
section .title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  height: 4px;
  background: #111;
  transform: translateX(-50%);
}
section .title::after{
  position: absolute;
  bottom:-12px;
  left: 50%;
  font-size: 20px;
  background: #fff;
  color: #0067ac;
  padding: 5px;
  transform: translateX(-50%);
}
.about, .services, .skills, .teams, .contact, footer{
  font-family: "Roboto",-apple-system, Sans-serif;
}
.about .about-content,
.services .serv-content,
.skills .skills-content,
.contact .contact-content{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
/* servi2 */
section{
  padding: 10px 0;
}
section .title{
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}
section .title::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  height: 3px;
  background: #111;
  transform: translateX(-50%);
}
section .title::after{
  position: absolute;
  bottom:-12px;
  left: 50%;
  font-size: 20px;
  background: #fff;
  color: #0067ac;
  padding: 5px;
  transform: translateX(-50%);
}
/* serviços */
.services, .teams{
  background: #eeeeee;
  color: #111;
}
.services .title::before,
.teams .title::before{
  background: #111;
}
.services .title::after,
.teams .title::after{
  background: #fff;
}
.services .serv-content .card{
  width: calc(45% - 40px);
  margin: 6vh;
  background: #cdcdcd;
  text-align: center;
  border-radius: 6px; 
  padding: 30px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 300px;
}
.services .serv-content .card:hover{
  background: hwb(0 100% 0%);
}
.services .serv-content .card .box{
  transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
  transform: scale(1.05);
}
.services .serv-content .card ion-icon{
  font-size: 70px;
  color: #0067ac;
}
.services .serv-content .card:hover ion-icon{
  color: rgb(4, 4, 4);
}
.services .serv-content .card .text{
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 7px 0;
}

.quemsomos .quemsomos1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 3%;
}

.quemsomos .quemsomos2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
}

.quemsomos .quemsomos3{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.quemsomos .quemsomos4{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 10%;
}

.obras{

}

.main .obras .obras1{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 5%;
  flex-wrap: wrap;
  align-content: space-between;
}

.main .obras .obras1 .img{
  max-width: 90%;
  min-width: 350px;
  }

.main .obras .obras2{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 5%;
  flex-wrap: wrap;
  align-content: space-between;
}
  
.main .obras .obras2 .img{
  max-width: 90%;
  min-width: 350px;
}

.main .obras .obras3{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-content: space-between;
}
.main .obras .obras3 .img{
  max-width: 40%;
  min-width: 350px;
  }

.main .obras .obras4{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 5%;
  flex-wrap: wrap;
  align-content: space-between;
}
  
.main .obras .obras4 .img{
  max-width: 90%;
  min-width: 350px;
}

.main .obras .obras5{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 5%;
  flex-wrap: wrap;
  align-content: space-between;
}
  
.main .obras .obras5 .img{
  max-width: 90%;
  min-width: 350px;
}

.main .portfolio .portfolio1{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: nowrap;
    }
    
.main .portfolio .portfolio1 .img{
      max-width: 40%;
      min-width: 350px;
      }
    
.main .portfolio .portfolio2{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      margin-bottom: 60px;
      flex-wrap: wrap;
      align-content: space-between;
    }
    
.main .portfolio .portfolio2 .img{
    max-width: 30%;
    min-width: 350px;
    }
    
.main .portfolio .portfolio3{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      margin-bottom: 100px;
      flex-wrap: wrap;
      align-content: space-between;
}
.main .portfolio .portfolio3 .img{
      max-width: 30%;
      min-width: 350px;
}

.main .clientes .clientes1{
display: flex;
justify-content: flex-start;
 align-items: center;
margin-bottom: 10px;
flex-wrap: nowrap;
}
          
.main .clientes .clientes1 .img{
max-width: 40%;
min-width: 350px;
}
          
.main .clientes .clientes2{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  flex-wrap: wrap;
  align-content: space-between;
}
          
.main .clientes .clientes2 .img{
  max-width: 30%;
  min-width: 350px;
}
.main .contato .contato1{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  align-content: flex-start;
  flex-wrap: wrap;
}
          
.main .contato .contato1 .img{
  max-width: 30%;
  min-width: 350px;
}        

/* pé */
footer{
  background-image: linear-gradient(to right, red, blue);
  padding: 5px 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  position:fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box
}
footer span a{
  color: #41a9ee;
  text-decoration: none;
}
footer span a:hover{
  text-decoration: underline;
}

footer img {
margin-left: 10px;
margin-right: 2px;
}

@media (max-width: 999px) {
  body {
    overflow-x: hidden;
  }

  .nav-list {
    position: absolute;
    z-index: 999;
    top: 11vh;
    right: 0%;
    width: 50vw;
    height: 70%;
    background: #221386;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transform: scaleX(0.001);
    transition: transform 0.3s ease-in;
    display: none;
  }

  .nav-list li {
    margin-left: 0;
    opacity: 0;
  }

  .mobile-menu {
    display: block;
  }
}

.nav-list.active {
  transform: translateX(0);
  transform: scaleX(1);
  display: flex;
  
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}


.area-content-text-video{
z-index: 1;
margin-left: 40px;
margin-top: 124px;
margin-bottom: -180px;
color: #fff;
text-align: center;
}

.manual-navigation{
  position: absolute;
  width: 100%;
  margin-top: -60px;
  display: flex;
  justify-content: center;
}

.manual-btn{
  border: 2px solid #FFF;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background-color: #FFF;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -100%;
}

#radio3:checked ~ .first{
  margin-left: -200%;
}

#radio4:checked ~ .first{
  margin-left: -300%;
}

.navigation-auto div{
  border: 2px solid #41a9ee;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.navigation-auto{
  position: absolute;
  width: 100%;
  margin-top: 340px;
  display: flex;
  justify-content: center;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background-color: #FFF;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background-color: #FFF;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background-color: #FFF;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background-color: #FFF;
}



#slider {

  width: 100%;
  max-width: 100%;
  height: 70vw;
  max-height: 300px;
  position: relative;

}

#slider img {
  opacity: 0;
  filter: brightness(85%);

  position: absolute;

  width: 100%;
  height: 100%;

  object-fit: fill;

  transition: opacity 800ms;
}

.borda{
  border: 1px solid blue;
  margin-top: 10px;
  margin-bottom: 10px;
}


