.titulo {
    color: #0064A7;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}

.texto {
    color: #636466;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: normal;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

.img-slider {
    width: 100%;
    height: auto;
    padding: 5px;
}

h2 {
    text-align: center;
    padding-bottom: 1em;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
&.slick-active {
button {
    background-color: black;
}
}
button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
:hover {
    background-color: black;
}
}
}

/* Custom Arrow */
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
:hover {
    cursor: pointer;
    color: black;
}
}
.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
:hover {
    cursor: pointer;
    color: black;
}
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}