/* Reset */
* {margin: 0; padding: 0;border: none; outline: none;}
a {text-decoration: none; cursor: pointer;}
ul {list-style: none;}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1c2a35;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #0071bc;
    border-color: #0071bc;
}

.btn-light {
    color: #333;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.bg-photo-destak {
    width: 100%;
    height: 328px;
    background-position: 50%;
    background-size: cover;
}

.row-paddings {
    padding: 80px 0px;
}

.destak-text-outer-wrapper {
    display: table;
    width: 100%;
    height: 400px;
}

.destak-text-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.destak-text {
    color: #fff;
    text-align: center;
}

.header-desktop-wrapper {
    display: none;
}

.header-mobile-wrapper {
    display: block;
}

.navbar-wrapper {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 113, 188, 1);
    z-index: 1000;
}

#nav-icon4 {
    width: 60px;
    height: 60px;
    /* position: relative; */
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 44%;
    margin: 0 28%;
    background: #fff;
    border-radius: 2px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 38px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px;
    left: 4px;
}

.main-logo {
    height: 60px;
    width: 130px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url(../images/main-logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.menu-mobile-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    display: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.grey-highlight-box {
    background-color: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
    color: #0071bc;
    font-weight: 900;
    font-size: 18px;
}

.video-container {
    position: relative;
    color: #fff;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

video {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1; 
    overflow: hidden;  
    opacity: 0.9;
}

.video-bg-overlay {
    z-index: 2;
    position: absolute;
    float: left;
    background-color: rgba(0,0,0,.50);
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-box {
    text-align: center;
    border: 1px solid #f4f4f4;
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel .glyphicon {
    float: right;
}

.mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    top: 60px;
    bottom: 0;
    padding-bottom: 60px;
    display: none;
}

.mobile-menu-content {
    padding:0;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%
}

.list-group-item-success {
    background-color: #ffffff;
}

a.list-group-item-success, button.list-group-item-success {
    color: #333;
    font-weight: 600;
}

.list-group-item {
    padding: 18px 15px;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #333;
    background-color: #e2e2e2;
}

.parceiros-wrapper {
    background-color: #0071bc;
}

.footer-wrapper {
    width: 100%;
    padding: 40px 0;
    float: left;
    background-color: #1c2a35;
    color: #fff;
}

.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}

.news-image {
    width: 100%;
    height: 360px;
    margin-top: 74px;

    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-icons-wrapper {
    height: 32px;
    line-height: 32px;
    float: left;
}

.social-icons {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
}

.social-icons:hover {
    color: #0071bc;
}

.footer-hr {
    width: 94%;
    margin: 32px 3%;
    opacity: 0.1;
    float: left;
}

.millennium {
    width: 260px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/millennium.png);
}

.btt-arrow {
    animation: MoveUpDown 1.2s linear infinite;
    left: 0;
    bottom: 0;
}

.go-to-top {
    cursor: pointer;
}

@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left:2px;
}

.logos-fundacoes {
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.news_prev_img {
    width: 100%;
    height: 220px;
    margin: 20px 0;

    background-position: 50%;
    background-size: cover;
}

.medicine-thumb {
    width: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.cartaz-premio-biojam {
    height: 460px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.premio_anestesiologia {
    background-image: url('../images/premio_anestesiologia.jpg');
}

.premio_enfermagem_peri_operatoria {
    background-image: url('../images/premio_enfermagem_peri_operatoria.jpg');
}

.premio_farmacia_hospitalar {
    background-image: url('../images/premio_farmacia_hospitalar.jpg');
}

.premio_oncologia_pediatrica {
    background-image: url('../images/premio_oncologia_pediatrica.jpg');
}

.premio_nutricao_parenterica {
    background-image: url('../images/premio_nutricao_parenterica.jpg');
}

.premio_medicina_fisica_e_reabilitacao {
    background-image: url('../images/premio_medicina_fisica_e_reabilitacao.jpg');    
}

.logos-prod {
    width: 100%;
    height: 232px;
    background-image: url('../images/logos-prod.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.balls-stand {
    width: 100%;
    height: 232px;
    background-image: url('../images/sw-002.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.videos {
    height: 300px;
}

.title-news-small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
}

.desc-news-small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-video {
    width: 90%;
    margin: 0 5%;
}

.top-news-bar {
    width: 100%;
    top: 62px;
    right: 0px;
    background-color: #0764a2;
    color: #fff;
    text-align: center;
    padding: 14px;
    z-index: 1000;
    font-size: 14px;
    position: absolute;
}

/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */

    .news-video {
        width: 60%;
        margin: 0 20%;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 980px) {/* ************************************ */
/* ************************************************************************** */
    


/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 992px) {/* ************************************ */
/* ************************************************************************** */

    
    .inner-wrapper {
        width: 920px;
        margin: 0 auto;
    }
    
    .container {
        width: 920px;
        margin: 0 auto;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1080px) {/* *********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1200px) {/* *********************************** */
/* ************************************************************************** */

    .main-logo {
        height: 60px;
        width: 160px;
    }

    .header-mobile-wrapper {
        display: none;
    }
    
    .header-desktop-wrapper {
        display: block;
    }

    .navbar-wrapper {
        height: 74px;
    }

    .navbar {
        min-height: 74px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    
    .navbar-default {
        background-color: rgba(0,0,0,0.0);
        border: none;
    }
    
    .navbar-nav>li>a {
        padding: 27px 10px;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background-color: transparent;
    }
    
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.active>a {
        color: #fff;
        font-size: 14px;
    }

    .navbar-default .navbar-nav>.active>a {
        background-color: #0071bc;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #0764a2;
        background-color: rgb(255, 255, 255);
        font-weight: 700;
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 180px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .dropdown-menu>li>a {
        display: block;
        padding: 12px 26px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #0764a2;
        white-space: nowrap;
    }
    
    .dropdown-menu>li>a:hover {
        font-weight: bold;
        color: #0764a2;
        background-color: rgba(0,0,0,0.0);
    }
    
    .main-logo {
        margin: 7px 0 0 20px;
        float: left;
    }

    .top-news-bar {
        top: 76px;
        padding: 14px;
        font-size: 16px;
    }
    
    .inner-wrapper {
        width: 980px;
    }
    
    .container {
        width: 980px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1900px) { /* ********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
} /* ************************************************************************ */
/* ************************************************************************** */