﻿#wrapper {
    overflow:hidden;
}

.banner-quem-somos {
    background-image: url(../images/background-img/background-img-quem-somos.png);
    width: 100%;
    height: 50vh;
    background-repeat: round;
    min-height: 405px;
    padding-top: 0 !important;
}

.titulo-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    color: #C41B17;
}

.fundo {
    position: absolute;
    width: 100%;
    background-repeat: round;
    min-height: 405px;
    display: inline-flex;
    background-color: #000;
    opacity: 50%;
}

.texto-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
    /*color: #8A8A8A;*/
    color: #FFF;
    text-shadow: 1px 1px black;
}

body {
    background: #F4F4F4;
}

.segundo-titulo {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #C41B17;
}

.subtitulo-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: justify;
    color: #C41B17;
}

.segundo-texto-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #8A8A8A;
}

.retangulo-img {
    border: 3px solid #C41B17;
    border-radius: 100%;
    height:200px;
    width:200px;
    margin-top:10%
}

@media only screen and (max-width: 575px){
    .segunda-linha-quem-somos {
        flex-direction: column-reverse;
    }

    .img-terceira-linha {
        display:none
    }

    .banner-quem-somos {
        min-height:0px!important;
        height:141px!important;
        overflow:hidden;
    }

    .titulo-quem-somos {
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.012em;
        color: #8A8A8A;
    }

    .texto-quem-somos {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #8A8A8A;
        text-align:justify!important
    }

    .segundo-titulo {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        /* identical to box height */
        text-align: center;
        color: #C92E30; 
    }

    .subtitulo-quem-somos {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: justify;
        color: #C41B17;
    }

    .segundo-texto-quem-somos {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: justify;
        color: #8A8A8A;
    }

    .retangulo-img {
        border: 0px solid;
        border-radius: 0%;
        height: 161px;
        width: 100%;
        margin-top: 0%;
    }

    .titulo-terceira-linha {
        font-size: 14px!important;
        line-height: 16px!important;
        text-align: justify;
        margin-left:0px!important;
        margin-right:0px!important;
    }

    .texto-terceiro-linha {
        margin-left:0px!important;
    }

    .footer {
        display:none!important
    }

    .body-content {
        padding-bottom:0px!important
    }
}

.titulo-terceira-linha {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #C41B17;
    margin-left: 10vw;
}

.texto-terceiro-linha {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8A8A8A;
    width: 75%;
    margin-left:10vw;
    text-align:justify;
}

.img-terceira-linha {
    height: 45vh;
    width: 60%;
    min-height: 210px;
}

@media only screen and (max-width: 768px){
    .titulo-terceira-linha{
        margin-left:1vw;
    }
    .texto-terceiro-linha {
        width: 100%;
    }

    .texto-terceiro-linha {
        margin-left:1vw;
    }
}


@media only screen and (max-width: 1200px) {
   
    .texto-terceiro-linha {
        width: 90%;
    }
}

.img-sub-terceira-linha {
    width: 15vw;
    max-width: 140px;
    max-height: 140px;
    border-radius: 100%;
    min-width: 90px;
    border: 5px solid #D6D3D2;
}
