.carousel-home img {
    margin-top: 80px;
    width: 100%;
}
.carousel-home .carousel-control {
    background:  #1cabe3;
    height: 80px;
    width: 40px;
    top: 50%;
    margin-top: 20px;
    -moz-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
    font-size: 2.5em;
    padding-top: 12px;
}
.carousel-home .carousel-control:hover {
    width: 50px;
}
.carousel-home .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.carousel-home .carousel-title {
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
    font-size: 25px;
    text-transform: uppercase;
}
.carousel-home .btn {
    margin-top: 30px;
}
.section-home {
    margin: 30px 0;
}

@media (max-width: 992px) {
    .carousel-home .carousel-title {
        font-size: 36px;
    }

    .carousel-home .carousel-subtitle {
        font-size: 18px;
    }

    .carousel-home .btn {
        margin-top: 15px;
    }
}

/* Small devices (tablets, 768px and Down) */
@media (max-width: 768px) {

    .carousel-home .carousel-title {
        font-size: 32px;
    }
    .carousel-home .carousel-subtitle {
        font-size: 16px;
    }
    .carousel-home .carousel-control {
        background: #1cabe3;
        height: 40px;
        width: 20px;
        top: 50%;
        margin-top: -20px;
    }
    .carousel-home .carousel-control .fa {
        font-size: 1.5em;
        padding-top: 4px;
    }
}

/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
    .carousel-home .carousel-title {
        font-size: 16px;
        margin: 0;
    }
    .carousel-home .carousel-subtitle {
        font-size: 14px;
        margin: 0;
    }
    .carousel-home .carousel-indicators {
        bottom: 0;
    }
}
