.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }


/*HEADER*/
.main_header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.main_header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.main_header_logo { text-align:center; margin:auto; float:none; width:138px; }
.main_header_logo img { height:69px; }

/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }

.box-artigo   { width:100%; float:left; background:#fff; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:3px; padding:1em; }

/*Slider*/
        /* Mantendo os estilos originais */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            overflow-x: hidden;
        }

        .slider {
            width: 100%;
            height: 100%;
            position: relative;
            background: #242424;
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 1.1s ease-in-out;
            will-change: transform;
        }

        .slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .seta {
            z-index: 10;
            position: absolute;
            margin: auto;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            height: 1.5rem;
            font-size: 2.5em;
            color: cornsilk;
            opacity: 0.5;
            transition: opacity 1s;
            background: none;
            border: none;
            cursor: pointer;
        }

        .seta:hover {
            opacity: 1;
        }

        .arrow-left {
            left: 2%;
        }

        .arrow-right {
            right: 2%;
        }

        .paginacao {
            position: absolute;
            margin: auto;
            bottom: 2%;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 5;
        }

        .botao i {
            font-size: 1rem;
            color: #fff;
            cursor: pointer;
            transition: color 0.3s;
        }

        .botao i.fa-dot-circle {
            color: yellow;
        }

/*FOOTER*/
.main_footer          { background-color:#353535; color:#fff; font-size:0.875em; }
.main_footer .content { display: flex; padding:3em 0em; justify-content: space-between; align-items: center; flex-wrap: wrap;  }


.main_footer_copy       { margin: 150px 0 0 0; background-color:#262626; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { max-width: 60%; text-align: left; font-family:'open_sanslight'; font-size:16px; color:#e1e0e0; height:20px; }
.main_footer_copy .m-b-footer   { margin: 0 0 0 -60px; width:100%; float:left; text-align:center;}
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
.desenv_rodape_pingo { max-width: 40%; text-align: right; display: flex; align-items: center; gap: 10px; font-weight: bold; color:#fff; margin:-45px 0 0 0; padding:0 0 0 80px;}

.desenv_rodape_pingo img {
	height: 50px; /* Ajuste conforme necessário */
}
#rodape_logo_pingo{ width:70px; height:40px; margin:30px 0 0 10px;
}
 /* Responsivo */
@media (max-width: 768px) {
.main_footer_copy       { margin: 150px 0 0 0; background-color:#262626; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { max-width: 70%; text-align: left; font-family:'open_sanslight'; font-size:12px; color:#e1e0e0; height:20px; }
.main_footer_copy .m-b-footer   { margin: 0 0 30px 60px; width:100%; float:center; text-align:center;}
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
.desenv_rodape_pingo { width:50%; text-align: right; display: block; align-items: center; gap: 10px; font-weight: bold; color:#fff; margin:-45px 0 0 0; padding:0; }
.desenv_rodape_pingo img { height: 50px; /* Ajuste conforme necessário */
}
#rodape_logo_pingo{ width:70px; height:40px; margin:20px 0 0 10px;
}
	.sp{font-weight: normal; color:#fff; font-size:10px;}
	.st{color:#fff; font-size:12px; margin: 0 0 150px 60px; width:100%; float:center; text-align:center;}
	.cont_rodape_pingo {
		flex-direction: column;
		text-align: center;
	}

	.copy_rodape_pingo, .desenv_rodape_pingo {
		max-width: 100%;
		text-align: center;
	}

	.desenv_rodape_pingo {
		margin: 0 0 0 110px;
		justify-content: center;
	}
}

/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
