/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 
*/



.navbar-default,
a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
    webkit-tap-highlight-color: #222
}



hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px
}

hr.light {
    border-color: #fff
}

a {
    transition: all .35s;
    
}

a:focus,
a:hover {
    color: #ccc
}

p {
    color: #000;
 font-size: 30px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px; 
}

.bg-primary {
    background-color: #fafafa;
}

.bg-secundary {
    background-color: #fff;
}

.bg-tertiary {
    background-color: #90BE54;
}


.bg-dark {
    background-color: #fafafa;
    color: #fff
}


.bg-verde {
    background-color: #90BE54;
    color: #000;
}

.bg-amarelo {
    background-color: #FFCC00;
    color: #000;
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 50px 0
}

aside {
    padding: 50px 0
}

.no-padding {
    padding: 0
}

.navbar-default {
    background-color: #2B2B2B;
    border-color: rgba(34, 34, 34, .05);
    transition: all .35s
}


.btn-default,
.portfolio-box .portfolio-box-caption {
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}




 .pratododia2 { display: none;  }




/* 
 coloca uma cor no logo /  t , mas nao faz diferença
*/

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
}

.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
    color: #eb3812
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
    color: #FFF;
}

.navbar-default .nav>li>a:focus:hover,
.navbar-default .nav>li>a:hover {
    color: #70B439;
	
}

/* 
 cor do menu quando rola e chega no lugar 
*/

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #E3A93F!important;
    background-color: transparent
}

.navbar-default .nav>li.active>a:focus:hover,
.navbar-default .nav>li.active>a:hover {
    background-color: transparent
}



/* 
formulario novo 
*/
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}







/* media queries */
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  body {
  padding-top:10px;
  }  
}


.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}


.bt_pacote { 
background-color:#E3A93F;
color:#000;
margin:1%;
padding:1%;
text-align:center;
font-weight:bold;
 }



.branco{ color:#CD911F;}



@media (min-width:768px) {
	
.bt_pacote { 
background-color:#E3A93F;
color:#000;
margin:1%; padding:1%; text-align:center; font-weight:bold; }
	
/* fundo do nav*/
	
.navbar-default {
background-color: #2B2B2B;
border-top: solid 3px #D29D2A; 
    }
	
/* cor do logo nav*/	
    .navbar-default .navbar-header .navbar-brand {
        color: #fff;
    }
	
/* quando da o rollover no logo nav*/
    .navbar-default .navbar-header .navbar-brand:focus,
    .navbar-default .navbar-header .navbar-brand:hover {
        color: #fff;
    }
	
/* cor texto menu */	
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
    }
	
/* cor texto menu rollover */	
    .navbar-default .nav>li>a:focus:hover,
    .navbar-default .nav>li>a:hover {
         color: #E3A93F;
    }
	
/* fundo do nav com scroll*/
    .navbar-default.affix {
        background-color: #2B2B2B;
        border-top:  solid 3px #D29D2A;  
    }
	
/* cor e tamanho do logo nav com scroll*/	
    
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    color: #fff;}
	
/* cor e tamanho do logo nav com scroll rollover*/	
    .navbar-default.affix .navbar-header .navbar-brand:focus,
    .navbar-default.affix .navbar-header .navbar-brand:hover {
         color: rgba(255, 255, 255, .7);
    }
	
/* texto menu scroll*/		
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
       color: #fff;
    }
	
	
    .navbar-default.affix .nav>li>a:focus:hover,
    .navbar-default.affix .nav>li>a:hover {
        color: rgba(255, 255, 255, .7);
    }
	

/* deixar texto preto*/      
    .preto { color:#000;  }
   
    }


/* topo*/

    .topo { height: 193px; }
    .bandeira { float: right; margin-left: 10px; margin-top: 7px; }
    .borda_esquerda {  height: 15px;  border-left: 1px solid #000; float: right; color: #000; margin-top: 7px;  }
    .borda_direita {  height: 15px;  border-right: 1px solid #000; float: right; color: #000; margin-left: 10px; margin-right: 10px; margin-top: 7px; }
    .telefone { float: right; color: #ccc; margin-right: 9px; height: 13px;  margin-top: 5px; font-family: 'Gudea', sans-serif;  }
    .facebuk { float: right; color: #000; margin-right: 9px; height: 13px;  margin-top: 5px; width: 22px;  }
    .jumbotron-icon .fa {     font-size: 4em;  }
    .ajuste {  
    
    padding-bottom: 10%; left: 12%; }



    .tp_recent_tweets ul li:before {
    content: "\f099";
    font-size: 10px;
    
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100px;
    float: left;
    margin: 5px 0 0 -38px;
    display: inline-block;
    text-align: center;
}




   .tp_recent_tweets ul li:before {
    background: #cacaca;
    color: #cacaca;
    }

    

    .ecoworld_topbar_content ul.ecoworld_topbar_socials li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 0 5px 5px;
    height: 22px;
    width: 22px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

.ecoworld_topbar_content > .right, .ecoworld_topbar_content > .left {
    float: left;
    display: block;
    clear: both;
}

.right, .float_right, .float-right {
    float: right;
}

.ecoworld_topbar, .ecoworld_topbar a {
    color: #cecece;
}

.ecoworld_topbar {
    display: block;
    position: relative;
    padding: 4px 0 8px 0;
    line-height: 30px;
}
 

 .ecoworld_topbar_left, .ecoworld_topbar_content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    padding: 10px;
}

.ecoworld_topbar .ecoworld_container {
    display: table;
}
.ecoworld_container {
    max-width: 1180px;
    width: 90%;
}
layout.css?ver=1.00:65
.ecoworld_container {
    position: relative;
    margin: 0 auto;
}

.ecoworld_topbar_content ul.ecoworld_topbar_socials li i {
    margin: 0;
    font-size: 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
     color:#000;
}





    @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
   
    }
    

}



.bt_pacote { 
background-color:#E3A93F;
color:#000;
margin:1%; padding:1%; text-align:center; font-weight:bold; }

header {
    min-height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    color: #fff
}

header .header-content {
    padding: 0px 0px
}

header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px
}

header .header-content .header-content-inner hr {
    margin: 30px auto
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    margin-bottom: 50px
}







@media (min-width:768px) {
	
	
    header {
        min-height: 100%
    }
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}







.section-heading {
    margin-top: 0
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0
}








@media (min-width:992px) {
    .service-box {
        margin: 20px auto 0
    }
	
	
}





.service-box p {
    margin-bottom: 0
}



.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto; 
}



.portfolio-box .portfolio-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	background: #222222;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all .35s;
	padding-top: 25%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 20px;
	
}



.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -1px;
	transform: translateY(-50%);
	left: 1px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 0.3;
}

.portfolio-box:focus {
    outline: 0
}













@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
    .jumbotron-icon .fa {     font-size: 4em;  }
}

.call-to-action h2 {
    margin: 0 auto 20px
}

.text-primary {
    color: #F05F40
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-default {
    color: #222;
    background-color: #fff;
    border-color: #fff;
    transition: all .35s
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #222;
    background-color: #f2f2f2;
    border-color: #ccc
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #222
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #A50000;
    font-weight: bold;
    margin: 50px 0 20px 0;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;


     }

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #000;
    background-color: #fafafa;
    border: 2px solid #A50000;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #fff;
    border: 2px solid #000;
}

.btn-primary .badge {
    color: #F05F40;
    background-color: #fff
}

.btn {
    
    font-weight: 700;
    text-transform: uppercase
}

.btn-xl {
    padding: 15px 30px
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #222
}

::selection {
    color: #000;
    text-shadow: none;
    background: #2B2B2B;
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

.style1 {
    color: #FFF;
}



#topo {
	height:158px;
	width: 100%;
	margin-top:53px;
	
}


#topo_centro {
	height:119px;
	width: 1000px;	
	margin: 0 auto;
	position:relative;
}

#topo_logo {
	height:119px;
	width: 208px;	
	position:relative;
	float:left;
	
}

#topo_frase {
	height:75px;
	width: auto;	
	position:relative;
	float:left; margin-left:20px; padding-top:45px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color:#3F5E99;
	font-size:25px;
	
}












@media (max-width:768px) {
	
	#topo { display:none; 
	height:119px;
	width: 100%;
	margin-top:53px;
	background:url(../img/home/fundo_topo.jpg); 
}
   
	
}





#carousel1 .nav a small {
    display: block;
}
#carousel1 .nav {
    background: #eee;
}
.nav-justified > li > a {
    border-radius: 0px;
}
.nav-pills > li[data-slide-to="0"].active a {
    background-color: #b4d9a7;
}
.nav-pills > li[data-slide-to="1"].active a {
    background-color: #4f77cb;
}
.nav-pills > li[data-slide-to="2"].active a {
    background-color: #d11e4f;
}






/* FONTES */

h1 { color: #000;
 font-size: 60px;
 font-family: "univers"; 
} 


h2 { color: #fff;
 font-size: 60px;
 font-family: "univers";
}


h3 {  color: #000;
 font-size: 50px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px; 
}


h4 {  color: #fff;
 font-size: 40px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px; 
}


h5 {  color: #999;
 font-size: 40px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px; 
}

h6 {  color: #000;
 font-size: 40px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px; 
}







.style1 { color: #1F1F1F; font-size: 15px; font-family: 'Gudea', sans-serif; }

.style2 { color: #000;
 font-size: 30px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px;  }

 .style3 { color: #fff;
 font-size: 30px;
 font-family: "univers"; 
 text-align: center; 
 letter-spacing: 3px;  }

 .style4 { color: #fff;
 font-size: 16px;
 font-family: 'Arial', sans-serif; 
 text-align: center; 
  }


.style5 { color: #3B0600;
 font-size: 60px;
 font-family: "univers";
  }





@font-face {
    font-family: 'univers';
    src: url('../fonts/UniversLTStd-UltraCn.eot')/*Para navegadores Internet Explorer*/;
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'univers';
    src: url('../fonts/UniversLTStd-UltraCn.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}








/* funça QUEM SOMOS*/

.titulo_quem_somos {	
	 height:75px;
	 width:100%;
	 padding-left:10%;
	 border-bottom: 2px solid #ED3237;
	 padding-bottom:15px;
}


#titulo_quem_somos {	
	 height:65px;
	 width:313px;
	 margin-right:80px;
	 position:relative;
	 float:left;
	
}







#menu ul { 
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	margin-top:29px;	
	list-style:none;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;  
}

#menu ul li { display: inline;  }

#menu ul li a {
	padding: 0px 15px; 
	display: inline-block; 
	/* visual do link */
	color: #31476D;
	text-decoration: none; border-right: solid 1px #C7C7C7;
	}

#menu ul li a:hover {
	
	color: #E31D1A
}





.nav-pills > li[data-slide-to="0"].active a {
    color: #E31D1A
}
.nav-pills > li[data-slide-to="1"].active a {
    color: #E31D1A
}
.nav-pills > li[data-slide-to="2"].active a {
    color: #E31D1A
}

.sem_borda  { border-right:none;}








.bloco_slide {
	right: 20%;
    left: 2px;
    position: absolute;
     top: 60px;
    z-index: 10;
}

.bolinha {	
   border-radius: 50%;
   height: 50px;
   width: 50px;
   background-color: #E31D19;
   margin-top: 15%;
   padding-bottom:5%;
   padding-left:5%;   
   opacity:1; 
   
}

.carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    
	


/* paralax */

#containerMiddle{
	max-height: 600px;
}

#rowContainerMiddle{	
	float: none;
	margin: 0 auto;
	margin-top: 30px;
}



#parallaxBar{
	height: auto;
	background: url(../img/home/paralax.png) 50% 0 fixed;
    position: relative;
    text-align: center; margin-top: 5%; 
		
}



#parallaxBar2{
    height:338px;
    background: url(../img/home/paralax2.png) 50% 0 fixed;
    position: relative; text-align: center; 
        
}



/*Parallax section*/
#section-1 {
    z-index: 1;
    color: #fff;
    height: 100vh;
}
#section-1 .row {
    position: fixed;
}

/*Section with dummy content*/
#section-2 {
    z-index: 2;
    position: relative;
    background: #fff;
    width: 100%;
}






/* SECTION */
.cinza {
	 background:#F7F7F7; 
	 } 
	 	 
.cursos_home {
	 background:#F7F7F7;  margin-left:10%; 
	 } 
	 
.icones {
	 font-size:30px; color:#5F737F; visibility: visible;
    
	 } 
.deticones {
	 font-size:13px; color:#5F737F; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; text-align:center; padding-top:7%; 
	 }	 	 
		 
.bola {

    border-radius: 50%;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 1px solid #BDC6CD;
	padding:10px;
	margin-bottom:5%;   
	}	


.rodape{ 
  background: #C12A0E;
  height:45px;
  font-family:Verdana, Geneva, sans-serif;  padding-top:1px;  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 11px;
  margin: 0;
  padding-right: 20px;
  line-height: 30px;  color: #999;
 } 


 
 .ante_rodape { background:#262626; height: 170px;  border-top: 1px solid rgba(255,255,255,0.1); color: #999;  } 
 .ante_ante_rodape { background: #222; height: 45px;   } 
 .logo_rodape { margin-left:45%; } 
 .detalhe { background-image: url("../img/home/detalhe.jpg");  height: 85px;  }
 .nopading { padding: 0px;  }
 .nopadingbottom { padding-bottom: 0px;  }
 .detalhe_invertido { background-image: url("../img/home/detalhe_invertido.jpg");  height: 85px;  }
 .mapa { background: url("../img/acting/mapa.png") no-repeat 55% 0px ; background-color: #fafafa;  }
 .ajuste { margin-bottom: 0;  }
 .centro {   margin: 0 auto; width: 50%;  }
.justificado { text-align: justify; }
 .link1{ color: #000; font-size: 27px; font-family: 'univers', sans-serif;  line-height: 20px;
 -webkit-font-smoothing: antialiased;  -webkit-text-size-adjust: 100%;   } 
 .nomeio { margin-left: 25%; width: 50% }
 .laranja { color: #C12A0E; }
 .link1 a:hover { color: #98C260; font-size: 17px; font-family: 'Titillium Web', sans-serif;    } 
 .link2{ color: #fff; font-size: 11px;    } 
 .linha { height: 1px; width: 100% ; border-top: 1px solid #ccc; background-color: #FAFAFA;   }


 .pratododia { position: absolute; width: 395px; height: 388px; background: url("../img/pratododia.png") no-repeat;
  z-index: 1000; right: 10%; top: 25%; padding-top: 88px; padding-left: 27px;  }
 

 .vermelho { background:  #A50F00;  padding-top: 60px; padding-bottom: 60px; }
 
 .borda { border: 1px solid #fff; }


.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

div.toggle{display: none;}
 

/* NAV */

 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}




  
 /* MENU 2 */
 #menu2 ul { 
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	margin-top:0px;	
	list-style:none;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;  
}


#menu2 ul li { display: inline;  }


#menu2 ul li a {
	padding: 0px 15px; 
	display: inline-block; 
	/* visual do link */
	color: #31476D;
	text-decoration: none; 
	border-right: solid 1px #C7C7C7;
	}

#menu2 ul li a:hover {
	
	color: #E31D1A;
}

#menu2 ul li a:active {
	
	color: #E31D1A;
}

.active { color: #F00;}



/*formularios*/	

 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#FFF;
    border:1px solid #00238C;
    margin-bottom:25px;
    color:#000 !important;
    font-size:15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #CCC;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #CCC;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#CCC;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#CCC;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#CCC;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}



/* Flexible iFrame MAPA */

.Flexible-container {
    position: relative;
    padding-bottom: 400px;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}



#verde { 

display:none;
height:auto;
width:100%;
}


.azul { background-color:#2B2B2B; }

.link {   margin-top:30px; width:auto;    }


/* ZOOM */



.grid-item img {
    -webkit-transition: all 2s ease; /* Safari and Chrome */
    -moz-transition: all 2s ease; /* Firefox */
    -o-transition: all 2s ease; /* IE 9 */
    -ms-transition: all 2s ease; /* Opera */
    transition: all 2s ease;
        max-width: 100%;
}
.grid-item:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.grid-item {
 
  overflow: hidden;  
}

.foto { margin-bottom:15px; }




/* PARA O LINK 1 */

a.linkum:link {
color:#fff;
text-decoration:none;
}

a.linkum:visited {
color:#fff;
text-decoration:none;
}

a.linkum:hover {
color:#fff;
text-decoration:none;
}

a.linkum:active {
color:#fff;
text-decoration:none;
}

.pratododia2 { display: none;  }




@media (max-width:400px) {
	
.bloco_slide {
	right: 20%; height:400px;
    left: 2px;
    position: absolute;
     top: 60px;
    z-index: 10;
}	


#verde { 
display: block;
height:auto;
width:100%;
}


#carousel1{ display:none; } 
#menu {display:none;}
#quem_somos{ display:none; }

}




 @media screen and (max-width: 768px) {
          .side-collapse-container{
              width:100%;
              position:relative;
              left:0;
              transition:left .4s;
          }
          .side-collapse-container.out{
              left:200px;
          }
          .side-collapse {
              top:50px;
              bottom:0;
              left:0;
              width:200px;
              position:fixed;
              overflow:hidden;
              transition:width .4s;
          }
          .side-collapse.in {
              width:0;
          }
      }




      @media (max-width:600px) {
    
    .pratododia { display: none !important; }
    .pratododia2 { display: block;  }
}
   
    





