

#carousel-id img {
    width:100%;
    height:100%;
    object-fit:cover;

}

.carousel-caption {
    left: 10%;
    right: auto;
    top: 15%;
}

.carousel-caption h5 {
    font-size: 2vw;
    background-color: rgba(255, 193, 30, .9);
    /* color: #4A69FF; */
    display: inline;
    white-space:pre-wrap;
    line-height : 24px;
    padding: 7px 7px 7px 7px;
    font-weight: bold;

}

#page-container {
    position: relative;
    min-height: 97vh;
}

#content-wrap {
    padding-bottom: 7rem; /* Footer height */
    padding-top: 5rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7rem; /* Footer height */
}

/* --------------------------- */


@media (min-width: 800px) {
    #carousel-section {
        width: 100%;

    }
}

@media (min-width: 768px) {
    #carousel-section {
        margin: auto;
        width: 70%;
    }
}


/*--------------------------------------------------------------
# PROJECTS
--------------------------------------------------------------*/

.engersol-project .div-col{
    height: 395px;
    margin-bottom: 43px;
}

.engersol-project .div-col a {
    width: 100%;
    height: 100%;
}

.engersol-project .project-container {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.engersol-project .project-container .project-img {
    position: relative;
    overflow: hidden;
}

.engersol-project .project-container .project-info {
    padding: 25px 15px;
}

.project-img:hover h4 {
    color: #3498db;
}

.project-img {
    height: 240px;
}

.project-info {
    height: 60px;
    padding: 15px;
}

.project-info h4 {
    font-weight: bold;
    font-size: 19px;
    color: #555555;
}

.project-img:hover img {
    transform: scale(1.2);
}

.project-img img {
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.engersol-project .badge {
    padding: 10px;
    font-size: 15px;
    background-color: #3498db;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}

.faq .section-title span {
    color: #f1f1f1;
}

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: gray;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #3498db;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}


/*--------------------------------------------------------------
# TESTEMONIAL
--------------------------------------------------------------*/

.testmonials-box .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
  }

.testmonials-box .testimonial-item .testimonial-img {
width: 90px;
border-radius: 10px;
border: 6px solid #fff;
position: absolute;
left: -45px;
}

.testmonials-box .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}

.testmonials-box .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}

.testmonials-box .testimonial-item .quote-icon-left, .testmonials-box .testimonial-item .quote-icon-right {
color: #e1f0fa;
font-size: 26px;
}

.testmonials-box .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testmonials-box .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testmonials-box .testimonial-item p {
font-style: italic;
margin: 15px auto 15px auto;
}

.testmonials-box .owl-nav, .testmonials-box .owl-dots {
margin-top: 5px;
text-align: center;
}

.testmonials-box .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}

.testmonials-box .owl-dot.active {
background-color: #3498db !important;
}



/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.products .product {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.products .product .product-img {
    position: relative;
    overflow: hidden;
}

.product-img {
    height: 250px;
}

.product-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .product .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.products .product .social a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}

.products .product .social a:hover {
    color: #3498db;
}

.products .product .social i {
    font-size: 18px;
    margin: 0 2px;
}

.products .product .product-info {
    padding: 25px 15px;
}

.products .product .product-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #252d33;
}

.product-img:hover h4 {
    color: #3498db;
}

.products .product .product-info span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

.products .product .product-info span.price {
    font-size: 18px;
    font-weight: 400;
    color: #aaaaaa;
}


.products .product .product-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.product-info {
    height: 180px;
}

.products .product:hover .social {
    opacity: 1;
}


.table-details td {
    border: 1px solid gray;
}

.table-details th {
    background-color: #fccc74;
    border: 1px solid gray;
    border-bottom: 1px solid gray !important;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


div.about {
    line-height: 30px;
    text-align: center;
}

div.about p {
    line-height: 40px;
    text-align: center;
    /* font-family: 'Bad Script', cursive; */
    /* font-family: 'Dancing Script', cursive; */

    font-size: 30px;
}

div.about img {
    width: 80%;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

div.about b {
    color: #3498db;
}


/*--------------------------------------------------------------
# PRODUCT DETAIL
-------------------------------------------------------------- */

.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px;
	}
}

.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
    display: block;
    cursor: pointer;
}

.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}

/* .tab-content {
	overflow: hidden;
}

.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
} */

.card {
	margin-top: 50px;
	background: #eee;
	padding: 3em;
	line-height: 1.5em;
}

@media screen and (min-width: 997px) {
	.wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-title,
.sizes,
.colors {
	text-transform: UPPERCASE;
    font-weight: bold;
}


.product-title,
.rating,
.product-description,
.vote,
.sizes {
	margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
    color: #3498db;
}

.price span {
    white-space: nowrap;
}

.price .old-price {
    text-decoration: line-through;
    font-size: 20px;
}

.price .current-price {
    font-weight: bold;
    font-size: 30px;
    margin-left: 15px;
}

.size {
	margin-right: 10px;
}

.size:first-of-type {
	margin-left: 40px;
}

.color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px;
}

.color:first-of-type {
	margin-left: 20px;
}

.add-to-cart,
.like {
	background: #ff9f1a;
	padding: 1.2em 1.5em;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
	background: #b36800;
	color: #fff;
}

.not-available {
	text-align: center;
	line-height: 2em;
}

.not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff;
}

.orange {
	background: #ff9f1a;
}

.green {
	background: #85ad00;
}

.blue {
	background: #0076ad;
}

.tooltip-inner {
	padding: 1.3em;
}

/*
@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
} */


/* Quick and dirty layout via CSS columns */
.gallery {
    columns: 2 20em;
    margin: 1em auto;
    max-width: 100%;
    text-align: center;
    width: max-content;
}

.image-container {
    display: inline-block;
    padding: 1em;
    max-width: 100%;
    vertical-align: top;
    width: fit-content;
}

.image-container:hover {
    background-color: #cde;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: crosshair;
    display: block;
    max-width: 100%;
    padding-bottom: 10em;
    width: 100em;
}

.box-img-product .row::after {
    content: "";
    clear: both;
    display: table;
}

.box-img-product .row {
    height: 100%;
}

.box-img-product .row .column.left {
    float: left;
}

.box-img-product .row .column.left {
    width: 90%;
}

.box-img-product .row .column.right {
    width: 10%;
}

.box-img-product {
    border: 1px solid #DCDCDC;
    padding: 5px;
    height: 520px;
}

.box-img-product img {
    /* width: 100%; */
    height: 100%;
    /* object-fit: cover; */
}

.thumbnail-img-product {
    border: 1px solid #DCDCDC;
}

.product-details-container .section-title{
    color: #3498db;
    font-weight: bold;
}


.product-details-container .section-title-2 {
    color: #44444C;
    font-weight: bold;
}

.product-details-container .step-circle {
    background-color: #1C3484;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
}

.process-explain b {
    color: #1C3484;
    font-weight: bold;
}

.process-explain-text > .row {
    margin-bottom: 20px;
}

.product-explain {
    font-size: 14px;
}


.kit-instalado {
    border: 2px solid #3498db;
    border-radius: 5px;
    padding: 2px;
    margin-left: 5px
}