
.icoDesign{
    background:url('../icon/svg/design.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoStrategy{
    background:url('../icon/svg/estrategia.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoWeb{
    background:url('../icon/svg/web.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoResponsive{
    background:url('../icon/svg/responsive.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoMobile{
    background:url('../icon/svg/mobile.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoBd{
    background:url('../icon/svg/bd.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;

    display: block;
}
.icoEnviarMensaje{
    background:url('../icon/svg/enviar_mensaje.svg') 0 0 no-repeat;
    width: 40px;
    height: 40px;

    fill: #fff;
    display: block;
}

.icoFacebook{
    background:url('../icon/svg/facebook.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}
.icoYoutube{
    background:url('../icon/svg/youtube.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}
.icoGithub{
    background:url('../icon/svg/mobile.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}
.icoBitbucket{
    background:url('../icon/svg/mobile.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}


.icoDisydes{
    background:url('../icon_disydes.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}

.icoError{
    background:url('../icon/svg/error.svg') 0 0 no-repeat;
    width: 50px;
    height: 50px;
}



.gear {
    -webkit-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}
