strong {
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(65 55 55 / 34%);
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.cent-vert{
    display: flex;
    align-items: center;
    justify-content: center;
}

ol, ul {
    padding-left: 1rem;
    margin-bottom: 0rem;
}

.span-under {
    font-weight: 900;
}

.div-title-global {
    background-color: #083474;
    text-align: center;
    padding: 1.5rem 6rem;
    color: #FFF;
}

.h1-title-global {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 35px;
}

.text-global {
    font-size: 20px;
    margin-top: 2rem;
}

.art-bg-video-elo {
    background: url('../imagens/bg-elo-video.png') no-repeat;
    background-size: 100%;
    width: auto;
    padding-bottom: 5%;
}

.video-bg-elo {
    width: 85%;
    height: 85%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shadow-img-center{
    box-shadow: 0px 0px 11px 9px rgb(184 184 184);
}

.shadow-img-R{
    -webkit-box-shadow: 15px 15px 18px 3px rgb(184 184 184);
    -moz-box-shadow: 15px 15px 18px 3px rgb(184 184 184);
    box-shadow: 15px 15px 18px 3px rgb(184 184 184);
}

.shadow-img-L{
    -webkit-box-shadow: -15px 15px 18px 3px rgb(184 184 184);
    -moz-box-shadow: 15px 15px 18px 3px rgb(184 184 184);
    box-shadow: -15px 15px 18px 3px rgb(184 184 184);
}

.center-text{
    font-size: 18px;
    width: 90%;
    padding: 6% 0;
}

/********************* QUEM SOMOS ***********************/

#article-sobre {
    background-color: #083474;
    width: auto;
    padding: 23px 0;
    position: relative;
}

.h1-sobre {
    position: absolute;
    top: 9%;
    left: 35%;
    transform: translate(-35%, -9%);
    color: black;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand';
    font-weight: 900;
    color: #FFF;
    font-size: 56px;
    white-space: nowrap;
}

.div-img-sobre {
    position: relative;
    display: inline-block;
    margin: 4% 0;
}

#img-sobre {
    opacity: 0.7;
}

#article-sobre>.row>.col-md-6 {
    text-align: center;
}


.text-about {
    color: #FFF;
    position: absolute;
    top: 70%;
    left: 60%;
    transform: translate(-60%, -70%);
    width: 45rem;
    font-size: 24px;
    font-family: 'arial';
    line-height: 35px;
    font-weight: 600;
}

#img-oracle {
    width: 8rem;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.section-sobre {
    margin: 25px 3rem;
}

#section-attributes {
    margin: 25px 5rem;
}

.parag {
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
    font-family: 'Open Sans';
    text-align: justify;
}


#div-attributes {
    margin-bottom: 4.5rem;
}

.div-title {
    text-align: center;
    margin: 3rem 0;
}

#h1-JO {
    color: #eec700;
    font-size: 2.2rem;
    font-weight: bold
}


#h1-title {
    color: #eec700;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0px;
}

#h1-title-sn {
    color: #eec700;
    font-size: 2rem;
    font-weight: bold;
}

.icon-title {
    font-size: 4.2rem;
    margin-right: 1rem;
}

.div-subtitle {
    margin-left: 4rem;
    margin-bottom: 3rem;
}

.subtitle {
    color: #f8b813;
    font-size: 1.8rem;
    font-weight: bold;
}

.icon-subtitle {
    color: black;
    margin-right: 10px;
}

.text-subtitle {
    font-size: 18px;
    font-family: 'Open Sans';
    margin-left: 5%;
    margin-top: 18px;
    max-width: 60rem;
    line-height: 28px;
}

#text-subtitle-list {
    line-height: 30px;
}

#div-icons {
    margin: 3rem 0 6rem 0;
    justify-content: space-around;
    text-align: center;
}

.card-icons {
    width: 15.8rem;
    line-height: 1.5rem;
    word-spacing: 3px;
    font-size: 17px;
}

#div-icons .material-icons {
    font-size: 5rem;
}

.strong-card {
    letter-spacing: 1.2px;
    font-weight: 800;
    font-size: 16px;
}

/*********************FIM QUEM SOMOS***********************/

/********************* MANAGEMENT ***********************/

.art-global {
    margin: 3rem 4rem;
}

.img-man {
    max-width: 80%;
    max-height: 80%;
}

.center{
    display: flex;
    justify-content: center;
}

.center>p {
    text-align: justify;
}

#seg-div-man {
    background-color: #083474;
    width: 100%;
    height: 13vh;
    display: flex;
    justify-content: center;
}

#seg-div-man>h1 {
    font-size: 26px;
    text-align: center;
    color: #FFF;
    align-self: center;
    font-family: 'Quicksand';
    font-weight: 900;
}

/******************* FIM MANAGEMENT *********************/

/******************* VANTAGENS SISTEMA *********************/

.div-row-vs {
    margin: 2rem;
    text-align: center;
}

.div-row-vs img {
    width: 80%;
}

#text-1-vs {
    text-align: start !important;
    width: 86%;
    margin-left: 10%;
    margin-top: 10%;
}

.text-vs {
    font-size: 20px;
    text-align: start;
    font-family: 'open sans';
}

#div-title-video-vs {
    background-color: #083474;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-family: 'Quicksand';
    font-weight: 900;
    padding: 1% 5%;
}

#text-div-vs{
    margin: 0 2rem;
}

/***************** FIM VANTAGENS SISTEMA *********************/

/***************** CONTROLE DA EMPRESA *********************/
.text-ce {
    margin-top: 2rem;
}

/*************** FIM CONTROLE DA EMPRESA ******************/

/***************** CLIENTE PRIORIDADE *********************/

#div-text-cp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8%;
    margin-bottom: 1rem;
}

.text-20px {
    font-size: 20px;
}

.text-18px {
    font-size: 18px;
}

#img-cp {
    max-width: 80%;
}

#ol-cp {
    margin-left: 4%;
}


/***************** FIM CLIENTE PRIORIDADE *********************/

/******************* SISTEMA DE CLÍNICAS *********************/
#p-text-right-sc{
    margin-right: 15px;
}

#p-text-left-sc{
    margin-left: 60px;
}


/***************** FIM SISTEMA DE CLÍNICAS ******************/

/***************** APP GERENCIA ******************/
#img-app-gerencia{
    max-width: 55%;
}
/*************** FIM APP GERENCIA ***************/

/******************* SEGURANÇA ORACLE *********************/

#div-page-oracle {
    background-color: #083474;
    text-align: center;
    padding: 1.5rem 0;
    color: #FFF;
    position: relative;
}

#text-page-oracle {
    display: flex;
    align-items: center;
    justify-content: center;
}
/***************** FIM SEGURANÇA ORACLE ******************/

/******************** SERVIÇOS ********************/

.h1-svc, .h1-svc > h1{
    text-align: center;
    font-weight: 900;
}

/****************** FIM SERVIÇOS ****************/

/***************** CONTATO ******************/
#btn-submit-email{
    background-color: #5bc0de;
    color: white;
    float: right;
    margin-top: 5px;
    height: 2.5rem;
}

.div-row-contato{
    max-width: 435px;
    align-items: center;
    margin: 0 auto;
}

.icon-contato {
    font-size: 80px;
}



/******************** FIM CONTATO ********************/

/******************* INICIO FEEDBACK ****************/

.div-left-feedback{
    background-color: #083474;
}

.div-right-feedback{
    background-color: #eec700;
}

#text-prime-feedback {
    color: #FFF;
    position: relative;
    padding-left: 5%;
    width: 85%;
    text-align: justify;
}

#text-second-feedback {
    color: #FFF;
    padding-right: 4%;
    line-height: 26px;
    padding-left: 20%;
    text-align: justify;
}

#text-left-1{
    color: #FFF;
    width: 75%;
    text-align: justify;
    padding: 0 5%;
}

.imagens-feedback {
    width: 65%;
    border-radius: 10px;
}

.logo-feedback-left{
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}

.logo-feedback-right{
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

.width-60{
    width: 60%;
}

.oaf-background {
    background-color: #6F0000;
    padding: 6px 6px 6px 6px;
    border-radius: 60px 0px 60px 0px;
}

/******************* FIM FEEDBACK ****************/

/************************** MEDIA QUERIES***********************/

@media screen and (max-width: 767px) {
/******************* QUEM SOMOS ************************/
    .div-title {
        margin: 1rem 0;
    }

    .justify-mob{
        text-align: justify !important;
    }

    .h1-sobre {
        font-size: 48px;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .text-about {
        top: 48%;
        left: 60%;
        transform: translate(-60%, -10%);
        font-size: 19px;
        width: 22rem;
        line-height: 25px;
    }

    .div-img-sobre {
        padding: 20px;
    }

    #article-sobre {
        padding: 0px 0 60px 0;
    }

    #img-oracle {
        max-width: 6rem;
    }

    .section-sobre {
        margin: 0px 1.5rem;
    }

    .parag {
        font-size: 15px;
    }

    .icon-title {
        font-size: 2.1rem;
        margin-right: 0rem;
    }

    #h1-title {
        font-size: 1.3rem;
        margin-left: 10px;
    }

    #div-attributes>h1 {
        padding: 0px;
    }

    #div-attributes {
        margin-bottom: 40px;
    }

    .div-subtitle {
        margin-left: 0px;
        margin-bottom: 3rem;
        padding: 0px;
    }

    .text-subtitle {
        padding-right: 4%;
        margin-left: 10%;
        margin-top: 8px;
    }

    #text-subtitle-list {
        line-height: 28px;
        text-align: start;
    }

    #div-attributes {
        display: none;
    }

    #section-attributes {
        margin: 25px 1rem;
    }

    #h1-title-sn {
        font-size: 1.8rem;
    }

    .card-icons {
        margin-bottom: 2.5rem;
    }

    #div-icons {
        margin: 3rem 0 5rem 0;
    }

    /***************** FIM QUEM SOMOS ********************/

    .art-global {
        margin: 2rem 1.5rem;
    }

    #seg-div-man>h1 {
        font-size: 20px;
        padding: 10px;
    }

    .art-video-elo {
        justify-content: center;
        margin: 1.5rem 0rem;
    }

    .div-title-global {
        padding: 1.5rem 1rem;
    }

    .h1-title-global {
        font-size: 30px;
    }

    /***************** VANTAGENS SISTEMA ********************/

    #text-1-vs {
        width: auto;
        margin-left: 0;
        margin-top: 0;
        text-align: justify;
    }

    .div-row-vs {
        margin: 2rem 1.5rem;
    }

    .text-vs {
        text-align: justify;
    }

    /*************** FIM VANTAGENS SISTEMA *****************/

    /***************** SISTEMA DE CLÍNICAS *******************/

    #p-text-right-sc{
        margin: 0 0 1rem 0;
    }
    #p-text-left-sc{
        margin: 1rem 0 0 0;
    }
    /***************** FIM SISTEMA DE CLÍNICAS *******************/

    #div-text-cp {
        padding: 0%;
    }

    #text-lado-cp {
        display: none;
    }
    #ol-cp {
        margin-left: 0;
    }

    #img-app-gerencia{
        max-width: 100%;
    }

    .div-row-contato{
        text-align: center;
    }

    /*************** iNICIO FEEDBACK **********************/
    
    #text-prime-feedback{
        width: 100%;
        padding-right: 5%;
    }

    #text-second-feedback{
        padding: 0 5%;
    }
    #text-left-1{
        width: 100%;
        padding: 0 5%;
    }
    /*************** FIM FEEDBACK **********************/
}

/******************* SM **********************/
@media screen and (min-width: 768px) {
    #text-abaixo-cp {
        display: none;
    }
}

@media (max-width: 992px) {}

/****************** MD **********************/
@media screen and (min-width: 992px) {
    /*****************quem somos?********************/

    #img-sobre {
        max-width: 530px;
    }

    /************Fim quem somos?********************/

}

@media screen and (max-width: 1199px) {}

/******************* LG **********************/
@media screen and (min-width: 1200px) {}


/* Fim Media queries */