
body {
    color: #505050;
    background-color: #f1f1f1;
    font-family: 'Roboto', 'Arial', 'Calibri', sans-serif; 
    font-weight: 300;
    font-size: 14px;
}

.space-top {
    margin-top: 80px;
}

a {
    color: #0017c6;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #4a4a4a;
}

.limit-width {
    max-width: 500px;
}

.bg-color1 {
    background-color: #860101;
}

.bg-color2 {
    background-color: #af0000;
    /* background-color: #48b82e; */
}

.bg-color3 {
    background-color: #f1f1f1;
}

.bg-color4 {
    background-color: #dfd9d9;
}

.bg-color5 {
    background-color: #232323;
}

.navbar-height {
    height: 60px;
}

@font-face {
    font-family: "BebasNeue";
    src: url("fonts/BebasNeue-Regular.otf") format("otf"), url("fonts/BebasNeue-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.menu-font {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    /* font-weight: bold; */
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.robotoc {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 700;
    /* font-weight: bold; */
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.bebas {
    font-family: "BebasNeue", sans-serif;
    font-size: 21px;
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
  
.font-reset {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /*font-size: 18px;*/
    /*font-weight: bold; */
}

.news {
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.news a {
    color: #505050;
}

.news a:hover {
    color: #003399;
    text-decoration: none;
}

.rodape a {
    color: #189aa4;
}

.rodape a:hover {
    color: #ff731d;
}

.disable-form-control-focus:focus {
    box-shadow: 0 0 0 0;
}

.cabecalho {
    /* border-bottom: 1px solid; */
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1rem;
}    

.box {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background-color: #dadada;
    padding: 5px;
    margin-bottom: 10px;
}

.titulo {
    border-bottom: 1px solid;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    /* font-style: normal; */
    color: #6c757d;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 30px;
}
   
/*****************************************************************************/
/* MENU E BARRA NAVEGACAO                                                    */
/*****************************************************************************/
.menubarra {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #18191b;
}
  
.menubarra a {
    color: #dfdfdf;
    margin-left: 10px;
    text-decoration: none;
}
  
.menubarra a:hover {
    color: #fff;
    text-decoration: underline;
}
  
.menufino {
    padding: 0px 8px 0px 8px;
    color: #dfdfdf !important;
}
 
.pett-12 {
    font-size: 12px;
}

/*****************************************************************************/
/* TELA DE LOGIN                                                             */
/*****************************************************************************/
.form-login-container {
    height: 100vh;
    color: #2a2a2a;
}

.form-login {
    max-width: 390px;
    padding: 15px;
    margin: auto;
}
  
.form-login > .form-floating > .form-label {
    color: #000;
}

/*****************************************************************************/
/* GOOGLE RECAPTCHA DARK                                                     */
/*****************************************************************************/
.rc-anchor-dark {
    border: 2px solid #181818 !important;
    border-radius: 0px !important;
}

/*****************************************************************************/
/* VIDEOS EMBED                                                              */
/*****************************************************************************/
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
  
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
 
/*****************************************************************************/
/* CARD COM OVERLAY                                                          */
/*****************************************************************************/
.pett-card-img {
    position:relative;
}

.pett-card-img a {
    color: #fff;
    opacity: 0.6;
}

.pett-card-img a:hover {
    opacity: 1;
}

.pett-card-img-overlay {
    position: absolute; 
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0; 
    color: #f1f1f1; 
    width: 100%;
    height: 100%;
    font-size: 20px;
}
