.iconos {
    font-size: 34px;
}

.float-left,
.left {
    float: left !important;
}

.float-right,
.right {
    float: right !important;
}

.text-right,
.align-right {
    text-align: right !important;
}

.text-center,
.align-center {
    text-align: center !important;
}

.text-left,
.align-left {
    text-align: left !important;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .col-xs-6 {
        width: 50% !important;
    }
    .col-xs-4 {
        width: 33% !important;
    }
    .col-xs-3 {
        width: 25% !important;
    }
}

.invisible {
    display: block !important;
}

.hidden,
.oculto {
    display: none !important;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 276px) and (max-width: 767.98px) {
    .invisible {
        display: none !important;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}