video{
    margin: auto !important;
}

.cont-nosotros p{
    font-size: 13pt;
    text-align: justify;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.fa-bullseye, .fa-eye, .fa-pencil-square-o{
    font-size: 42pt !important;
    color: #008f96;
}

ol li{
    font-size: 13pt;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(71, 69, 69) !important;
}

.cont-matricula{
    background-color: #008f96;
}

.fa-check{
    background-color: white;
    color: #008f96;
    font-size: 32pt !important;
    border-radius: 50%;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px)  {
    video{
        width: 100%;
    }
}


@media (min-width: 668px) and (max-width: 767px)  {
    video{
        width: 100%;
    }
}

@media (min-width: 544px) and (max-width: 667px)  {
    video{
        width: 100%;
    }
}

@media (min-width: 411px) and (max-width: 543px)  {
    video{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 410px)  {
    video{
        width: 100%;
    }
}