




.container0 {
    flex: 1;    /* same as flex-grow: 1; */
}


.ft-main0 {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
	
}
.ft-main-item0 {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}

@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main0 {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main0 {
        justify-content: space-evenly;
    }
}


.ft-social0 {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list0 {
    display: flex;
    justify-content: center;
    border-top: 1px #000 solid; 
    padding-top: 1.25rem;
	background-color: blue;
	/*opacity: 0.5;*/
	
}
.icosociales{
    width: 50px;
 
}
.ft-social-list0 li {
    margin: 0.5rem;
    
}

.ft-legal0 {
    padding: 0.9375rem 1.875rem;
    background-color: #555;
}
.ft-legal-list0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal-list0 li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}
/* one before the last child */
.ft-legal-list0 li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}


ul {
    list-style: none;
    padding-left: 0;
}

a:hover {
    text-decoration: underline;
}


.footer {
    background-color: #e2e1e6;
    color: white;
    line-height: 1.5;
}
.footer a {
    text-decoration: none;/* color de politica de privacidad*/
    color:white;
}
a:hover {
    text-decoration: underline;
}
.ft-title0 {
    color: #000;
   padding-bottom: 0.625rem;
	font-family: Arial;
 	 font-size: clamp(1.0rem, 3vw, 2.0rem);
    padding-bottom: 0.625rem;
	align-content: center;
	
}
.ft-title_cuerpo0 {
    color: #000;
   font-family: Arial;
 	 font-size: clamp(1.0rem, 3vw, 1.20rem);
    padding-bottom: 0.625rem;
	align-content: center;
}



.h125{
      color: #000;
font-family: Arial;
 font-size: clamp(1rem, 1.5vw, 1.5rem);
    padding-bottom: 0.625rem;
	align-content: center;

}











