/*
Theme Name: BIOPORTUGAL Child Theme
Theme URI: http://bioportugal.pt/
Description: Tema personalizado
Author: Cristiano btzaR
Author URI: http: //www.btzar.eu/
Template: flatsome
Version: 2.8.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.alinharfooter{

margin-left: -9%;

}

/*************** site mobile / pad***************/

@media (min-width: 768px) {
  .teste {
    width: 750px;
    display: none;


  }
}
@media (min-width: 992px) {
  .teste {
    width: 970px;
    display:none;
    
  }

}
@media (min-width: 1200px) {
  .teste {
    width: 1170px;
    display:none;
  }
}


.teste {
    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.teste:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}
.teste > div {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: left;
}


.teste h1{
    color:#83B54B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
}
.teste ul{
    margin-top:20px;
}
.teste li a{
    color:#1e280c;
    font-size: 12px;
    font-family: 'Montserrat Light', arial;
    font-weight: 400;
    line-height:30px;
    font-weight: normal;
}


.teste ul li a {
    font-size: 83%;
    color: #000000;
}

.teste p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    font-family: 'Montserrat Light', arial;
    text-align: left;
}

.teste h2 {
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 27px 0 5px 0;
    text-align: left;
}



/**********************************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.teste > div {
        float: none;
        width: 100%;
    }

#top-bar{

display: none;

}



}