h2 {
    text-align: center;
    font-weight: bold;
}

h3 {
    text-align: center;
}

.paso {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 100px;
    margin-right: 100px;
}

img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.form1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

body {
    font-family: 'News Cycle', sans-serif;
    font-size: large;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev,
.carousel-control-next {
    bottom: 50%;
}

.espaciador {
    padding-top: 100px;
}

#btn-inicio {
    margin-top: 25px;
}