html,body {height: 100%;}
.slider_full.carousel,.slider_full .item,.slider_full .active,.slider_full .carousel-inner { height: 100%;}
.slider_full .fill {width: 100%;height: 100%; }
.carousel_indicators{ position: absolute; width: auto; text-align: center;display: block; margin: 0 auto; bottom: 35px; left: 0; right: 0; z-index: 100}
.carousel_indicators li{display: inline-block;width: 15px !important;height: 15px !important;border-radius: 30px;background: rgba(255, 255, 255, 0.5);margin: 0;cursor: pointer}
.carousel_indicators li.owl_page.active{background: #fff;}
.carousel_caption{position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.carousel-control{position: absolute; top: 0; bottom: 0; margin: auto;width: 55px; height: 55px; color: #fff!important; background: none!important; text-shadow: none; opacity: 1;transition: all 400ms ease-out;}
.carousel-control.left{ left: 5%}
.carousel-control.right{ right: 5%}
.carousel-control.left i,.carousel-control.right i{font-size: 60px;color: #fff !important;}
.carousel-control.left i:hover{opacity: 1;transition: all 400ms ease-out;}
.carousel-control.right i:hover{opacity: 1;transition: all 400ms ease-out;}

/******** Inicio Mi Css ********/
@media only screen and (max-width: 1200px){}

@media only screen and (max-width: 1100px){}

@media only screen and (max-width: 900px){}

@media only screen and (max-width: 768px){
    .carousel-control {display: none}
}

@media only screen and (max-width: 580px){}

@media only screen and (max-width : 480px){}

@media only screen and (max-width : 425px){}

@media only screen and (max-width : 375px){}

@media only screen and (max-width : 320px){}
/******** Fin Mi Css ********/