body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
}
h2{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
h4{
    font-size: 19px;
    line-height: 1.375em;     
    font-weight: 400;
    margin-bottom: 30px;
}  
.jumbotron {      
    color: #fff;
    padding: 100px 0px;
    font-family: Montserrat, sans-serif;
}
.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #1a253b;
    font-size: 50px;
}
.logos:hover .logo-small{
    color: #ffcc00;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
#pricing .panel {
    border: 1px solid #1a253b; 
    border-radius:10px !important;
    transition: box-shadow 0.5s;	 
}
#pricing .panel:hover {
	border-color: #ffcc00;
    box-shadow: 5px 0px 40px rgba(255,165,0, .2);	 
}
#pricing .panel:hover .panel-heading{
      color: #000000 !important;
      background-color: #ffcc00 !important;
   }
#pricing .panel:hover .btn{
      color: #000000 !important;
      background-color: #ffcc00 !important;
   }
#pricing .panel-footer .btn:hover {
      border: 1px solid #1a253b;
      background-color: #fff !important;
      color: #1a253b;
  }
#pricing .panel-heading {
      color: #fff !important;
      background-color: #1a253b !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
#pricing .panel-footer {
      background-color: white !important;
	  border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 9px;
      border-bottom-right-radius: 9px;
  }
#pricing .panel-footer h3 {
      font-size: 32px;
  }
#pricing .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
#pricing .panel-footer .btn {
      margin: 15px 0;
      background-color: #1a253b;
      color: #fff;
  }
 .navbar {
      margin-bottom: 0;
      background-color: #1a253b;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {	 
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
 
 /* box planos */ 
.text-left{
	text-align: left;
}
.valor{
	font-size: 30px;
	color: #026002;
}
#services{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #1a253b;
} 
.sect-planos{
	padding-top: 25px;
	padding-bottom: 25px;	
	background-image: url("../imgs/PlanoDeFundo-1.png");
	background-size: cover;
	background-position: center 0;
	color: #ffffff;
}
.sect-planos strong{
	color:#1a253b;
}
.panel-footer h3{
	color:#FE980F;
}
.sect-planos p{
	color:#c0c0c0;
}
.sect-servicos{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sect-contato{
	padding-top: 100px;
	padding-bottom: 100px;	
	background-image: url("../imgs/FundoContato.png");
	background-size: cover;
	background-position: center 0;
	color:#ffffff;
}
.box-logo{
	background:#ff0000;
}
.box-logo .image{
	margin-top: 10px;
	margin-right: 5px;
	float:left;
}
.box-logo .texto{
	float:left;
}
.footer{
	background-color: #1a253b;
} 
.footer img{
	max-width: 90%;
}
.detal-plano{
	background: #f5f5f5;
}
.title-detal{
	font-size: 25px;
}
.form-title{
	padding: 10px;
	font-size: 18px;
}

:target:before {
content:"";
display:block;
height:75px; /* fixed header height*/
 /* negative fixed header height */
}

#alerta{
         position: fixed;
         right: 10px;
         bottom: 10px; 
         border:1px solid #ff6464;
         padding: 10px;
         background-color: #FFA9A9;
         color: #FD3434;
         font-size: 25px;
         font-family: arial, sans-serif;
         -moz-border-radius:8px;
         -webkit-border-radius:8px;
         border-radius:8px;
         display:none;
         opacity: 0.6;
         filter: alpha(opacity=60);
       }
#sucess{
         position: fixed;
         right: 10px;
         bottom: 10px; 
         border:1px solid #049304;
         padding: 10px;
         background-color: #d8fbd8;
         color: #049304;
         font-size: 25px;
         font-family: arial, sans-serif;
         -moz-border-radius:8px;
         -webkit-border-radius:8px;
         border-radius:8px;
         display:none;
         opacity: 0.6;
         filter: alpha(opacity=60);
       }
 
 
 /* fim dos planos*/ 
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
	
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
	.box-logo{
		margin: auto;
	}
  }