@charset "utf-8";
/* CSS Document */




/* ---------------------------
1 - #BODY
----------------------------*/

body {
	font-size:1.5rem;
	color:#333;
	background-color: #112f5f
}



 


/* ---------------------------
2 - #CONT
----------------------------*/

.cont,
.cont-mini,
.cont-mini-2{
	padding:0 3rem
}
.cont{
	max-width: 1140px
}
.cont-mini{
    max-width: 1140px;
}
.cont-mini-2{
    max-width: 800px;
}



 


/* ---------------------------
3 - #TEXTO
----------------------------*/

h1{
	font-size:4.2rem
}
h2{
	font-size:3.8rem
}
h3{
	font-size:3.4rem
}
h4{
	font-size:2.7rem
}
h5{
	font-size:2.4rem
}
h6{
	font-size:1.9rem
}

p{
	line-height: 1.5;
}

a{
	cursor: pointer;
	text-decoration: none;
    color: #333
}
a:link{}
a:hover{}
a:visited{}








/* ---------------------------
4 - #ICONOS
----------------------------*/









/* ---------------------------
5 - #BOTONES
----------------------------*/
.btn-informate{
	width: 100%;
	float: left;
	border:1px solid rgba(255,255,255,.4);
	color:#fff;
	font-size: 2.8rem;
	font-weight: 300;
	padding: 3rem
}

	.btn-informate:before{
		content: '';
		width: 20px;
		height: 24px;
		background-image: url(../img/flecha-btn.png);
		background-repeat: no-repeat;
		float: left;
		margin-right: 20px;
		top: 2px

	}










/* ---------------------------
6 - #HEADER
----------------------------*/

/* HEADER PRINCIPAL */
#header{ 
	z-index:999;
    padding: 3rem 0;
    position: absolute;
}
	#header .cont{
		display: flex;
        align-items: center;
		justify-content: space-between
	}


    /* SCROLL */
    #header.scroll{}
    




/* CABEZALES */
header.cabezal{}




/* TÍTULOS */
header.tit{
	margin-bottom: 4rem
}

	header.tit h2{
		color: #fff;
		font-size: 5.5rem;
		line-height: 1;
		font-weight: bold
	}
	header.tit span{
		font-size: 40%;
		font-weight: 300
	}

	/* SUPERIOR */
	.superior header.tit{
		position: absolute;
		left: 3rem;
		top: 0
	}

	/* img */
	.superior img.img-secom{
		float: right;
		left: 140px;
		max-height: 700px
	}






/* ---------------------------
7 - #NAV
----------------------------*/








/* ---------------------------
8 - #MAIN
----------------------------*/
#main{
    background-color: #fff;
    padding-top: 0

}











/* ---------------------------
9 - #SECTION'S
----------------------------*/

/* SUPERIOR */
.superior{
	
	padding: 2rem 0 0 0;
	z-index: 10;
	background-image: url(../img/fondo.jpg);
	background-position: center;
	background-size: cover;
}

	.superior:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(22,70,116,1);
		background: -moz-linear-gradient(left, rgba(22,70,116,1) 0%, rgba(101,124,137,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,70,116,1)), color-stop(100%, rgba(101,124,137,1)));
		background: -webkit-linear-gradient(left, rgba(22,70,116,1) 0%, rgba(101,124,137,1) 100%);
		background: -o-linear-gradient(left, rgba(22,70,116,1) 0%, rgba(101,124,137,1) 100%);
		background: -ms-linear-gradient(left, rgba(22,70,116,1) 0%, rgba(101,124,137,1) 100%);
		background: linear-gradient(to right, rgba(22,70,116,1) 0%, rgba(101,124,137,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164674', endColorstr='#657c89', GradientType=1 );
	mix-blend-mode: color;
	}

	/* row */
	.superior .row{
		margin-top: 80px
	}
	
	
 

 


/* INFERIOR */
.inferior{
	background-color: #112f5f;
	padding: 25rem 0 0 0;
}

	/* img */
	.inferior img{
		width: 100%
	}














/* ---------------------------
10 - #ARTICLE'S
----------------------------*/
article h2,
article h3,
article h4,
article h5,
article h6{
	margin-bottom:0;
	text-align:left;
}

article h1 strong,
article h2 strong,
article h3 strong,
article h4 strong,
article h5 strong,
article h6 strong{
	font-weight:600
}

article p{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 15px
}

article p + h1,
article p + h2,
article p + h3,
article p + h4,
article p + h5,
article p + h6{
	margin-top:20px
}

article .copete p{
	font-weight: 600
}

article ul{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding-left:18px;
}

article ul li{
	color: var(--color-1);
	font-size:1.6rem;
	width: 100%;
	float: left;
	line-height:1.5;
	list-style:inherit !important
}

article a{
	text-decoration: underline
}
article a:hover{
	text-decoration: none
}








/* ---------------------------
11 - #ASIDE
----------------------------*/











/* ---------------------------
12 - #ADDRESS
----------------------------*/



 



 




/* ---------------------------
13 - #FOOTER
----------------------------*/

/* FOOTER PRINCIPAL */
#footer{
    padding: 0 0 3rem 0;
    position: absolute;
    bottom: 0
}


	/* textos */
	#footer a{
		color: #0c88c4;
		font-size: 1.3rem;
		margin-top: 10px;
		clear: both;
	}
	#footer a:hover{
		text-decoration: underline;
	}

	/* img */
	#footer img{
		
	}








/* ---------------------------
14 - #LOGO
----------------------------*/
#logo{
	width: auto;
	float: left;
	margin: 0;
	padding: 0
}

	#logo img{
        max-height: 100px;
        left: 0
	}

	#logo span{
		display: none
	}











/* ---------------------------
15 - #SLIDER'S
----------------------------*/

	/* INICIO */
	.slider.inicio .owl-dots{
		display: block;
		display:inline-table;
		position:absolute;
		width:auto;
		height:20px;
		bottom: -30px;
		right: 30px;
		margin:auto;
		text-align:right;
		z-index: 9090
	}
	.slider.inicio .owl-dots{
		width: 100%;
		text-align: right
	}

		.owl-dot{
			width:13px;
			height:13px;
			float:left;
			margin:0 6px;
			border-radius:50%;
			background:#333;
			transition:ease-in 0.4s;
			float:none;
			display:inline-block
		}
		.owl-dot.active{
			background:#DA251C
		}

	/* navs */
	.slider.inicio .prev:before,
	.slider.inicio .next:before{
		font-family: var(--font-ico);
		font-size: 3.6rem;
		color: #fff
	}
	.slider.inicio .prev:before{
		content: '\e90e';
		transform: rotate(180deg)
	}
	.slider.inicio .next:before{
		content: '\e90e'
	}

	/* texto */
	.slider .tx{
		position: absolute;
		z-index: 901;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		align-items: center
	}


	/* GALERÍA */











/* ---------------------------
16 - #FORM'S
----------------------------*/

/* form prinicipal */
.cont-form{
	width: 820px;
	position: absolute;
	left: 3rem;
	top:300px;
	z-index: 900
}

.form-contacto{
	background: #eff6fa;
	padding: 4rem 10rem 3rem 3rem;
	max-width: 65%;
	box-shadow: 0px 0px 25px 10px rgba(0,0,0,.1)
}

	/* caja */
	.caja-form{
		margin-bottom: 15px
	}


	.form-contacto input,
	.form-contacto textarea{
	    padding: 12px;
	    background-color: #fff;
	    border:1px solid #eee;
	}
	.form-contacto textarea{
		max-width: 100%;
		height:70px
	}
	/* radio */
	.form-contacto label.radio{
		display: inline-flex;
		margin-right: 20px
	}

	.form-contacto input[type="submit"]{
		display: none
	}

	.form-contacto label.submit{
		width: 100%;
		float: left;
	    background-color:#f28728;
	    color: #fff;
	    text-align: center;
	    padding: 12px 10px;
	    border:1px solid #f28728;
	    text-transform: uppercase;
	    font-weight: 600;
	    border-radius: 4px;
	    font-size: 1.8rem;
	    cursor: pointer;
		box-shadow:inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
		transition: all .3s ease
	}
	.form-contacto label.submit:hover{
		box-shadow:none
	}




	/* textos */
	.form-contacto h4{
		color: #112f5f;
		margin-bottom: 3rem;
		font-weight: 600
	}
	.form-contacto span{
		width: 100%;
		float: left;
		color: #666;
		font-size: 1.4rem;
		margin: 1rem 0
	}



	/* placeholder */
	.form-contacto input::-webkit-input-placeholder {color: #666;font-weight:400}
	.form-contacto input::-moz-placeholder {color: #666;font-weight:400}
	.form-contacto input:-ms-input-placeholder {color:#666;font-weight:400}
	.form-contacto input:-moz-placeholder {color: #666;font-weight:400}

	.form-contacto textarea::-webkit-input-placeholder {color: #666;font-weight:400}
	.form-contacto textarea::-moz-placeholder {color: #666;font-weight:400}
	.form-contacto textarea:-ms-input-placeholder {color:#666;font-weight:400}
	.form-contacto textarea:-moz-placeholder {color: #666; font-weight:400}


	/* msj */
	.msj-ok,
	.msj-error{
		width:100%;
		float:left;
		padding:15px 5px;
		margin:10px 0 20px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		font-weight:600;
	}
	.msj-ok{
		background-color:#f7ffea;
		color:#6AAB30;
	    border:1px solid #6AAB30
	}
	.msj-error{
		background-color:#ffd6d6;
		color:#F00
	}

	.msj-ok:before,
	.msj-error:before{
		content:'';
		background-size:contain;
		background-repeat: no-repeat;
		float:left;
	    margin-right:5px;
		width: 15px;
	    height: 15px;
	}

	.msj-ok:before{
	    background-image: url(../img/ico-ok.svg) ;
	}
	.msj-error:before{
	    background-image: url(../img/warning.svg) ;
	}


	/* img */
	.cont-form .img{
		width: 35%;
		height: 180%;
		position: absolute;
		right: 85px;
		top: 0;
		bottom: 0;
		margin:auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(https://www.secom.com.uy/promo/img/banner-300-x-600-promo-irresistible.jpg)
	}

	.img.pc{display: block}
	.img.movil{display: none;}









/* ---------------------------
17 - #TABS
----------------------------*/
.tabs{
	margin-bottom: 2rem
}

	.tab-link{
		width: auto;
		padding: 1rem 4rem;
		opacity: .6;
		color: var(--color);
		cursor: pointer;
		list-style: none;
		float: left;
		border-bottom: 1px solid #ccc
	}
	.tab-link.current{
		opacity: 1;
	}

	.tab-link:hover{
		color: rgba(199, 165, 103, 1)
	}

	.tab-content{
		width:100%;
		visibility:hidden;
		opacity:0;
		height:0;
		padding:0 5px;
		margin:0;
		float:left;
	}
	.tab-content.current{
		opacity:1;
		visibility:visible;
		height:auto;
	}









/* ---------------------------
18 - #ACORDEON
----------------------------*/
.acordeon{
	padding-left:0;
	margin:30px 0;
}

	.item-acordeon{
		width:100%;
		float:left;
		cursor:pointer;
		font-size:1.6rem;
		list-style:none;
		margin-bottom:5px;
        padding: 1rem 0;
		border-top: 1px solid #ddd
	}

	.item-acordeon:after{
		content: '+';
		position:absolute;
		bottom:6px;
		right:1rem;
		margin:auto;
		background-size: contain;
		background-repeat:no-repeat;
		background-position:right;
		font-size: 1.8rem;
		font-weight: 400
	}
	.item-acordeon.activo:after{
		content: '-'
	}


		.acordeon .info{
            display: none;
			width:100%;
			float:left;
			padding:5px 0;
			display:none;
			
		}
		
		.acordeon .info.activo{
			display: block
		}









/* ---------------------------
19 - #PARALLAX
----------------------------*/
.cont-px{
	overflow: hidden;
	height: 500px
}

	.parallax{
		width:100%;
		height: 150%;
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
		background-size:cover;
		left:0; 
		float:left;
		top:0;
		z-index:0;
        background-image: url(../img/img-parallax-2.jpg);
		opacity: .9
	}









/* ---------------------------
20 - #MAPA'S
----------------------------*/
.cont-mapa{
	height: 500px
}

	.mapa{
		position: absolute;
		width:100%;
		height: 100%;
		padding: 0;
	}


	/* infobubble */
	.cont-bubble{
		width: auto !important;
		height:auto !important;
	}

	.info_window{
		float:left;
		width:100%;
	}
		
		.info_window p{
			margin-bottom:0 !important;
		}

		.bubbles{
			width:100%;
			float:left;
			height:auto;
			padding-bottom:0;
		}
		
		img.js-info-bubble-close{
			width: 10px;
			height: 10px;
			right: 3px !important;
			top: 3px !important;
			content:url('../img/close-black.png') !important;
		}









/* ---------------------------
21- #VIDEO'S
----------------------------*/
.video {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	clear:both;
	width:100%;
}
.video iframe,
.video embed,
.video objet{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}









/* ---------------------------
22- #ADJUNTO'S
----------------------------*/
.adjunto{
	float:left;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left;
    color: #19181D;
    margin-right: 40px;
	display: inline-flex;
	align-items: center
}
.adjunto:before{
    content: '';
    float: left;
    margin-right: 5px;
	font-family: var(--font-ico);
	font-size: 2.6rem;
	color: var(--color)
}
	
	.adjunto[href$=".doc"]:before, 
	.adjunto[href$=".docx"]:before{
		content: '\e923'
	}
	.adjunto[href$=".pdf"]:before{
		content: '\e92b'
	}
	.adjunto[href$=".zip"]:before{
		content: '\e934'
	}
	.adjunto[href$=".xls"]:before, 
	.adjunto[href$=".xlsx"]:before{
		content: '\e932'
	} 










/* ---------------------------
23- # TABLE
----------------------------*/

/* html responsive */
.row-table{
	width:100%;
	max-width:100%;
	float:left;
	overflow-x:auto
}

/* comun */
table {
  border: 1px solid #202020;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
}

	table caption {
	  margin: .5rem 0 .75rem;
	}
	table tr {
	  background: #fff;
	  border: 1px solid #202020;
	  padding: .35rem;
	}

	table tr:first-child td{
		font-weight: 600;
		background: #eee
	}
	table tr:last-child td{
		font-weight: 600
	}

	table th,
	table td {
	  	padding: .5em;
	    text-align: center;
		color: #202020;
		border:1px solid #202020
	}
	table th {
	  text-transform: uppercase;
	}









/* ---------------------------
24 - #EFECTOS
----------------------------*/
.transition{
	transition: all .6s ease;
}
.efecto{
	opacity: 0;
	transform: translateY(300px);










/* ---------------------------
25 - #FANCYBOX
----------------------------*/
.fancybox-bg{
	background:#333;
}
.fancybox-navigation{
	position:initial !important
}
.fancybox-button, 
.fancybox-infobar__body,
.fancybox-arrow:after{
	background-color:rgba(0,0,0,.8)
}
.fancybox-arrow:hover{
	opacity:1 !important;
}

.fancybox-image-wrap{
	max-width:90%;
	margin:auto !important
}
.fancybox-close-small:after{
	color: #202020;
	font-size: 20px
}


.popup-fbx{
	display: none;
	max-width: 800px
}

	.popup-fbx h5{
		width: 100%;
		float: left;
		margin: 20px 0;
		color:#DA251C
	}









/* ---------------------------
26 - #MASONRY
----------------------------*/
.grid-item { 
	width: 24.9998%;
	float: left;
	padding: 10px
}

	.grid-sizer,
	.grid-item { width: 50%; }
	/* 2 columns */
	.grid-item--width2 { width: 100%; }




	.fast {
	    -vendor-animation-duration: 1s;
	    -vendor-animation-delay: 0s;
	}
	.slow {
	    -vendor-animation-duration: 3s;
	    -vendor-animation-delay: 1s;
	}
	.reallyslow {
	    -vendor-animation-duration: 6s;
	    -vendor-animation-delay: 3s;
	}








/* ---------------------------
27 - #OTROS
----------------------------*/













/* ---------------------------
28 - #BARRA SCROLL 
----------------------------*/

/* STYLE 1 */
#style-1::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/* STYLE 2 */
#style-2::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/* STYLE 3 */
#style-3::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb{
	background-color: #19181D000;
}

/* STYLE 4 */
#style-4::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb{
	background-color: #19181D000;
	border: 2px solid #555555;
}

/* STYLE 5 */
#style-5::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/* STYLE 6 */
#style-6::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/* STYLE 7 */
#style-7::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/* STYLE 8 */
#style-8::-webkit-scrollbar-track{
	border: 1px solid black;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb{
	background-color: #19181D000;	
}


/* STYLE 9 */
#style-9::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


/* STYLE 10 */
#style-10::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


/* STYLE 11 */
#style-11::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-11::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}

/* STYLE 12 */
#style-12::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

#style-12::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/* STYLE 13 */
#style-13::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg,
											  transparent,
											  rgba(0, 0, 0, 0.4) 50%,
											  transparent,
											  transparent)
}

/* STYLE 14 */
#style-14::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}

/* STYLE 14 */
#style-15::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}

/* STYLE 16 */
#style-16::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-16::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);
}















