

.contenedor-slide {
    height: 100%;
    width: 100%;
    padding-top: 10px;
    /*margin-top: 20%;*/
    padding-bottom: 5px;
    margin-bottom: 0%;
}

.carousel {
    box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.432);
}

.carousel-control-next, .carousel-control-prev {
    /*height: 100px;
    top: 250px !important;
    background-color: #424230;*/
}

.contenedor {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .contenedor h1 {
        font-size: calc(16px + 4vw);
    }

.input-form {
    padding: 15px;
    font-size: calc(12px + 1.5vw);
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
    text-align: center;
}

    .carousel-indicators-numbers li.visited, .carousel-indicators-numbers li:hover, .carousel-indicators-numbers li.active {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: red;
    }


@media screen and (min-width: 768px) {
    .bannerImgHeight {
        height: 450px !important;
    }
}

@media screen and (max-width: 768px) {
    .bannerImgHeight {
        height: 200px !important;
    }
}
@media screen and (max-width: 360px) {
    .bannerImgHeight {
        height: 150px !important;
    }

    ol {
        margin-bottom: 0px !important;
    }

    .carousel-indicators-numbers li {
        text-indent: 0;
        margin: 0 2px;
        width: 16px;
        height: 16px;
        border: none;
        border-radius: 100%;
        line-height: 16px;
        color: #fff;
        background-color: #999;
        transition: all 0.25s ease;
        text-align: center;
        font-size: 12px;
    }

        .carousel-indicators-numbers li.visited, .carousel-indicators-numbers li:hover, .carousel-indicators-numbers li.active {
            margin: 0 2px;
            width: 16px;
            height: 16px;
            background-color: red;
        }
}

/*Banner Stroke*/
@media (min-width:660px) {
    .textStrokeBlack {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 2px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeBlue {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeWhite {
        /*-webkit-text-stroke: 1px #fff;*/
        text-shadow: 2px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}

@media (min-width:320px) {
    .textStrokeBlack {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 2px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeBlue {
        /*-webkit-text-stroke: 1px #000;*/
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .textStrokeWhite {
        /*-webkit-text-stroke: 1px #fff;*/
        text-shadow: 2px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}
