/* General */

.ingrid-box, .ingrid-box-c, .articles1, .articles2, .articles3, .team-immune {
    margin-bottom: 20px;
}

/* Slider */
.slider-item {
    display: table;
    position: relative;
    width: 70%;
    height: 100%;
    vertical-align: middle;
    max-width: 1200px;
    margin: auto;
}

.slider-item-bg {
    background-color: #000738;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.65;
    top: 0;
    left: 0;
    z-index: 0;
}

.slider-desc,
.slider-titulo {
    color: #fff;
}

.slider-content {
    z-index: 9;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.slider-box {
    position: relative;
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    overflow: hidden;
}

.slider-box .slider-titulo {
    font-size: 60px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.slider-box .slider-desc {
    font-size: 15px;
    line-height: 1.1;
    margin: 0;
}

.slider-box .slider-btn {
    font-size: 14px;
    background-color: #497dff;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}


/* Icons Grid */

#float-box .ingrid-box {
    padding: 20px;
}

.ingrid-box .row {
    margin-bottom: 30px;
}

.ingrid-box .row > div {
    padding-left: 50px;
}

.ingrid-icons-title {
    display: block;
    color: #497dff;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
}

.ingrid-box i {
    color: #497dff;
    display: block;
    position: absolute;
    left: 15px;
    font-size: 25px;
}

.ingrid-icons-texto {
    color: #7b7b7b;
}

/* category Grid */

#float-box .ingrid-box-c {
    padding: 20px;
}


.ingrid-box-c .row > div {
    padding-left: 50px;
    margin-bottom: 30px;
}

.ingrid-box-c i {
    color: #497dff;
    display: block;
    position: absolute;
    left: 15px;
    font-size: 25px;
}
.ingrid-box-c .category-name {
    display: block;
    color: #497dff;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.ingrid-box-c .category-name a {
    text-decoration: none;
}

.ingrid-box-c .category-sub {
    font-size: 14px;
    color: #7b7b7b;
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.ingrid-box-c .category-sub a {
    text-decoration: none;
}

/* Articulos */

.articulos {
    background-color: #ebebeb;
    padding: 30px;
}

.arthide {
    visibility: hidden;
}

.row.arthide {
    display: none;
}

/* Articulos 1 */

.articles1 .c-img {
    background-color: #000738;
    opacity: 0.65;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.articles1 .row .row > * {
    padding: 0;
}

.articles1 > .row .row {
    margin: 0;
}

.articles1 .c-article {
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
    margin-bottom: 10px;
}

.articles1 .o-article {
    padding: 30px;
    min-height: 200px;
    vertical-align: middle;
    display: table-cell;
}

.articles1 > .row .row:nth-child(2) {
    margin-top: 30px;
}

.articles1 .t-article {
    display: table;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
}

.articles1 .a-title {
    color: #7b7b7b;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.articles1 .a-excerpt {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 1.1;
}

.articles1 > .row > div:nth-child(1) .a-title,
.articles1 > .row > div:nth-child(1) .a-excerpt {
    color: #ffffff !important;
}

.articles1 .a-boton {
    background-color: #497dff;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
}

.articles1 .bg-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.articles1  > .row > div:nth-child(1) .bg-img {
    max-width: calc(100% - 30px);
}

.articles1.art1+.articles1.art1 {
    margin-top: 30px;
}

/* Articulo 2 */

.articles2 .bg-img {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.articles2 .c-img {
    background-color: #000738;
    opacity: 0.65;
    display: block;
    width: 100%;
    height: 100%;
}

.articles2 .a-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 5px;
}

.articles2 a {
    text-decoration: none;
}

.articles2 a:hover .a-title {
    color: #497dff;
}


/* Articulo 3 */

.articles3 .t-article {
    background-color: #ffffff;
    width: 100%;
}

.articles3 .row > div {
    padding: 0;
}

.articles3 > .row {
    margin: 0;
    height: 100%;
    box-shadow: 1px 1px #eee;
}

.articles3 > .row .row {
    margin: 0;
    box-shadow: 1px 1px #eee;
}

.articles3 .o-article {
    display: block;
    vertical-align: middle;
    padding: 30px;
}

.articles3 .a-title {
    color: #497dff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    max-height: 90px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles3 .a-excerpt {
    color: #7b7b7b;
    line-height: 1.1;
}

.articles3 .a-boton {
    background-color: #497dff;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.articles3 .bg-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.articles3 .c-img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000738;
    opacity: 0.65;
}

/* Team */

.team-immune {
    padding: 20px;
    background-color: #ebebeb;
}

.team-immune.online {
    padding: 0px;
    background-color: transparent;
}

.team-immune .box-team {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.team-immune .box-team .img {
    max-width: 200px;
    width: 50%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.team-immune .box-team .nombre {
    font-size: 17px;
    color: #497dff;
    margin: 10px 0 5px;
}

.team-immune .box-team .resumen {
    font-size: 14px;
    color: #7b7b7b;
    max-width: 200px;
    margin: 20px auto 0;
}

/* Escritorios */

@media (min-width: 768px){
    .articles1 .c-img.absolute{
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        margin-bottom: 10px;
    }

    .articles1 .c-article.relative {
        position: relative;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        margin-top: 60px;
    }
}

/* responsive */

@media (max-width: 1170px){
    .articles1,
    .articles2,
    .articles3 {
        margin: 0 15px 20px;
    }
}

/* Tablet */

@media (max-width: 991px){

}
/* Movil */

@media (max-width: 767px){

    .arthide {
        display: none;
    }

    .slider-titulo {
        transform: scale(0.7) translate(-50px, 0px);
        width: 100vw;
    }

    p.slider-desc {
        padding: 0 20px;
    }

    a.slider-btn {
        margin-left: 20px;
    }

    .articles1>.row>div:nth-child(1) {
        min-height: 300px;
        margin-bottom: 30px;
    }

    .articles3 > .row > div {
        margin-bottom: 15px;
        box-shadow: 0 0 20px 0px #000738aa;
    }

    .articles3 {
        box-shadow: none !important;
    }

    .articles3 .bg-img {
        height: 250px;
    }

    .articles3 .o-article {
        min-height: auto !important;
    }
}

@media (max-width: 575px){
    .articles3 > .row .row.revert {
       flex-direction: column-reverse;
    }
}