@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/all.min.css");

.breadcrumb-title .ut_green {
    color: #4c9c2e;
}

.breadcrumb-title h4 {
    color: #1f1646;
}

.breadcrumb-img {
    max-width: 500px;
}

.text p {
    text-align: justify;
    font-size: 18px;
}

.text ul {
    color: white;
    text-align: justify
}

.services-box {
    padding: 10px 40px;
}

.text .listas li {
    list-style: decimal;
}

.text .listas-punto li {
    list-style: disc;
}

.listas,
.listas-punto {
    padding-left: 20px;
}

.img-center {
    text-align: center;
}

.img-center img {
    max-width: 350px;
}

.qt-img .imagen {
    max-width: 150px;
}

.single-testimonial h5 {
    color: #4c9c2e;
}

.ss-btn {
    font-family: 'Avenir Black', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}

.img-empleo {
    max-width: 400px;
}

.breadcrumb-area {
    background-size: cover;
}

.breadcrumb-title {
    padding-top: 140px;
}

.grupos .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Avenir Black', sans-serif;
}

strong,
b {
    font-family: 'Avenir Black', sans-serif;
}

.parrafo p {
    font-size: 19px;
    text-align: justify;
}

.tabla {
    font-size: 19px;
    text-align: center;
}

.tabla th {
    font-family: 'Avenir Black', sans-serif;
}

.tabla thead {
    background-color: #1f1646;
    color: white;
}

.sne {
    text-align: center;
}

.sne img {
    max-width: 250px;
}

.breadcrumb-title h2 {
    color: black;
}

.video-container {
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-style: groove;
}

.project-detail .pr-ul li {
    float: initial;
    width: 100%;
}

.project-detail .pr-ul {
    float: none;
}

p {
    text-align: justify;
}

.slider-btn a {
    font-family: 'Avenir Black', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}

.plan .btn {
    background: #1f1646;
    ;
    border: 1px solid #1f1646;
    ;
}

.flip-book-container-wrapper {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.flip-book-container {
    width: 100%;
    height: 100%;
    border: none;
}

.slick-arrow .fa,
.fab,
.fad,
.far,
.fas {
    line-height: unset;
}

.step-box.step-box3 h2 {
    color: black !important;
}

.txt-clr {
    color: black !important;
    text-align: justify;
}

.responsable {
    text-align: center;
}

.responsable .item {
    max-width: 650px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-img {
        max-width: 300px;
    }

    .img-empleo {
        max-width: 300px;
    }

    .img-center img {
        max-width: 300px;
    }

    .breadcrumb-area {
        background-size: contain;
    }

    .breadcrumb-title {
        padding-top: 70px;
    }

    .grupos .btn {
        white-space: break-spaces;
    }

    .responsable .item {
        max-width: 100%;
    }
}

/* Masonry Thumbs
-----------------------------------------------------------------*/
.masonry-thumbs {
    position: relative;
    --bs-gutter-x: calc(1px * 2);
    --bs-gutter-y: calc(1px * 2);
}

.masonry-thumbs>* {
    overflow: hidden;
}

.masonry-gap-lg {
    --bs-gutter-x: calc(1px * 3);
    --bs-gutter-y: calc(1px * 3);
}

.masonry-gap-xl {
    --bs-gutter-x: calc(1px * 5);
    --bs-gutter-y: calc(1px * 5);
}

.masonry-thumbs>*>img,
.masonry-thumbs .grid-inner>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.grid-container,
.grid-inner {
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.team-info p {
    text-align: center;
}

.courses-content a {
    color: #141b22;
    font-family: 'Avenir Black', sans-serif;
}

.text h3 {
    font-family: 'Avenir Black', sans-serif;
    color: #FFFFFF;
}

.schedule .titulo {
    font-family: 'Avenir Black', sans-serif;
}

.course-meta button {
    font-family: 'Avenir Black', sans-serif;
}