@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p{
  color: #393a3f;
  font-size: 16px;
}

a{
  color: #1776AC;
  font-size: 16px;
}

a:hover{ 
  color: #1776AC;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

h1{
  color: #FFFFFF;
  font-size: 35px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}

h2{
  color: #1776AC;
  font-size: 55px;
  text-transform: uppercase;
}

hr.divider-top{
  margin: 40px 0 30px 0;
  color: #3E3E3E;
  border: 0,5px solid #3F3F3F;
}

h3.areas-description{
  font-size: 20px;
  color: #3E3E3E;
  margin: 50px 0 0 0;
  text-transform: uppercase;
}

hr.divider-body{
  border-bottom: 3px solid #1776AC;
  border-top: none;
  width: 30%;
  margin: 10px 30px 10px 0;
}

h3{
  font-size: 26px;
  color: #972d49;
}

.material-icons {
 vertical-align: sub;
}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.box-top{
 background-color: #1776AC;
 padding: 14px;
}

nav.menu-ucs-solucoes{
  background-color: #1776AC;
  height: 3rem;
}

nav.menu-ucs-solucoes, ul{
  text-decoration: none;
}

section {
  padding: 60px 0 60px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}


@media only screen and (max-device-width: 1024px) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 h1{
  font-size: 20px;
 }

 h2{
  font-size: 19px;
  margin: 0 0 20px 0;
 }

 h3.areas-description{
  font-size: 18px;
  margin: 20px 0 0 0;
 }

 .box-top{
  padding: 6px;
 }

 nav.menu-ucs-solucoes{
   height: 1.7rem;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

.sticky.is-sticky {
    position: fixed;
    right: 15%;
    top: 0;
    z-index: 1000;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}