/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/

.spacer-1x {
	height: 15px;
}
.spacer-2x {
	height: 30px;
}
.spacer-3x {
	height: 60px;
}
.spacer-4x {
	height: 120px;
}

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #777;
}
h1 {
	font-size: 65px;
	color: #777;
}
h2 {
	font-size: 40px;
	color: #777;
}
h3 {
	font-size: 28px;
	color: #777;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #777;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #9c3309;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
	background-color: #ffffff;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
.footer-share {
	margin: 0;
	padding: 0;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 94%;
	z-index: 999;
	margin-left: 3%;
	margin-right: 3%;
}
#header .header-content {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	margin-top: -18px;
}
#header.fixed {
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.11), 0px 6px 20px 2px rgba(0, 0, 0, 0.11);
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
 	border-radius:3px;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #063a08;
	font-size: 15px;
	font-weight: 600;
	margin-left: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #9c3309;
	text-decoration: underline;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #222;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #222;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.hero {
	width: 94%;
	margin: 20 auto;
}
.hero div div {
	height: 700px;
	background-image: url("../images/capa.jpg");
	background-size: cover;
	background-position: center;
	box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.19), 0px 6px 20px 2px rgba(0, 0, 0, 0.19);
}

.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
	bottom: 40%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.carousel-caption h3 {
	font-family: "Open Sans", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}

/* ------------------------------------------------------------------------------
	 Tagline
-------------------------------------------------------------------------------*/
#hero h1 {
	font-weight: 300;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 40px;

}
#hero h1:first-child {
	margin-top: 50vh;
}

#hero div{
	padding-bottom: 2em;
}
.nosso {
	color: #777 !important;
}


/* ------------------------------------------------------------------------------
	 Sobre
-------------------------------------------------------------------------------*/

.sobre h2 {
	font-weight: 300;
	text-align: center;
	margin: 2em 0;
	color: #222;
	text-transform: uppercase;
}
.sobre p {
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 2em;
	text-align: justify;
	margin: 2em 0;

	-ms-word-break: break-all;
     word-break: break-all;

     /*Non standard for webkit*/
     word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}

/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.servico {
	list-style-type: none !important;
	margin-left: -2em !important;
	line-height: 3em !important;
} /*para voltar o estilo de link as listas da home*/

.services {
	width: 94%;
	margin: auto;
	background-color: #dedede;
}
.services h4 {
	font-size: 33px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 300;
}
.services h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.services p {
	color: #404040;
	font-size: 13px;
	font-weight: 400;
	margin-top: 1.4em;
}
.services-content {
	margin: 50px;
}
.services-content ul li {
	color: #9c3309;
	line-height: 30px;
	text-transform: uppercase;	
}
.services-content ul li:hover {
	text-decoration: underline;
	color: tomato;
	transition: .3s;
}

/* ------------------------------------------------------------------------------
	 Titulos das seções
-------------------------------------------------------------------------------*/
.sec-title {
	text-align: center; 
	margin: 2em 0;
	color: crimson;
}


/* ------------------------------------------------------------------------------
	 Parceiros
-------------------------------------------------------------------------------*/
.parceiros {
	margin: 10% 0;
}
.parceiros img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .6;
}


/* ------------------------------------------------------------------------------
	 Clientes
-------------------------------------------------------------------------------*/
.clientes {
	margin: 10% 0;
}
.clientes img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .6;
}


/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
	width: 92%;
	margin: auto;
}
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}



/* ------------------------------------------------------------------------------
	 telefonia
-------------------------------------------------------------------------------*/
.servico {
	list-style-type: none !important;
	margin-left: -2em !important;
	line-height: 3em !important;
} /*para voltar o estilo de link as listas da home*/

.telefonia {
	width: 94%;
	margin: auto;
	background-color: #dedede;
}
.telefonia h4 {
	font-size: 33px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 300;
}
.telefonia h5 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.telefonia p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 1.4em;
}
.telefonia-content {

	margin: 50px;
}
.telefonia-content ul li {
	color: #9c3309;
	line-height: 30px;
	text-transform: uppercase;	

}
.telefonia-content ul li:hover {
	text-decoration: underline;
	color: tomato;
	transition: .3s;

}

#telefonia img {
	width: 100%;
	margin-right: 0;
}

.nav-tabs>li>a:hover {
	color: #9c3309;
	background-color: rgba(0,0,0,.05);
}

.nav>li>a:hover {
	text-decoration: none !important;
}

.nav-tabs>li.active>a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 66%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 66%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 66%,#eeeeee 100%);
	text-decoration: underline;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #2d2c2c;
	position: relative;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
}
.footer h4 {
	font-size: 13px;
	color: #444;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 11px;
	color: #6c7279;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 13px;
	color: #ddd;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
.space-mobile{
	padding: 1.5em 0;
}
/* ------------------------------------------------------------------------------
	 Work Detail 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-top: 7%;
}
.detail-image img {
	width: 100%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h4 {
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5%;
}
.detail-content h5 {
	color: #aaa;
	margin-top: 10%;
}
.detail-content ul {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5%;
}

/* ------------------------------------------------------------------------------
	 Modal
-------------------------------------------------------------------------------*/
.modal-content {
	border-radius: 0;
}
.modal-body ul li {
	list-style-type: square;
	margin: 0 0 1em 1em;
}


/* ------------------------------------------------------------------------------
	 Case styles
-------------------------------------------------------------------------------*/
ul {

	list-style-type: square;
	padding-left: 2em;
} /*estilo das listas nas paginas dos cases*/



.form-style-2{
    max-width: 500px;
    padding: 20px 12px 10px 20px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%;
    
}

.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}

.responsive-Security {
    padding-left: 25px;
	padding-right: 25px;
	width: 100%;
    height: 100%;
    object-fit: cover; /* ou use contain dependendo do efeito desejado */
}

@media only screen and (min-width: 1400px) {
    .responsive-Security-sm {
        padding-bottom: 25px;
    }

    .Security-text {
        padding-top: 50px;
    }
}

.pr {
	padding-right: 200px;
}

.pr-Section {
	padding-left: 30px;
}

.Service-Section {
    padding-left: 25px;
	padding-right: 25px;
	width: 100%;
    height: 100%;
    object-fit: cover; /* ou use contain dependendo do efeito desejado */
}

@media only screen and (min-width: 1300px) {
	.pd{
		padding-left: 700px;
	}
    
}

.inline-list {
    padding: 0;
    list-style-type: disc; /* Certifica-se de que os pontos apareçam */
    display: flex;
    justify-content: space-around;
}

.inline-list li {
    margin-right: 20px; /* Ajuste conforme necessário */
}

.inline-list li:last-child {
    margin-right: 0;
}

/* Media query para telas menores que 450px */
@media only screen and (max-width: 450px) {
    .inline-list {
        display: block; /* Altera o display para block em telas pequenas */
    }

    .inline-list li {
        display: list-item; /* Garante que os pontos sejam exibidos */
        list-style-position: inside; /* Garante que os pontos sejam exibidos corretamente */
        margin-bottom: 10px; /* Adiciona espaçamento entre os itens */
    }
}

@media only screen and (max-width: 650px) {
    
}

.espaço-home{
	padding-top: 3%;
	padding-left: 3%;
}

.bt {
	padding-bottom: 50px;
}