* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
}

body {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}

.flex-galery {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}

/* --- HEADER --- */
.navbar {
    background-color: #111;
    height: 120px;
    line-height: 120px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

.logo span {
    color: #999;
    /* color: #ff4757; */
}

.logo img {
	padding-top: 40px;
	width: 180px;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    position: relative;
}

.nav-links li a {
    color: #fff;
    font-size: 17px;
    padding: 0 15px;
    text-decoration: none;
    transition: .3s;
    display: block;
}

.nav-links li a:hover, 
.nav-links li a.active {
    /* color: #ff4757; */
	color: #999;
}

/* Submenu Header */
.submenu {
    position: absolute;
    top: 120px;
    left: 0;
    background-color: #333;
    width: 200px;
    display: none;
    list-style: none;
    line-height: 45px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.nav-links li:hover .submenu {
    display: block;
}

.submenu li {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.submenu li a {
    padding-left: 20px;
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

/* --- MAIN --- */

.hero {
    margin-top: 80px;
    text-align: center;
    flex: 1;
	background-color: #272727;
}

main h2 {
	padding: 40px 0px 40px 20px;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #999;
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
}

main p {
	padding: 20px;
	line-height: 40px;
	font-size: 24px;
	color: #999;	
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}

#video {
	width: 100vw;	
    height: auto;
    z-index: -100;
	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.sono-invisivel {
	width: 100%;
	text-align: left;
	padding: 20px 5vw;
}

.two-img img{
	width: 100%;
}

.false {
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-bottom: 5vw solid #333333; /* A cor do triângulo vai na borda oposta */
}

.false1 {
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-top: 5vw solid #333333;
}

.cor-clara {
	background-color: #333333;
}

.prod-inicial {
	display: flex;
	flex-direction: row;
	color: #ccc;
}

.prod-inicial img {
	width: 30vw;
	margin: auto;
}

.prod-inicial div {
	width: 60%;
	padding: 40px 60px;
	text-align: left;
}

.prod-inicial div img {
	width: 20vw;
}

.prod-inicial a {
	display: block;
	width: 260px;
	margin-top: 40px;
	padding: 14px 30px;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}

.gallery {
	color: #ddd;
}

.gallery h2 {
	margin: 0px 0px 60px 20px;
	letter-spacing: 5px;
	font-weight: normal;
	font-size: 30px;
	text-align: left;	
} 

.img-gallery {
	display: flex;
	flex-direction: row;
}

.col-1, .col-3 {
	width: 25%;
}

.col-2, .col-4 {
	width: 50%;
}

.img-gallery img {
	width: 100%;
	padding: 1%;
}

/* --- FAQ --- */

.faqs {
	width: 100%;
	background-color: #333;
	color: #999;
}

.faq {
	max-width: 1200px;
	margin: auto;
	margin-top: 120px;
    text-align: left;
    flex: 1;
    padding: 20px;

}

.faq h1 {
    font-size: 40px;
    color: #fff;
    margin: 60px 0px 40px;
}

.faq h2 {
	color: #bbb;
	margin: 30px 0px;
}

.faq h3 {
		font-weight: normal;
}

.contact {
	width: 100%;
	height: auto;
	min-height: 600px;
	margin: auto;
    text-align: left;
    padding: 20px;
	color: #777;
	background-color: #333;
}

.tocontact {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: auto;
	max-width: 1200px;
	margin: auto;
	margin-top: 200px;
    margin-bottom: 200px;
	background-color: #fff;

}

.contact .form {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 40px;
}

form {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
}

.contact .form label {
	margin-top: 30px;
	padding: 12px;
	font-size: 16px;
	text-align: left;	
}
.contact .form input, .contact form textarea {
	padding: 20px;
	font-size: 16px;
}

.form button {
	margin-top: 30px;
	padding: 20px;
}

.contact .contacts {
	width: 100%;
	height: auto;
	background-color: #ddd;
	padding: 40px;
	font-size: 20px;
}

.contact .contacts .contacts-sector {
	margin-top: 30px;
	padding-bottom: 80px;
	border-bottom: 1px solid #999;
}

.contact .contacts h2 {
	margin-bottom: 40px;
}

.contact .contacts h3 {
	margin-top: 40px;
}

.phones {
	display: flex;
	flex-direction: column;
}

.contact .contacts a {
	text-decoration: none;
	margin: 15px;
	color: #999;
}

.company p {
	padding: 4px 0px;
}

/* --- oqulto --- */

.oqulto {
	width: 100%;
	background-image: url=("assets/css/img/'g1.img");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #fff; 
	color: #777;
	font-family: Roboto, Arial;
	font-size: 20px;
	padding-top: 80px;
}

.oqulto-img img {
	width: 100%;
}

.oqulto li {
	line-height: 30px;
	margin: 0px 20px;
}

.podeouvir .maxw {
	display: flex;
	flex-direction: row;
	margin-top: -5px;
}

.podeouvir .maxw div {
	display: flex;
	flex-direction: column;
}

.maxw {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.podeouvir .maxw div.tet-img {
	display: flex;
	flex-direction: row;
	padding: 60px 40px 80px 0px;
}

.podeouvir .maxw div.tet-img img {
	width: 30%;
}	

.podeouvir .maxw div.tet-img2 {
	width: 30%;
	height: 100%;
}

.v1 {
	width: 100%;
	background-image: url("img/fondo-dsp.jpg");
	text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.v1 iframe {
	width: 600px;
	height: 400px;
}

.dispersao {
	background-color: #282F33;
	color: #ddd;
	padding: 20px;
}

.dispersao p {
	width: 85%;
}
	
.dispersao .desenhos {
	display: flex;
	flex-direction: row;
}

.desenhos {
	text-align: center;
}

.des {
	width: 100%;
	padding: 20px;
}

.des p {
	margin: 20px 0px 6px;
}

.des img {
	width: 100%;
}

.diversidade {
	background-color: #282F33;
	color: #ddd;
	padding: 20px 20px 80px;
}

.diversidade .maxw {
	display: flex;
	flex-direction: row;
}

.divimg img{
	display: flex;
	flex-direction: column;
	border-radius: 50%;
	margin: 40px 120px;
}

.insta img {
	width: 100%;
}

.especif {
	text-align: center;
	margin: 120px 0px;;
}

.especif img.img-banner {
	width: 100%;
}

.especif img.img-tecnica {
	width: 300px;
}

.prod {
	display: flex;
	flex-direction: row;
	width: 100%;
	text-align: left;
	color: #777;
}

.prod div {
	width: 50%;
	padding: 20px;
}

.prod h3 {
	font-weight: normal;
}

.prod p {
	padding: 12px 20px;
}

.prod p.list {
	background-color: #ccc;
}

.down {
	width: 100%;
	padding: 120px;
	text-align: left;
	background-color: #333;
	color: #999;
}

.down a {
	display: block;
	margin-top: 60px;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}

/* --- Seqreto --- */

.seqreto-img {
	width: 100%;
	background-color: #eee;
}

.seqreto-img .maxw{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between: 
}

.seqreto-img img {
	max-height: 100vh;
}

.seqreto-img img.s-logo {
	width: 30%;
}

.performace {
	width: 100%;
	height: auto;
	padding: 120px 0px;
	color: #999;
	background-image: url('img/f1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.performace .maxw {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.performace .maxw img {
	width: 800px;
	padding-right: 120px;
}

.funciona {
	display: flex;
	flex-direction: row;
	width: 100%;
	color: #999;
	background-color: #222;
}

.func-text {
	width: 60%;
	padding: 120px 120px;
}

.func-text p {
	padding-bottom: 120px;
}

.func-text img {
	width: 100%;
}

.func-img {
	width: 40%;
	background-color: #fff;
	padding-bottom: 120px;
}

.func-img img {
	width: 100%;
}

.func-img img.func-des {
	width: 60%;
	margin-left: 15%;
}

.especificacao {
	background-color: #fff;
	padding-bottom: 120px;
}

.especificacao .maxw{
	display: flex;
	flex-direction: row;
	width: 100%;
	color: #999;
	background-color: #fff;
}

.especificacao p.list {
	background-color: #ddd;
	margin-right: 120px;
}

.especificacao img {
	width: 80%;
	padding-top: 120px;
}

.projetado {
	width: 100%;
	background-color: #fff;
	color: #999;
	padding-bottom: 120px;
}

.projetado img {
	width: 80%;
	margin-left: 10%;
}

/* --- disqreto --- */

.disqreto {
	width: 100%;
	background-color: #fff;
	color: #999;
}

.disqreto-img {
	width: 100%;
}

.disqreto-img img {
	width: 100%;
}

.novo-disq .maxw {
	padding: 60px 40px 0px;
}

.novo-disq h2 {
	padding-bottom: 24px;
}

.novo-disq p {
	padding-bottom: 20px;
}

.novo-disq .maxw div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.novo-disq .maxw div img {
	width: 60%;
}

.novo-disq .maxw div img:first-child {
	width: 40%;
}

.vantagens {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background-color: #fff;
}

.vantagens .func-text {
	padding: 0px;
}

.vantagens .text1 {
	padding: 60px 100px 0px;
	color: #fff;
	background-color: #222;
}

.espec-disq {
	padding: 60px 100px 60px;
	background-color: #fff;
}

.espec-disq .tab {
	display: flex;
	flex-direction: row;
}

.espec-disq p {
	padding: 4px 18px;
	font-size: 14px;
}

.espec-disq p.list  {
	background-color: #ddd;
}

.disq-espec1 {
	padding-right: 20px;
	width: 50%;
}

.disq-des {
	background-color: #fff;
}

.disq-des img {
	width: 60%;
	margin-left: 20%;
	padding: 24px 0px;
}

.sub h2 {
	width: 80%;
	margin: auto;
	padding: 40px 0px;
	font-size: 20px;
}

.subs {
	display: flex;
	flex-direction: row;
	margin-left: 10%;
}

.subs img { 
	width: 40%;
	margin-top: 30px;
}


.aplicacoes {
	padding-top: 60px;
	margin-left: 10%;
}

.aplicacoes h2 {
	padding-bottom: 40px;
}

.aplicacoes .maxw {
	display: flex;
	flex-wrap: wrap;
}

.aplicacoes .maxw img {
	width: 40%;
	margin: 1%;
}


/* --- EASY --- */

.easy-img {
	width: 100%;
	padding-top: 200px;
	background-color: #222;
	background-image: url('img/fondo-dsp0.jpg');
	background-size: cover;
	background-position: center;
}

.easy-img img {
	width: 100%;
	margin-top: 80px;
}

.custo {
	width: 100%;
	background-color: #fff;
	color: #999;
	padding: 120px 0px;
}

.custo h2 {
	margin-bottom: 60px;
	letter-spacing: 5px;
	font-weight: normal;
	padding: 60px 0px 40px 40px;
}

.custo p {
	line-height: 40px;
	font-size: 24px;
	padding: 0px 40px;
}


.text-img {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 60px;	
}

.text-img img {
	width: 45%;
}

.text-img p { 
	padding: 40px;
}

.funcionae {
	width: 100%;
	background-color: #fff;
	background-image: url('img/fondo-dsp.jpg');
	background-size: 100%;	
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 120px;
}

.mps {
	width: 80%;
}

.easy-espec {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-start;
	padding-top: 60px;	
}

.easy-espec img {
	width: 40%;
	height: auto;
	margin-right: 5%;
	padding-top: 200px;
}

.esp-text {
	width: 50%;
}

.esp-text p {
	font-size: 16px;
	padding: 6px 8px;
}

.esp-text .list {
	background-color: #ddd;
}


/* --- pol --- */

.pol {
	width: 100%;
	height: auto;
	padding: 180px 0px;
	background-color: #fff;
	color: #999;
	font-size: 24px;
}

.pol h2 {
	padding: 60px 0px;
}

.pol p {
	
}





/* --- FOOTER --- */
.footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    padding-bottom: 40px;
}

.footer-sector h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
	border: 1px solid #999;
	border-radius: 50px;
	padding: 10px 14px;
	text-align: center;
}

/*
.footer-sector h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background-color: #999; /* #ff4757; */
}
*/
.footer-sector ul {
    list-style: none;
}

.footer-sector ul li {
    margin-bottom: 12px;
	list-style: none;
}

.footer-sector ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.footer-sector ul li a:hover {
    color: #ff4757;
    padding-left: 5px;
}

.sector-logo p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.address p, .phone, .email {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}

.footer-sector i {
    color: #999; /* #ff4757; */
    margin-right: 8px;
}

.footer-sector .social-links i {
	margin-right: 0px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 35px;
    height: 35px;
    background-color: #444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    background-color: #ff4757;
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 14px;
    color: #888;
}

.footer-bottom strong {
    color: #ff4757;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 858px) {
    /* Header Mobile */
    .checkbtn {
        display: block;
    }

    .nav-links {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        flex-direction: column;
    }

    .nav-links li {
        display: block;
        margin: 30px 0;
        line-height: 30px;
    }

    .nav-links li a {
        font-size: 20px;
    }

    #check:checked ~ nav .nav-links {
        left: 0;
    }

    .submenu {
        position: static;
        display: block;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .submenu li a {
        font-size: 16px;
        color: #bdc3c7;
    }

    /* Footer Mobile */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
	/* ==========================
   FORM
========================== */

form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

label{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}

input,
textarea{
    width:100%;
    padding:12px 15px;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:15px;
    outline:none;
    transition:.3s;
}

input:focus,
textarea:focus{
    border-color:#0077cc;
    box-shadow:0 0 5px rgba(0,119,204,.2);
}

textarea{
    resize:vertical;
    min-height:150px;
}

/* ==========================
   BOTÃO
========================== */

button{
    padding:14px;
    background:#0077cc;
    color:#fff;
    border:none;
    border-radius:5px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}

button:hover{
    background:#005fa3;
}

}

@media (max-width: 480px) {
	
	.navbar {
		height: 80px;
		line-height: 80px;
	}
	
	.logo img {
		width: 120px ;
		padding-top: 20px;
	}
	
	.flex {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	main h2 {
		font-size: 24px;
	}
	
	main p {
		font-size: 18px;
	}

	.prod-inicial {
		display: flex;
		flex-direction: column;
	}
	
	.prod-inicial img {
		width: 80vw;
		margin: auto;
		padding-top: 40px;
	}
	
	.prod-inicial div {
		width: 100%;
		padding: 40px 20px;
	}
	
	.prod-inicial div img {
		width: 80%;
		margin-left: 10%;
	}
	
	.prod-inicial p {
		padding: 0px;
	}
	
	.podeouvir .maxw {
		display: flex;
		flex-direction: column;
		padding: 0px 5%;
	}
	
	.podeouvir .maxw div .tet-img {
		display: flex;
		flex-direction: column;
		padding: 20px 0px 60px;
	}
	
	.podeouvir .maxw div .tet-img img {
		width: 80%;
		margin-left: 10%;
		padding-top: 40px;
	}
	
	.podeouvir .maxw div.tet-img2 {
		width: 100%;
	}
	
	.dispersao .desenhos {
		display: flex;
		flex-direction: column;
	}
	
	.v1 iframe {
		width: 300px;
		height: 200px;
	}
	
	.diversidade .maxw {
		display: flex;
		flex-direction: column;
	}
	
	.down {
		padding: 20px 20px 80px;
	}
	
	.down a {
		font-size: 16px;
	}
	
	.seqreto-img .maxw{
		display: flex;
		flex-direction: column;
		padding-top: 120px;
		background-color: #f7f7f7;
	}

	.seqreto-img img {
		max-height: 80vw;
	}

	.seqreto-img img.s-logo {
		width: 80%;
	}
	
	.performace {
		padding-top: 40px;
	}
	
	.performace .maxw {
		display: flex;
		flex-direction: column;
	}

	.performace .maxw img {
		width: 100%;
		padding-right: 0px;
	}

	.funciona {
		display: flex;
		flex-direction: column;
	}
	
	.func-img {
		width: 100%;
	}

	.func-text {
		width: 100%;
		padding: 24px 12px;
		background-color: #2d2d2d;
	}
	
	.especificacao {
		padding-bottom: 40px;
	}
		
	.especificacao .maxw {
		display: flex;
		flex-direction: column;
	}
	
	.vantagens {
			display: flex;
		flex-direction: column;
	}
	
	.esp-text {
		width: 100%;
		padding: 12px;
	}
	
	.especificacao p.list {
		margin-right: 0px;
	}
	
	.especificacao img {
		width: 80%;
		margin-left: 10%;
	}
	
	.espec-disq {
		padding: 60px 10px 60px;
		background-color: #fff;
	}
	
	.text-img {
		display: flex;
		flex-direction: column;
		padding: 60px 20px;
	}
	
	.funcionae img {
		width: 80%;
	}
	
	.disq-espec1 {
		padding-right: 20px;
		width: 100%;
	}
	
	.easy-espec {
		display: flex;
		flex-direction: column;
		padding-top: 20px;
	}
	
	.easy-espec img {
		margin-right: 0%;
		padding-top: 20px;
		margin-left: 10%;
	}
	
	.tocontact {
		display: flex;
		flex-direction: COLUMN;
		height: auto;
		max-width: 1200px;
		margin: auto;
		margin-top: 200px;
		margin-bottom: 200px;
	}
	
	.contact .form {
		padding: 40px 20px;
	}
	
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-sector h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }
}

