﻿.news-slide-section-inst .swiper.institucional-swiper {
    padding: 0 4%;
}

.news-slide-section-inst .swiper .swiper-wrapper .swiper-slide.comInstitucional {
    height: auto;
}

.text-wrapper.institucionalItem {
    background-image: url(/Images/HomePage2021/aguia.png);
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-position: 0px -5px;
    background-size: 160%;
    height: 100%;
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


h2.institucional-title {
    font-size: 24px;
    margin-top: 0;
}

p.institucional-subtitle {
    font-size: 16px;
}

.news-slide-section-inst .link.institucional-button {
    padding: 0;
    justify-content: flex-start;
    margin-top: 20px;
}

.news-slide-section-inst .link .button-see-more {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}

.news-slide-section-inst .link .button-see-more svg.arrow {
        stroke: #242424;
    }

@media screen and (min-width: 480px) {
    .text-wrapper.institucionalItem {
        background-position: 235px -5px;
        background-size: auto;
    }
}

@media screen and (min-width: 768px){

    .news-slide-section-inst .swiper .swiper-wrapper.wrapper-institucionalItem {
        display: flex;
        gap: 20px 20px
    }

    .text-wrapper.institucionalItem {
        background-position: 0px -5px;
        background-size: 160%;
    }


    .news-slide-section-inst .swiper .swiper-wrapper .swiper-slide.comInstitucional {
        max-width: 50%;
        flex: 1;
        height: auto;
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .news-slide-section-inst .swiper.institucional-swiper {
        padding: 0 1.683% 25px;
    }
}

@media screen and (min-width: 992px){
    .text-wrapper.institucionalItem {
        background-position: 90px 0px;
        background-size: auto;
    }
}