﻿/*-------------------------------------------------------------------------------------------------*/

/* General */
body, h1, h2, h3, h4, h5, span, p, button {
    font-family: ubuntu;
}

/*---- Searching ----*/
.dnnSearchResultItem-Others{
    display:none;
}

.dnnSearchResultItem-Link{
    display:none;
}

.dnnSearchResultItem-Description{
    font-size:14px !important;
    font-weight:300 !important;
}

.dnnSearchResultItem-Title{
    font-size:14px !important;
    font-weight:normal !important;
    text-transform:uppercase;
}

#dnnSearchResult_dnnSearchBox_input{
    width:auto !important;
}

.dnnSearchResultAdvancedTip{
    visibility:hidden;
}

.dnnSearchBoxPanel{
    max-width: 100%;
    background-color: transparent !important;
}

.dnnSearchResultPanel{
    max-width: 100%;
}

.ModSearchResultsC {
    padding:10px;
}
.dnnSearchBoxPanel .dnnSearchBox {
   height: 35px;
   margin-right: 10px !important;
}

/*banner*/
.banner-item {
    width: 100%;
    padding-top: 38%;
    position: relative;
}

    .banner-item .img-item {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .banner-item .img-item .img-inner {
            position: relative;
            height: 100%;
        }

            .banner-item .img-item .img-inner img {
                width: 100%;
                object-fit: cover;
                height: 100%;
            }

/*Slider*/
.compat-object-fit {
    background-size: cover;
    background-position: center center;
}

.articleContentPane {
    float: none;
}

.breadcrumbPane {
    float: none;
}

/* FOOTER STYLE
-------------------------------------------------- */
.site-content {
}

.fertagus-footer {
    background-image: linear-gradient(rgba(65, 80, 109, 0.95), rgba(65, 80, 109, 0.95)), url(../img/DQ001250.jpg);
}

/* Para esconder o módulo dos cookies */
.footerBottomPane .ModCookieConsentC {
    display: none;
}

/*---------------------------- Destaque --------------------*/
.article-wrapper {
    padding-left: 200px;
    position: relative;
    float: none;
}

.article-wrapper:before {
    content: "";
    border-right: 2px solid #e7e7e7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 112px;
}

.article-wrapper .article-inner {
    padding-bottom: 50px;
    margin-bottom: 49px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:20px;
}

.article-wrapper .article-inner:before {
    content: "";
    width: 60px;
    border-bottom: 2px solid #e7e7e7;
    position: absolute;
    right: 100%;
    top: 71px;
    margin-right: 10px;
}

.article-wrapper .goback {
    text-align: center;
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 100%;
    top: 60px;
    margin-right: 106px;
    white-space: nowrap;
}

/*.article-wrapper .goback::before {
    content: "";
    width: 38px;
    height: 38px;
    background-color: #20a3f0;
    border: 14px solid #FFFFFF;
    position: absolute;
    right: -38px;
    top: -5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}*/
.article-wrapper .goback::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #20a3f0;
    position: absolute;
    right: -24px;
    top: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


        .article-wrapper .goback:after {
            content: "";
            width: 20px;
            height: 20px;
            border: 1px solid #20a3f0;
            position: absolute;
            right: -29px;
            top: 4px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

.article-wrapper .goback .btn-secondary {
    color: #0098D0;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #0098D0;
    border-style: solid;
    position: relative;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-family: ubuntu;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
}

.article-wrapper .goback:hover .btn-secondary {
    color: #ffffff;
    background-color: #0098D0;
}

.article-wrapper .article-content {
    color: #585857;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

        .article-wrapper .article-content p {
            margin: 0 0 20px;
            font-weight: 300;
        }

.content-breaker {
    height: 2px;
    background-color: #D9DF60;
    position: relative;
    width: 25%;
    margin-top: 25px;
}

.article-wrapper .social-links {
    text-align: center;
    font-size: 12px;
    color: #585857;
    position: absolute;
    right: 100%;
    bottom: 43px;
    margin-right: 106px;
    white-space: nowrap;
}

    .article-wrapper .social-links a:visited,
    .article-wrapper .social-links a {
        color: #585857;
        margin-right: 5px;
        font-size: 14px;
        text-decoration: none;
    }

        .article-wrapper .social-links a:hover,
        .article-wrapper .social-links a:focus,
        .article-wrapper .social-links a:active {
            color: #3D96CD;
            text-decoration: none;
        }

@media only screen and (max-width : 768px) {
    .article-wrapper:before,
    .article-wrapper .goback:before,
    .article-wrapper .goback,
    .content-breaker{
        display:none;
    }
    .article-wrapper{
        padding:0px;
    }
}

/*====================== START: Cookies ========================*/

/*.cookie-panel
{
    position: fixed;
    bottom: 0px;
    left: 2px;
    right: 2px;
    z-index: 99;
    display: block;
}

#CookieCloseWrapper a,
#CookieCloseWrapper a:visited,
#CookieCloseWrapper a:active
{
    padding: 5px 10px;
    color: #000;
    border: 1px solid #2fa4e7;
    color: #2fa4e7;
    outline: none;
    text-decoration: none;
}

#CookieCloseWrapper a:hover,
#CookieCloseWrapper a:visited:hover,
#CookieCloseWrapper a:focus  {
    background-color: #2fa4e7;
    color: #fff;
}

#cookie-container {
    background-color: #fff;
    padding: 5px 15px;
    display: block;
    color: #043963;
    border: 1px solid #2fa4e7;
    border-bottom: none;
}

#CookieMessage {
    margin-top: 10px;
}

#cookie-container::after {
}

#CookieCloseWrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}*/


.cookieClose,
.cookieClose:active
{
    padding: 5px 10px;
    color: #000;
    border: 1px solid #2fa4e7;
    color: #2fa4e7;
    outline: none;
    text-decoration: none;
}

.cookieClose:hover,
.cookieClose:focus
{
    background-color: #2fa4e7;
    color: #fff;
}

.cookie-message
{
    background-color: #fff;
    color: #043963;
    border: 1px solid #2fa4e7;
}

.CookieCloseWrapper
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*====================== END: Cookies ========================*/