
.header-banner{
    width: 100%;
    /*background: #d11822;*/
    background: linear-gradient(90deg, #0077ff, #1fcee5);
    /*background: url(/Themes/MeVoyDeViaje/Content/images/img-content/fondo-banner-header.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Banner Header */
#banner-header {
    height: fit-content;
    position: relative;
}
.content-banner-header{
    padding: 10px 0;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-between;
}

.body-banner-header{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.body-banner-header:hover,
.body-banner-header:focus{
    /*color: #e7dddd;*/
}
.img-cyber{
    background: url(/Themes/MeVoyDeViaje/Content/images/landingPage/LiquidacionDeViajes/Cyber-Travel2.png);
}
.img-banner {
    width: 120px;
    height: 70px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contadorBanner{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.item-bann {
    line-height: 1;
    flex-direction: column;
    display: none;
}
.item-bann h5{
    font-size: 14px;
}
.item-bann h3{
    font-size: 20px;
    font-weight: 600;
}
.item-bann p{
    font-size: 12px;
}



/* Contador Banner */
#countdown {
	display: flex;
    gap: 5px;
}

.countdown-block {
	display: flex;
	flex-direction: column;
	align-items: center;
    line-height: 1;
}

.countdown-block span {
	font-size: 16px;
	font-weight: 500;
    line-height: 1;
}

.countdown-block p{
	font-size: 12px;
    line-height: 1;
}


.btn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    opacity: 0.7;
    transition: all .3s ease;
}

.btn-close:hover {
    opacity: 1;
    transition: all .3s ease;
}


/* botton */
.btn-ingresa-bann{
    padding: 10px 25px;
    background: #f10044;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    min-width: fit-content;
    transition: all .3s ease;
}
.btn-ingresa-bann:hover{
    background: #be0036;
    color: #fff;
    transition: all .3s ease;
}


@media (min-width: 600px){
    
}

@media (min-width: 820px){
    
    .body-banner-header{
        gap: 25px;
    }
    .img-banner {
        
    }
    .contadorBanner {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .item-bann{
        display: flex;
    }

    .item-bann h3{
        font-size: 20px;
    }
    .item-bann p{
        font-size: 14px;
    }

    #countdown{
        gap: 10px;
    }
    #countdown i {
        font-size: 20px;
        font-weight: 600;
    }
    .countdown-block {
        min-width: 40px;
    }

    .countdown-block span {
        font-size: 26px;
        font-weight: 600;
    }

    .btn-close {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
    }

}

@media (min-width: 992px){
    
    .body-banner-header {
        width: 100%;
    }
    .item-bann {
        display: flex;
        
        gap: 5px;
    }
    .item-bann p {
        font-size: 16px;
    }
    
}

@media (min-width: 1200px){
    
    
}



