.page-footer{
    background-color: black;
    padding-top: 10px;
}

.tituloFooter{
    color: #ffbf00;
    margin-top: 10px;
}

.leyenda{
    margin-bottom: 0px !important;
}

.copy{
    background-color: black;
}

.iconoRedes{
    color: white;
    font-size: 30px;
    margin: 0px 10px 0px 10px;
}

.fb:hover{
    color: #4267b2;
}

.ig:hover{
    background:linear-gradient(30deg, #f58529,#feda77, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    color: transparent;
}

.yt:hover{
    color: #ff0000;

}

.sp:hover{
    color: #1db954;
}

.linkCursodontic {
    color: white;
    text-decoration: none;
}

.linkCursodontic:hover {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.redesCursodontic{
    margin-top: 30px;
    margin-bottom: 50px;
}

.redesProplay{
    margin-top: 30px;
}

.appIos{
    border: 1px solid #ffff;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.appAndriod{
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #ffff;
}

.mdEnlacesApp{
    display: none;
} 

.terminosFooter{
    margin-top: 20px !important;
    text-align: center;
}

.copy{
    display: inline-block;
}

.textTerminos{
    color: #ffbf00;
    margin-right: 10px;
}

.iconoTerminos{
    color: #ffbf00;
    margin-right: 10px;
}

.textTerminos:hover{
    text-decoration: underline;
    color: #ffbf00;
}

.terminosFooter .copy a{
    color: grey;
}

.terminosFooter a{
    text-decoration: none;
}

.metodosFooter{
    margin-top: 20px auto 0px;
}

.separadorFooter{
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid #707070;
}

.iconosPagosFooter{
    font-size: 31px;
    margin-bottom: 10px;
    color: teal;
    line-height: .7;
}

.logoOxxoFooter{
    margin-bottom: 7px;
}

.dosMetodos{
    display: none;
}

.bgTarjeta{
    background-color: white;
}

.ProplayFooter{
    margin-bottom: 20px;
}

.imgSecure{
    margin-top: 40px;
}

.terminosFooter{
    margin-top: 20px !important;
}

.textTerminos{
    color: #ffbf00;
}

.iconoTerminos{
    color: #ffbf00;
    margin-right: 10px;
}

.textTerminos:hover{
    text-decoration: underline;
    color: #ffbf00;
}

.terminosFooter .copy a{
    color: grey;
}

.terminosFooter a{
    text-decoration: none;
}

@media (max-width: 575px) {

    .enlacesApp{
        display: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dosMetodos{
        display: inherit;
        margin: 10px 0px;
    }

    .imgSecure {
        margin-top: 40px;
        height: 120px;
    }

}

@media (max-width: 767px) and (min-width: 576px) {

    .enlacesApp{
        display: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dosMetodos{
        display: inherit;
        margin: 10px 0px;
    }

    .imgSecure {
        margin-top: 0px;
        height: 130px;
    }
    
}

@media (max-width: 991px) and (min-width: 768px) {

    .enlacesApp{
        display: none;
    }

    .mdEnlacesApp{
        display: inherit;
        margin-bottom: 30px;
    }

    .mdEnlacesApp .appIos{
        width: 140px;
    }

    .mdEnlacesApp .appAndriod{
        width: 140px;
    }

    .bank{
        margin-right: 10px;
    }

    .imgSecure {
        margin-top: 0px;
        height: 130px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {

    .enlacesApp{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .enlacesApp .appIos{
        width: 150px;
    }

    .enlacesApp .appAndriod{
        width: 150px;
    }

}

@media (min-width: 1200px){

    .enlacesApp{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .enlacesApp .appIos{
        width: 160px;
    }

    .enlacesApp .appAndriod{
        width: 160px;
    }
    
}