@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
/**************************************
               BODY
 **************************************/
a{outline:none !important}
a:hover{text-decoration: none;}
h1, h2, h3, h4, h5{font-weight:700; line-height: 34px;}
button{text-decoration: none !important;}
body{
  font-family: 'Montserrat', sans-serif;
  line-height:35px;  
 }
/**************************************
               BACKGOURNDS
 **************************************/
.bg1{background-color:#003e75!important;} /* Azul */
.bg2{background-color:#ed9a01!important;} /* Laranja */
.bg3{background: url('../img/bg-topo.jpg') center bottom no-repeat #003e75;background-size: cover;height: auto; width: 100%}
 /**************************************
               CORES
 **************************************/
.cor1{color:#003e75 !important;} /* Azul */
.cor2{color:#ed9a01 !important;} /* Laranja */
 /**************************************
               BOTÕES
 **************************************/
.btn1{background-color:#FFF !important;color:#003e75;border:2px solid #FFF;border-radius:30px !important;font-weight: 700;}
.btn1:hover{background-color:#003e75 !important;color:#FFF;border: 2px solid #FFF; text-decoration:none;}
 /**************************************
               STYLE
 **************************************/
.card{border-radius:30px;}
footer{font-size:16px;}
footer a{color:#fff}
footer a:hover{color:#003e75; text-decoration:none;}