@charset "UTF-8";

/* CSS - Labhos | Codificado por: Ueek Agência Digital | Ano: 2019 */

section#background-header {
    background-image: linear-gradient(180deg, #226179 0%, #226179 100%), url(../img/background-header.jpg);
    background-position: right, right 160px bottom -125px;
    background-repeat: no-repeat, no-repeat;
    background-size: 35% 100%, contain;
    height: 300px;
}

/******************* Sobre Nós *********************/

section#content-about {
    background-image: url(../img/logo-watermark.png);
    background-position: right -370px top -150px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 20px;
    padding-top: 100px;
}

section#content-about #text-about {
    float: left;
    width: 50%;
}

section#content-about #text-about span {
    color: #9DABAF;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 21px;
    text-transform: uppercase;
}

section#content-about #text-about h4 {
    color: #033B4A;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}

section#content-about #text-about h4 i {
    color: #A6CE39;
    font-size: 27px;
    margin-right: 10px;
}

section#content-about p {
    color: #9DABAF;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
    padding-right: 30px;
}

section#content-about p.highlight {
    color: #748084;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 50px;
    padding-right: 0;
    padding-top: 35px;
}

section#content-about #img-about {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 480px;
    width: 50%;
}

section#slider { margin-bottom: 45px; } 

section#slider #slides .item-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

section#slider #slides .owl-nav {
    bottom: -30px;
    height: 80px;
    position: absolute;
    right: 44.3%;
    width: 220px;
}

section#slider #slides .owl-nav button {
    background-color: #fff;
    box-shadow: 0px 10px 54px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 80px;
    margin: 0 15px;
    width: 80px;
}

section#slider #slides .owl-nav button:hover { background-color: #f5f5f5; }

section#slider #slides .owl-nav button:focus { outline: none; }

section#about-highlight-exams {
    background-image: url(../img/logo-watermark.png);
    background-position: left -255px bottom -220px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 50px;
    padding-top: 45px;
}

section#about-highlight-exams #main {
    background-color: #fff;
    box-shadow: 0px 10px 54px rgba(0, 0, 0, 0.05);
    padding: 40px 0px 35px;
}

section#about-highlight-exams #main .exam {
    float: left;
    text-align: center;
    width: 25%;
}

section#about-highlight-exams #main .exam .img-exam {
    background-image: url(/assets/img/lab-item-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
}

section#about-highlight-exams #main .exam h1 {
    color: #0E3951;
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
}

section#about-highlight-exams #main .exam a {
    color: #A6CE39;
    font-size: 12px;
    line-height: 25px;
}

section#about-highlight-exams .btn {
    border: 1px solid #033b4a;
    border-radius: 0;
    color: #033B4A;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    margin-top: 35px;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
}

section#about-highlight-exams .btn:hover {
    background-color: #033b4a;
    color: #fff;
}


/******************* Sobre Nós *********************/


/******************** Exames ***********************/

section#content-exams {
    background-image: url(../img/logo-watermark.png);
    background-position: right -370px top -150px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 80px;
    padding-top: 110px;
}

section#content-exams #choose-exams {
    float: left;
    width: 50%;
}

section#content-exams #choose-exams span {
    color: #9DABAF;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 21px;
    text-transform: uppercase;
}

section#content-exams #choose-exams h4 {
    color: #033B4A;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}

section#content-exams #choose-exams h4 i {
    color: #A6CE39;
    font-size: 27px;
    margin-right: 10px;
}

section#content-exams #choose-exams p {
    color: #9DABAF;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;   
    width: 70%;
}

section#content-exams #choose-exams label {
    color: #9DABAF;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 70px;
}

section#content-exams #choose-exams input#input-search {
    border: 1px solid #A6CE39;
    border-radius: 10px;
    color: #101010;
    padding: 13px 21px;
    width: 95%;
}

section#content-exams #img-exam {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 295px;
    width: 50%;
}


/******************** Exames ***********************/
