﻿body {
}

a{
    text-decoration:none
}

a:hover{
    text-decoration: underline;
}

.border-colombia {
    border-bottom: 10px solid;
    border-image: linear-gradient(to right, yellow 25%, blue 40%, blue 60%, red 75%, red 75%) 5;
    width: 100%;
}

.espaciar-rows .row{
    margin-bottom: 1rem
}

.color-text-blue {
    color: #003B85 !important;
}

a.text-file, span.text-file {
    font-size: 1rem
}

.p.text-file{
    font-size: .85rem
}

/* Media Query < 992px */
@media (max-width: 992px) {
    .border-colombia {
        border-top: 10px solid;
        border-image: linear-gradient(to right, yellow 25%, blue 40%, blue 60%, red 75%, red 75%) 5;
        width: 100%;
        border-bottom: none;
    }


}

/* Media Query between 992px and 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
    #registro i {
        display: none
    }
}

/* Media Query < 768px */
@media (max-width: 768px) {

    #registro i {
        display: none
    }
}