.search {
    display:block;
    width: 16px;
    height: 16px;
    background: url("../../../assets/images/icons/search.png");
    background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 12px;
} 
.search:hover {
    width: 16px;
    height: 16px;
    background: url("../../../assets/images/icons/search-over.png");
    background-repeat: no-repeat;
    transition: 0.3s;
}
.english {
    display:block;
    width: 23px;
    height: 22px;
    background: url("../../../assets/images/icons/english.png");
    background-repeat: no-repeat;
    transition: 0.3s;
    margin-top: 4px;
}
     
.english:hover {
    background: url("../../../assets/images/icons/english-over.png");
    background-repeat: no-repeat;
    transition: 0.3s;
}
.calendario-escolar {
    display:block;
    width: 18px;
    height: 18px;
    background: url("../../../assets/images/icons/calendario-escolar.png");
    background-repeat: no-repeat;
    transform: 0.3s !important;
    margin: 0px;
}
     
.calendario-escolar:hover {
    width: 18px;
    height: 18px;
    background: url("../../../assets/images/icons/calendario-escolar-over.png");
    background-repeat: no-repeat;
    transition: 0.3s !important;
}
.cuajibot {
    display:block;
    width: 49px;
    height: 55px;
    background: url("../../../assets/images/icons/cuajibot.png");
    background-repeat: no-repeat;
    transform: 0.3s !important;
    margin: 0;
}
     
.cuajibot:hover {
    width: 49px;
    height: 55px;
    background: url("../../../assets/images/icons/cuajibot-over.png");
    background-repeat: no-repeat;
    transition: 0.3s !important;
}
.contacto {
    display:block;
    width: 16px;
    height: 18px;
    background: url("../../../assets/images/icons/contacto.png");
    background-repeat: no-repeat;
    transform: 0.3s !important;
    margin: 0;
}
     
.contacto:hover {
    width: 22px;
    height: 22px;
    background: url("../../../assets/images/icons/contacto-over.png");
    background-repeat: no-repeat;
    transition: 0.3s !important;
}