.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}

.top-bar a {
    color: #fff;
}

body {
    background-image: url('/img/bg.png');
    height: 100vh;
    position: relative;
    font-size: 14px;
    background-color: #ecebeb;
}
body:before { 
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #4e4e4e;
}

.social {
    text-align: right;
}

#footer {
    background: #8d8d8d;
    padding: 20px;
    color: #bfbfbf;
    border-top: 5px solid #09c;
    background: #2d3035;
    margin-top: 0;
}
#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#footer a:link,
#footer a:visited {
    color: #bfbfbf;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer ul li {
    margin-bottom: 10px;
}

#footer i:hover {
    color: #09c;
}

#footer .box-header {
    font-size: 21px;
    color: #e3e3e4;
    text-transform: uppercase;
}
#footer .box-header {
    font-size: 21px;
    color: #e3e3e4;
    text-transform: uppercase;
    font-family: "Noto Sans", serif;
    border-bottom: 2px solid #dedede;
    padding: 0px 0 5px 0;
    margin-bottom: 10px;
    margin-top: 0px;
}
#footer a:hover {
    color: #09c;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: 3px 3px #00000070;
    margin-top: 10px;
}
#myCarousel h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: 3px 3px #00000070;
    margin-top: 10px;
}
#myCarousel p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #d5d5d5;
    text-shadow: 1px 1px #00000070;
}
#myCarousel ul li {
    font-size: 18px;
    color: #d5d5d5;
    text-shadow: 1px 1px #00000070;
}
#myCarousel .carousel-item a {
    background: #09c;
    font-size: 14px;
    color: #fff;
    padding: 13px 32px;
    display: inline-block;
    border-radius: 5px;
}
#myCarousel .carousel-item a:hover {
    background: rgb(5, 117, 155);
    text-decoration: none;
}

#myCarousel .backslide {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item h5 {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
#myCarousel .carousel-item ul li {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}
#myCarousel h4,
#myCarousel h5,
#myCarousel p,
#myCarousel ul li,
#myCarousel a,
#myCarousel .backslide,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px;
}
#myCarousel {
    position: relative;
    z-index: 1;
}

#myCarousel .backslide{
    background: #20202c8c;
    padding: 15px;
    border-radius: 20px
}


.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #09c;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#partner {
    padding: 10px;
    background: url(https://energiacontrolada.com/images/partners/partner_bg.png)
        50% 50% no-repeat;
    background-size: auto;
    background-size: cover;
}
#partner,
#partner h2,
#partner h3,
#partner .lead {
    color: #fff;
    text-shadow: 2px 2px #000;
}
#partner {
    text-align: center;
}
.partners2 ul li {
    display: inline-block;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}

#envio-info {
    filter: alpha(opacity=10);
    padding: 40px 0;
}

#envio-info {
    text-align: center;
}

#envio-info h4 {
    color: #35302d;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    border-radius: 10px;
}

#bottom {
    border-bottom: 5px solid #09c;
    font-size: 14px;
    padding: 50px;
}
.social {
    text-align: right;
}

.social-icons i {
    color: #09c;
}
.social-icons i:hover {
    color: rgb(1, 111, 148);
}

#bottom ul li a {
    color: grey;
}

#bottom ul li a:hover {
    color: #118dd4;
    text-decoration: underline;
    font-weight: 700;
}

#bottom .widget {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 60px;
    padding-left: 0;
}
#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}
#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#bottom ul li {
    display: block;
    padding: 5px 0;
}
#bottom ol li {
    display: inline;
    margin-right: 5px;
}

#bottom ol li a {
    background: transparent;
}
#conatcat-info {
    padding: 50px 0;
    border-top: 3px solid #09c;
}
#conatcat-info,
#envio-info,
#partner,
#video,
.contact-info i,
.progress .bar-width,
.service-info i,
a.accordion-toggle i {
    text-align: center;
}
#conatcat-info a {
    color: #118dd4;
}

#conatcat-info a:hover {
    color: #118dd4;
    text-decoration: underline;
    font-weight: bold;
}

#conatcat-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec {
    padding: 25px;
    border-bottom: 3px solid #09c;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px 25px 3px 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #fff;
    color: rgb(143, 143, 143);
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    float: left;
}
.feature-wrap h2 {
    margin-top: 10px;
}

.product-container-list {
    border-bottom: 2px solid transparent;
    position: relative;
    background: #f1f1f1;
    padding: 4px;
}

.product-container-list {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.product-container-list:hover {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
    background: #d2d2d2;
}

article {
    display: block;
}

.product-container-list .img-thumb {
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}
.product-container-list img {
    max-width: 100%;
    max-height: 160px;
    margin: auto;
    display: block;
}

.product-container-list .product-detail-container {
    padding: 5px;
}
.product-container-list .product-name {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.product-container-list p {
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 400;
}

.badge-info {
    font-size: 12px;
}

.list-group-item a {
    color: #3d3d3d;
}

.list-group-item:hover,
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #09c;
    border-color: #09c;
}

.card-img {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #a3a3a3;
    margin-top: 25px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0.25rem;
}

#product .header-text {
    color: #52a1d5;
    font-size: 26px;
    font-weight: normal;
    border: 0px;
    text-transform: uppercase;
    display: block;
}

#product .box-header {
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0px;
}
.box-header {
    border-bottom: 2px solid #dedede;
    padding: 0px 0 5px 0;
    margin-bottom: 10px;
    margin-top: 0px;
}

.box-header img {
    max-width: 200px;
    vertical-align: middle;
}




.cards{
	background-color: #fff;
	border:none;
	border-radius: 10px;
	width: 190px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 10px;
    margin-bottom: 30px;

}
.image-container{
	position: relative;
}
.image-container img{
    height: 170px;
}
.thumbnail-image{
	border-radius: 10px !important;
}
.first{
	position: absolute;
	width: 100%;
	padding: 9px;
}
.dress-name{
	font-size: 12px;
	font-weight: bold;
}



.owl-carousel .owl-item div {opacity: 0.6;}
.owl-carousel .owl-item.medium div {opacity: 0.8;}
.owl-carousel .owl-item.big div {
    opacity: 1;
}

.owl-carousel .owl-item.big .cards {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.7);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-wrap {
    background: #ffffff;
  }

.info-wrap {
  margin-top: -20px;
  margin-bottom: -20px;
  border-radius: 5px;
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
  }
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
  }
  .info-wrap .dbox p span, .info-wrap .dbox p a, .info-wrap h3 {
    font-weight: 600;
    color: #fff;
  }

.title{
    padding-bottom: 5px;
    border-bottom: 3px solid #d6d4d4;
}


.page-link {
    color: #09c;

  }

  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #09c;
    border-color: #09c;;
  }


 .torquelabel{
    color: #09c;
 }
 .ui-slider .ui-slider-range {
	background: #09c;
}


 .ui-slider .ui-slider-handle {
	border-radius: 50px;
}


.video-card{
    height: 300px;
    padding: 5px;;
}

.video-title{
    font-weight: bold;
    height: 45px;;

}
