﻿.exPresidente {
    margin: 1.5%;
    display: block;
    float: left;
    background-color: #eee;
    width: 30%;
    margin-bottom: 30px;
    font-size: 13px;
}

.foto {
    float: left;
    height: 70px;
    width: 55px;
    margin-left: 15px;
    margin-right: 15px;
}

.foto img {
    height: 100px;
    width: 75px;
    margin-top: -15px;
}

.responsive-tabs .texto{
    width: 60%;
    margin-left: 5%;
}

.texto {
    float: left;
    margin-top: 15px;
    width: 65%;
    text-align: center;
    margin-left: 3%;
}

.nome {
    color: #000;
    letter-spacing: -0.02em;
    font-size: 12px;
}

.data {
    color: #7a7a7a;
    font-size: 11px;
}
.nome{
    text-transform:uppercase;
}
.exPresidente.II .foto, .exPresidente.II .foto img{
    width:226px;
    height:282px;
}
.exPresidente.II{
    width:50%;
}
.exPresidente.II .texto {
	float: left;
	margin-top: 40px;
	width: 51%;
	text-align: center;
	margin-left: 3%;
}
.exPresidente.II .nome {
	color: #000;
	letter-spacing: -0.02em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
.exPresidente.II .data {
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 10px;
}
.exPresidente.II .foto, .exPresidente.II .foto img {
	width: 226px;
	height: auto;
	max-width: 150px;
}
@media screen and (max-width: 1300px) {
    .exPresidente {
        margin: 2%;
        padding: 5px;
        display: block;
        float: left;
        background-color: #eee;
        width: 45%;
    }
}

@media screen and (max-width: 850px) {
    .exPresidente {
        margin: 20px 0;
        padding: 5px;
        display: block;
        float: left;
        background-color: #eee;
        width: 100%;
    }
    .exPresidente.II {
	    width: 100%;
    }
}
@media screen and (max-width: 390px) {

.exPresidente.II .foto, .exPresidente.II .foto img {
	width: 226px;
	height: auto;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: blo0;
	display: block;
	float: none;
}
.exPresidente.II .texto {
	float: left;
	margin-top: 40px;
	width: 95%;
	text-align: center;
	margin-left: 0;
	margin-top: 20px;
	margin: 20px auto;
	float: none;
}

}