
.carousel {
    height: 550px;
    /*background: #00995d;*/
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 9px 5px rgba(150, 150, 150, 0.27);
    -moz-box-shadow: 0 0 9px 5px rgba(150, 150, 150, 0.27);
    box-shadow: 0 0 9px 5px rgba(150, 150, 150, 0.27)
}

.carousel-caption {
    z-index: 10
}

.carousel .item {
    height: 100%;
    width: 100%
}

.slider-pagina-principal.carousel .item {
    color: #fff;
    background-position: 50% 50%;
    background-color: #00995d;
    background-repeat: no-repeat
}

.carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.carousel-inner .item img {
    display: none !important;
    width: 100%
}

.carousel-inner .item a {
    display: block !important;
    height: 100%
}

.carousel .controlador-banner {
    text-indent: initial;
    border: 0;
    width: auto;
    height: auto
}


.carousel-caption {
    position: absolute;
    top: 6em;
    z-index: 10;
    color: #fff;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6)
}

.carousel-caption h1 {
    font-family: 'unimed_slabbold';
    margin-bottom: 0;
    font-size: 4em;
    padding: 10px;
    display: table
}

.carousel-caption p {
    margin-top: 0;
    padding: 10px;
    background-color: #b1d34b;
    background-color: rgba(177, 211, 75, 0.85);
    display: table;
    color: #0a5f55
}

.carousel .item {
    height: 100%;
    width: 100%;
    background-color: #777;
    overflow-x: hidden
}

.carousel-inner .item img {
    position: relative;
    margin: 0 auto
}


@media only screen and (min-width:992px) {
    .carousel-caption {
        position: absolute;
        top: 20%;
        right: 15%;
        left: 15%;
        z-index: 10;
        color: #fff;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6)
    }

    .carousel-caption h1 {
        font-family: 'unimed_slabbold';
        margin-bottom: 0;
        font-size: 4.500em;
        padding: 10px;
        display: table
    }
}

@media only screen and (max-width:768px) {
    
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 30px;
        left: 14%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .0)
    }

    .carousel-caption h1 {
        font-family: 'unimed_sanssemibold';
        margin-bottom: 0;
        font-size: 23px;
        padding: 10px;
        display: table;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6)
    }

    .carousel-caption p {
        margin-top: 0;
        padding: 10px;
        background-color: #b1d34b;
        background-color: rgba(177, 211, 75, 0.85);
        display: table;
        color: #0a5f55
    }

    .carousel-inner .item img {
        position: relative;
        max-width: none !important
    }
}


@media only screen and (max-width:1025px) {
    .carousel {
        height: auto !important
    }

    .carousel .item {
        background: #eee !important
    }

    .carousel-inner .item img {
        display: block !important;
        width: 100%
    }
}

@media only screen and (max-width:400px) {
    .carousel .item img {
        display: block;
        width: 100%
    }
}