/* 

 <link href="css/custom.css" rel="stylesheet">

*/

.line-small {
    font-size: 17px;
    line-height: 28px;
}

.list-icon i {
    margin-right:2px;
    font-size: 17px;
    line-height: 28px;
    color: #7b7b7b;
}

.lead-small {
    font-size: 16px;
    line-height: 24px;
}

.claim {
    line-height: 24px;
    color:#BA1914;
}

.heading_partners {
    margin-bottom: 50px;
}

.events {
    font-size: 66px;
    line-height: 64px;
}

.alinhar-direita {
    float: right;
}

.news {
    line-height: 26px;
    margin-bottom: 2px;
    color: #565656;
}

.footer-custom{
    background-image: url(../images/footer_bg.jpg);
       background-size: cover;
    background-repeat: no-repeat;
}

#footer.footer-dark .widget h4, #footer.footer-dark span {
    color: #FFF;
}

#footer.footer-dark .widget h4 {
    border-bottom: 1px solid #f2f2f4;
}

#footer.footer-dark .copyright-content{
    background-color: #222;
}

.background-overlay-darker:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0; }


.icon-box.border .icon {
    border: 3px solid #BA1914;
}

.icon-box.border .icon::after {
    box-shadow: 0 0 0 3px #BA1914;
}

.list-icon-white i {
    color: #FFF;
}

.list-icon li{
    margin-bottom: 0px;
}


.inputfile {
    font-size: 12px;
}

.inputfile-3 + label {
    color: #BA1914;
}
.inputfile-3:focus + label, .inputfile-3.has-focus + label, .inputfile-3 + label:hover {
    color: #a81712;
}




/* ----------------- NOVO -----------------------*/


body{
    font-family: "Merriweather";
}

#hero_tittle h1 {
    font-size: 50px;
}

.info_home_bg{
    background-image: url(../images/about_back.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom left;
}

.main_quote {
    color: #D73346;
    font-size: 50px;
    font-style: italic;
}

.main_quote_epid {
    color: #464646;
    font-size: 40px;
    font-style: italic;
    font-weight: 100;
    font-family: "Custom_font_roman";
}

.main_quote_epid_block {
    color: #D73346;
    font-size: 40px;
    font-style: italic;
    font-weight: 100;
    font-family: "Custom_font_bold";
}

.lead-small {
    font-size: 16px;
    line-height: 24px;
    font-family: "Merriweather";
    font-weight: 300px;
}

.line-small {
    font-size: 16px;
    line-height: 24px;
    font-family: "Merriweather";
    font-weight: 300px;
}

#page-title {
    padding-bottom: 0px;
}

#page-title .breadcrumb {
    width: 40%;
    margin-top: 20px;
}

#footer.footer-dark, #footer.footer-dark a:hover {
    color: #D73346;
}

#footer.footer-dark, #footer.footer-dark a {
    color: #FFF;
}

.widget .widget-title, .widget > h4 {
    font-family: "Custom_font_bold";
    border-bottom: none;
    text-transform: ;
    font-size: 14px;
}

.list-icon li {
    margin-left: 0px;
    line-height: 20px;
    padding-top: 20px;
}

.indicadores {
    color: #D73346; 
    font-family: 'Custom_font_roman'; 
    font-size: 21px;
}

.btn {
    font-family: 'Custom_font_roman'; 
}

.board_members_title{
    color: #D73346; 
    font-size: 35px;
    font-family: 'Custom_font_bold'; 
}

.board_members {
    color: #D73346; 
    font-family: 'Custom_font_roman'; 
    font-size: 22px;
}

.board_members span{
    color: #555; 
}

#side-panel {
    width: 500px;
}

@media (max-width: 767px) {
  #side-panel {
    width: 350px;
  }
}

@media (max-width: 500px) {
  #side-panel {
    width: 270px;
  }
}

.side-panel.side-panel-right #side-panel {
    right: -500px;
}

#side-panel #close-panel > i {
    background-color: #D73346;
    border-radius: 0 0 0 2px;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

#calculator_button {
    display: none;
    position: fixed;
    top: 30%;
    right: 10px; 
    z-index: 999;
    width: 130px;
    height: 130px;
}

#mainMenu_lado.menu-vertical nav > ul > li, #mainMenu_lado.menu-center.menu-vertical nav > ul > li {
    margin-bottom: 14px;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}


input:checked + label {
  background: #bada55;
}

input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label:active:after {
  width: 30px;
}

.dados_by_country {
    background-color: #f4f8fb;
}


  .switch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 50px;
    text-align: center;
    margin: -30px 0 0 -75px;
    background: #00bc9c;
    transition: all 0.2s ease;
    border-radius: 25px;
  }
  .switch span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0px 0px -4px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
  }
  .switch span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #fff;
    transition: all 0.2s ease;
  }
  input[type=radio] {
    display: none;
  }
  .switch label {
    cursor: pointer;
    color: rgba(0,0,0,0.2);
    width: 60px;
    line-height: 50px;
    transition: all 0.2s ease;
  }
  label[for=yes] {
    position: absolute;
    left: 0px;
    height: 20px;
  }
  label[for=no] {
    position: absolute;
    right: 0px;
  }
  #no:checked ~ .switch {
    background: #eb4f37;
  }
  #no:checked ~ .switch span {
    background: #fff;
    margin-left: -8px;
  }
  #no:checked ~ .switch span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
  }
  #yes:checked ~ .switch label[for=yes] {
    color: #fff;
  }
  #no:checked ~ .switch label[for=no] {
    color: #fff;
  }



/* ----------------------------------------------------------------
       INFOGRAFIA GERAL
    -----------------------------------------------------------------*/
    
    

@media (min-width: 768px) and (max-width: 991px) {
    
    
    .img-info-geral{
        width:10%;
        text-align: center;
    }
    
    
}