﻿.title-accordion {
   /* padding: 18px 0 18px 0; */
   /* border-bottom: 2px solid #d9e0ea; */
   border-top: none;
   float: left;
   width: 100%;
}
.tabelafloresta {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ano {
    text-align: left;
    font-size: 27px !important;
    color: #9DB1C9;
    padding: 8px 0 8px 0;
    font-weight: 700;
    border-bottom: #a6b6ce 1px dotted;
    margin-bottom:  0px !important;
    margin-top: 24px !important;
}
.linha1 {
    font-size: 15px !important;
    color: #9DB1C9;
    padding: 8px 0 5px 0;
    margin-bottom: 0px !important;
    margin-top:  8px !important;
}
.linhabold {
    font-size: 27px !important;
    color: #3f5b78;
    font-weight: 700;
    padding: 0 0 8px 0;
    line-height: 1em !important;
    margin-bottom: 0px !important;
}
.linha2 {
    font-size: 15px !important;
    color: #3f5b78;
    font-weight: 700;
    padding: 0 0 8px 0;
    vertical-align: text-top;
    margin-bottom: 0px !important;
    line-height: 1em !important;
}
.Arvores {
    font-size: 27px !important;
    font-weight: 700;
    color: #3f5b78;
    padding: 5px 0 8px 0;
    /* line-height: 0.5em !important; */
    margin-bottom: 0px !important;
}
span.linha3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
}
.colunas {
    width: 100%;
    float:left;
    margin-bottom: 40px;
}
.colunas1 {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.colunas2 {
    width: 50%;
    float: left;
}


@media (max-width: 1004px) {
.title-accordion {
    font-size: 1.5em;
    text-align: center;
}
.tabelafloresta {
   text-align: center;
}
.ano {
    text-align: center;
}
.colunas {
    float: none;
}
.colunas1 {
    width: 100%;
    float: none;
    padding-left: 10px;
}
.colunas2 {
     width: 100%;
    float: none;
    padding: 0 10px 0 10px;
}
.linha1 {
    font-size: 1.2em !important;
    color: #a6b6ce;
    padding: 8px 0 5px 0;
    margin-bottom: 0px !important;
    margin-top:  8px !important;
}
}


.mobile {display:none;}
.desktop {display:block;}
@media (max-width: 1004px) {
.mobile {display:block;text-align: center;}
.desktop {display:none;}
}

.accordion {
    border-bottom: none;
}