.t4-header{}

.t4-slider-box{
    border-bottom: 5px solid #e2e4ed;
    /* margin-top: -80px; */
}



.t4-areas {
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-image: radial-gradient(white, #dedeea);
    background-size: cover;
}
.t4-areas .intro-block{
    font-size: 21px;
    font-weight: 300;
    margin: 1.5rem 0;
}

.mod-footer {
    font-size: 13px;
}

.t4-masthead {
    /* border-bottom: 5px solid #e2e4ed; */
    background-image: url(../../../images/masthead/masthead.jpg);
    background-position: right center;
    background-size: auto 350px;
    background-repeat: no-repeat;
    background-color: #001029;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.masthead-2 .t4-masthead{
    background-image: url(../../../images/masthead/masthead-2.jpg);
}


.t4-masthead .t4-section-inner{
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
    position: absolute;
    top: 0;
}

.t4-masthead-title {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    max-width: 290px;
    /* padding-bottom: 60px; */
    position: relative;
}

.t4-masthead-title::after{
    /* top: 0; */
    /* content: ''; */
    display: block;
    width: 100%;
    /* height: 20px; */
    position: absolute;
    left: 0;
    /* background-image: url(rulo.svg); */
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.t4-blog {
    background: #f2f2f2;
    padding-top: 2rem;
    margin: 0;
    /* padding: 0; */
    padding-bottom: 2rem;
}

.items-row .item {
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 1rem;
    position: relative;
    padding-bottom: 70px;
}
.items-row .item h2{
    letter-spacing: unset;
    font-size: 18px;
    min-height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.items-row .item .item-image{
    aspect-ratio: 4/3;
    overflow: hidden;
    margin: 0;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
}
.items-row .item .item-image img{
    object-fit: fill;
    border-radius: 1rem;
}
.items-row .item .item-content{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 69%;
}
.items-row .item .item-content .page-header{
    background: rgb(33 37 41 / 85%);
    width: 90%;
    display: flex;
    margin: 0;
    border-radius: 0.8rem;
}
.items-row .item .item-content .page-header a{
    color: #ffff;
}

.t4-section .t4-section-inner::after{
    display: block;
    clear: both;
    content: "";
}
.item-page [itemprop=articleBody]{
    padding: 1rem 1rem 2rem;
    background: #fff;
    overflow: hidden;
}
@media(min-width:768px){
.com-content-article figure.pull-left{
    max-width: 50%;
}
}
.t4-megamenu .navbar-nav > li > a::after,
.t4-megamenu .navbar-nav > li > a::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: var(--body-link-hover-color);
    transform: translateY(-7px);
    position: absolute;
    left: 0;
    top: 0;
    transition-property: transform, background;
    transition-duration: 0.4s, 0.3s;
    transition-timing-function: linear;
}

.t4-megamenu .navbar-nav > li > a:hover::after, 
.t4-megamenu .navbar-nav > li > a:focus::after{
    /* top: calc( 100% - 5px ); */
    background: red;
    height: 5px;
    z-index: 1;
    transform: translateY(76px);
    }
 
 

.datos-de-contacto-_contacto address {
    background: #fff;
    padding: 1rem 1rem 2rem;
    margin-top: 1rem;
    position: relative;
}

.datos-de-contacto-_contacto address .hastitle:not(:last-child){
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}
.datos-de-contacto-_contacto address .hastitle{
    padding-left: 50px;
}
.datos-de-contacto-_contacto address h4{
    font-weight: 700;
    padding-left: 50px;
}

.datos-de-contacto-_contacto address svg{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    margin-top: -10px;
}
.datos-de-contacto-_contacto address .hastitle + p{}

.slideplus-caption {
    background: rebeccapurple;
}

.slideplus-content {
    /* aspect-ratio: 150/150 !important; */
}

@media(max-width:768px){
    #sigplus_1001 .slideplus-stripe{
        display: flex;
        flex-wrap: wrap;
    }
    @keyframes slideplus-push-linear-left-8{
        0%{transform:translate(0%,0%);}
        100%{transform:translate(100px,0%) !important;}
        }
}