﻿.banner .carousel-indicators {
    margin-right: 15px !important;
    margin-left: 0 !important;
    margin-bottom: 1.5rem;
    justify-content: end !important;
}

.banner button {
    border: 0 !important;
    border-radius: 30px !important;
    width: 8px !important;
    height: 8px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: #2080CB73 !important;
}

.banner img {
    max-width: 100%;
    height: auto;
}

.banner-principal img {
    max-width: 100%;
    height: auto;
    max-height: 245px !important;
}

.bannerAzul-content-texto {
    background-color: #E7ECF1;
    padding: 30px 30px 35px 30px;
}

.bannerAzul-titulo {
    color: #004A98 !important;
    font-family: 'OpenSans-Bold' !important;
    font-size: 32px;
    line-height: 35px;
    margin: 0;
    text-decoration: none;
}

.bannerAzul-texto {
    color: #004A98 !important;
    font-family: 'OpenSans-Light' !important;
    font-size: 25px;
    text-decoration: none;
    /*cursor: pointer;*/
    line-height: 35px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bannerAzul-texto-principal {
    -webkit-line-clamp: 4;
}

/*-----------------------Banner 2--------------------------*/
.ContentImagBanner2 {
    border-right: 5px solid #004A98;
}


@media only screen and (max-width: 1024px) {
    .bannerAzul-texto {
        font-size: 20px !important;
        line-height: 25px !important;
        -webkit-line-clamp: 3 !important;
    }

    .bannerAzul-titulo {
        font-size: 27px;
        line-height: 25px;
    }

    .banner img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {

    .banner img {
        min-height:264px !important;
        max-height: 264px !important;
    }
}


