﻿.TextoPie {
    color: #004379;
    text-align: center;
    display: block !important;
 
}

.ImagenPie {
    text-align: center;
    display: block !important;
}

#DivPie {
    color: #004379;
}

.DivPie {
    color: #004379;
}

.ContPie1 {
    max-width: 882px;
}
.ContPie2 {
    max-width: 882px;
}

.ContPie3 {
    max-width: 882px;
}


.Pie1 {
    font-size: 14px;
    color: #004379;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 80px;
    height: auto;
    align-content: center;
    vertical-align: middle;
}




.Pie2 {
    color: #02a6e6;
    font-size: 12px;
   /* min-height: 140px;*/
    height: auto;
    background-color: #003e73;
    align-content: center;
    vertical-align: middle;
}
.Pie3 {
    font-size: 11px;
    color: #9b9b9b;
    background-color: #171717;
    min-height: 30px;
    height: auto;
    align-content: center;
    vertical-align: middle;
    text-align:center;
}

    .Pie3 a {
        color: #9b9b9b;
        text-decoration:none;
    }


    .TextoPie2 {
        text-align: right;
    }


.Pie2 {
    display: flex !important;
}

#datoscliente {
    width: 100%;
    text-align: center;
    display: block !important;
    line-height:15px
}





/*@screen-sm*/
@media (min-width: 768px) {
    .TextoPie {
            display: block !important;
            text-align: center;
        
        }

        .ImagenPie {
            text-align: center;
            display: block !important;
        }


        .Pie2 {
            text-align: center;
            display: block !important;
        }

       


    }

    @media (min-width: 992px) {
        .TextoPie {
            display: flex !important;
            text-align: end;
        
        }

        .ImagenPie {
            text-align: start;
            display: block !important;
        }

        .Pie2 {
            text-align: center;
            display: block !important;
        }



        #datoscliente {
           
            max-width: 400px;
        }

    }