/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.carousel-indicators{
	justify-content: flex-end;
	margin-right: 100px;
}

.carousel-indicators li{
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,1);
}

.carousel-indicators li.active{
	background: #268FCE;
}

.carousel-item div.lay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.carousel-item div.lay div.deko-line{
	position: absolute;
	right: 0;
	top: 50px;
	width: 40%;
	height: 1px;
	background: white;
}

.carousel-item div.lay div.deko-line>div{
	position: absolute;
	left: 0;
	top: -5px;
	width: 1px;
	height: 10px;
	background: white;
}

.carousel-item div.lay div.text{
	position: absolute;
	width: 40%;
	right: 0;
	top: 80px;
	padding-right: 100px;
}

.carousel-item div.lay div.text h2{
	font-family: 'Avenir Medium';
	font-size: 46px;
	color: white;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
}

.carousel-item div.lay div.text p{
	font-family: 'Avenir Medium';
	font-size: 17px;
	text-align: justify;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

.carousel-item div.lay div.text h3{
	font-family: 'Avenir Light';
	font-size: 30px;
	color: white;
	margin: 0;
	text-align: right;
}

div.row-products{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


div.row-products>div{
	width: 24%;
	position: relative;
	overflow-y: hidden;
}

div.row-products>div>img{
	width: 100%;
}

div.row-products-arch{
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
 
div.row-products-arch>div{
	width: 24%;
	position: relative;
	overflow-y: hidden;
    margin-right: 12px;
}

div.row-products-arch>div>img{
	width: 100%;
}

div.product-view div.lay{
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
}

div.product-view div.lay p{
	text-align: center;
    width: 90%;
    font-size: 14px;
}

div.product-view div.lay img{
	width:60%;
}

div.product-view:hover div.lay{
	display: flex;
}

div.product-view div.lay button{
	width: 85%;
	border-style: none;
	border-radius: 6px;
	border: 1px solid white;
	padding: 14px 10px;
	font-family: 'Avenir Book';
	font-size: 13px;
	color: white;
	margin: 5px 0;
	cursor: pointer;
}

div.product-view div.lay button:hover{
	opacity: .9;
}

div.product-view div.lay button.lite{
	background: #268FCE;
}

div.product-view div.lay button.dark{
	background: #004D73;
}

div.product-view div.foot{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	padding: 5px;
    background-color: rgba(150,150,150,.6);
}

div.product-view div.foot p.ref{
	font-family: 'Avenir Book';
	font-size: 16px;
	color: white;
	margin: 0;
}

div.product-view div.foot p.cod{
	font-family: 'Avenir Black';
	font-size: 16px;
	color: white;
	margin: 0;
}

/*== DETAIL PRODUCT ==*/
div.full-layout{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);	
	padding: 50px;
	overflow-y: auto;
	z-index: 9999;
}

div.full-layout div.img{
	position: relative;
}

div.full-layout div.img img{
	width: 100%;
}

div.full-layout div.img div.closer{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

div.full-layout div.img div.closer i{
	color: white;
	font-size: 20px;
}

div.full-layout div.img div.closer p{
	font-family: 'Avenir Book';
	font-size: 12px;
	margin: 0;
	color: white;
}

.navbar-nav li{
	margin-left: 1.25rem;
    margin-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0, 144, 208);
}

.option-nav{
	padding:4px 2px;
}

.bg-faded{
	background-color:#fff !important;
}

/*== BANNER ==*/
section.top-banner{ 
	position: relative;
	padding: 0 40px;
}

div.banners{
	position: relative;
}

div.banners img{
	width: 100%;
}

div.banners div.lay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 80px;
}

div.banners div.lay h2{
	font-family: 'Avenir Medium';
	font-size: 50px;
	color: white;
	margin: 0;
}

.selects select {
    width: 180px;
    background: #004D73;
    font-family: 'Avenir Book';
    font-size: 13px;
    color: white;
    padding: 5px;
    border-style: none;
    border-radius: 5px;
    margin-left: 5px;
}

.btas {
    width: 48%;
    padding: 10px;
    border-radius: 5px;
    border-style: none;
    font-family: 'Avenir Book';
    font-size: 16px;
    color: white;
    background: #268FCE;
}