.header{
    background-image: url(../img/PRODUCCION-AUDIOVISUAL.jpg);
}

.footer-col img{
    max-height: 100px;
}

.footer{
    padding-top: 1rem;
}

.copyright{
    padding-bottom: 0rem;
}

.footer .footer-col {
    margin-bottom: 0rem;
}

.slider-1 .card{
    background-color: rgb(236, 239, 247);
}

.card-body p{
    color: black;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next{
    background-color: rgb(19, 85, 112);
    width: 40px;
    border-radius: 10px;
}
.navbar .logo-image img {
    width: auto;
}
.btn,
.btn:hover,
.form-control-submit-button,
.form-control-submit-button:hover {
    background-color:  rgb(19, 85, 112);
    border-color: rgb(19, 85, 112);
    color: white;
}
.slider-1 .card-image {
    width: 100%;
    height: auto;
    border-radius: 0;
}

a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 5px;
	background: rgb(19, 85, 112) url("../img/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}
a:hover.back-to-top {
    background-color:  rgb(19, 85, 112);
}
#welcome{
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}