/* General */
.jumbotron {
    border-radius: 0 !important;
}

/* Navigation */
nav {
    position: fixed !important;
    z-index: 1;
    width: 100%;
    background-image: url(../img/barra-menu.jpg);
    background-color: #373262 !important;
}

/* Banner */
#principal {
	background-size: cover;
    background-image: url(../img/banner.jpg);
    background-position: center;
    text-align: right;
}
#principal h1, #principal h2 {
	margin: 0 !important;
	color: #ffffff !important;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
}
.custom-btn, .custom-btn:active, .custom-btn:focus, .custom-btn:hover, .custom-btn:visited, .custom-btn:focus-within {
    background-color: #373262;
    border-radius: 50px;
    color: #ffffff;
    margin: 20px 0;
}

/* Content */
.row {
    margin-top: 12%;
}
p {
    text-align: justify;
}
.custom-title {
    text-align: center !important;
}
.custom-icons img {
    width: 50% !important;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
#custom-pasos img {
    width: 50% !important;
    display: block;
    margin: auto;
}
.custom-articles img {
    width: 90%;
    display: block;
    margin: auto;
}

/* Footer */
#custom-footer {
	background-image: url(../img/footer.jpg);
	background-size: cover !important;
	background-position: center !important;
	color: #ffffff !important;
	text-align: center !important;
    margin-bottom: 0 !important;
    margin-top: 40px;
}
#custom-copyright {
	background-color: #373262 !important;
	padding: 20px 0 5px 0 !important;
}
#custom-copyright p {
	text-align: center !important;
	color: #ffffff;
}
#custom-copyright p a {
	color: #f59421 !important;
}

/* Mobil */
@media (min-width: 576px) {
    #principal {
        padding: 15rem 4rem !important;
    }
}

@media (max-width: 575px) {
    #principal {
        padding: 6rem 1rem !important;
        background-position: left !important;
    }
    .display-4 {
        font-size: 2.5rem !important;
    }
}