
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#2746B7;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; letter-spacing:-1px; }
  
p { font-size:20px; letter-spacing:-0.5px;}  
  
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color:#2746B7 ; 
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    background: #D4DAF1;
	
}  
hr{ border:#FFF solid 1px; padding:0;}

.hr{ border:#FF9D0A solid 1px; padding:0; width:200px; border-radius:50px;}   
  
a { color:#2746B7;}  
  
.bl{color:#2746B7;}

.ori{color:#FF9D0A;}


.mini{ font-size:12px;}

.ul{list-style-image:url(../img/ico-ul.png); font-size:18px; font-weight:700;}

.bg2{ background-color:#FFF; color:#FFF; padding:30px;}
.bg-blue-c { background-color:#D4DAF1; }

header.masthead {
  position: relative;
  height: 100vh;
  background-color: #2746B7;
  background: url("../img/bg-top-auto-socorro-santos.jpg") no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:bottom center;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  header.masthead .overlay {
    position: absolute;
    background-color: #212529;
	height:100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }
  header.masthead h1  {
    font-size: 2rem; }
  @media (min-width: 768px) {
    header.masthead {
	 background-attachment:fixed;
      padding-top: 16rem;
      padding-bottom: 12rem; }
      header.masthead h1  {
        font-size: 3rem; } }

.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .features-icons .features-icons-item {
    max-width: 20rem; }
    .features-icons .features-icons-item .features-icons-icon {
      height: 7rem; }
      .features-icons .features-icons-item .features-icons-icon i {
        font-size: 4.5rem; }
    .features-icons .features-icons-item:hover .features-icons-icon i {
      font-size: 5rem; }

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .testimonials .testimonial-item {
    max-width: 18rem; }
    .testimonials .testimonial-item img {
      max-width: 12rem;
      box-shadow: 0px 5px 5px 0px #adb5bd; }

.call-to-action {
  position: relative;
  background-color:#2746B7;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  
  
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.btn-primary-2 { 
  width:150px;	
  font-size:14px;
  text-align:center;
  background-color:#2746B7;
  border-color:#2746B7;
  padding:6px;
  color:#FFF;
  }
  .btn-primary-2:active, .btn-primary-2:focus, .btn-primary-2:hover {
    background-color: #FF9D0A!important;
    border-color: #FF9D0A!important;
    color:#FFF; }
  .btn-primary-2:active, .btn-primary-2:focus {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);	!important; }
  
  
  
 .btn-primary { 
  width:300px;	
  font-size:18px;
  text-align:center;
  margin-top:6px;
  background-color:#2746B7;
  border-color:#2746B7;
  padding:15px;
  color:#FFF;
  }
  .btn-primary-:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #FF9D0A!important;
    border-color: #FF9D0A!important;
    color:#FFF; }
  .btn-primary:active, .btn-primary:focus {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);	!important; }	   
  	  

@media (min-width: 800px) {.margin-zero{margin-top:-200px;}}  
@media (max-width: 800px) {.margin-zero{margin-top:-200px;}}  