﻿
.img-marcas {
    border: 5px solid #D6D3D2;
    border-radius: 100%;
    height: 208px;
    width: 207px;
}

.titulo-marca {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C41B17;
    justify-content:center;
}

.texto-marca {
    text-align:justify
}


.botao-opcoes {
    border: 1.5px solid #C92E30;
    border-radius: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #C41B17;
    text-decoration: none;
}

    .botao-opcoes:hover {
        background-color: #C41B17 !important;
        color: white;
        text-decoration:none;
         
    }

@media only screen and (max-width:500px){
    .img-marcas {
        width: 90px!important;
        height: 90px!important;
    }

}

@media only screen and (max-width: 575px){
    .texto-marca {
        text-align: center!important;
    }
}


#wrapper {
    overflow: hidden;
}

.banner-quem-somos {
    width: 100%;
    height: 50vh;
    background-repeat: round;
    min-height: 405px
}

.titulo-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    color: #C41B17;
}

.texto-quem-somos {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
    color: #8A8A8A;
}

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;
}
