#sliderMain .carousel-inner img {
    width: 100%;
    height: 94vh;
}

#sliderMain .carousel-indicators li {
    background-image: url(../Resources/slider_btn_white.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    background-color: transparent;
}

#sliderMain .carousel-indicatorsUM li {
    background-image: url(../Resources/slider_btn_white.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    background-color: transparent;
	width: 45px;
}
#barMain {
    position: absolute;
    padding: 3% 4% 0 3%;
    width: 100%;
    z-index: 3;
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: flex;
    display: -webkit-flex; /* Safari 7 */
}


#txtMain{
	text-align: center;
    width: 100%;
    position: absolute;
    padding: 29vh 4% 0 3%;
    z-index: 2;
    color: white;
    font-size: 200%;
}

.btnSocial {
    margin: 8px;
    /*float: right;*/
    text-transform: uppercase;
    font-size: 12px;
	max-width: 25%;
	text-align: center;
}
#contIcon {
	    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: flex;
    display: -webkit-flex; /* Safari 7 */
}
#contIcon img{
	margin: auto;
}
#contMenu {
}
#contMenu a {
    color:white;
}
#contSocial {
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: flex;
    display: -webkit-flex; /* Safari 7 */
}
#sliderMain  .carousel-indicators {
    margin-bottom: 120px;
}
#btnIdiomaIcon img {
    width: 20px;
}




.carousel-indicatorsUM {
    position: absolute;
    right: 0;
    bottom: 16vh;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


#titleMain{
	    text-align: center;
    width: 100%;
    position: absolute;
    padding: 24vh 10vw 0 10vw;
    z-index: 2;
    color: white;
    font-size: 200%;
}
#overlaySlider{
	position: absolute;
    width: 100%;
    height: 95vh;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}


#sliderMain  .carousel-control-prev, #sliderMain .carousel-control-next{
	z-index:2;
}
#sliderMain .carousel-item {
    background-position: top;
    width: 100%;
    height: 95vh;
    background-repeat: no-repeat;
    background-size: auto 100%;
	
}

	#contIcon img {
          margin: auto;
    }


@media (min-width: 576px) 
{
	#titleMain{
		font-size: 78px;
	}
	#sliderMain .carousel-item{
		background-size: auto 100%;
	}
	#contIcon img {
        width: 30vw;
        
    }
}
@media (min-width: 650px) {
	
		#titleMain {
		font-size: 63px;
	}
}
@media (min-width: 768px) {
	#titleMain {
		font-size: 63px;
	}
	#sliderMain .carousel-item {
		background-size: 100% 100%;
	}



}
@media (min-width: 850px) {
	#titleMain {
		font-size: 63px;
	}
	#sliderMain .carousel-item {
		background-size: 100% 100%;
	}



}
@media (min-width: 992px) {
#titleMain {
		font-size: 40px;
	}
	#contIcon img {
    width: 170px;
    
}
}

@media (min-width: 1200px) {

}