.fotter{

/*background-color:#3e6df7 ;*/

flex: 0 0 auto;
background-color: white;
    
}


.contenedorfotter{

   
padding: 10px;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


.contlogoletra{
    display: flex;
    padding: 10px;
    width: 100%;
   /* border: greenyellow 1px dashed;*/
    max-width: 1200px;
    flex-direction: column;

}

.logoox{

   /* border: greenyellow 1px dashed;*/
    max-width: 200px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;


}

.logoox img{
    width: 115px;

}
.informacion{
    width: 100%;
    height: 100%;
    
  /*  border: red 1px dashed;*/
    display: flex;
    justify-content: space-between;
}


.informacion li{

    color: #26b5e0;

}

.bloquea{

    max-width: 150px;
    width: 100%;
  /*  border: red 1px dashed;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
   
}
.bloqueb{
    max-width: 150px;
    /*border: red 1px dashed;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    width: 100%;
}

.bloquec{
    max-width: 150px;
 /*   border: red 1px dashed;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    width: 100%;

}

.abajodelosbloques{

width: 100%;
height: 80px;
/*border: dashed deeppink 1px;*/
display: flex;

justify-content: center;
}
.contbloques{
    justify-content: center;
    display: flex;
}
.contlogosredes{

display: flex;
justify-content: space-around;
}
.siguenos{
display: flex;
justify-content: center;
    color: white;
    height: 33px;
   
}
.redessociales{
    height: 100%;
    display: flex;
   /* border:  1px dashed rebeccapurple;*/
    width: 200px;
    flex-direction: column;
}

.servidio{

color: white;

}

.divcreditos{
    color: white;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:687px) {

    .informacion{
    
    display: none;
    
    }
    
    .contbloques{

        justify-content: center;
        align-items: center;

    }
    
    .abajodelosbloques{

        display: flex;
        justify-content: center;
        align-items: center;
    }







    }

    .titulofotter{
        color:  #26b5e0;
        font-style: normal;
        font-weight: 700;
        margin-left: -15px;
    }

    .redessociales img{

        width: 40px;
    }