﻿.Census_New_Home_RegionsDashboard .Titulo
{
    margin-top: 15px; 
    text-align: left; 
    width: 825px; 
    margin-left: 85px;
}

.Census_New_Home_RegionsDashboard .Titulo h1 {
      color: #00568b;
      font-family: 'GHTF Bold';
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 21px;
      text-transform: uppercase;
}

.Census_New_Home_RegionsDashboard .HeaderImgBig {
    display: block;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
}

.Census_New_Home_RegionsDashboard .HeaderImgBig img{
    width: auto;
    height: 90px;
    padding-top: 45px;
}

.Census_New_Home_RegionsDashboard .SubTitulo {
    text-align: left; 
    margin-top: 0px; 
    width: 810px; 
    margin-left: 85px;
}


.Census_New_Home_RegionsDashboard .SubTitulo h2 {
      color: #333330;
      font-family: 'GHTF Book';
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 18px;
      text-align: justify;
}

.Census_New_Home_RegionsDashboard .Census_Container_Cards {
    width: 100%;
    margin-left: 0px;
}

.Census_New_Home_RegionsDashboard .pButton {
    font-family: 'GHTF Bold';
    margin-left: 0px;
    text-decoration: none;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px;
    height: 50px;
    width: 205px;
    text-align: center;
}


@media (max-width: 1000px) {
    
    .Census_New_Home_RegionsDashboard .Titulo
    {
        width: 95%; 
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    .Census_New_Home_RegionsDashboard .SubTitulo {
        width: 95%; 
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    .Census_New_Home_RegionsDashboard .Census_Container_Cards {
        width: 100%;
        margin-left: 0;
    }
    
}

@media (max-width: 600px) {

    .Census_New_Home_RegionsDashboard .HeaderImgBig img {
        width: 60%;
        height: auto;
    }

}

