/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
 /* Nosso time Mapa*/
 
 .time{
	
	 font-family: "Fjalla One", sans-serif;	
	
	
 }
 

.contatos{
	padding: 10px 0px;
	text-align: center;
	width: 100%;

}
@media (max-width: 740px) {
	.contatos h1 {
		font-size: 35px	;
	}
	.icon-phone{
		visibility: hidden;
	}
	
}


.principal-text{
	font-size: 60px;
	

}


.segundo-text{
	font-size: 20px;
	margin-top: -15px;
	margin-left: 50px;

}

.telefone-contato{
	font-size: 50px;	
	margin-left: 25px;
	-webkit-text-stroke: 1.5px rgb(0, 0, 0);
    
}

.text-contato{
	font-size: 30px;
	
}

.text-whatsapp{
	font-size: 18px;
	
}

/*icone telefone*/
.phone-telefone{
	
	position: absolute;
	left:70px;
	height: 80px;
	width: 80px;
	color: #fff;
	text-align: center;
	font-size: 50px;
	border-radius: 60px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
}


/*link whatsaap*/
.btn-whatsapp{
	position: fixed;
	outline:none;
	width: 65px;
	height:65px;
	bottom: 30px;
	right: 30px;
	background-color: #34af23;
	color: #fff;
	border-radius: 50%;
	font-size: 45px;
	border: 1px solid #f1f1f1;
	z-index: 1000;
	cursor: pointer;

/*animation*/

	/*animation-name: pulsar;
	animation-duration: 0.8s;
	animation-timing-function: ease-out;
	animation-delay; 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: none;
	animation-play-state: running;
*/

animation: pulsar  1.2s ease-out 1s infinite alternate none running;
	
}

a {
	color: inherit !important;
}

@keyframes pulsar {
	0%{
	width: 65px;
	height:65px;
	}

	100%{
	width: 85px;
	height:85px;
	}
	
}


 /*controle do mapa*/
 
 .text-localizacao{
	
	font-size: 30px;
	
}
 
 .map-responsive{

    overflow:hidden;

    padding-bottom:55%;

    position:relative;

    height:0;
	
	
	

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;


}

/*Correções da area trabalhos */

.clientes-border{
	
	box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px, rgb(0, 0, 0) 0px 0px 0px 3px;

}

.portfolio-clientes{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	
}



/*Inicio da pagina de email-enviado */



.enviado-body{
		display: flex;
		min-height: 100vh;
		background-color: black;
		color: silver;	
		justify-content: center;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.enviado-body h1{
		font-size: 70px;
		text-align: center;

}

.enviado-body h1:before {
	content: url(../imagens/email.png) ;
	display: block;

}

.enviado-body h5{
	text-align: center;
	font-size: 2rem;

}