/* Fonte */
*{
    font-family: 'Montserrat', sans-serif;
}

/**** Padrões Containers*****/


@media (max-width: 700px) { 

    iframe.presentation_video {
        width: 100%;
        height: 270px;
    }
    .presentation_holder::before, .presentation_holder::after {
        width:40%;
    }
    .separator{
        display: none;
    }
    .smoth_black {
        background: #00000080;
    }
    .social_media {
        padding-right: 60px;
        padding-left: 130px;
    }
 }



@media (min-width: 576px) {
	.container {
		max-width: 95%;
	}
}
@media (min-width: 768px) {
	#social{
		top:410px !important;
	}
	.container {
		max-width: 95%;
	}
}
@media (min-width: 800px) {
	.container {
		max-width: 95%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1000px) {
	.container {
		max-width: 980px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1450px) {
	.container {
		max-width: 1380px;
	}
}
@font-face {
	font-family: Champagne;
	src: url("../fonts/Champagne_Limousines.ttf");
}
@font-face {
	font-family: Note_this;
	src: url("../fonts/Note_this.ttf");
}
body{
	font-family: Champagne;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Champagne;
}
/*Padrões Textos*/

.sc_form_item input, select, textarea {
    border: solid #dab526 1px !important;
}

.othercollor {
	background: #f2e5cd;
	margin-top:-10px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 58%;
}

.slide_image {
    float: left;
    width: 100%;
    min-height: 750px;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
}

.titulo1{
	margin: 30px 0;
	font-family: Champagne;
	font-weight: bold;
}
.titulo2{
	margin: 30px 0;
	font-family: Note_this;
}
.textoDestaque{
	font-size: 28px;
}
.conteudo p{
	font-size: 1.2em;
}


/* Menu */
/* Top  Menu */
header{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

#top_menu{
    width: 100%;
    float: left;
    top: 0;
    min-height: 45px;
    border-bottom: rgb(109, 109, 109) solid 1px;
    background: rgba(0,0,0,0.65);
}
#logo {
    width: 160px;
}
.navbar-brand {
    padding: 10px 20px;
    margin-right: 50px;
}
.smoth_black {
    background: #0000000e;
}
.dropdown-item {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}
.dropdown-menu{
    background:#00000094;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #d0b068;
    background: transparent;
    font-weight: bold;
}

a.nav-link {
    transition:0.6s;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: black 3px 3px 3px;
}
li.nav-item {
    margin-left: 15px;
}
a.nav-link:hover {
    color: #d0b068;
}
.social_media i {
    color: white;
    margin-left: 20px;
}
.social_media {
    padding-right: 60px;
    padding-left: 60px;
}
.separator{
    margin-left:10px; font-size:10px; opacity:0.6;
}
.nav-item:last-child .separator {
    display: none;
}
#top_menu ul li {
    display: inline;
    margin-left: 15px;
    height: 45px;
    float: left;
    position: relative;
    padding-top: 8px;
    border-left: solid #ffffff70 1px;
    padding-left: 20px;
    padding-right: 20px;
}
#top_menu ul li a {
    color: #ffffffde;
    transition: 0.5s;
    font-size: 12px;
}
#top_menu ul li a:hover {
    text-decoration: none;
    font-weight: bold;
}
#top_menu ul {
    height: 45px;
    margin-bottom: 0;
    width: 40%;
    float: left;
}
#visita_argo{
    width:60%;
    float:right;
}
.agende {
    padding: 7px 10px;
    border-left: solid #717171 1px;
    border-right: solid #717171 1px;
    width: 17%;
    float:left;
}
ul#menu_user {
    padding-left: 0px;
}
.button_gold {
    background: #d0b068;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
    transition:0.8s;
}
.button_gold:hover{
    color:#d0b068;
    background:white;
}

/* Agende uma visita */
.modal-backdrop {
    z-index: 1;
}
.modal-dialog {
    top: 200px;
}

#AgendeVisita .modal-dialog {
    position: absolute;
    right: 20%;
    width: 50%;
}
#AgendeVisita label {
    width: 100%;
    font-size: 12px;
}
#AgendeVisita .form-control {
    font-size: 13px;
}
#AgendeVisita .btn {
    color: white !important;
    background: #d0b068;
    border: none;
    font-weight: bold;
}


/*Acesso ao SVG */
#menu_user li {
    border: none !important;
}
#menu_user{
    width: 60% !important;
}
.login_svg input[type="submit"] {
    background: #d0b068;
    font-weight: bold;
    cursor:pointer;
}
.login_svg input {
    border-radius: 10px;
    border: none;
    padding: 2px 10px;
    width: 120px;
    font-size: 12px;
    margin-left: 5px;
}
/* Fim do SVG */
/* Fim do Top Menu */
/* Fim do Menu */




/*Rodapé*/
#rodape{
	background: #232326;
	color: #fff; font-size: 16px;
	font-weight: bold;
	padding: 100px 0 30px 0;
}
#rodapeNoticias h5, #rodapeAgende h5{
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 1.3em;
}
#rodapeNoticias table tr td{
	padding-bottom: 20px;
}
#rodapeNoticias a{
	color: #fff;
}	
#rodapeNoticias a:hover{
	color: #d0b068; text-decoration: none;
}
.formCampo{
	width: 100%;
	padding:  2.5%;
	border-radius: 30px;
	border: 0; margin-bottom: 20px;
	background: #2a2a2e; color: #8f8f90;
	outline: none;
}
.formCampo:focus{
	background: #4a494e;
}
.formBotao{
	background: #d0af68; color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
}
.formBotao:hover{
	background: #bfa05e;
	color: #fff; text-decoration: none;
}



.wpcf7 form input[type="submit"] {
    background: #d0af68; color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
}

.wpcf7 form input[type="submit"]:hover {
    background: #bfa05e;
	color: #fff; text-decoration: none;
}

#carouselTopo h5{
	font-size: 80px;
	font-weight:  bold;
}
#carouselTopo p{
	font-size: 30px;
}

/*** redes sociais ****/
#social{
	width: 50px;
	background: #fff;
	position: fixed;
	top: 250px; right: 0;
	z-index: 100000;
	border-radius: 5px 0 0 5px;
}
#social ul{
	list-style: none;
	padding: 10px; text-align: center;
	margin: 0;
}
#social ul li{
	line-height: 30px;
}
#social ul li a{
	font-size: 30px;
	/* color: #999; */
	filter:grayscale(100%);
	color: #5061a6;
}
#social ul li a:hover{
	filter:grayscale(0%);
}

/************************** time line **************************/
.time{
		width: 25%;
		position: relative;
		float: left;
		height: 300px;
		margin: 10px 0;
	}
	.timeBarra{
		height: 60px; width: 98%;
		background: #d1b168; color: #fff;
		position: absolute;
		margin-top: 10px; font-size: 20px;
		font-size: 30px; text-align: center; 
		font-family: Note_this;
	}
	.timeBarra:before{
		content: "";
		position: absolute;
		border: 10px solid rgba(0,0,0,0);
		border-top: 30px solid #a88a2b;
		top: 42px; left:0;
		z-index: -1;
		width: 10px;
		transform: rotate(110deg);
	}
	.timeBarra:after{
		content: "";
		position: absolute;
		border: 10px solid rgba(0,0,0,0);
		border-top: 10px solid #d1b168;
		top: -30px; left:50%;
		z-index: 0;
		width: 10px; 
		transform: rotate(180deg) scaleY(2);

	}
	.timeCaixa{
		background-color: #e6e7e8;
		width: 85%; margin: 0px auto 20px auto;
		padding: 80px 10px 10px 10px; font-size: 18px;
		font-weight: bold; 
		min-height: 300px;
	}
	.clear{
		clear: both;
	}
	.linha{
		height: 1px; background: #000;
		clear:both;
	}
@media (max-width: 1024px){
		.time{
			width: 50%;
		}
		.timeBarra:before{
			content: "";
			position: absolute;
			border: 40px solid rgba(0,0,0,0);
			border-top: 30px solid #a88a2b;
			top: 24px;
			left: -45px;
			z-index: -1;
			width: 34px;
			height: 47px;
			transform: rotate(91deg);
		}
	}
	@media (max-width: 600px){
		.time{
			width: 90%;
			margin: 20px auto;
			float: none;
		}
	}

/*******************Blog*********************/
.blog{
	margin-top: 20px;
	font-family: Helvetica, Arial,  Sans-Serif;
	border-bottom: 1px solid #ddd; margin-bottom: 30px;
	padding-bottom: 30px;
   }
   .blogImg{
	margin-bottom: 30px;
	transition: filter 1s ease; 
   }
   .blogImg:hover{
	filter: contrast(150%);
   }
   .blog h4{
	font-weight: bold;
   }
   .blog h6{
	font-size: 12px; font-style: italic;
	font-family: Verdana, Sans-Serif;
   }
   .blog p{
	text-align: justify; font-size: 14px;
	font-family: Verdana, Sans-Serif;
   }
   .blog a{
	color: #333;
   }
   .blog a:hover{
	color: #d0b068;
   }
   .page-item{
	font-family: Helvetica, Arial,  Sans-Serif;
	font-size: 14px;
   }
   .page-item.active .page-link{
	background: #333; border: 1px solid #333!important;
   }
   .blogSocial{
	font-size: 30px;
   }
   .blogSocial a{
	color: #999;
   }
   .blogOutros{
	margin-top: 20px;
	font-family: Helvetica, Arial,  Sans-Serif;
   }
/* #sFacebook:hover{color: #5061a6;}
#sInstagram:hover{color: #e54557;}
#sTwitter:hover{color: #1da1f2;}
#sLinkedin:hover{color: #007bb6;} */

/* **************** HOME ******************** */
#contator{
	background: url("../img/pHome.jpg") fixed;
	background-size: cover;
	padding: 120px 0; margin-top: 30px;
	color: #fff;
}
#contator h1{
	margin-bottom: 80px;
}
.contNumero{
	font-size: 3em; display: block;
	font-weight: bold;
}
.contTexto{
	font-size: 1.5em;
}
.timelineBox{
	background: url(../img/timelineBox.png) no-repeat;
	background-size: 100%;
	height: 380px;
}
.timelineBox h1{
	text-align: center;
	color: #fff; margin-top: 60px;
	font-family: Note_this;
}
.timelineBox p{
	width: 75%; margin: 25px 0 0 40px;
	font-size: 18px; font-weight: bold;
}
/*******************Quem Somos ********************/
#quemSomosTextos{
	margin-bottom: 150px;
}
.quemSomosTextos h4{
	margin: 30px 0;
	font-weight: bold;
}
.quemSomosTextos p{
	font-size: 18px;
}
/*******************Contato*********************/
.contatoTexto{
	margin-bottom: 30px;
}
.contatoTexto h4{
	font-weight: bold;
}
.contatoTexto{
	font-size: 20px;
}
.contatoSeparador{
	text-align:center;
	color: orange;
}
.contatoTexto:after{
	content: "__ __";
	text-align:center;
	color: orange;
	margin-bottom: 30px;
}
/*******************Nossas Soluções*********************/
.solucoesCaixa{
	width: 25%; height: 350px;
	position: relative;
	float: left;
	overflow: hidden;
}
.solucoesCaixa img{
	transform: scale(1);
	transition: all 1s ease; 
}
.solucoesCaixa:hover img{
	transform: scale(1.2);
	filter: brightness(30%);
}
.solucoesSobre {
	position: absolute;
	top: 0;	bottom: 0;
	left: 0; right: 0;
	background-color: rgba(0,0,0,0.6);
}
.solucoesTexto {
	color: #fff;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px; font-weight: bold;
}
/*******************Sucesso*********************/
.conteudoTexto p{
	font-size: 20px;
	text-align: justify;
}
/****************  TOPOS ****************/
#topQuemSomos h1, #topContato h1, #topSolucoes h1, #topConteudo h1, #topBlog h1{
	margin-top: 150px;
	text-align: center;
	font-weight: bold;
}
#topQuemSomos{
	background: url("../img/pQuemSomos.jpg") fixed bottom center;
	background-size: cover;
}
#topContato{
	background: url("../img/pContato.jpg") fixed left center;
	background-size: cover;
}
#topSolucoes{
	background: url("../img/pSolucoes.jpg") fixed bottom;
	background-size: cover;
}
#topConteudo{
	background-size: cover;
	background: url("../img/pConteudo.jpg") fixed top;
}

#topObrigado{
	background: url("../img/pObrigado.jpg") fixed top;
	background-size: cover;
}
#topBlog{
	background: url("../img/pBlog.jpg") fixed center;
	background-size: cover;
}
.topGeral{
	padding: 120px 0;
	color: #fff;
	height: 500px;
}
/********************************** Breakpoints ******************************************/
@media (min-width: 1024px){
	#btnMenu{
		display: none;
	}
}
@media (max-width: 1450px){
	/*home*/
	.timelineBox{
		height: 300px;
	}
	.timelineBox h1{
		margin-top: 50px;
		font-size:30px; 
	}
	.timelineBox p{
		width: 90%;
		margin: 10px;
		font-weight: 14px;
	}
	#nav ul li a{
		font-size: 14px;
	}
	#carouselTopo h5{
		font-size: 60px;
		font-weight:  bold;
	}
	#carouselTopo a{
		margin-bottom: 100px;
	}
	#contato a{
		font-size: 17px;
	}
}
@media (max-width: 1200px){
	/*home*/
	.timelineBox{
		height: 260px;
	}
	.timelineBox h1{
		margin-top: 40px;
		font-size:30px; 
	}
	.timelineBox p{
		width: 85%;
		margin: 10px 0 0 15px;
		font-size: 15px;
	}
	#nav{
		margin-top:0px;
	}
	#nav ul {
		margin-top: 20px;
	}
	#nav ul li a{
		font-size: 14px;
		padding: 10px 5px;
		letter-spacing: 0.0px;
	}
	#nav ul li a:after{
		    margin-left: 5px;
    margin-right: -7px;
	}
	#topDir{
		margin-top: 10px;
	}
	#carouselTopo h5{
		font-size: 40px;
		font-weight:  bold;
		margin-bottom: 0px;
	}
	#carouselTopo p{
		font-size: 20px;
		margin-bottom: 0px;
	}
	#carouselTopo a{
		margin-bottom: 0px;
		font-size: 12px;
	}
}

@media (max-width: 992px){
	.timelineBox h1{
		margin-top: 35px;
		font-size:24px; 
	}
	.timelineBox p{
		width: 90%;
		margin: 10px 0 0 7px;
		font-size: 13px;
	}
	#carousel-item img{
		height: 100vh!important;
		width: auto!important;
	}
}
@media (max-width: 768px){
	.carousel-caption{
		margin-bottom:0;
		padding-bottom:0;
	}
	#carouselTopo h5{
		font-size: 35px;
	}
	#carouselTopo p{
		font-size: 30px;
	}
	#carouselTopo a{
		padding: 10px!important;
	}
	#rodape{
		padding: 30px 0;
	}
	#rodapeLogo{
		text-align: center;
		margin-bottom:30px; 
	}
	#rodapeAgende{
		margin-top: 50px;
	}
	/*home*/
	.timelineBox{
		height: 350px;
	}
	.timelineBox h1{
		margin-top: 45px;
		font-size:35px; 
	}
	.timelineBox p{
		width: 85%;
		margin: 10px 0 0 15px;
		font-size: 16px;
	}
	.contCaixa{
		margin-bottom:30px;
	}
	.contNumero{
		font-size: 3em; display: block;
		font-weight: bold;
	}
	.contTexto{
		font-size: 1.5em;
		margin-bottom:30px;
	}
	/*solucoes*/
	.solucoesCaixa{
		width: 50%;
	}
}
@media (max-width: 576px){
	.timelineBox{
		background: none;
		height: auto; 
	}
	.timelineBox h1{
		background: #d1b168;
		font-size:40px; 
		margin: 10px 0 0 0;
	}
	.timelineBox p{
		background: #e6e7e8;
		margin: 0;
		padding: 20px;
		font-size: 20px;
		width: 100%;
	}
	/*solucoes*/
	.solucoesCaixa{
		width: 100%;
	}
}
@media (min-width: 2000px){
	.solucoesCaixa img{
		width: 100%;
	}
	#nav ul li a {
		font-size:20px !important;
	}
}

@media (max-width: 1400px){
    span.separator {
        display: none;
    }
    nav.navbar .nav-item a {
        font-size: 12px;
    }
    nav.navbar .nav-item {
        margin: 0;
    }
    .agende button {
        font-size: 10px;
    }
    .login_svg input{
        width:79px;
        margin-left:0px;
    }
 }

 @media (max-width: 1700px){
    span.separator {
        display: none;
    }
    nav.navbar .nav-item a {
        font-size: 12px;
    }
    nav.navbar .nav-item {
        margin: 0;
    }
    .agende button {
        font-size: 10px;
    }
    .login_svg input{
        width:79px;
        margin-left:0px;
    }
 }