#foot {
	background-image: url(../images/PAG-21.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding-top: 1vh;
    padding-left: 2vw;
/*    padding-right: 2vw;*/
    padding-bottom: 1vh;
}
#foot div div ul {
	padding: inherit;
	margin-bottom: 1px;
}
#foot div div ul li a{
	text-decoration: none;
    color: white;
    font-size: calc(.6rem + .6vw)
}
.footLinea {
	border-top: solid 2px white;
}
.footImg img {
	max-width: 60%;
}
@media screen and (max-width:1139px) {
	.footImg img {
		max-width: 80%;
	}

}
/*@media screen and (max-width:991px) {
	.copyR p{
		font-size: calc(.6rem + .6vw) !important;
	}

}*/
@media screen and (max-width:768px) {
	.copyR p {
	    text-align: right !important;
	}
	.btn-outline-secondary {
		font-size: 10px;
	}

}
@media screen and (max-width:550px) {
	.footImg img {
        min-width: 110px !important;
    }
	.footCopy {
        flex-direction: column-reverse;
    }
}
.footImg div {
	padding-right: 0px;
}
.footLogos div	img {
 max-width: 70%;
}
.footLogos div {
 padding-left: 0px;
 padding-right: 0px;
}
.copyR p {
	margin-bottom: inherit;
	text-align: center;
    font-size: calc(.6rem + .6vw);
    font-weight: 300;
}
.footCopy {
	display: flex;
    align-items: flex-end;
}
.footUl {
/*	font-size: 1.3rem;*/
    line-height: initial;
    font-weight: 300;
}
.footDona {
	font-weight: 800;
}
.footTit div h3 {
	font-weight: 700;
	font-size: calc(.7rem + .6vw);
    margin-bottom: 2px;
}
.btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:before, .btn-outline-secondary:after {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.btn-outline-secondary {
	border-radius: 20px !important;
    background-color: rgb(199 205 189 / 29%) !important;
    color: white !important;
    border: none !important;
}


