@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

* {
	font-family: 'Poppins', sans-serif;
}

#header {
	background: #fff;
	padding: 30px;
	position: fixed;
}

#header-logo {
	margin: 80px 0;
	text-align: center;
	color: #d71921;
}

#header-logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


#header-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header-menu li {
	margin: 15px 0;
}

#header-menu a {
	color: #6d6e71;
	text-decoration: none;
	font-weight: 600;
	transition-duration: 0.3s;
}

#header-menu a:hover {
	color: #d71921;
}

#header-menu a:hover:after {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-left: 15px;
	width: 30px;
	height: 2px;
	background: #d71921;
	content: '';
}

#header-btn-whatsapp {
	margin: 30px 0;
}

#header-btn-whatsapp .btn {
	background: #0b9822;
	color: #fff;
	padding: 10px 15px;
	border-radius: 8px;
}

#header-redes {
	color: #d71921;
	font-weight: 600;
}

.header-rede {
	display: inline-block;
	border: #f6d0d3 solid 3px;
	border-radius: 8px;
	padding: 10px;
}

#body {
	background: #ff000b;
	padding: 0;
	border-left: #ff000b solid 5px;
	border-right: #ff000b solid 5px;
	overflow: hidden;
}

#sliders {
}

.slider {
	display: flex;
	align-items: center;
	padding: 300px 100px;
}

.slider h1 {
	font-weight: bold;
	color: #d71921;
}

#slider-01 {
	background: url('images/slider_01.jpg') no-repeat center center;
	background-size: cover;
}

#form-slider {
	margin-top: 30px;
	color: #d71921;
}

#form-slider input[type=text], #form-slider input[type=phone] {
	width: 100%;
	height: 45px;
	border: #d71921 solid 1px;
	background: rgba(255,255,255,.9);
	padding-left: 8px;
	outline: none;
}

#form-slider textarea {
	width: 100%;
	height: 70px;
	border: #d71921 solid 1px;
	background: rgba(255,255,255,.9);
	padding-left: 8px;
	padding-top: 8px;
	outline: none;
}

#form-slider input[type=submit] {
	color: #fff;
	border: #d71921 solid 1px;
	height: 45px;
	background: #d71921;
	text-transform: uppercase;
	font-weight: bold;
	transition-duration: .3s;
	outline: none;
	width: 150px;
}

#form-slider input[type=submit]:hover {
	color: #d71921;
	background: #fff;
}

.section {
	margin-top: 5px;
}

.section-title {
	background: #fff;
	padding: 30px;
	color: #d71921;
	margin: 5px 0;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

#btn_openMenuMobile {
	background: none;
	border: none;
	color: #d71921;
}

#about-col1 {
	padding-right: 3px;
}

#about-col1 .content {
	width: 100%;
	height: 700px;
	background: url('images/sobre_01.jpg') no-repeat center center;
	background-size: cover;
}

#about-col2 {
	padding-left: 3px;
}

#about-col2 .content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 700px;
	background: url('images/sobre_02.jpg') no-repeat center center;
	background-size: cover;
	padding: 30px;
}

#about-col2 .content-box {
	background: #d71921;
	color: #fff;
	padding: 30px;
}

.product {
	background: #fff;
	min-height: 400px;
	margin-bottom: 5px;
}

.product-img {
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}

.product-content {
	padding: 50px;
	margin-bottom: 0;
}

.btn-interesse {
	background: #fff;
	border: #d71921 solid 1px;
	color: #d71921;
	padding: 15px 10px;
	transition-duration: .3s;
	margin-top: 30px;
}

.btn-interesse:hover {
	background: #d71921;
	border: #d71921 solid 1px;
	color: #fff;
	padding: 15px 10px;
}

#customers {
	margin-top: -3px;
	margin-bottom: -3px;
}

.customer {
	padding: 3px;
}

.customer .content {
	padding: 15px 30px;
	background: #fff;
}

.customer-title {
	min-height: 72px;
	font-size: 12px;
}

.customer-title b {
	font-size: 14px;
}

.customer img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#section-btns-cutomers button {
	background: #fff;
	height: 45px;
	border: #fff solid 2px;
	margin: 0 3px;
	color: #ff000b;
	font-size: 25px;
	transition-duration: .3s;
}

#section-btns-cutomers button:hover {
	background: #ff000b;
	color: #fff;
}

#contact-form {
	background: #d71921;
	padding: 30px 30px 15px 30px;
}

#contact-form p {
	color: #fff;
}

#contact-form input[type=text] {
	color: #fff;
	border: #e35e64 solid 1px;
	display: block;
	width: 100%;
	height: 45px;
	background: none;
	padding-left: 15px;
	outline: none;
	transition-duration: .3s;
}

#contact-form input[type=text]:focus, #contact-form textarea:focus {
	border: #fff solid 1px;
}

#contact-form input[type=text]::placeholder {
	color: #fff;
}

#contact-form textarea {
	color: #fff;
	border: #e35e64 solid 1px;
	display: block;
	width: 100%;
	height: 90px;
	background: none;
	padding-left: 15px;
	padding-top: 15px;
	outline: none;
	transition-duration: .3s;
}

#contact-form select {
	color: #fff;
	border: #e35e64 solid 1px;
	display: block;
	width: 100%;
	height: 120px;
	background: none;
	padding-left: 15px;
	padding-top: 15px;
	outline: none;
	transition-duration: .3s;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #fff;
    background: none;
   	border: #e35e64 solid 1px;
}

#contact-form textarea::placeholder {
	color: #fff;
}

#contact-form input[type=submit] {
	color: #d71921;
	border: #fff solid 1px;
	height: 45px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition-duration: .3s;
	outline: none;
}

#contact-form input[type=submit]:hover {
	color: #fff;
	background: #d71921;
}

#footer p {
	margin: 5px 0;
	padding: 30px 0;
	background: #fff;
}

#menu_mobile {
	background: #fff;
	padding: 30px;
	display: none;
}

#menu_mobile ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu_mobile li {
	margin: 15px 0;
}

#menu_mobile a {
	color: #6d6e71;
	text-decoration: none;
	font-weight: 600;
	transition-duration: 0.3s;
}

#menu_mobile a:hover {
	color: #d71921;
}

/* Small devices (landscape phones, 576px and up)*/

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (max-width: 1199px) {
	#header-logo {
		margin: 30px 0;
	}
	.slider {
		padding: 100px;
	}
	#about-col1 {
		margin-bottom: 6px;
	}
	#about-col1 .content {
		height: 250px;
		background: url('images/sobre_01.jpg') no-repeat center -350px;
		background-size: 100%;
	}
	#about-col2 .content {
		height: auto;
	}
}

@media (max-width: 575px) {
	#about-col1 .content {
		height: 150px;
		background: url('images/sobre_01.jpg') no-repeat center -280px;
	}
	.product-img {
		height: 200px;
	}
	.slider {
		padding: 15px;
	}
}