/*******
**Slider
********/

#metaslider_88 > ol {
    position: relative;
    z-index: 1000;
    margin-top: -50px !important;
}

#metaslider_88 > ol > li > a {
    background: #f0f0f0;
}

.flex-control-paging li a.flex-active {
    background: #75d0c7 !important;
}

.flex-prev, .flex-next {
    margin-top: 10% !important;    
    }
    
/*******
**About
********/

.about {
    background-color: #f3f3f3;
    padding: 2% 0;
}


/*********
**Soluções
**********/

.solutions h1 {
    text-align: center;
    margin-bottom: 3%;
}

.color-solution {
    height: 10px;
    width: 100%;
}

#solution-1 .color-solution, #solution-1 .vejaMais {
    background-color: #00b5f7;
}

#solution-2 .color-solution, #solution-2 .vejaMais {
    background-color: #6f733d;
}

#solution-3 .color-solution, #solution-3 .vejaMais {
    background-color: #52a10a;
}

#solution-4 .color-solution, #solution-4 .vejaMais {
    background-color: #5e2b7f;
}

#solution-5 .color-solution, #solution-5 .vejaMais {
    background-color: #25216b;
}

#solution-6 .color-solution, #solution-6 .vejaMais {
    background-color: #f58634;
}

#solution-1, #solution-3 {
    background-color: #e8e8e8;
}

.img-solution img {
    width:100%;
}

#solution-1 > figure, #solution-2 > figure, #solution-3 > figure {
    margin: 0;
}

.vejaMais, .vejaMais:hover, .vejaMais:active, .vejaMais:visited {
    color: #ffffff;
    font-size: 17px;
    padding: 0 8px;
    float: right;
    margin-bottom: 15px;
}

.solucoes-home {
    padding: 0;
    margin-bottom: 20px;
}

.solucoes-home h1, .solucoes-home p {
    text-align: center;
}

.bt-solution {
    font-size: 15px;
    margin-top: 50px;
    background: #00b7fd;
    border: 0;
    border-radius:0; 
}

.bt-solution a {
    color: #ffffff;
}

/*********
**Destaque
**********/

.destaque-box {
    background-color: #ffffff;
    padding: 10px 20px 25px 20px;
    margin-bottom: 30px;
}

#destaque-1 img, #destaque-2 img, #destaque-3 img, #destaque-4 img{
    display: block;
    margin: auto;
    width: 100%;
}

.vejaMaisDestaque, .vejaMaisDestaque:hover, .vejaMaisDestaque:active, .vejaMaisDestaque:visited {
    position: relative;
    font-size: 16px;
    color: #999999;
    padding: 1px 8px;
    border: 1px solid #999999;
}

#destaque-1 .destaque-box, #destaque-3 .destaque-box {
    float: right;
}

#destaque-2 .destaque-box, #destaque-4 .destaque-box {
    float: left;
}

#content > div:nth-child(2) > div.col-md-9.aligncenter > h1 {
    margin: 3% 0;
}

#content > div:nth-child(2) > div.col-md-9.aligncenter > p:nth-child(2) > img {
    margin: 5% 15%;
    margin-top: 3%;   
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #00b7fd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}


element.style {
    display: block;
}
.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    padding: 20px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}
.slick-prev {
    left: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media all and (max-width: 480px) {
    
    #responsive-menu-button {
        position: absolute !important;
        left: 5px !important;
        z-index: 999999 !important;
        width: 40px !important;
        height: 30px !important;
        top: 5px !important;
    }
    
    .social-media-top .fa {
        font-size: 1em;
        padding: 6px 6px;
    }
    
    #topper {
        height: 40px;
    }
    
    #site-navigation {
        display: none;
    }
    
    .slider {
        position: relative;
        margin-top: 80px;
    }
    
    .search-form {
        display: none;
    }
    
    #metaslider_88 > ol {
        display: none;
    }
    
    .site-branding {
        position: absolute;
        right: 0;
        margin-top: 25px;
    }
    
    #homepage .site-branding {
        position: absolute;
        margin-top: 30px;
        right: 30%;
        left: 30%;
    }
    
    .site-branding img {
        width: 100px;
        height: auto;
    }
    
    .social-footer {
        position: relative;
        float: none;
        margin: 0;
        text-align: center;
    }
    .social-footer .icon-social-media {
        float: none;
        display: inline;
    }
    
    #footer-col-2 {
        position: relative;
        float: none;
        margin: auto;
        text-align: center;
    }
    
    #nav_menu-4,
    #nav_menu-5,
    #nav_menu-6 {
    float: none;
    margin: 0;
    width: 90%;
    }
    
    .slick-prev:before, .slick-next:before {
        display: none;
    }
    
     #footer-col-2 {
        display: none;
    }
    
    .equipe-box {
        width: 48%;
        display: inline-block;
        float: none;
        position: relative;
        margin: auto;
    }
    
    .destaque-eventos {
        width: 90% !important;
        margin: 20px auto !important;
    }
    
    .siderpage {
        margin-top: 30px;
    }
    
    #box-1-uti-adulto > ul,
    #box-2-uti-adulto > ul,
    #box-3-uti-adulto > ul,
    #box-4-uti-adulto > ul {
        margin: 0 0 1.5em 0;
    }
    
    #solution-content,
    #solucoes {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #publicacoes > div > div.col-md-10 > div > div.col-md-12.destaque-box {
        height: 280px;
    }
    #publicacoes > div > div.col-md-10 > div > div > a {
        right: 10px;
    }
    
    #interna .site-branding {
        display: none;
    }
}