@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Raleway:400,700');
/*
	font-family: 'Quicksand', sans-serif;
	font-family: 'Raleway', sans-serif;
 */

body { width: 100%; height: 100%; background-color: #FFF; }
html { width: 100%; height: 100%; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	/* text-transform: uppercase; */
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 1.66667;
	font-weight: 400;
}

small {
	font-family: 'Quicksand', sans-serif;
	font-size: 10px;
	font-weight: 400;
}

a {
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	color: #db4f0d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, a:focus { color: #01152f; text-decoration: none; }

li {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

label {
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}



/* NAVBAR
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-amCeramic {
	z-index: 9;
	background: rgba(219, 79, 13, 1);
}

.nav-logo {
	position: absolute;
	max-height: 150px;
	margin-top: -20px;
	background-color: rgba(255,255,255,1);
	padding: 10px 20px 10px 20px;
	z-index: 10;
	border-radius: 30px 0;
}

.nav-amCeramic .navbar-nav .nav-link { font-family: 'Quicksand', sans-serif; font-size: 15px; color: rgba(255, 255, 255, 1); }

.nav-amCeramic .navbar-nav .nav-link:focus, .nav-amCeramic .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(18, 38, 75, 1);
}

.nav-amCeramic .dropdown-menu { background-color: rgba(18, 38, 75, 1); }
.nav-amCeramic .dropdown-item { color: #FFF; }
.nav-amCeramic .dropdown-item:hover { color: #000; background-color: rgba(221, 239, 255, 1); }



/* CAROUSEL
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.carousel-main {}



/* HIGHLIGHT BOX
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.box-highlight {
	border: 1px solid #FFF;
	padding: 20px 30px 10px 30px;
	min-height: 130px
 }

.text-no {
	font-size: 64px;
	padding: 0;
	margin: -25px 0 0 0;
}

.text-no-underline {
	margin: 0 0 15px 0;
	border-top: 2px solid #e96f35;
	max-width: 120px;
}

.box-highlight h2, .box-highlight h3, .box-highlight p { color: #FFF; }

.text-content {
	padding-left: 90px;
	margin-top: -80px;
}



/* FOOTER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
	background-color: #01152f;
	color: #FFF;
}

.footer a { color: #FFF; text-decoration: none; }
.footer a:hover { color: #FFF; text-decoration: underline;; }



/* OTHER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.text-orange { color: #e96f35; }
.bg-orange { background-color: #e96f35; }

.img-bordered {
	border: 5px solid #FFF;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-AmCeramic {
	font-family: 'Quicksand', sans-serif;
	border: 4px solid #e96f35;
	border-radius: 0;
	padding: 15px 25px 15px 25px;
	/* color:  */
}

.img-arrow-right { clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); }
.img-trapezoid { clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); }
