@charset "utf-8";

@font-face {
    font-family: SWZ721M;
    src: url(fonts/SWZ721M.TTF), url(fonts/SWZ721M.eot);
    /* IE */
}

@font-face {
    font-family: Sertig;
    src: url(fonts/Sertig.TTF), url(fonts/Sertig.otf), url(fonts/Sertig.eot);
    /* IE */
}

.pessoal {
    display: block;
    margin: 0;
    font-family: "Sertig";
    font-size: 26px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #d5d6d8;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    width: 235px;
}

.box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.grid:before,
.grid:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.grid:after,
.row:after {
    clear: both;
}

[class*='col-'] {
    width: 100%;
    float: left;
    min-height: 1px;
}

.col {
    width: 235px;
    height: 235px;
    background: white;
    color: turquoise;
    text-align: center;
}

.col_b {
    width: 235px;
    height: 235px;
    background: rgba(1, 85, 120, 1);
}

.txt {
    display: table-cell;
    max-width: 100%;
    font-family: Sertig;
    font-size: 21px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}

.intxt {
    display: table;
    padding-top: 1px;
    padding-left: 20px;
    width: 205px;
    height: 205px;
    text-align: justify;
}

.nome {
    font-size: 35px;
    line-height: 10px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    color: white;
}

.funcao {
    font-size: 22px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: white;
}

.habilitacao {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    color: white;
}

.col img {
    display: block;
    width: 100%;
}

@media screen and (max-width:530px) {
    .col-wd-1 {
        width: 25%;
    }

    .col-wd-2 {
        width: 50%;
    }

    .col-wd-3 {
        width: 75%;
    }

    .col-wd-4 {
        width: 100%;
    }

    .box {
        width: 235px;
    }

    #pc {
        display: none;
    }

    #tablet {
        display: none;
    }

    #mobile {
        display: block;
    }
}

@media screen and (min-width:530px) {
    .col-md-1 {
        width: 25%;
    }

    .col-md-2 {
        width: 50%;
    }

    .col-md-3 {
        width: 75%;
    }

    .col-md-4 {
        width: 100%;
    }

    .box {
        width: 470px;
    }

    #pc {
        display: none;
    }

    #tablet {
        display: block;
    }

    #mobile {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .col-1 {
        width: 25%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 75%;
    }

    .col-4 {
        width: 100%;
    }

    .box {
        width: 940px;
    }

    #pc {
        display: block;
    }

    #tablet {
        display: none;
    }

    #mobile {
        display: none;
    }
}


.class0 #cara,
.class1 #cara,
#tablet .class0 #cara {
    float: left;
}

.class0 #texto,
.class1 #texto2,
#tablet .class0 #texto {
    float: right;
}

.class2 #texto,
.class3 #texto,
#tablet .class1 #texto {
    float: left;
}

.class2 #cara,
.class3 #cara,
#tablet .class1 #cara {
    float: right;
}