@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');

.containerr{
  
	max-width: 1170px;
	margin:auto;
}

.navbar{
    background-color: #2a3144;
   
}

.navbar a {
    color: white;
}


.navbar a:hover{
    color: #18f98f;
}
.dropdown-menu li a{
    color: #2a3144;
}

.dropdown-menu li a:hover{
    background-color: #2a3144;
}


.carousel-item h1{
   
    text-transform: uppercase;
}

.carousel-item h1 span{
   
  color: #18f98f;
}





/* btn */
.button{
width: 300px;
    font-weight: 600;
    display: inline-block;
    /* background-color: #18f98f; */

background-color: #2a3144;

box-shadow: 1px 0px 40px rgba(4, 248, 77, 0.39);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 20px;
}
.button:hover{
	transition: ease 1s;
    background-color:#18f98f;
    color: rgb(255, 255, 255);
}



.buttonn{
	margin-left: 50px;
    font-weight: 600;
    display: inline-block;
    /* background-color: #18f98f; */

	border: 1px solid white;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 20px;
}
.buttonn:hover{
	border: none;
	transition: ease 1s;
    background-color: #2a3144;
    color: rgb(255, 255, 255);
}


/* btn end */

/* count */



.count{
	margin-top: 5%;
	width: 100%;
	height: 350px;
	background-color: white;

	box-shadow: 1px 0px 40px rgba(4, 248, 77, 0.39);
    border-radius: 10px;}




.wrapper {
	
	position: absolute;
	width: 80vw;
	transform: translate(-50%, -50%);
	top: 53%;
	left: 50%;
	display: flex;
	justify-content: space-around;
	gap: 10px;
  }
  .containercount{
	width: 28vmin;
	height: 28vmin;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 1em 0;
	position: relative;
	font-size: 16px;
	border-radius: 0.5em;
	background-color: #21242b;
	border-bottom: 10px solid #18f98f;
  }
  i {
	color: #18f98f;
	font-size: 2.5em;
	text-align: center;
  }
  .containercount span.num {
	color: white;
	display: grid;
	place-items: center;
	font-weight: 600;
	font-size: 3em;
  }
  .containercount span.text {
	color: white;
	font-size: 1em;
	text-align: center;
	pad: 0.7em 0;
	font-weight: 400;
	line-height: 0;
  }
  @media screen and (max-width: 1024px) {
	.wrapper {
	  width: 85vw;
	}
	.containercount{
	  height: 26vmin;
	  width: 26vmin;
	  font-size: 12px;
	}
  }
  @media screen and (max-width: 768px) {
	.wrapper {
	  width: 90vw;
	  flex-wrap: wrap;
	  gap: 30px;
	}
	.containercount {
	  width: calc(50% - 40px);
	  height: 30vmin;
	  font-size: 14px;
	}
  }
  @media screen and (max-width: 480px) {
	.wrapper {
	  gap: 15px;
	}
	.containercount {
	  width: 100%;
	  height: 25vmin;
	  font-size: 8px;
	}


	.count{
		margin-top: 5%;
		width: 100%;
		height: 600px;
		background-color: white;
	
		box-shadow: 1px 0px 40px rgba(0, 0, 0, 0.473);
		border-radius: 10px;}
  }
  


/* count end */




/* Nossos Servicos */


.default{
	margin-top: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.default .section-title,
.default .section-desc
{text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.default .section-title{
    font-size: 20px;
  

}
.default .section-desc{
    font-size: 10px;
color: white;
margin-top: 10px;
margin-bottom: 40px;
}

.default .section-body{
    max-width: 1140px;
    margin: auto;

    

}



.default.dark .section-title,
.default.dark .section-body{
    color: #18f98f;
}


.section-service img{
	width: 100px;
}




.section-service li{
   
    margin-top: 10px;
    font-size: 13px;
    color: white;
   

    
}


.section-services{
    display: flex;
}

.section-service{
    
    border-right: 1px solid    #999;
    flex: 1;
    text-align: center;
    padding: 15px;
}
.section-service:first-child{
    border-left: 1px solid #999;
}

.section-service h4{
    margin-top: 20px;
    text-transform: uppercase;
font-size: 18px;

}

.section-service p{
    margin-top: 10px;
    font-size: 13px;
    color: white;
}





@media(min-width:450px) and (max-width:800px){

		
		.section-services{
			flex-wrap: wrap;
	
		}
	
		.section-service{
			min-width: 50%;
			margin-bottom: 20px;
		}
		.section-service:first-child{
			border-left: 0;
		}


		

}




	@media(max-width:450px) {


		.section-service{
    
			border-right: none;
			
		}


		
			.section-services{
				flex-wrap: wrap;
		
			}		
			.section-service{
				min-width: 100%;
				margin-bottom: 20px;
			}
			.section-service:first-child{
				border-left: 0;
			}
	}




	.containerr .section-desc-empresa {
		display: flex;

	   color: white;
	
		align-items: center;
		
	   font-size: 21px;
	   font-weight: 400;
	   margin-bottom: 50px;

      padding-right: 150px;

	  
	}


    .section-desc-empresa p{
        color: white;
    }

	
/* Nossos servicos end */




/* __________________________contacto start */


.publi {
    flex: 1;
    margin-top: 90px;
	padding-bottom: 200px;
        
    }
    
    
    .foto{
        margin-top: 100px;
       
       
        
    }
    
    .ftext{
        display: flex;
    }
    
    .ftext .textoo{
        
        max-width: 300px;
    margin-left: 20px;
    margin-top: 200px;
    }
    
    .textoo h1{
        margin-top: 100px;
    /* font-weight: lighter; */
    color: white;
    }

    .textoo strong{
        color: #2ac465;
    }

    .textoo span{
        color: red;
    }

    .textoo str{
        color: #2ac465;
    }
    .textoo p{
     color: white;
    }
    .line{
        border: 1px solid #d8d8d8;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }


    .textoo .buttoncont{
        font-weight: 600;
        display: inline-block;
        background-color: #2ac465;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        padding: 10px 60px;
        text-decoration: none;
        margin-top: 50px;
        border-radius: 20px;
        align-items: center;
        /* margin-left: 360px; */
        margin-bottom: 20px;
    box-shadow: 0px 0px 30px #2ac4658c;
        
    }
    
    .buttoncont:hover{
        transition: ease 1s;
       
        background-color: #2ac4658c;
        box-shadow: 0px 0px 30px #2ac4658c;
    }


/* _________________________contacto end */





/* footer start */

.containerf{
    display: flex;
    justify-content: space-between;
    width: 990px;

}


footer{
	
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
}

.footer_menu{
	
    display: flex;

}
.footer_menu a{
    display: block;
    text-decoration: none;
    padding: 20px;
    color: white;
}
.footer_menu .fm_title{
    font-size: 25px;
    bottom: 10px;
   
   
}
.fm_desc{
    font-size: 12px;
    margin-top: 10px;
   
}
.fm_1, .fm_2, .fm_3{
    flex: 1;
    color: white;
   

}
.fm_1{
    background-color: #39aae1;
}
.fm_2{
    background-color: #0079c7;
}
.fm_3{
    background-color: #2b4c99;
}

.footer_area{
    display: flex;
    
    

}


.footer_r{
	margin-left: 50px;
}
.footer_item{

	
	margin-top: 30px;
    flex: 1;
    color: white;
}

.footer_item .footer_item_descr,
.footer_item .widget_title_text, .footer_item_descrT{
	text-transform: uppercase;
   
}
.flex_column{
    flex-direction: column;
}
footer .widget_title_text{
    color: white;
}

.footer_item_desc{
    font-size: 14px;
   max-width: 300px;
   margin-top: 10px;
   color: white;
}

.redes_ender{
    color: white;
    max-width: 300px;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
   
}

 .end_red span{
    display: block;
   
}
.end_red_cont span{

    display: block;
  margin-left: 70px;

}
.end_red_cont{
	
    margin-top: 15px;
}

.footer_item_descrT a{
	color: #36a9e1;
	display: block;
}

.footer_item_descr a{
    text-decoration: none;
}
.footer_item_descr{
    font-size: 12px;
   max-width: 300px;
   margin-top: 10px;
   color: #fff;
   margin-bottom: 10px;
   text-decoration: none;
  
}
.footer_item_descr span{
    display: block;
    color: #36a9e1;
    margin-top: 10px;
}

.footer_item_descrT{
    font-size: 12px;
   max-width: 300px;
   margin-top: 10px;
   color: #5c5c5c;
   margin-bottom: 10px;
}

.footer_item_descrT span{
    display: block;
    color: #36a9e1;
    margin-top: 10px;
}
.footer_item_descrT strong{
    color: #fff;
}
.footer_item_descrT a{
    text-decoration: none;
}

.redes_icon .iconr{
    margin-top: 30px;
display: inline-block;
}
.iconr{
    background-color: #5c5c5c;
    width: 20px;
    height: 20px;
}
.redes_icon a{
    text-decoration: none;
}


.footer_copy{
    border-top: 1px solid #2c2c2c ;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 30px;
	;
}




.menuMobile{
    display: none;
    width: 40px;
    height: 40px;
      margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.mm_line{
    height: 3px;
    background-color: #36a9e1;
}


.redes_icon .iconrr{
   
  
    margin-top: 30px;
display: inline-block;
}
.iconrr{
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 20px;
}


.iconrr:hover{
    background-color: #2a3144;
   
}
.iconrr img{
    margin-top: 8px;
    width: 20px;
   margin-left: 7px;
}




.redes_icon .iconrr{
    margin-top: 30px;
display: inline-block;
}



.footer_item_descr span{
    display: block;
    color: #2ac465;
    margin-top: 10px;
}

.footer_item_descrT{
    font-size: 12px;
   max-width: 300px;
   margin-top: 10px;
   color: #5c5c5c;
   margin-bottom: 10px;
}

.footer_item_descrT span{
    display: block;
    color: #36a9e1;
    margin-top: 10px;
}
.footer_item_descrT strong{
    color: #fff;
}
.footer_item_descrT a{
    text-decoration: none;
}



.footer_item_descrT a:hover{
    transition: ease 1s;
    color: #c86060;
}


.footer_item_descr{
 
    font-size: 12px;
   max-width: 300px;
   margin-top: 10px;
   color: #fff;
   margin-bottom: 10px;
  
}

.footer_item_descr a{
    display: block;
    color: #36a9e1;
}

.footer_item_descr a:hover{
    transition: ease 1s;
    color: #c86060;
}

.footer_item_descr span{
    display: block;
    color: #2ac465;
    margin-top: 10px;
}

/* footer end */








/* resposive */

/* @media 600px */

@media (max-width:600px) {
  

	.containerr .section-desc-empresa p{
		display: flex;
      
		
	   color: white;

		align-items: center;
	   font-size: 16px;
	   font-weight: 400;
	   margin-bottom: 50px;
    
       padding-right: 150px;

    
	  
	}




	

	.footer_r{
		margin-left: 0;
	}
.footer_menu{
    flex-direction: column;
}

.footer_area{
    flex-direction: column;
    padding: 20px;
}
.footer_copy{
   text-align: center;
}





}









/* resposivo */


@media(max-width:450px) {


	

	
		
.publi {
    flex: 1;
    margin-top: 150px;
        
    }

	
	.ftext {
		width: 50vw;
	max-width: 1140px;
margin-top: -200px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.ftext img{
	
		width: 300px;
		margin-left: 150px;

	
	}


	.ftext .textoo{
        
        max-width: 300px;
  padding-left:70px ;
    margin-top: 50px;
    }

	
		.section-projects--photo{
			width: 320px;
		}
		.section-projects--photoarea{
			width: 300px;
			height: 190px;
		}

		
	}





@media (max-width:600px){
	
	.banner .sideshome h1{
	
		padding-left: 50px;
		margin-top: 110px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
	
	}

	.banner .sideshome h4{
		padding-left: 50px;
		max-width: 350px;
		font-size: 14px;
	}

	.button, .buttonn{
		margin-left: 50px;
	}



	

}