footer {
    background-color: #323232;
    font-size: 15px;
    color: #fffcfc;
}

.cabecera-pie h2{
	
	font-weight: bold;
	font-size: 20px;
}

.footer {
    display: flex;
    flex-direction: row;
    column-gap: 0px;
    row-gap: 40px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
}

.footer > div {
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 20px;
}

.footer > div:first-child {
    flex-grow: 1.5;
}
.footer > div:last-child {
    flex-grow: 2;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
}

.footer li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.logos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 40px;
}

.imagenes {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    row-gap: 16px;
    column-gap: 16px;
}

.social {
    display: flex;
    flex-direction: row;
    row-gap: 16px;
    column-gap: 16px;
}
.logo-footer {
	width: 200px;
	height: auto;
}
.boton-footer {
	color: black;
	border-radius: 5px !important;
	 font-family: SegoeUI;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.iconos-sociales-footer {
	height: 22px;
}
.footer p {
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fffcfc;
}

.texto-link-blanco {
	flex-grow: 0;
  margin: 6.3px 0 0;
  font-family: SegoeUI;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fffcfc;
}

.social-icons-footer .iconos-sociales{
	    margin-right: 15px;
	    margin-left: 0px;
	    height: 32px;
	    width: auto;
}


.texto-link-blanco:hover {
	text-shadow: 0px 0px 1px #fffcfc;
	color: #fffcfc;
}

.texto-link-footer {
	display: inline;
  margin-right: 10px;
    margin-left: 10px;
  font-family: SegoeUI;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #727478;
  
}

.container-lopd {
	display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-line-slim {
	border-left: 1px solid #727478;
    height: 18px;
    margin: 0px;
}

.texto-link-footer:hover {
	text-shadow: 0px 0px 1px #727478;
	color: #727478;
}


/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}


/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
.container-lopd {
	flex-direction: column;
}
.texto-link-footer {
	padding-bottom: 10px;
}

.vertical-line-slim {
	display: none;
}
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logos {
       align-items: center;
    }

    .imagenes {
        justify-content: center;
    }

}


/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}