section.index{

}

.firstBannerHome{
    position: relative;
    width: 100%;
    /*height: 380px;*/
    height: auto;
}

#carousel .carousel-inner>.item,
#carousel_mobile .carousel-inner>.item{
    /*height: 380px;*/
    height: auto;
    background-position: center center;
    background-size: cover;
}

img.adjustableimg{
    width: 100%;
    height: auto;
}

#carousel .carousel-indicators .active,
#carousel_mobile .carousel-indicators .active{
    background-color: transparent;
}

#carousel .carousel-indicators .active,
#carousel_mobile .carousel-indicators .active {
    background-color: #704B1C;
}

#carousel .carousel-indicators li,
#carousel_mobile .carousel-indicators li{
    border:1px solid #704B1C;
}

.topFraseBanner{
    border-top: 1px solid #704B1C;
}

.contentFraseBanner1{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 100px;
}

.fraseLeft{
    position: absolute;
    left: 0;
    height: 30px;
    width: 1px;
    background-color: #704B1C;
}

.fraseRight{
    position: absolute;
    right: 0;
    height: 30px;
    width: 1px;
    background-color: #704B1C;
}

.fraseBanner{
    margin-top: 5px;
    background: rgba(255,255,255,0.6);
    font-size: 18px;
    color: #704B1C;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.link_produto{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 100px;
    margin-bottom: -14px;
    background-color: #704B1C;
    color: #F6CE3C;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.link_produto:hover{
    color: #704B1C;
    background-color: #F6CE3C;
}






/* Ultima Parte */
.tituloIndex{
    font-size: 15px;
    font-weight: 400;
    color: #704B1C;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E4D8CD;
}

.tituloIndex i{
    font-size: 20px;
}

.subtitloIndex{
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #704B1C;
}

.textIndex{
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #704B1C;
}


/* 2nd Banner */
.secondBanner{
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
}

.left_side{
    position: absolute;
    left: 0;
    width: 1px;
    height: 50px;
    background-color: #F6CE3C;
    z-index: 50;
}

.right_side{
    position: absolute;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #F6CE3C;
    z-index: 50;
}

.banner2{
    position: relative;
    width: 100%;
    border-top: 1px solid #F6CE3C;
    height: 400px;
}

#carousel1{
    padding-top: 20px;
}

#carousel1 .carousel-inner>.item{
    height: 400px;
    background-position: bottom center;
    background-size: cover;
}

.fraseBanner2{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #704B1C;
}

/* Controlos */
.carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 30px;
    opacity: 1 !important;
    filter: none !important;
    font-size: 20px;
    color: #F6CE3C !important;
    text-shadow: none !important;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    text-align: right !important;
    font-size: 30px !important;
}

.carousel-control.left {
    background-image: none !important;
    background-repeat: no-repeat !important;
    filter: none !important;
    text-align: left !important;
    font-size: 30px !important;
}

/**********************************/

.overlay_promotion{
    position: absolute;
    z-index: 10;
    top: 0;;
    left: 0;
    max-width: 100%;
    height: auto;
}
.overlay_promotion img{
	margin-top: 0px !important;
}


.overlay_portes_0{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    /*margin-bottom: 10px;*/
}
.overlay_portes_1{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

#carousel1 .carousel-inner>.item{
    height: auto;
    background-position: center center;
    background-size: cover;
}


.footerCarouselBanners.banner2{
    height: auto;
}
















@media (min-width: 992px){
    /*#carousel .carousel-inner>.item,
    #carousel_mobile .carousel-inner>.item{
        height: 380px;
    }

    img.adjustableimg{
        display: none;
    }

    .firstBannerHome {
        height: 380px; 
    }*/
}










@media (max-width: 767px) {

}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1209px){

}
@media (min-width: 1210px) {

}

@media (max-width: 470px) {

}