/*footer*/
#phone {
    text-decoration: none;
    color: inherit;
}

footer {
    width: 100%;
    height: 60vw;
    margin-top: 5vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-family: "Forum", sans-serif;
}
.ubicacion {
    position: absolute;
    left: 0;
    width: 70%;
    height: 80%;
    margin-top: 8%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.ubicacion iframe {
    width: 80%;
}
.datos {
    position: absolute;
    top: -10%;
    right: 0;
    width: 30%;
    height: 110%;
    background-image: url(../IMG/Recurso16.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5.5vw;
}
.ubicacion img {
    width: 60%;
}
.datos > div {
    width: 85%;
    margin-left: 15%;
    display: flex;
}
.DdC {
    flex-direction: column;
}
.DdC p,
.DdC address {
    font-size: 1.5vw;
    color: white;
    margin: 0;
}
.DdC div {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}
#direccion {
    align-items: baseline;
}
#telefonos {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
#telefonos p {
    margin: 0;
}
.DdC div img {
    width: 10%;
    height: auto;
    margin-right: 5%;
}
.titlefoot {
    margin-top: 40%;
    align-items: end;
    flex-direction: column;
}
.titlefoot h2 {
    width: 80%;
    margin-right: 10%;
    font-size: 3vw;
    color: orange;
    text-align: right;
}
.AdP {
    align-items: center;
}
.AdP img {
    width: 12%;
    height: auto;
    margin-right: 5%;
}
.AdP p {
    font-size: 1.5vw;
    color: orange;
    margin: 0;
}
.RS {
    justify-content: space-evenly;
}
.RS img {
    width: 3vw;
    height: 3vw;
    margin: 1vw;
}
.TyC {
    color: white;
    font-size: 1.2vw;
}
@media screen and (max-width: 600px) {
    /*footer*/
    footer {
        height: 260vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ubicacion {
        width: 100%;
        top: -7%;
        height: 45%;
    }
    .datos {
        width: 90%;
        bottom: 0;
        top: auto;
        height: 65%;
        bottom: -15%;
        padding-bottom: 17vw;
    }
    .ubicacion iframe {
        width: 80%;
        height: 80%;
    }
    .ubicacion img {
        position: absolute;
        bottom: -10%;
        width: 70%;
    }
    .titlefoot {
        margin-top: 20%;
    }
    .titlefoot h2 {
        font-size: 9vw;
    }
    .DdC p,
    .DdC address {
        font-size: 3.5vw;
        margin: 0;
    }
    .datos > div {
        width: 80%;
        margin-left: 20%;
    }
    .DdC div {
        margin-bottom: 4vw;
    }
    .AdP p {
        font-size: 3.5vw;
    }
    .RS img {
        width: 7vw;
        height: 7vw;
        margin: 1vw;
    }
    .TyC {
        font-size: 3vw;
    }
}
