.size-16 {
    font-size: 16px !important;
}

.size-24 {
    font-size: 24px !important;
}

.size-28 {
    font-size: 28pt !important;
}


ul.list-style-dash {
   list-style-type: none;

}

ul.list-style-dash > li {
    text-indent: -5px;
}

ul.list-style-dash > li::before {
        content: "-";
        text-indent: -5px;
}

ul.list-style-gt {
   list-style-type: none;

}

ul.list-style-gt > li {
    text-indent: -5px;
}

ul.list-style-gt > li::before {
        content: ">";
        text-indent: -5px;
}

#contacto {
    background-image:url(../img/uneteanuestroequipo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

#contacto > div {
    width: 100%;
    background-color: rgba(0, 53, 156, 0.7);
}

#principal {
    background-image:url(../img/principal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 768px) {
    .btngrp1 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .btngrp2 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

