/**
* Estilos de estruturação de seções, margens e macro divisões do layout
*/
:root {
    --container-width: 100vh;
}

@media only screen and (min-width:768px) {
    :root {
        --container-width: 720px;
    }
}

@media only screen and (min-width:992px) {
    :root {
        --container-width: 964px;
    }
}

@media only screen and (min-width:1140px) {

    :root {
        --container-width: 1080px;
    }
}

:root{
    --container-both-border: calc(100vw - var(--container-width));
    --container-side-border: calc(var(--container-both-border) / 2);
}

@media only screen and (min-width:1220px) {

    :root {
        --container-width: 1220px;
    }

}

@media only screen and (min-width:1320px) {

    :root {
        --container-width: 1286px;

    }
    
}


/* Sections*/
.section{
    padding: 20px 0;
}

.p-section,
.ads-section{
    width: 100%;
    display: block;
    padding:20px 0;
}

.p-section .ads-section{
    padding:0;
}

/* Sections Content*/
.section-header{
    margin-top: -30px;
    padding: 30px 0;
}

.container-xs{
    padding-left: 30px;
    padding-right: 30px;
}

/* single container*/
.single-container {
    max-width: 1080px;
    width: 100%;
    padding: 0 15px;
    margin:0 auto;
}

/* separator */
hr.separator{
    border-top: 1px solid #ccc;
    margin: 20px 0;
    display: block;
    width: 100%;
}

/* loops */
.loop-container{
    margin-bottom:30px;
    padding:0 30px;
}

.loop-container .site-button{
    padding: 0;
}


.loop-content .site-card{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.loop-content .site-card:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}

/* widgets */
.sidebar .widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar .widget:last-child{
    margin-bottom: 0;
}

.site-widget{
    background: #fff;
}

.site-widget .widget-header{
    border-top: 3px solid #e7e7e7;
    padding: 20px 0 0 0;
    text-align: center;
}

.site-widget .widget-header .widget-icon{
    line-height: 1;
    margin-right: 10px; 
    display: inline-block;
    font-size: 40px;
}

.site-widget .widget-header .widgettitle{
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}

.site-widget .widget-header .widgettitle .widget-hat{
    text-transform: uppercase;
    font-family: 'Roboto' , 'Arial' , 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 30px;
    display: block;
    text-align: left;
}

.site-widget .widget-header .widgettitle .widget-hat .title-comments{
   color: var(--nd-azul);
}

.site-widget .widget-header .widgettitle .widget-hat .number-comments{
    font-weight: 700;
    color: var(--nd-roxo);
}
 
.site-widget .widget-header.single .widget-icon{
    text-transform: uppercase;
    font-size: 22px;
}

.widget-content{
    padding: 20px 0;
}

.widget .site-button{
    width: 100%;
    padding: 0 15px;
}

/* Titles */
.section-title{  
    padding: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.section-title .text-section-title, .section-title .icon-section-title{
    font-weight: 900;
    line-height: 1;
    font-family: 'Roboto' , 'Arial' , 'Arial', 'san-serif';
    color: var(--nd-azul);
    font-size: 36px;
}

.section-title .icon-section-title{
    display: block;
    float:left;
    bottom:-2.5px;
    position: relative;
    z-index: 1;
    color: var(--nd-roxo);
    width:0;
    overflow: visible;
}

.section-title .text-section-title{
    position: relative;
    display: block;
    float:left;
    padding-left: 11px;
    margin:0;
}

.section-subtitle{
    font-weight: 700;
    padding: 0 15px;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}

.section-description{
    padding: 0 15px;
    margin: 20px 0 0 0;
    font-size: 18px;
    display: block;
    width: 100%;
}

/* acompanhando a rolagem*/
.scrolling-content{
    position: relative;
    display: block;
    width: 100%;
}

.scrolltofixed{
    width: 100%;
}

.scroll-to-fixed-fixed.scrolltofixed{
    position: absolute;
    top:0;
}

.scrolltofixed.absolute-bottom{
    position: absolute;
    left:0!important;
    top:0!important;
}

/* publicidades in feed */
.loop-container .pp-type-outstream div[data-premium]:before, 
.loop-container .pp-type-intext div[data-premium]:before, 
.loop-container  .pp-type-infeed div[data-premium]:before{
    font-family: 'Roboto' , 'Arial' , 'Arial' , 'sans-serif';
    font-size: 10px;
    text-align: left;
    content: 'Publicidade';
    text-transform: uppercase;
}

@media only screen and (min-width:768px) {

    .single-container {
        padding: 0 15px;
    }
    
    .container-xs{
        padding-left: 15px;
        padding-right: 15px;
    }

    /* secttions */
    .section{
        padding: 40px 0;
    }

    .p-section,
    .ads-section{
        padding: 30px 0;
    }

    .section-header{
        margin-top: -40px;
        padding: 40px 0;
    }

    .loop-container{
        margin-bottom: 40px;
        padding: 0 15px;
    }

    
    #loop-content .site-card{
        padding-bottom: 30px;
        margin-bottom:30px;
    }

    .sidebar .widget{
        margin-bottom: 40px;
    }

    .site-widget .widget-header{
        padding: 30px 0;
    }

    .widget-content{
        padding: 30px 0;
    }

    /* Titles */
    .section-title{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .section-title .text-section-title{
        font-size: 32px;
    }

    .section-description{
        padding: 0;
        font-size: 22px;
    }

    

}

@media only screen and (min-width:1024px) {
    
    .container{
        max-width: 964px;
    }

}
@media only screen and (min-width:1140px) {

    .container{
        max-width: 1080px;
    }

    /* Titles */
    .section-title{  
        margin-bottom: 30px;
    }
    .section-title .text-section-title, .section-title .icon-section-title{
        font-size: 50px;
    }
    .section-title .icon-section-title{
        font-size: 50px;
        bottom:-3.1px;
    }

    .section-title .text-section-title{
        padding-left:18px;
    }

}
@media only screen and (min-width:1280px) {

    .container{
        max-width: 1220px;
    }

    .default-sidebar{
        padding-left: 90px;
    }

    .loop-section .sidebar{
        padding-left: 65px;
    }

}

@media only screen and (min-width:1320px) {

    .container{
        max-width: 1286px;
    }

}