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: #5a77d3; margin: 0 5px; cursor: pointer}
.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: 90px;color: #c3b48d !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;}
.slider .entry_slider{display: table; width: auto;transition: all 400ms ease-out;position: relative;margin: 0 15%;}
.slider .entry_slider h3{font-family: 'Quicksand', sans-serif;font-size: 55px;font-weight: bold !important;margin: 20px 0!important;text-transform: inherit !important;}
.slider .entry_slider p{ font-family: 'Roboto', sans-serif!important;font-weight: 100;font-size: 25px;margin: 0 50px 10px;}
.slider .entry_slider a{position: relative;}
.slider .entry_slider a:after{content: "";width: 20px;height: 100%;position: absolute;top: 0;left: 0;background: #2d4838;}

/******** Inicio Mi Css ********/
@media only screen and (max-width: 1200px){
	.slider .entry_slider h3{font-size: 45px;}
}

@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}
    .slider .entry_slider h3{font-size: 35px;}
    .slider .entry_slider p{font-size: 20px;}

}

@media only screen and (max-width: 580px){
    .slider .entry_slider h3{font-size: 30px;}
    .slider .entry_slider p{font-size: 16px;}
    .slider .entry_slider p{margin: 20px 0;}
}

@media only screen and (max-width : 480px){
  	.slider .entry_slider h3{font-size: 25px;}
}

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

}

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

}
/******** Fin Mi Css ********/