/*#profile{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.content-profile{
    width: 100%;
    margin-top: 20px;
    background-color: #161616;
}
.content-profile .container, .profile-img, .profile-img img{
    height: 100%;
}
.profile-img{
    width: 47%;
    float: right;
}
.profile-img img{
    width: auto;
    float: left;
}
.profile-texto{
    width: 53%;
    padding: 32px 5% 32px 0;
    float: left;
    box-sizing: border-box;
    /*height: 600px;*/
}
.profile-texto p{
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.profile-texto p{
    font-size: 12px;
    line-height: 20px;
}
.titulo-profile{
    font-size: 24px;
}
.comentario{
    width: 438px;
    float: right;
    margin-top: 24px;
}
.comentario p{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.comentario p:last-of-type{
	width: calc(100% - 46px);
	float: left;
}
.comentario p strong{
    font-weight: 800;
}
.comentario span{
    font-size: 16px;
    color: #fff;
    float: right;
    margin-top: 16px;
}
.logo-agencias{
    position: relative;
    padding: 10px;
    left: 0;
}
.aspas{
    display: block;
    width: 24px;
    height: 16px;
    background: url(../imagem/aspa.png)no-repeat;
    padding-right: 10px;
}
.seg{
    transform: rotate(180deg);
    padding-left: 10px;
}
/* SITE RESPONSIVO */
@media only screen and (min-width:240px) and (max-width:767px){
    .content-profile{
        height: auto !important;
    }
    .profile-img{
        display: block;
        float: none;
        width: 100%;
    }
    .profile-img img {
        float: left;
        width: 100%;
        height: auto;
    }
    .profile-texto {
        width: 112%;
        height: auto !important;
    }
    .comentario {
        width: 100%;
    }
    #mCSB_1_dragger_vertical{
        display: none !important;
    }
    .mCSB_scrollTools .mCSB_draggerRail{
        background: none !important;
    }
    #profile{
        position: relative;
        margin-bottom: 15px;
    }
    .logo-agencias {
        position: static;
        margin-left: 15px;
    }
    .comentario span {
        margin-top: 30px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .profile-texto p {
        font-size: 17px;
    }
    .profile-img img {
        width: 100%;
        float: left;
        height: auto;
    }
    .container {
        width: 90%;
    }
    .comentario{
        width: 100%;
    }
    .comentario span {
        margin-top: 30px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .container {
        width: 90%;
    }
    .profile-img img {
        width: 100%;
        height: auto;
        float: left;
    }
    .comentario{
        width: 100%;
    }
    .comentario p{
        font-size: 21px;
    }
    /*.profile-texto{
        height: 590px !important;
    }
    .content-profile{
        height: 588px !important;
    }*/
}
