.banner-program{
    position: relative;
    height: 480px;
    left: 0px;
    margin: auto;
    border-color: red 2px ;
    font-family: var(--font-Roboto);
    font-style: normal;
}

.banner-program > h1{
    position: relative;
    height: 44px;
    margin-bottom: 15px;

    font-weight: 590;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: var(--TRQ-Cinza-6);
}


.banner-program > .container-item {
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
}

.banner-program > .container-item  > .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
} 


.banner-program > .container-item > .item-line{
    width: 136px;
    height: 24px;
}   

.banner-program > .container-item > .item-line-down{
    width: 136px;
    height: 24px;
    margin-top: 120px; 
}   




.banner-program > .container-item > .item > img{
    width: 150px;
    height: 150px;
    border-radius: 500px;

}   

.banner-program > .container-item > .item > .order {
    width: 50px;
    height: 50px;
    background: #C9EBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 15px;

}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    margin-top: 15px;
    background: #C9EBFB;
    color: #666;
    text-align: center;
    font-family: var(--font-Roboto);
    font-weight: bold !important;
    font: 20px Arial, sans-serif;
    background: #d1efda;   
}

.green-numberCircle .numberCircle {
	background: var(--TRQ-Verde-1);
	color: var(--white);
	font-size: 30px;
	font-weight: 590;
	line-height: 30.5px;
    width: 45px;
    height: 45px;
}

.green-numberCircle .banner-program > .container-item > .item > .title {
    color: var(--TRQ-Cinza-6);
}

.banner-program > .container-item  > .item > .order > span{
    position: absolute;
    width: 168px;
    height: 36px;
    font-weight: 590;
    font-size: 30px;
    line-height: 120%;
    color: var(--TRQ-Cinza-6);
}   


.banner-program > .container-item  > .item > .title{
    width: 168px;
    height: 20px;    
    font-weight: 590;
    font-size: 17px;
    line-height: 120%;
    margin-top: 20px;
    color: var(--secondary-text-color);
}   

.banner-program > .container-item > .item > .description{

    width: 168px;
    height: 55px;    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;    
    text-align: center;  
    margin-top: 14px;
    color: var(--TRQ-Cinza-6);
}   

.swiper {
    width: 360px;
    height: 430px;
  }
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: var(--black);
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
 }

 .swiper-pagination-bullet-active {
    color: var(--white);
    background: var(--TRQ-Verde-1);
    width: 24px;
    height: 8px;
    background: var(--TRQ-Verde-1);
    border-radius: 50px;
}

 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
} 

.item-line{
    width: 136px;
    height: 24px;
}   

.item > img{
    width: 150px;
    height: 150px;
    border-radius: 500px;

}   

.item > .order {
    width: 50px;
    height: 50px;
    background: #C9EBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 15px;

}

#champalimaud-banner .field-promolink a::after{
    margin: 8px;
    content:url("/-/media/images/tranquilidade/icons/vector.png");
}

.banner-program-text-height-auto .banner-program > .container-item > .item > .title {
	width: 170px;
    height: auto;
}
.banner-program-text-height-auto .banner-program > .container-item > .item > .description {
	margin-top: 14px;
}

@media only screen and (max-width:1100px)  {
	.banner-program > .container-item > .item-line-down{
		width: 50px;
	}
	.banner-program > .container-item > .item-line{
		width: 50px;		
	}
}

@media only screen and (max-width:991px) {
	.item > .title{
        width: 168px;
        height: 20px;    
        font-weight: 590;
        font-size: 17px;
        line-height: 120%;
        margin-top: 20px;
		margin-bottom: 30px;
        color: var(--secondary-text-color);
    }
	.green-numberCircle .numberCircle {
		line-height: 25px;
		width: 25px;
		height: 25px;
	}
}

@media only screen and (max-width:500px)  {
    .banner-program{
        position: relative;
        height: auto;
		margin-left: 0px;
        margin-right: 0px;
    }
    
    .banner-program > .container-item {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .banner-program > .container-item > .item-line{

        display: none;
    }  

    .banner-program > .container-item > .item-line-down{

        display: none;
    }  

    .banner-program > .container-item  > .item {
        width: 100%;
    } 

    .banner-program > h1{
        width: 320px;
        height: 99px;        
        font-family: var(--font-Roboto);
        font-style: normal;
        font-weight: 590;
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        color: var(--TRQ-Cinza-6);
        position: relative;
    }
   
    .numberCircle {
        width: 25px;
        height: 25px;
    }

    .item > .description{
        height: 72px; 
        width: 207px;   
    } 
}

@media only screen and (max-width: 320px){
	.banner-program {
		position: relative;
		height: auto;
		margin-left: -20px;
		margin-right: 0;
	}
}