body {
    background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}
nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 500;
}
.top-nav {
    background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
.top-nav ul {
    padding: 0;
}
.logo {
    margin: 0;
    text-align: center;
    width: 100%;
}

.top-nav a {
    font-size: 0.75em;
    text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
    color: #fff;
    font-size: 0.4em;
    /*    font-weight: 400;*/
    line-height: 1em;
}
.top-nav .logo a strong {
    font-size: 1.05em;
    font-weight: 800;
}
.top-nav {
    text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
    background: none repeat scroll 0 0 #00464f;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 5px 5px 15px rgba(70,70,70,0.5);
}

.top-nav li.logo a:hover, .top-nav li.logo.active-item a:hover, .top-nav .logo:hover {
    background: none repeat scroll 0 0 #00464f;
}

nav ul li ul li {
    text-align: left;
}
.top-nav ul ul {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
}
#fourth-block h2 {
    color: #fff;
}
#fourth-block p {
    color: #fff;
}
#first-block {
    text-align: center;
}

#second-block, #third-block, #fourth-block{
    text-align: center;
    padding: 4.5em 0;
}

#carousel {
    background: #fff;
}
#first-block {
    background: #fff;
    padding: 20px;
}
#second-block {
    background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
    background: #fff;
}
#fourth-block {
	float:left;
	width:100%;
    background: rgb(0, 30, 34);
}
footer {
    background: none repeat scroll 0 0 #ffffff;
    padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
    color: #565959;
	font-size: 8pt;
}
.carousel-text {
    display: block;
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: 999;
}
.carousel-text h2 {
    background: none repeat scroll 0 0 #fff;
    color: rgb(0, 30, 34);
    display: inline-block;
    padding: 0.3125em 0.625em;
    font-size: 2em;
}
.carousel-text p {
    background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.625em 0.8em;
}
#first-block i {
    background: none repeat scroll 0 0 #2fcbe0;
    border-radius: 100px;
    color: #fff;
    display: block;
    line-height: 100px;
    margin: 0 auto;
    width: 100px;
}
section h2 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
p.subtitile {
    color: #999;
    margin: 0 0 3.5em;
}
section h3 {
    font-size: 1.3em;
    font-weight: 300;
    margin: 0.8em 0;
    text-transform: uppercase;
}
section p {
    font-size: 1.1em;
}
section h1 {
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
}
#second-block p {
    color: #fff;
}
a.button {
    background: none repeat scroll 0 0 #2fcbe0;
    border: 0 none;
    border-radius: 5px;
    color: rgb(0, 30, 34);
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.625em;
    text-transform: uppercase;
}
#head {
    /*background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);*/
    padding: 9em 0 5em;
    text-align: center;
}
#content {
    background: none repeat scroll 0 0 #fff;
    padding: 1.5em 0;
    text-align: justify;
    border-bottom: 1px solid #f0f0f0;
    z-index:10000;
}
#content h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 1em 0 0.3em;
    text-transform: none;
}
.content-block {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    padding: 2.5em;
}
.content-block h3 {
    color: #fff;
}
.content-block p {
    color: #fff;
}
#content.left-align {
    text-align: left;
}
#content.contact-page h2 {
    margin: 0 0 0.625em;
}
.contact-page p {
    font-size: 1em;
    font-style: normal;
}
.contact-page i {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0.3125em 0.3125em 0.3125em 0;
    text-align: center;
    width: 35px;
}
form.customform button {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 5px;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
    background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
    border-radius: 5px;
}
#map-block iframe {
    display: block;
}

.hide-l{
    text-align:center;
}

.link-sys a{
    font-size: 14pt;
    color: #00464f;
}

.video_empresa{
	margin-top:25px;
	text-align:center;
}

.video_iframe{
	width:606px;
 	height:366px;
	max-width:95%;
}

.selo{
	width:80px;
	float:left;
	margin-left: 200px;
	margin-top: -20px;
	z-index:10000;
}

#img_logo{
	z-index:1;
}

@media screen and (max-width: 768px) {
    body {
        background: none repeat scroll 0 0 rgb(0, 30, 34);
    }
    nav {
        background: none repeat scroll 0 0 rgb(0, 30, 34);
        line-height: 1em;
        position: relative;
    }
    .top-nav {
        text-align: left;
    }
    .top-nav li {
        line-height: 3em;
    }
    .top-nav .logo {
        padding: 1.25em;
    }
    .carousel-text h2 {
        font-size: 1.3em;
    }
    .carousel-text p {
        font-size: 1em;
    }
    ul.top-ul {
        padding: 0;
    }
    ul.top-ul.right {
        float: none;
    }
    footer {
        text-align: center;
    }
    footer .right {
        float: none;
    }
	
	#selo{
		position:absolute;
		margin-left:0;
	}
}

.title_home{
    font-size: 36pt;
    color: #001E22 ;
}

.subtitile_strong{
    font-size: 36pt;
    font-weight: 900;
    color: #001E22;
}

#text_import_analise{
    color: #565959;
    text-align: justify;
    margin-top: 20px;
}

#grafico{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 3px solid rgb(0, 30, 34);
    border-radius: 5px;
}

.banner_top_pages{
	height:auto;
	margin:0;
	padding:0;
    background-position: center;
    /*color: rgba(255, 255, 255, 1);*/
}

.img_contato_banner{
    background-image: url('../img/contato.JPG');
    background-size: cover;
    background-position: center;
    /*color: rgba(255, 255, 255, 1);*/
}

.title_empresa{
    color: #565959;
    text-align: center;
}

.img_empresa{
    text-align: center;
    border: 3px #565959 solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.img_sistema{
    text-align: center;
    border: 3px #565959 solid;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.clientes{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 980px){
    .clientes{
        width: 100%;
    }
}

.clientes_logo{
    float:left;
    margin-left:30px;
    margin-top: 30px;
}

.logo1{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/braskem.png');
    background-repeat:no-repeat;
}

.logo1:hover{
    background-image: url('../img/logos/final/braskem_col.PNG');
}

.logo2{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/petrobras.png');
    background-repeat:no-repeat;
}

.logo2:hover{
    background-image: url('../img/logos/final/petrobras_col.PNG');
}

.logo3{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/eletrobras.PNG');
    background-repeat:no-repeat;
}

.logo3:hover{
    background-image: url('../img/logos/final/eletrobras_col.PNG');
}

.logo4{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/marcopolo.PNG');
    background-repeat:no-repeat;
}

.logo4:hover{
    background-image: url('../img/logos/final/marcopolo_col.PNG');
}

.logo5{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/rge_sul.PNG');
    background-repeat:no-repeat;
}

.logo5:hover{
    background-image: url('../img/logos/final/rge_sul_col.PNG');
}

.logo6{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/rge.PNG');
    background-repeat:no-repeat;
}

.logo6:hover{
    background-image: url('../img/logos/final/rge_col.PNG');
}

.logo7{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/ceee.PNG');
    background-repeat:no-repeat;
}

.logo7:hover{
    background-image: url('../img/logos/final/ceee_col.PNG');
}

.logo8{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/randon.PNG');
    background-repeat:no-repeat;
}

.logo9{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/corsan.PNG');
    background-repeat:no-repeat;
}

.logo9:hover{
    background-image: url('../img/logos/final/corsan_col.PNG');
}

.logo10{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/alstom.PNG');
    background-repeat:no-repeat;
}

.logo10:hover{
    background-image: url('../img/logos/final/alstom_col.PNG');
}

.logo11{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/tramontina.PNG');
    background-repeat:no-repeat;
}

.logo11:hover{
    background-image: url('../img/logos/final/tramontina_col.PNG');
}

.logo12{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/vipal.PNG');
    background-repeat:no-repeat;
}

.logo12:hover{
    background-image: url('../img/logos/final/vipal_col.PNG');
}

.logo13{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/transpetro.png');
    background-repeat:no-repeat;
}

.logo13:hover{
    background-image: url('../img/logos/final/transpetro_col.png');
}

.logo14{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/weg.png');
    background-repeat:no-repeat;
}

.logo14:hover{
    background-image: url('../img/logos/final/weg_col.png');
}

.logo15{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/enerplan.png');
    background-repeat:no-repeat;
}

.logo15:hover{
    background-image: url('../img/logos/final/enerplan_col.png');
}

.logo16{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/certel.png');
    background-repeat:no-repeat;
}

.logo16:hover{
    background-image: url('../img/logos/final/certel_col.png');
}

.logo17{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/polux.png');
    background-repeat:no-repeat;
}

.logo17:hover{
    background-image: url('../img/logos/final/polux_col.png');
}

.logo18{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/solae.png');
    background-repeat:no-repeat;
}

.logo18:hover{
    background-image: url('../img/logos/final/solae_col.png');
}

.logo19{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/videolar.png');
    background-repeat:no-repeat;
}

.logo19:hover{
    background-image: url('../img/logos/final/videolar_col.png');
}

.logo20{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/martins.png');
    background-repeat:no-repeat;
}

.logo20:hover{
    background-image: url('../img/logos/final/martins_col.png');

}

.logo21{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/ge.png');
    background-repeat:no-repeat;
}

.logo21:hover{
    background-image: url('../img/logos/final/ge_col.png');

}

.logo22{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/cel.png');
    background-repeat:no-repeat;
}

.logo22:hover{
    background-image: url('../img/logos/final/cel_col.PNG');

}

.logo23{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/eletromax.png');
    background-repeat:no-repeat;
}

.logo23:hover{
    background-image: url('../img/logos/final/eletromax_col.png');

}

.logo24{
    width:200px;
    height:200px;
    background-image: url('../img/logos/final/sr.png');
    background-repeat:no-repeat;
}

.logo24:hover{
    background-image: url('../img/logos/final/sr_col.png');

}

.img_logo{
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}

#plantao{
	width:770px;
	height: 80px;
	margin-left:auto;
	margin-right:auto;
}

#img_plantao{
	width:125px;
	height: 125px;
	float:left;
}

#text_plantao{
	width:615px;
	float:left;
	color: #ffffff;
	font-size: 25pt;
	margin-left: 25px;
	margin-top:35px;
}

.whats{
	margin-top: 8px;
}

.whats img{
	float: left;
}

.text_icon{
	margin-left: 10px;
}

.album_fotos{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	border: 3px #565959 solid;
}

#msg_erro{
	background-color: #e64343;
	color:#ffffff;
	padding:2%;
	margin:2%;
}

#msg_sucesso{
	background-color: #4abe6d;
	color:#ffffff;
	padding:2%;
	margin:2%;
}

#logo_clientes{
	width:100%;
}

.text_icon_cifrao{
	float:left;
}

.icon_cifrao{
	float:left;
}

#video{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 30, 34, 0.85);
    padding: 8px;
    margin-bottom: 8px;
    font-size: 11pt;
    color: #ffffff;
}

.icon_video{
    float: left;
}

.text_video{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

/* .embed{
    width: 100%;
}

.embed_iframe{
    width: 100%;
    border: 0;
} */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }
     
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    }

#snptee{
    font-size: 20pt;
    color:#54af6c;
}

#snptee_img{
    width:636px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 20px;
}

@media screen and (max-width:800px) {

    #snptee{
        font-size: 12pt;
        color:#54af6c;
    }
    
    .modal_snptee{
        height:380px;
    }            
        
    #snptee_img{
        width:100%;
        margin-top:20px;
        font-size:10pt;
    }

    #snptee_img img{
        width:100%;
    }
 
}
