#info{
    background: #fff;
    color: #333;
    text-align: center;
    padding: 20px;
}

#info h4{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 50px 0px 15px 0px;
    width: 200PX;
    box-sizing: border-box;
}

#info P{
    text-align: center;
    font-size: 18px;
    padding: 25px 0px 45px 0px;
    width: 200px;
    box-sizing: border-box;
}

#info h3{
    text-align: center;
    font-size: 30px;
    padding: 15px 0px 95px 0px;
}


#info .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infoTux {
    margin: 25px;
}

.infoTux img {
    width: 180px;
    height: 180px;
    border-radius: 50%;

}
 .infoTux:hover .especial {
      box-shadow:  0 0 0 8px #1883Ba,
        0 4px 50px;
transform:scale(1.05);
}

@media (min-width:480px){
    .infoTux {
        width: 40%;
    }
}

@media (min-width:768px){
    .redesSociales {
        width: auto;
    }
    
    footer .contenedor{
        justify-content: space-between;
    }
}

@media (min-width:1024px){
    .infoTux {
        width: auto;
    }
}