.footer{
    border-top: 1rem solid #f3cfde;
    width: 100%;
    background-color: #cfd3f0;
}
.main-footer{
    padding-top: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
}
iframe{
    width: 50vw;
    height: 100%;
    border: none;
}
.contact-us{
    display: flex;
    align-items: center;
}
span{
    font-family: "Noto Sans JP";
}
span p{
    font-size: large;
}
.contact-col div .fas,
.contact-col div .far {
    font-size: 45px;
    color: #d0f3e9;
    text-shadow: -1px 0 black,
    0 1px black,
    1px 0 black,
    0 -1px black; 
}
.contact-col div p {
    padding: 0;
    color: black;
    font-size: 20px;
}
.contact-col div h5 {
    font-size: 30px;
    margin-top: 1rem;
    margin-bottom: 5px;
    color: black;
    font-weight: 900;
}
.icons{
    padding-top: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align:center; 
}
.icons .fab{
    margin-left: 5rem;
    margin-right: 5rem;
    color: #f3cfde;
    text-shadow: -1px 0 black,
    0 1px black,
    1px 0 black,
    0 -1px black;
    font-size: 2.5rem;
    cursor: pointer;
}
.icons__facebook{
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.icons__instagram{
    display: inline-block;
    text-align: center;
}
.politicas{
    align-items: center;
    text-align: center;
    padding: 1rem;
}
.politica-container{
    display: inline;
    width: 33%;
    margin: 0% 5%;
}
@media only screen and (max-width: 928px) {
   .main-footer{
       display: block;
   }
   /* Parte de direccion, tlf etc */
   .contact-us{
       display: block;
       width: 60%;
       margin: auto;
   }
   .contact-us div{
       margin: auto;
       text-align: center;
   }
   .contact-us div h5{
       margin-top: 1rem;
   }
   /* Parte de google maps */
   .cleideo{
       display: block;
       text-align: center;
   }
   .cleideo iframe{
       margin: auto;
       min-height: 50vh;
   }
}