@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/hho4icq.css"); /* MOKOKO */ 

body{
	font-family: 'Roboto', sans-serif;
}

#page-ferro {
	max-width: 1220px;
	margin: 0px auto;
	overflow-x: hidden;
	position: relative;
}

.relative {
	position: relative;
}

.img-bg {
	width: 100%;
	height: auto;
}

.mokoko	{
	font-family: mokoko, serif;
	font-style: normal;
}

.mokoko .grey {
	color: #6e6f6e;
	font-weight:900;
}

.mokoko .h4 {
	color: #86bc25;
	font-weight:900;
	font-size: 1em;
}

header{
	background: #151515;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}

#intro {
	background: #ededed;
	position: relative;
	display: flex;
}

.slogan-intro {
	font-weight: 900;
	font-size: 1em;
}

.philco-slogan {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.philco-slogan .philco {
	font-weight: 800;
}

.nome-produto {
	color: #86bc25;
}

.modelo {
	background: url("../img/box-modelo.webp") no-repeat;
	background-size: 110%;
	background-clip: padding-box;
	padding: 0.8em;
	background-position: center;
}

#ceramic-extreme {
    background: url('../img/ceramic2.webp') no-repeat bottom center #f0ece9;
    background-size: auto 150%;
	background-position: left;
    color: #2c2b2b;
}

.box-ceramic {
	background: url('../img/box-ceramic.webp') no-repeat right;
	background-size: contain;
	color: #000000;
	text-transform: uppercase;
}

.box-ceramic .pa {
	color: #86bc25;
	font-weight: 900;
}

.ceramic {
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 300;
}

.texto-legal {
	color: #000000;
	font-size: 0.7em;
	line-height: 0.7em;
	text-transform: none;
}

.ceramic .watts {
	color: #86bc25;
	text-transform: none;
	font-size: 2.1em;
	font-weight: 900;
}

.selo-camisa {
	position: absolute;
	left: 2%;
	bottom: 2%;
	width: 110%;
}

#detalhes {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	background-color: #86bc25;
}

.info-detalhe {
	color: #FFF;
	background: #86bc25;
	font-style: italic;
}

#features {
	background-color: #dddddc;
	color: #6e6f6e;
}

#features2 {
	background-color: #dddddc;
	background: linear-gradient(0deg, rgba(53,54,50,1) 0%, rgba(99,101,102,1) 100%);
	padding: 30px 0px 10px 0px;
}

.hexagons-features {
	position: absolute;
	top: 15%;
	left: 0px;
}

#features h4 {
	color: #84b927;
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	font-weight: 900;
	position: relative;
	z-index: 2;
}

.feature {
	background: url('../img/box-feature.webp') no-repeat top left;
	background-size: cover;
	padding: 20px 30px 20px 60px;
	color: #FFF;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 25px;
}

.feature h5 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0px;
}

.ferro-features {
	position: relative;
	z-index: 2;
}

.nota-features {
	color: #FFF;
	font-size: 0.5em;
	opacity: 0.8;
}

footer {
	background: #151515;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}

.nota-footer {
	color: #FFF;
	font-size: 0.6em;
	padding-top: 20px;
	text-align: center;
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*------------------------------------------------------------------
---------------------------- RESPONSIVO ----------------------------
--------------------------------------------------------------------*/

@media (min-width: 375px) {

	.nome-produto {
		font-size: 0.8em;
	}
	.box-ceramic {
		font-size: 1.5em;
	}

	.info-detalhe {
	    font-size: 1.3em;
	}
	
}

@media (min-width: 768px) {

	.nome-produto {
		font-size: 1.5em;
	}

	.box-ceramic {
		font-size: 1.7em;
	}

	.info-detalhe {
	    font-size: 1.3em;
	}
	
}


@media (min-width: 992px) {
	
	.nome-produto {
		font-size: 1.7em;
	}

	.feature {
		padding: 35px 30px 45px 60px;
		font-size: 1.1em;
	}

	.nota-features {
		font-size: 0.7em;
	}

	#detalhes {
		font-size: 1.5em;
	}

	.info-detalhe {
	    font-size: 1.8em;
	}

	.box-ceramic {
		font-size: 1.5em;
	}
}


@media (min-width: 1100px) {

	.slogan-intro {
		font-size: 2em;
	}	

	.nome-produto {
		font-size: 2em;
	}

	.info-detalhe {
	    font-size: 1.3em;
	}
	
	.box-ceramic {
		font-size: 2.3em;
	}
}

