﻿.bannerImg {
	background-position:center
}

table{
    width: 100%;
    border-collapse:collapse;
}
td{
    width: 50%;
}
/* .bannerContent {
    padding: 1% 4% 4%;
} */
.cardBtn{
    background-color: white;
    height: 90px;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 15px;
    margin-bottom: 25px;
}
.titleCard{
    font-size: 21px;
    text-align: left;
    color: #021f59;
    font-family: "Mohr-SemiBold";
    display: block;
    margin-top: 5px;
}
.btnAcesse {    
    float: right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 65%;
    height: 40px;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44;
    text-align: center;
    transition: .3s;
}
.btnAcesse:hover , .btnAcesse:focus{
    outline: none;
    background: #f2fcf5;
    border:1px solid #00bf44;
}

@media screen and (min-width:768px) and (max-width:1000px){
    /* .bannerImg {
        height: 40vh;
    }
    .title_poli {
        font-size: 55px;
      } */
    }

@media screen and (max-width:640px){
    .bannerContent{
        padding: 10% 5%;
        background:#F5F5F5;
    }
    .cardBtn{
        height: auto;
        padding: 18px;
        margin-top: 20px;
    }

    /* .title_poli {
        max-width: 100%;
        bottom: 10rem;
        font-size: 35px;
    } */

    .btnAcesse ,.btnAcesse2 ,.btnAcesse3 , .btnAcesse4{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* .content_poli{
        max-width: 100%;
        font-size: 19px;
    } */
}

@media screen and (max-width:320px){
/* .content_poli {
    font-size: 14px;
}
.title_poli {
    bottom: 10rem;
    font-size: 30px;
} */
}