#bannerProdutoMae img {
	width: 100%;
	height:580px;
	object-fit: cover;
}
#bannerProdutoMae{
	background: #EAEAEA;
}

#produtoModelo .carousel-indicators{
	bottom: -15px;
}

div.iconModels div{
    border-left: 1px solid #969696;
	text-transform: uppercase;
	color: #969696;
	padding-left: 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:#000;
	background: none;
}


div.iconModels p{
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 10px;
    line-height: 12px;
	max-width: 170px;
	text-transform: uppercase;
}

.bgGrey {
    background-color: #e9e9e9;
}

@media screen and (max-width: 425px){
	#bannerProdutoMae img{
		height: 40vh;
		margin-bottom: 20px;
	}
	.nav-tabs .nav-link {
		padding: 15px 5px;
		font-size: 11px;
	}
}

#bannerProdutoMae ol {
   list-style: none;
   padding: 0;
 }
#bannerProdutoMae li {
   counter-increment: item;
   margin-bottom: 5px;
   color:#b0b0b0;
   padding-bottom: 25px;
   padding-top: 25px;
   border-bottom: 1px solid #b0b0b0;
   text-transform: uppercase;
   font-family: 'Noto Sans', sans-serif;
   /* older webkit */
	display: -webkit-box;
	-webkit-box-align: center;

	/* older firefox */
	display: -moz-box;
	-moz-box-align: center;

	/* IE10*/
	display: -ms-flexbox;
	-ms-flex-align: center;

	/* newer webkit */
	display: -webkit-flex;
	-webkit-align-items: center;

	/* Standard Form - IE 11+, FF 22+, Chrome 29+, Opera 17+ */
	display: flex;
	align-items: center;
 }
#bannerProdutoMae li:last-child {
   border-bottom: none;
 }
#bannerProdutoMae li:before {
	margin-right: 10px;
	 content: counter(item);
	 color: #c1d129;
	 font-size: 50px;
	 line-height: 50px;
	 font-family: 'Roboto', sans-serif;
 }
 #modDestaque ul, .listaDetails ul{
     font-size: 20px;
     font-size: 1.25rem;
     margin-left: 0px;
     list-style: none;
	 line-height: 35px;
 }
#modDestaque ul li::before, .listaDetails ul li::before {
	width: 5px;
	height: 5px;
	font-size: 10px;
     float: left;
     margin-left: -1.5em;
     content: URL("../images/circle-solid.svg");
     color: #c1d129;
     transform: scale(1, 1);
     position: absolute;
     margin-top: 2px;
 }
 .listaDetails ul.not li::before {
     content: URL("../images/wrong-solid.svg");
	 width: 13px;
	 height: 13px;
	 font-size: 22px;
 }
 .listaDetails ul.preco li::before {
     content: URL("../images/check-solid.svg");
	 width: 20px;
	 height: 20px;
	     font-size: 22px;
 }

 #produtoModelo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     border-color: transparent;
 }
 #produtoModelo .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border-color: transparent;
 }
 #produtoModelo .nav-tabs {
    border-bottom: 0px;
}

.prod-block{
    width: 100%;
    background: white;
    box-shadow: 0px 0px 0px #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 30px 0;
}

.prod-block img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.prod-block:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 40px #888888;
}

#prod-grid .main-text{
    width: 87%;
}

@media screen and (max-width: 1024px){
    #prod-grid .main-text{
        width: 100%;
    }
}

.prod-block h3{
    color: black;
    margin: 0;
}

.prod-block .txt{
    color: #c1d129;
    font-size: 24px;
    margin: 0;
}

#formModContact, #formCredit{
	font-size: 16px;
}

textarea, input, select {
    overflow: visible;
    background: #f2f2f2;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 7px 20px;
	height: 50px;
	font-size: 16px;
}
textarea {
	height: 200px;
	resize:none;
}


.produto-banner .btnDefault, .produto-banner .btnDefaultGreen{
	 padding: 12px 0;
	 margin-bottom: 20px;
}

#slideshowProd{
	height: 100%;
	min-height: 558px;
}

#slideshowProd .carousel, #slideshowProd .carousel-inner, #slideshowProd .carousel-item{
	height: 100%;
	max-height: 550px;
}



#slideshowProd .carousel-item img{
	object-fit: cover;
	height: 100%;
	max-height: 515px;
	width: 100%;
}
input[type=checkbox], input[type=radio] {
	width: 25px;
	margin: 0px 13px 0px 0px;
}

.r-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	height: 50px;
	margin: 10px 13px 10px 33px;
}

.col-12 .r-container:first-child{
	margin-left: 0;
}

/* Hide the browser's default radio button */
.r-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
	border: 1px solid #555;
}

/* On mouse-over, add a grey background color */
.r-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.r-container input:disabled ~ .checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */
.r-container input:checked ~ .checkmark {
    background-color: #666;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.r-container input:checked ~ .checkmark:after {
    display: block;
}

.main-text.price{
	font-weight: 300;
}

.desc-points h3{
	text-transform: uppercase;
	color: #b0b0b0;
	font-size: 16px;
	margin-bottom: 10px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.r-container input:disabled, .r-container input:disabled ~ .checkmark{
    cursor: default;
}

#formModContact .col-12, #formCredit .col-12{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#formModContact .nl-form, #formCredit .nl-form{
	text-align: right;
}

#formModContact .nl-form button, #formCredit .nl-form button{
	margin-bottom: 30px;
}

.list-group-item{
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: 0px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125);
	background-color: #e9e9e9;
	font-size: 16px;
	font-weight: 600;
}

.list-group-item .tab-text{
	font-size: 14px;
	font-weight: 400;
}

.list-group-item i{
	color: #b0b0b0;
}

#modelo-portfolio .main-text{
	width: 50%;
}

div.partner {
	background-size: cover;
	min-height: 460px;
}
div.logoPartner img{
	height: 50px;
}
div.logoPartner a{
	color: #000;
}

@media screen and (max-width: 1300px){
	#modelo-portfolio .main-text{
		width: 60%;
	}
}

@media screen and (max-width: 767px){
	#formModContact{
		padding-top: 20px;
	}
}
@media screen and (max-width: 590px){
	#modelo-portfolio .main-text{
		width: 100%;
	}
	#slideshowProd{
		height: 220px;
		min-height: unset;
	}
	#produtoModelo .carousel-indicators{
		bottom: -40px;
	}
	.iconModels{
		margin-bottom: 20px;
	}
	div.iconModels p{
		line-height: 16px;
	}
}
