tbody {
	font-family: 'Roboto', Arial, sans-serif;
	background-color: #fcfcfc;
}


/* Header */

.header {
    background-color: #24292e;
    padding: 50px;
    line-height: 1.5;
}

.header h1 {
    color: #FFF;
    text-shadow: 1px 1px #53c7e3, 1px -1px #53c7e3, -1px 1px #53c7e3, -1px -1px #53c7e3, 3px -3px #53c7e3;
    margin: 0;
    font-weight: bold;
    font-size: 29px;
}

.header p {
    color: #222;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 768px) {
    .header {
        margin-bottom: 20px;
    }
}


/* Section */

section.section {
	margin-bottom: 30px;
}

.section-title {
    color: #202224;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
}

.section-title > h2 {
    margin: 0;
    font-weight: 600;
}

.section-title > h2 .accent-color {
    color: #7FD5EA;
}

.section-title img {
    display: inline-block;
    vertical-align: baseline;
}

.section-title img.gopher-icon {
    height: 55px;
    position: relative;
    top: 5px;
    margin-right: -15px;
}

.section-title img.gophers-icon {
    height: 55px;
}

.section-title img.gophers-icon-2 {
    height: 55px;
}

.section-title img.gophers-icon.gophers-icon-right {
    position: absolute;
    right: 10px;
    top: -5px;
}

@media (max-width: 768px) {
    
    .section-title {
        text-align: center;
    }

    .section-title > h2 {
        font-size: 1.2rem;
    }

    .section-title img {
        display: none;
    }

}

section.section-pd {
    padding: 0 115px;
}

@media (max-width: 1560px) {
    section.section-pd {
        padding: 0 30px;
    }
}


/* Buttons */

.btn-loadmore { 
	color: #202224; 
	background-color: #e9e9e9; 
	border-color: #e9e9e9; 
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
} 

.btn-loadmore:hover, 
.btn-loadmore:focus, 
.btn-loadmore:active, 
.btn-loadmore.active, 
.open .dropdown-toggle.btn-loadmore { 
	color: #787878; 
	background-color: #e9e9e9; 
	border-color: #e9e9e9; 
} 

.btn-loadmore:active, 
.btn-loadmore.active, 
.open .dropdown-toggle.btn-loadmore { 
	background-image: none; 
} 

.btn-loadmore.disabled, 
.btn-loadmore[disabled], 
fieldset[disabled] .btn-loadmore, 
.btn-loadmore.disabled:hover, 
.btn-loadmore[disabled]:hover, 
fieldset[disabled] .btn-loadmore:hover, 
.btn-loadmore.disabled:focus, 
.btn-loadmore[disabled]:focus, 
fieldset[disabled] .btn-loadmore:focus, 
.btn-loadmore.disabled:active, 
.btn-loadmore[disabled]:active, 
fieldset[disabled] .btn-loadmore:active, 
.btn-loadmore.disabled.active, 
.btn-loadmore[disabled].active, 
fieldset[disabled] .btn-loadmore.active { 
	background-color: #e9e9e9; 
	border-color: #e9e9e9; 
} 

.btn-loadmore .badge { 
	color: #e9e9e9; 
	background-color: #787878; 
}

.btn-outline-light { 
    color: #515151; 
    background-color: transparent; 
    border-color: #e9e9e9; 
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: none;
} 

.btn-outline-light:hover, 
.btn-outline-light:focus, 
.btn-outline-light:active, 
.btn-outline-light.active, 
.open .dropdown-toggle.btn-outline-light { 
    color: #424242; 
    background-color: transparent; 
    border-color: #CCC; 
} 

.btn-outline-light:active, 
.btn-outline-light.active, 
.open .dropdown-toggle.btn-outline-light { 
    background-image: none; 
} 

.btn-outline-light.disabled, 
.btn-outline-light[disabled], 
fieldset[disabled] .btn-outline-light, 
.btn-outline-light.disabled:hover, 
.btn-outline-light[disabled]:hover, 
fieldset[disabled] .btn-outline-light:hover, 
.btn-outline-light.disabled:focus, 
.btn-outline-light[disabled]:focus, 
fieldset[disabled] .btn-outline-light:focus, 
.btn-outline-light.disabled:active, 
.btn-outline-light[disabled]:active, 
fieldset[disabled] .btn-outline-light:active, 
.btn-outline-light.disabled.active, 
.btn-outline-light[disabled].active, 
fieldset[disabled] .btn-outline-light.active { 
    background-color: #CCC; 
    border-color: #CCC; 
} 

.btn-outline-light .badge { 
    color: #FFF; 
    background-color: #787878; 
}


.btn-isotope { 
    color: #515151; 
    background-color: transparent; 
    border-color: #e9e9e9; 
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    padding: 0.25rem 2.3rem;
    font-size: 1.075rem;
    line-height: 1.4;
    margin-bottom: 5px;
} 

.btn-isotope:hover, 
.btn-isotope:focus, 
.btn-isotope:active, 
.btn-isotope.active, 
.open .dropdown-toggle.btn-isotope { 
    color: #424242; 
    background-color: transparent; 
    border-color: #CCC; 
} 

.btn-isotope:active, 
.btn-isotope.active, 
.open .dropdown-toggle.btn-isotope { 
    background-image: none; 
} 

.btn-isotope.disabled, 
.btn-isotope[disabled], 
fieldset[disabled] .btn-isotope, 
.btn-isotope.disabled:hover, 
.btn-isotope[disabled]:hover, 
fieldset[disabled] .btn-isotope:hover, 
.btn-isotope.disabled:focus, 
.btn-isotope[disabled]:focus, 
fieldset[disabled] .btn-isotope:focus, 
.btn-isotope.disabled:active, 
.btn-isotope[disabled]:active, 
fieldset[disabled] .btn-isotope:active, 
.btn-isotope.disabled.active, 
.btn-isotope[disabled].active, 
fieldset[disabled] .btn-isotope.active { 
    background-color: #CCC; 
    border-color: #CCC; 
} 

.btn-isotope .badge { 
    color: #FFF; 
    background-color: #787878; 
}


.btn-inscrever {
    font-size: 1.5rem !important;
    padding: 8px 61px;
}

@media (max-width: 768px) {
    .btn-inscrever {
        font-size: 1.1rem !important;
    }

    .btn-contribuicao > span {
        display: block;    
    }
}


/* Dados GOMAN */

.dados-goman {
    background-color: #FFF;
    line-height: 1.5;
    margin: -15px;
    position: relative;
    padding: 30px 115px 50px;
}

@media (min-width: 979px) and (max-width: 1560px) {
    .dados-goman {
        padding: 30px;
    }
}

@media (max-width: 978px) {
    .dados-goman {
        padding: 30px;
    }
}

.dados-goman .goman-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    border-radius: 100%;
    overflow: hidden;
}

.dados-goman .goman-description {
    color: #414141;
    font-size: 16px;
}

.dados-goman .dados-goman-name {
    font-size: 21px;
    font-weight: 500;
}

.dados-goman .dados-goman-username {
    font-weight: 300;
}

.dados-goman .goman-website a {
    color: #202224;
    font-size: 14px;
}

.dados-goman .goman-website a:hover,
.dados-goman .goman-website a:focus {
    color: #787878;
}

.dados-goman .goman-location {
    color: #787878;
    font-size: 14px;
}

.dados-goman .goman-facts {
    line-height: 1;
}

.dados-goman .goman-sobre-title {
    color: #202224;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 30px 0 10px;
}

.dados-goman .goman-sobre {
    font-size: 14px;
    line-height: 1.5;
    color: #787878;
}

.dados-goman .goman-other-links {
    line-height: 1;
    font-size: 13px;
}

.dados-goman .goman-other-links .fa {
    font-size: 24px;
}

.dados-goman .goman-social .list-group .list-group-item a {
    display: block;
    border-radius: 100%;
    padding: 8px 0 0;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #e9e9e9;
    color: #787878;
}

.dados-goman .goman-social .list-group .list-group-item a:hover,
.dados-goman .goman-social .list-group .list-group-item a:focus {
    color: #202224;
    border-color: #202224;
}

.dados-goman .list-group.list-group-info {
    line-height: 1;
}

.dados-goman .mr-15 {
    margin-right: 15px;
}

.dados-goman .list-group.list-group-sidebar-desc .list-group-item,
.dados-goman .list-group.list-group-info .list-group-item {
    padding: .75rem 0;
}

.link-sidebar {
    color: #555;
}

.link-sidebar:hover {
    color: #333;
    text-decoration: underline;
}

.sidebar-quick-title {
    background-image: linear-gradient(45deg, #75cddb, #64b5c4, #5eaab8);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    
    width: 100%;
    height: 52px;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 12px;


    position: relative;
        display: inline-block;
        vertical-align: middle;

        color: #FFF;
        font-size: 22px;
        padding-left: 24px;
    font-weight: 700;
        text-align: center;
}

.sidebar-quick-gopher {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    right: 5px;
    width: 80px;
}

/* Projects */

.ml-projects {
    margin-left: 1rem;
}

@media (max-width: 978px) {
    .ml-projects {
        margin-left: -15px;
    }
}

.quick-card {
    background-color: #f1fbfc;

    border-radius: 8px;
    padding: 20px 26px;
    text-align: center;

    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,0.06), 0 1px 22px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 12px rgba(0,0,0,0.06), 0 1px 22px rgba(0,0,0,0.12);
    box-shadow: 0 1px 12px rgba(0,0,0,0.06), 0 1px 22px rgba(0,0,0,0.12);
}

.quick-card .quick-card-logo {
    width: 90%;
}

@media (max-width: 978px) {
    .quick-card .quick-card-logo {
        width: 100%;
    }
}

.project-stats-images {
    > div {
        margin-right: 8px;
    }
}

.sidebar-linkedin {
    border: 1px solid #efefef;
    border-radius: 8px;
    overflow: hidden;
}

.sidebar-linkedin .sidebar-linkedin-header {
    background-color: #fafafa;
    border-bottom: 1px solid #efefef;
    padding: 16px;

    img {
        width: 110px;
    }
}

.sidebar-linkedin .sidebar-linkedin-body {
    padding: 16px;
    line-height: 1.2;
}

.sidebar-linkedin .sidebar-linkedin-body .sidebar-linkedin-avatar {
    border: 1px solid #efefef;
    border-radius: 100%;
    height: 85px;
    width: 85px;
    margin-right: 12px;
}

.sidebar-linkedin .sidebar-linkedin-body .sidebar-linkedin-name {
    color: #181818;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-linkedin .sidebar-linkedin-body .sidebar-linkedin-description {
    color: #181818;
    font-size: 16px;
}

.sidebar-linkedin .sidebar-linkedin-body .sidebar-linkedin-company {
    color: #787878;
    font-size: 16px;
    margin-bottom: 12px;
}


.quick-card-title a {
    color: #838383;
}

.quick-card-title img {
    height: 35px;
    width: 35px;
    margin-right: 12px;
}

.quick-card .project-description {
    text-align: left !important;
}

.project-item {
    background-color: #ffffff;
    border: 2px solid #75CDDC;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 20px 26px;
}

.project-item:hover {
    background-color: #f1fbfc;
}

.project-item .project-title {
    margin-bottom: 8px;
}

.project-item .project-title > a {
    color: #0366d6;
    font-weight: bold;
}

.project-item .project-description {
    color: #586069;
    font-size: 14px;
    margin-bottom: 8px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-item .project-stats {
    margin-bottom: 8px;
}

.project-item .project-language-go {
    color: #00ADD8;
}

.project-item .project-language-html {
    color: #e34c26;
}

.project-item .project-stats .project-stats-item {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 15px;
}

.project-item .project-stats .project-stats-item * {
    display: inline-block;
    vertical-align: baseline;
}

@media (max-width: 978px) {
    .project-item .project-stats .project-stats-item {
        margin-right: 0;
    }
}

/* Dados contribuição */

.dados-contribuicao.dados-contribuicao-hide {
    display: none;
}

.dados-contribuicao .contribuicao-titulo {
    color: #787878;
    font-weight: 500;
    display: block;
}

.dados-contribuicao .contribuicao-titulo .contribuicao-count {
    font-size: 20px;
}

.dados-contribuicao .contribuicao-img {
    margin: 10px 0 25px;
}



/* Gopher Adventure */

.section-gopher-adventure {
    background-color: #F6F6F6;
    padding: 30px;
}

.section-gopher-adventure .img-gopher-adventure {
    height: 225px;
}

.section-gopher-adventure .text-gostou {
    color: #272829;
    font-size: 4rem;
    font-weight: bold;
    display: block;
}

@media (max-width: 768px) {

    .section-gopher-adventure .img-gopher-adventure {
        height: 150px;
    }

}


/* Go Bootcamp */
.gobootcamp-img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* O que preparamos */

#TabGalleryCourseGo,
#TabGalleryEventoGoBH2023,
#TabGalleryPalestraSESI2024,
#TabGalleryPalestraIFMG2025,
#TabGalleryEvents {
    display: none;
}

.podcast-gallery-tab {
    display: none;
}

.podcast-gallery-tab.podcast-gallery-tab-active {
    display: block;
}

.podcast-gallery-button:not(.podcast-gallery-button-active) {
    background-color: transparent;
    border-color: #212529;
    color: #212529;
}

.ementa-bg {
    background-color: #eef0f2;
}

.curso-details-block {
    background-color: #FFF;
    padding: 30px;
}

.curso-details-block .curso-details-title {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -.03125rem;
    font-weight: 500;
    text-align: center;
    color: #192842;
    margin-bottom: 15px;
    display: block;
}

.curso-details-block .curso-details-item {
    font-size: 15px;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    color: #7f8fa4;
    height: auto;
    padding: 15px;
}

.curso-details-block .curso-details-item ~ .curso-details-item {
    border-top: 1px solid #e3edf4;
}

.card-photo-text {
    font-size: 13px;
    margin-top: 3px;
}

.card-photo-icons .fa {
    font-size: 13px;
    margin: 0 2px 0;
}

@media (max-width: 768px) {

    .texto-o-que-preparamos {
        text-align: center;
    }

}


/* Dados Curso */

.curso-details-bg {
    background-color: #F3F7F9;
}

.list-curso-details {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

.list-curso-details li {
    margin-bottom: 15px;
}

.list-curso-details li span.curso-details-bullet {
    color: #424242;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 15px;
}

.text-investimento {
    font-size: 16px;
}

.text-investimento .text-investimento-number {
    color: #2ecc71;
    font-size: 21px;
    font-weight: bold;
}


/* Projetos diversos */

.card-project {
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
}

.card-project > a {
    color: #0366d6;
    color: #00acd7;
    color: #202224;
    text-decoration: none;
}

.card-project > a span {
    font-weight: bold;
}

.card-project > a:hover,
.card-project > a:focus {
    text-decoration: underline;
}

.card-project > p {
    color: #666;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.3;
}

.card-project.card-project-img {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-project.card-project-img .card-project-body {
    padding: 15px;
}

.card-project.card-project-img .card-project-body > a {
    font-weight: 600;
    color: #202224;
    font-size: 14px;
}

.card-project.card-project-img .card-project-body > p {
    font-size: 14px;
    line-height: 1.5;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 0;
}

.card-project.card-project-case {
    padding: 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-project.card-project-case .card-project-body {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 15px 30px;
    text-align: center;
}

.card-project.card-project-case:hover .card-project-body {
    background-color: rgba(67, 153, 174, .5);
}

.card-project.card-project-case .card-project-body > a {
    font-weight: 600;
    color: #F6F6F6;
    font-size: 14px;
}

.card-project.card-project-case .card-project-body > p {
    font-size: 14px;
    line-height: 1.5;
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 0;
}

.alguns-projetos .card-project.card-project-case .card-project-body {
    background-color: rgb(247, 255, 246);
}

.alguns-projetos .card-project.card-project-case:hover .card-project-body {
    background-color: rgba(247, 255, 246, .5);
}

.alguns-projetos .card-project.card-project-case .card-project-body > a {
    color: #424242;
}

.alguns-projetos .card-project.card-project-case .card-project-body > p {
    color: #171717;
}

.projetos-diversos .card-project.card-project-case .card-project-body {
    background-color: rgba(246, 239, 255, .5);
}

.projetos-diversos .card-project.card-project-case:hover .card-project-body {
    background-color: rgb(246, 239, 255);
}

.projetos-diversos .card-project.card-project-case .card-project-body > a {
    color: #424242;
}

.projetos-diversos .card-project.card-project-case .card-project-body > p {
    color: #171717;
}

.grid-item-card-project {
    width: 32%;
    margin: 0.333333%;
}

@media (max-width: 768px) {
    .grid-item-card-project {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


/* Lista Grupos Telegram */

.list-groups-telegram li {
    display: inline-block;
    margin-bottom: 30px;
}

.list-groups-telegram li img {
    border-radius: 100%;
    height: 120px;
}



/* Gopher */

.title-gopher {
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 50px;
}

.title-gopher.title-gopher-inverted {
    top: 100%;
    right: 60px;
    height: 60px;
    margin-top: 1px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* Communities */

.communities-item {
    background-color: #f9f9f9;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
}

.communities-img {
    height: 100px;
    border-radius: 100%;
    width: 100px;
}

.communities-title {
    font-weight: 500;
    margin-top: 10px;
}

.communities-description {
    color: #aaa;
    margin: 5px 0 15px;
    font-size: 16px;
}

.btn-view-telegram {
    background-color: #000;
    padding: 8px 24px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-size: 14px;
}

.btn-view-telegram:hover {
    background-color: #414141;
    color: #FFF;
}



/* Rodapé */

.footer {
    margin-top: 90px;
}

.footer-top {
    background-color: #F6F6F6;
    padding: 50px;
    position: relative;
}

.footer-top .footer-text-gostou {
    color: #272829;
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
}

.footer-top .footer-img-gopher {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    margin-bottom: -50px;
    display: none;
}

@media (min-width: 990px) {
    .footer-top .footer-img-gopher {
        display: block;
    }
}

.footer-bottom {
    padding: 5px;
}

.img-gopher-love {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.footer-bottom .link-amamos-go {
    color: #F6F6F6;
    font-size: 21px;
}

.footer-bottom .link-amamos-go:hover,
.footer-bottom .link-amamos-go:focus {
    text-decoration: none;
    color: #EAEAEA;
}

.footer-copyright {
    background-color: #24292e;
    color: #cecece;
    font-size: 16px;
    padding: 30px 0;
}

/* Sections styles */

.btn-section {
    background-color: #212529;
    padding: 8px 22px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

.btn-section:hover {
    background-color: #000;
    color: #FFF;
}

.btn-section.btn-section-tab {
    padding: 3px 16px;
}

.tabs-title-border {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.tabs-title-border.tabs-title-border-col {
    margin-left: -15px;
    margin-right: -15px;
}

.tabs-title-item {
    border-bottom: 3px solid transparent;
    padding: 10px 16px;
    color: #24292e;
    font-size: 22px;
    margin-bottom: -3px;
    cursor: pointer;
    float: left;
    margin-right: 50px;
}

@media (max-width: 978px) {
    .tabs-title-item {
        margin-right: 0;
    }
}

.tabs-title-item.tabs-title-item-active,
.tabs-title-item:hover {
    border-bottom: 3px solid #24292e;
    font-weight: 500;
}

/* Channel (Videos) */

.channel-item {
    background-color: #f9f9f9;
}

.channel-item .ratio iframe {
    height: 250px;
    width: 100%;
}

.channel-item-coming-soon {
    background-color: #fafafa;
    border-radius: 4px;
    padding: 12%;
    height: 250px;
    width: 100%;
    font-size: 5rem;
    color: #d9d9d9;
    text-align: center;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
}

.channel-item-coming-soon-text {
    font-size: 1rem;
    color: #b9b9b9;
    display: block;
}

.channel-item-link,
.channel-item-link:hover,
.channel-item-link:active {
    text-decoration: none;
}

.channel-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
}

.channel-title {
    font-weight: 500;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1;
    padding: 0 30px 0;
}

.channel-description {
    color: #aaa;
    margin: 15px 0;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    padding: 0 30px 30px;
}


/* Articles */

.article-item {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}

.article-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}

.article-title {
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

.article-author {
    padding: 0 30px;
    color: #b8b7b8;
    font-weight: 300;
    font-size: 17px;
    margin-top: 10px;
}

.article-author strong {
    color: #24292e;
    font-weight: 500;
}

.article-description {
    color: #aaa;
    margin: 15px 0;
    font-size: 16px;
    text-align: justify;
    padding: 0 30px 0;
}

/* Slide */

.slide-item {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.slide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 220px;
}

.slide-description {
    padding: 10px;
}

.slide-description-avatar {
    width: 32px;
    height: 32px;
}

.slide-description-username {
    font-weight: 500;
    color: #575757;
    margin-left: 10px;
}

.slide-star-count {
    font-weight: 500;
    color: #575757;
    margin-left: 10px;
}

.slide-star-count .fa {
    color: #b7b7b7;
    font-size: 18px;
}

.slide-description-avatar,
.slide-description-username,
.slide-star-count,
.slide-star-count *,
.slide-description-views * {
    display: inline-block;
    vertical-align: middle;
}

.slide-description-author {
    float: left;
}

.slide-description-views {
    float: right;
}

.slide-description-views .fa {
    color: #b7b7b7;
    font-size: 18px;
}

/* Icons */

.img-icon-container {
    width: 21px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.img-icon-container-baseline {
    vertical-align: baseline;
}

.img-icon-container > img {
    width: 100%;
}

.icon-brazil-text {
    display: inline-block;
    vertical-align: baseline;
}

.img-icon-container.icon-brazil {
    margin-right: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: baseline;
}

.img-icon-container.icon-programming {
    width: 32px;
    vertical-align: baseline;
}

.img-icon-container .img-icon-fa {
    color: #8b969e;
    font-size: 21px;
}

.img-icon-container.img-icon-postman {
    width: 25px;
    left: -2px;
    position: relative;
}

/* POPUP POLITICA COOKIES */

.popup-cookies {
    position: fixed;
    width: 600px;
    right: 0;
    bottom: 10%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 8;
    margin-right: 1%;
    padding: 0 0 15px;
    display: none;
    -webkit-box-shadow: 0 3px 6px rgba(124, 121, 121, 0.75), 0 3px 6px rgba(112, 110, 110, 0.7);
    -moz-box-shadow: 0 3px 6px rgba(116, 113, 113, 0.78), 0 3px 6px rgba(114, 112, 112, 0.75);
    box-shadow: 0 3px 6px rgba(133, 130, 130, 0.7), 0 3px 6px rgba(122, 121, 121, 0.73);
}

.popup-cookies .row{
    display:flex;
    justify-content: flex-start;

}
.popup-cookies p {
    margin-bottom: 0px;
    font-size: 16.7px;
    padding-top: 15px;
}

.popup-cookies strong {
    font-weight: bold;
	font-size: 25px;
    color:#e60606;
}

.popup-cookies .btn-popup-cookies {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 17px;
    font-weight: 550;
    text-align: center;
    padding: 13px 28px;
    border-radius: 6px;
    border: solid 1px;
    border-color: #000 ;
    background-color:  #fff;
    display: inline-block;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popup-cookies .btn-popup-cookies:hover {
    color: #fff;
    border: solid 1px;
    border-color: #01b1b5;
    background-color: #01b1b5;
}

.writing-cookies-10{
    width: 80%;
    margin-left: 40px;
    font-size:20px;
    height:165px;
    padding-top: 30px;
}

.writing-cookies-2{
    width: 86%;
    margin-left: 40px;
    margin-top: 15px;
	margin-bottom: 20px;
}

.img-cookie{
    margin-top:-140px;
    margin-left: 450px;
}

.img-cookie-2{
        display:none;
}  

.row-sites {
    margin-top: 30px;
}

@media (max-width: 500px) {

    br{
        display: none;
    }

    .popup-cookies{
        position: fixed;
        height: 290px;
        width: 100%;
        
        bottom: 0;
        margin-right: 0;
        border-radius: 0px;
        }

    .popup-cookies .btn-popup-cookies {
        background-color: #000;
        color: #fff;
        width: 100%;
        border-radius: 5px;
        font-size: 15px;
    }

    .popup-cookies .row{
        display: inline;
        text-align: justify;
    }

    .writing-cookies-10{
        justify-content: flex-end;
        width: 70%;
        height: auto;
        font-size: 20px;
        margin-left: 5%;
        margin-top: -7%;
    }

    .writing-cookies-2{
        width: 90%;
        height: 75px;
        margin-left: 5%;
        margin-top: 5%;
    }

    .img-cookie{
        display:none;
}  

.img-cookie-2{
        display: flex;
        width: 25%;
        margin-top:  -50%;
        margin-left: 77%;
}  
}