.bannerSection{
    min-height: 60vh;
    background: white;
    background: url(../../../ASSETS/IMG/products/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
 
.bannerMask{
    min-height: 60vh;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
} 

.bannerSection .bannerTitle{
    font-size: 20px;
    color: black;
    background: white;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
    top: 200px;
    border-radius: 5px;
    font-family: 'montserrat-bold';
}
 

.sectionProducts{
	text-align: center;
    background: #a3c7ff;
}

.sectionProducts .title{
    background: black;
    color: white;
    font-family: 'montserrat-bold';
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
}

.sectionProducts .subTitle{    
	font-size: 35px;
    font-family: 'montserrat-bold';
    color: black;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sectionProducts .desc{
    font-size: 16px; 
}

.sectionProducts .productDiv{ 
    background: white;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
} 

.sectionProducts .productDiv img{
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.sectionProducts .productDiv .prodName{
    color: #072366;
    font-family: montserrat-bold;
    font-size: 16px;
    min-height: 75px;
    margin-top: 20px;
    border-radius: 10px;
}
.sectionProducts .productDiv .prodDesc{
    font-size: 14px;
    color: #64676c;
    margin-bottom: 30px;
    min-height: 100px;
}
.sectionProducts .productDiv a{
    background: #1d3bcf;
    color: white;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 12px;
    font-family: 'montserrat-medium';
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sectionProducts .productDiv a:hover,
.sectionProducts .productDiv a:focus{
    background: #072366; 
}
 


.sectionProductDetails{
    text-align: center;
    background: #e0e7f2;
}

.sectionProductDetails .btnBack{
    font-size: 14px;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sectionProductDetails .btnBack:hover,
.sectionProductDetails .btnBack:focus{  
    background: #072366; 
    padding: 7px 12px;
}

.sectionProductDetails .subTitle{    
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: black;
    line-height: 1.3;
    margin-bottom: 20px; 
    display: block;
}

.sectionProductDetails .desc{
    font-size: 16px; 
}

.prodGallery{
    background: white; 
    padding: 20px;
    border-radius: 10px;
}
.fotorama img{
    background: white;
}

.details{
    text-align: left;
    background: white;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}

.details label.title{
    font-size: 25px;
    font-family: 'montserrat-bold';
    color: #072366;
}

.details .desc{
    font-size: 14px;
    color: #555555;
}

.details .desc ul{ 
    padding-left: 20px;
}