@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100italic,300,300italic,400,400italic");
@import url('https://fonts.cdnfonts.com/css/berlin-sans-fb');
@import url('https://fonts.cdnfonts.com/css/avenir');

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: tahoma, sans-serif;
	font-size: 14px;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.tshadowbann{
	    text-shadow: 0px 0px 8px rgb(0 0 0 / 100%);
}

.he100{
	height: 110px;
	min-height: 120px;
}

.padd3{
	padding: 3em 0em;
}


.padd1{
	padding: 2em 0em 0em 0em;
}

.optspace{
	width: 100%;
    height: 100%;
height: 150px;
color: #373636;
}

.optborder{
	 border: 2px solid #8b8383;
    padding: 0px 0px 30px 0px;
    border-radius: 20px;
	}

.optsnet{
	width: 70%;
    text-align: left;
    margin: 0 auto;
    color: #373636;
}

.black{
	background-color: black;
    color: white;
    padding: 40px;
    border-radius: 20px;
}

.coveradd{
	width: 100%;
	display: flex;
}

.fsize13{
	font-size: 1.3em;
}

.contrribb{
	display: inline-flex;
}

.border{
	border: 1px solid #8d8d8d;
    border-radius: 20px;
}

.berlin {
    font-family: 'Berlin Sans FB', sans-serif;
}

.avenir {
    font-family: 'Avenir', sans-serif;
}

.phlog{
	 background: url(../../images/phonew.png) center 100% no-repeat;
    background-size: 80%;
    width: 40px;
    height: 40px;
    float: left;
}

.phlog:hover{
	 background: url(../../images/phoner.png) center 100% no-repeat;
    background-size: 80%;
    width: 40px;
    height: 40px;
    float: left;
    transition: all 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
}

.mllog{
	 background: url(../../images/mailw.png) center 100% no-repeat;
    background-size: 80%;
    width: 40px;
    height: 40px;
    float: left;
}

.mllog:hover{
	 background: url(../../images/mailr.png) center 100% no-repeat;
    background-size: 80%;
    width: 40px;
    height: 40px;
    float: left;
    transition: all 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
}

.mainmenu{
/*	width: 23.5%; */	
    height: 100%;
    margin-left: .5%;
    box-sizing: border-box;
    display: inline-block;
    float: right;
}

@media screen and (max-width: 700px) {
.mainmenu{
	display: none;
}
}



.hmenu{
	width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
.hmenu{
	display: none;
}
	  }


.infor{
	float: right;
    padding: 3px 2px;
    background-color: black;
    color: white;
    border: none;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.phone{
	background: url(../../images/phone.png) center 100% no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.mail{
	background: url(../../images/mail.png) center 100% no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.mrig20{
	margin-right: 10px;
}

/*
.infor:hover{
	transition: all 0.5s ease-in-out;
	background-color: white;
	color: black;
	border-color: 1px solid black;
}

*/

.titl{
	text-align: center;
	float: left;
    padding: 3px 12px;
    background-color: black;
    color: white;
    border: 0px;
}

.w100per{
	width: 100%;
	display: inline-block;
}


.maininfor{
	text-align: center;
	float: right;
    padding: 3px 12px;
    background-color: white;
    color: black;
    border: none;
    transition: all 0.5s ease-in-out;
    width: 100%;
    margin: 15px 0px;
    font-size: 15px;
    border-radius: 5px;
}

.maininfor:hover{
	transition: all 0.5s ease-in-out;
	background-color: black;
	color: white;
	border-color: none;
}
.uppanel{
	height: 60%;
    padding: 7.5px;
}

.inforbtn{
	background: red;
	margin-right: 10px;
	margin: 12.5px;
}

.bgupp{
	color: white;
	height: 110px;
	width: 100%;
}

.uppcont{
	max-width: 1200px;
    min-width: 300px;
    position: relative;
    display: flex;
    margin: 0 auto;
    display: block;
}

.upp{
	background: rgb(77,77,77);
	background: linear-gradient(180deg, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 17%, rgba(0,0,0,1) 82%, rgba(89,89,89,1) 100%);
	max-width: 100%;
    min-width: 300px;
    position: relative;
    display: flex;
    margin: 0 auto;
    height: 44px;
    display: block;
   /* padding: 9px 20px; */
   padding: 9px 20px 0px 20px;

}

.downn{
	background-color: white;
	max-width: 100%;
    min-width: 300px;
    position: relative;
   /*padding: 9px 20px; */
    margin: -10px auto;
    /*height: 70px; */
}

.uppind1{
    width: 35%;
    float: left;
    line-height: 25px;
    margin-top: 5px;
}

.uppind2{
    width: 60%;
    float: left;
    line-height: 25px;
    margin-top: 5px;
}


.ftind{
    float: left;
    line-height: 25px;
    margin-top: 5px;
    text-align: left;
}

.padd10{
	padding: 10px;
}

.zonaa{
	background-image: url(../../images/cover.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;
	width: 75%;
    height: 400px;
    margin: 10px;
}

.zonab{
	width: 25%;
    height: 400px;
}

.infomida{
		width: 100%;
		height: 100%;
	}

.mar1{
	margin: 1em 0em;
	}

.minimar1{
	margin-left: 0em;
	}

.mar2{
	margin: 2em 0em;
	}


.text3{
	font-size: 3rem;
	line-height: 1.2;
	}

.footerlogo{
	 display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 4.5em;
    color: #666;
}

.mb1em{
			margin-bottom: 1em;
		}

 .c404{
    background-image: url(../../images/404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 550px;
    height: 550px;
    margin: 0 auto;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: white
		font-weight: 300;
		font-size: 14px;
		line-height: 1.75em;
		color: #373636;
		-webkit-text-stroke: 0.1px;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	.dark {
		color: #888;
	}

		.infoadd1{
		display: flex;
		width: 100%;
	}

	.infoadd2{
		display: flex;
		width: 100%;
      border-radius: 10px;
	}

	input, textarea, select {
		font-weight: 300;
		font-size: 14px;
		line-height: 1.75em;
		color: #888;
		-webkit-text-stroke: 0.1px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #666;
	/*	margin: 0 0 1em 0;  */
		font-weight: 100;
		line-height: 1.5em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
		color: #888;
	}

	strong, b {
		font-weight: 400;
		color: inherit;
	}

	.dark strong, .dark b {
		color: #fff;
		color: rgba(255, 255, 255, 0.85);
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: border-bottom-color 0.25s ease-in-out;
		-webkit-transition: border-bottom-color 0.25s ease-in-out;
		-ms-transition: border-bottom-color 0.25s ease-in-out;
		transition: border-bottom-color 0.25s ease-in-out;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: rgba(0, 0, 0, 0);
		}

	.dark a {
		color: #fff;
		border-bottom-color: rgba(255, 255, 255, 0.5);
	}

		.dark a:hover {
			border-bottom-color: rgba(255, 255, 255, 0);
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e6e6e6;
		margin: 2em 0 2em 0;
	}

	.dark hr {
		border-top-color: rgba(255, 255, 255, 0.5);
	}

	blockquote {
		border-left: solid 0.25em #e6e6e6;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	.dark blockquote {
		border-left-color: rgba(255, 255, 255, 0.5);
	}

	p, ol, dl, table {
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

	header {
		margin-bottom: 1em;
	}

		header h1, header h2, header h3, header h4, header h5, header h6 {
			margin: 0;
		}

		header p {
			display: block;
			margin: 0;
			padding: 0.25em 0 0.5em 0;
		}

	footer {
		padding-top: 1.5em;
		
	}

	br.clear {
		clear: both;
	}

	.featured {
		text-align: center;
	}

		.featured p {
			text-align: center;
			color: #373636;
		}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
	/*	width: 1360px;*/
	}

		.container.medium {
			width: 1020px;
		}

		@media screen and (max-width: 1680px) {
/*
			.container {
				width: 1536px;
			}
*/
				.container.medium {
					width: 900px;
				}

		}

		@media screen and (max-width: 1280px) {

			.container {
			/*	width: 1024px; */
			}

				.container.medium {
					width: 720px;
				}

				.infoadd1 {
    				display: flex;
    				width: 960px;
    				margin: 0 auto;
					}

				.infoadd2{
		display: inline-block;
		width:	100%;
      padding: 40px 0px;
      border-radius: 10px;
      margin: 0 auto;
	}

	.mar2 {       }

.mb3{
	    margin-bottom: 3em;
}

		}

		@media screen and (max-width: 1000px) {

			.container {
				width: 100% !important;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 1000px) {

			.aaa{
				display: contents;
}

.zonaa{
	background-image: url(../../images/cover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
    margin: 10px;
}

.footerlogo{
	 display: inline-block;
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

.padd3{
	padding: 0em ;
}

.padd1{
	padding: 1em ;
}
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
				/*	width: 100%; */
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 900px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .col-12-narrow {
					width: 100%; 
				}

/*
				.row > .off-12-mobile {
					margin-left: 100%;
				}

*/				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Sections/Article */

	section,
	article {
		margin-bottom: 0em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: -8px;
	}

	.row > section,
	.row > article {
		margin-bottom: 0;
	}

/* Image */

	.image {
		position: relative;
		display: inline-block;
		border: 0;
	}

		.image:after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
		}

		.image img {
			display: block;
			width: 100%;
			border-radius: 0.5em;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul {
		list-style: disc;
		padding: 0em .5em;
	}

		ul li {
		/*	padding-left: 0.5em; */
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0.75em;
		}

		ul.icons a {
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
			display: inline-block;
			    width: 2em;
    			height: 2em;
    			line-height: 2.1em;
			text-align: center;
			border: 0;
			border-radius: 100%;
			color: #fc0204;
			background-color: white;
		}

			ul.icons a:hover {
				color: white;
				background-color: #fc0204;
			}

/* Menu */

	ul.menu {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
		/*	display: inline-block; */
			line-height: 1em;
			/*
			border-left: solid 1px #e6e6e6;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
			*/
		}

			ul.menu li:first-child {
			/*	border-left: 0;
				padding-left: 0;
				margin-left: 0;
				*/
			}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.25em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 1000px) {

			ul.actions {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				width: 100%;
				margin-left: 0;
			}

				ul.actions li:first-child {
					padding-left: 0;
				}

		}

		@media screen and (max-width: 736px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}




/* Form */

	form .actions {
		margin-bottom: 0;
	}

	form label {
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form input[type="tel"],
	form select,
	form .select,
	form textarea {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		box-shadow: inset 0 0 0 1px #e6e6e6;
		background: #f8f8f8;
		width: 100%;
		padding: 0.85em 1em 0.85em 1em;
		border-radius: 0.25em;
		border: 0;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form input[type="tel"]:focus,
		form select:focus,
		form .select:focus,
		form textarea:focus {
			outline: 0;
			box-shadow: inset 0 0 0 1px #afd9e0;
			background: #fcfcfc;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form input[type="tel"],
	form select {
		line-height: 1.25em;
	}

	form textarea {
	/*	min-height: 13em; */
	}

	form select {
		position: relative;
	}

		form select option:not(:checked) {
			color: #000;
		}

	form .select {
		position: relative;
		padding: 0;
		overflow-x: hidden;
		outline: 0;
	}

		form .select select {
			width: calc(100% + 2em);
			background: none !important;
			box-shadow: none !important;
			border: 0 !important;
			cursor: pointer;
		}

			form .select select::-moz-focus-inner {
				border: 0;
				outline: 0;
			}

		form .select:before {
			content: '';
			position: absolute;
			top: 15%;
			right: 1em;
			width: 1.25em;
			height: 75%;
			background: url("images/arrow.svg") center center no-repeat;
			background-size: contain;
			z-index: 0;
		}

		form .select select::-ms-expand {
			display: none;
		}

	form ::-moz-focus-inner {
		border: 0;
	}

	form ::-webkit-input-placeholder {
		color: #aaa !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	.dark form input[type="text"],
	.dark form input[type="email"],
	.dark form input[type="password"],
	.dark form input[type="tel"],
	.dark form select,
	.dark form .select,
	.dark form textarea {
		background: none;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		color: #fff;
	}

		.dark form input[type="text"]:focus,
		.dark form input[type="email"]:focus,
		.dark form input[type="password"]:focus,
		.dark form select:focus,
		.dark form .select:focus,
		.dark form textarea:focus {
			background: rgba(255, 255, 255, 0.1);
			box-shadow: inset 0 0 0 1px #fff;
		}

	.dark form .select:before {
		background: url("images/dark-arrow.svg") center center no-repeat;
		background-size: contain;
	}

	.dark form .formerize-placeholder {
		color: #aaa !important;
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form ::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form :-moz-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form ::-moz-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form :-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
			border-collapse: collapse;
		}

			table.default tbody tr {
				border: solid 1px #e6e6e6;
			}

				table.default tbody tr:nth-child(2n+2) {
					background: #f8f8f8;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 1em 1em;
			}

			table.default tfoot td {
				padding-top: 1em;
			}

	.dark table.default tbody tr {
		border-color: rgba(255, 255, 255, 0.5);
	}

		.dark table.default tbody tr:nth-child(2n+2) {
			background: rgba(255, 255, 255, 0.1);
		}

/* Button 

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #ff0000;
    padding: 0.1em 1em 0.1em 1em;
    cursor: pointer;
    border: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #fff;
			color: #f00;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			color: inherit;
			box-shadow: inset 0 0 0 1px #e6e6e6;
			background: none;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: rgba(0, 0, 0, 0.025);
			}

	.dark input[type="button"],
	.dark input[type="submit"],
	.dark input[type="reset"],
	.dark button,
	.dark .button {
		background: rgb(255 0 0);
    	color: #fff;
	}

		.dark input[type="button"]:hover,
		.dark input[type="submit"]:hover,
		.dark input[type="reset"]:hover,
		.dark button:hover,
		.dark .button:hover {
			background: #fff;
			color: #f00;
		}

		.dark input[type="button"].alt,
		.dark input[type="submit"].alt,
		.dark input[type="reset"].alt,
		.dark button.alt,
		.dark .button.alt {
			background: none;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		}

			.dark input[type="button"].alt:hover,
			.dark input[type="submit"].alt:hover,
			.dark input[type="reset"].alt:hover,
			.dark button.alt:hover,
			.dark .button.alt:hover {
				background: rgba(255, 255, 255, 0.15);
				box-shadow: inset 0 0 0 1px #fff;
			}
 Button */
/* Feature Icon */

	.feature-icon {
		display: inline-block;
		position: relative;
		cursor: default;
	}

		.feature-icon .icon {
			display: inline-block;
    		width: 5em;
    		height: 4em;
    		font-size: 4em; 
    		box-shadow: inset 0 0 0 1px #666;
   		 	color: #666;
   			 line-height: 2em;
		}

		.feature-icon:before {
			content: '';
			background: #666;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -0.325em;
			width: 0.65em;
			height: 0.65em; 
			display: block;
			border-radius: 100%;
		}

		.feature-icon:after {
			content: '';
			position: absolute;
			left: 50%;
			bottom: 0.65em;
			width: 1px;
			background: #666;
			margin-left: -0.5px;
		}

	.dark .feature-icon .icon {
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		color: #f00;
	}

	.dark .feature-icon:before, .dark .feature-icon:after {
		background: rgba(255, 255, 255, 0.5);
	}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-weight: 400;
		}

		.icon:before {
			line-height: inhreit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Header */

	#header {
		    position: relative;
    margin: 0;
    /*
    background-image: url(../../images/header.jpg);
    background-size: auto, cover;
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    */
    text-align: center;
    color: #fff;
    width: 100%;
    height: 80%;
    min-height: 650px;
	}

		#header header h1 {
			font-size: 2.25em;
			line-height: 1.25em;
			margin-bottom: 0;
		}

		#header header p {
			margin-top: 1.25em;
			font-weight: 100;
			padding: 0;
			font-size: 1.25em;
			line-height: 1.5em;
			text-align: center;
		}

		#header footer {
			padding-top: 1.5em;
		}

/* Main Sections */

	.main {
		position: relative;
		margin: 0;
	}

		.main > header {
			background: #fff;
			text-align: center;
			margin: 0;
		}

			.main > header h2 {
				font-size: 2.25em;
				font-weight: 100;
				text-shadow: 0px 0px 8px rgba(213,213,213,0.6);
				line-height: 50px;
			}

			.main > header p {
				text-align: center;
			}

		.main > .content {
			padding: 0em 0 0em 0;
		}

			.main > .content h3 {
				font-size: 1.5em;
			}

			.main > .content.dark {
				background: #433;
			}

			.main > .content.style1 {
				background: white;
			}

			.main > .content.style2 {
				background: white;
			}

			.main > .content.style3 {
				background: white;
			}

			.main > .content.style4 {
				padding-top: 0;
				background: #fff;
			}

/* Footer */

	#footer {
	background-image: url(../../images/cocos.png);
    margin: 0;
    text-align: center;
    /* padding: 1.5em 0 0em 0; */
    background-size:contain; ;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 400px;
    padding-top: 30px;
	}


@media screen and (max-width: 979px) {
	#footer {
	background-image: url(../../images/cocos.png);
    margin: 0;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    background-position: bottom;
    height: 300px;
}
}

		#footer .copyright {
			font-size: 0.8em;
			color: #aaa;
		}

			#footer .copyright a {
				color: inherit;
			}

		#footer ul.icons a {
			box-shadow: inset 0 0 0 1px #d6d6d6;
		}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 14px;
				line-height: 1.75em;
			}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		.fc{
				font-size: 14px;
			}


		/* Basic */

			body, input, textarea, select {
				font-size: 14px;
				line-height: 1.65em;
			}

		/* Feature Icon */

			.feature-icon {
				margin-bottom: 0em;
			}

		/* Header */

			#header {
			}

		/* Main Sections */

			.main > header {
				padding: 2em 0 0em 0;
			}

			.main > .content {
				padding: 2em 0 2em 0;
			}

	}

/* Narrow */

	@media screen and (max-width: 1000px) {

		/* Basic */

			header, footer, h2, h3, h4, h5, h6, header > p {
				text-align: center;
			}

		/* Sections/Article */

			section, article {
				margin: 0 0 0em 0 !important;
			}

			.row > section, .row > article {
				margin: 0 0 2.5em 0 !important;
			}

		/* Table */

			.table-wrapper {
				width: 100%;
				overflow-x: scroll;
				padding-left: 1px;
				-webkit-overflow-scrolling: touch;
			}

		/* Header */

			#header {
				margin: 0 !important;
				/*padding: 2em 2em 2em 2em;*/
			}

				#header header p {
					margin-top: 1em;
				}

				#header footer {
					padding-top: 1.25em;
				}

		/* Main Sections */

			.main {
				margin: 0 !important;
			}

				.main > header {
					padding: 2em 2em 0em 2em;
				}

					.main > header h2 {
						font-size: 1.85em;
					}

					.main > header br {
						display: none;
					}

					.main > header p {
						width: 60%;
    					margin: 0 auto;
					}

				.main > .content {
					padding: 0em 20px 2em 20px;
				}

					.main > .content > .container > :last-child {
						margin-bottom: 0 !important;
					}

.miniinfob{
    width: 60%;
    height: 100%;
    top: 20px;
    margin-top: 10%;
 }

.optborder {
    padding: 0px 0px 0px 0px;
    border-radius: 20px;
    border: 0px;
}

.optspace{
	width: 100%;
height: 100%;
color: #373636;
}

.optsnet {
    width: 18%;
    color: #373636;
    display: block;
    margin: 0px;
    margin: 0 auto;
    min-width: 101px;
}


.minimar1{
	margin-left: 1em;
	}

		/* Footer */

			#footer {
				margin: 0 !important;
				padding: 3em 0 3em 0;
			}

				#footer .copyright {
					margin-top: 2em;
				}

	}

/* Mobile */

	@media screen and (max-width: 700px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Sections/Article */

			section, article {
				/*margin: 0 0 1.5em 0 !important;*/
			}

			.row > section, .row > article {
				margin: 0 0 1.5em 0 !important;
			}

			/* fuente comun*/

			.textmini{
				font-size: 1em;
			}


	.he100{
	height: 125px;
	min-height: 125px;
}

			.optsnet {
    width: 10%;
    color: #373636;
    display: block;
    margin: 0px;
    margin: 0 auto;
    min-width: 101px;
}

			.mar1{
				margin: 1em 1em;
					}

			.mar2{
				margin: 2em 1em;
					}

			.fc{
				font-size: 14px;
			}

			.fcmini{
				font-size: 1rem;
			}

			.infomidb{
		display: none;
	}


			.infomida{
		width: 100%;
		height: 100%;
		margin: 0em 1rem;
	}

	.text3{
	font-size: 2rem;
	line-height: 1;
	}

	.footerlogo{
		display: inline-block;
    width: 4em;
    height: 2em;
    font-size: 4.5em;
    color: #666;
	}

		/* Button */

			.button {
				padding-left: 0;
				padding-right: 0;
				width: 100%;
				max-width: 24em;
			}

		/* Icons */

			ul.icons li {
				padding-left: 0.35em;
			}

		/* Menu */

			ul.menu li {
				border: 0;
				padding: 0;
				display: block;
				margin: 1em 0 1em 0;
			}

		/* Header */

			#header {
				/*padding: 2em 20px 6em 20px;*/
			}

				#header > header {
					padding: 0 1em 0 1em;
				}

		/* Main Sections */

			.main > header {
				padding: 3em 20px 3em 20px;
			}

				.main > header h2 {
					font-size: 1.5em;
				}

			.main > .content {
				padding: 0em 20px 3em 20px;
			}

				.main > .content h3 {
					font-size: 1.25em;
				}

	}

	

	.cwhite{
		color: white;
	}

	.cgray{
		color: #373636;
	}

	.cblack{
		color: black;
	}

	.ccolor{
		color: #3bd0ff;
	}

.t10{
	top: 10px;
}

.textmini{
	font-size: 1em;
}

	.tright{
		text-align: right;
		float: right;
	}

	.tleft{
		text-align: left;
		float: left;
	}

	.ribboncont{
		max-width: 1200px;
		min-width: 300px;
		position: relative;
    	display: flex;
    	margin: 0 auto;
	}

	.ribbon{
		width: 100%;
    	height: 50px;
    	background-color: transparent;
    	position: absolute;
    	top: 0px;
    	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    	display: flex;
    	margin-top: 5px;
    	margin-bottom: 5px;
	}
	
	

	.t1{
		width: 90%;
		background-color: transparent;
	}

	.t2{
		width: 10%;
		background-color: transparent;
	}

	.t3{
		width: 15%;
    background-color: #ffffffab;
    padding: 20px;
    text-align: left;
    color: black;
	}

.infocont{
		width: 1200px;
    	display: flex;
    	margin: 0 auto;
	}

	.info1{
		display: flex;
		width: 100%;
		height: 80px;
		margin: 1rem 0rem;
	}


	.rem2{
	font-size: 1.5em;
	}
	


	.letspace05{
	letter-spacing: 0.05em;
}


.tshadow{
	text-shadow: 0px 0px 8px rgb(141 141 141);
}

.tshadow2{
	text-shadow: 0px 0px 8px rgba(213,213,213,0.6);
}
	
	.subinfomida{
	 width: 100%;
    height: 70%;
    padding: 10px;
	}

	.subinfomidb{			
		width: 100%;
		display: flex;
	}

	.miniinfoa{
		background: url(../../images/working.jpg) center center no-repeat;
    	background-size: cover;	
		width: 40%;
		height: 100%;
	}

	.h400{
		height: 400px;
	}

	.inforem{
		width: 100%;
	}

	.miniinfob{		
		width: 60%;
		height: 100%;
	}

	.infomidb{
		background: url(../../images/sat.jpg) center center no-repeat;
    	background-size: contain;
		width: 40%;
		height: 100%;
	}

	.info2{
		display: flex;
    width: 100%;
    margin: 4rem 0rem;
    position: relative;
	}

	.mainlogo{
  background-image: url(../../images/logo.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  width: 150px;
  height: 70px;
  position: absolute;
  z-index: 10;
  top: 30px;
 }

	.logo{
		background: url(../../images/logo.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 100%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 3px #000000);
	}

	.textcenter{
		text-align: center;
	}

	.textleft{
		text-align: left;
	}

	.textjusti{
		text-align: justify;
	}

	.nputmail{
		width: 60%;
    padding: 0px 15px;
    border-radius: 50px 0px 0px 50px;
    background-color: white;
    border: 1px solid;
    outline: none;
	}

	.minisend{
		width: 100%;
		margin: 0 auto;
		min-width: 300px;
    max-width: 400px;
	}

	.minicontr{
		width: 110px;
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 0px 50px 50px 0px;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    border: 1px solid red;
	}

	.minicontr:hover {
			background: #fff;
			color: #f00;
		}

.brand{
	 display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 4.5em;
    color: #666;
}

.hik{
	background: url(../../images/hik.png) center center no-repeat;
   background-size: contain;
}

.mik{
	background: url(../../images/mik.png) center center no-repeat;
   background-size: contain;
}

.epc{
	background: url(../../images/epc.png) center center no-repeat;
   background-size: contain;
}

.mimo{
	background: url(../../images/mimo.png) center center no-repeat;
   background-size: contain;
}

.ubi{
	background: url(../../images/ubi.png) center center no-repeat;
   background-size: contain;
}

.bel{
	background: url(../../images/bel.png) center center no-repeat;
   background-size: contain;
}

.pan{
	background: url(../../images/pan.png) center center no-repeat;
   background-size: contain;
}

.sublogo{
	background: url(../../images/logo.png) no-repeat;
   background-size: contain;
}

.red{
	color: #ff0000;
}

.dflex{
	display: flex;
}




.whatsapp {
      position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
      margin-top: 5px;
}

/*aos*/
.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}


.mar10{
	margin: 10px;
}


.tintas{
	background-image: url(../../images/images-7.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pigms{
	background-image: url(../../images/pigms.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.esmal{
	background-image: url(../../images/esmaltes.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mps{
	background-image: url(../../images/mps.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/*

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*/
.project-title {
  color: #ff686b;
  font-size: 50px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.slider {
  text-align: center;
  width: 100%;
}
.arrow {
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: 0.4;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  top: 50%;
  transition: 0.2s;
}
.arrow:hover {
  opacity: 0.8;
}
.arrow.next {
  right: 2%;
}
.arrow.prev {
  left: 2%;
}
.slide {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
}
.slide-desc {
  font-size: 20px;
  margin: 40px auto 0;
  width: 65%;
}
.slide-image,
.slide-image img {
  height: 100%;
  width: 100%;
}
.slide:first-of-type {
  background-image: url(../../images/header.jpg);
   background-position: center;
  background-size: cover;
}
.slide:nth-of-type(2) {
  background-image: url("../../images/coulor.jpg");
   background-position: center;
  background-size: contain;
}
.slide:last-of-type {
   background-image: url(../../images/macetas.jpg);
   background-position: center;
  background-size: cover;
}
.active {
  display: block;
}
.slide-nav {
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.nav-item {
  background: #ffe002;
  border: 2px solid #2d2d2d;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  transition: background 0.4s;
}
.nav-item:last-of-type {
  margin-right: 0;
}
.nav-item:hover {
  transform: scale(1.3);
}
.item-active {
  background: #fffdfd;
  transform: scale(1.3);
}
.dot {
  border-radius: 50%;
}
.dot,
.square {
  height: 15px;
  width: 15px;
}
.rectangle {
  height: 15px;
  width: 30px;
}

.logoa{
  background-image: url(../../images/logo.png);
    background-size: contain;
    width: 35%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.logob{
  background-image: url(../../images/logo.png);
    background-size: contain;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.logoc{
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: .5pc;
}

.slidetxt{
	width: 14%;
    height: 100%;
    background-color: #ffffff94;
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 80px;
    color: black;
    text-align: left;
}

.subtxt{
    width: 100%;
    bottom: 20px;
    position: absolute;
    padding: 10px;
    font-size: 17px;
}

.usa{
	width: 40%;
	text-align: left;
	padding: .5em;
}

.usb{
	width: 60%;
	height: 300px;
	padding: .5em;	
}

.usc{
	width: 60%;
	height: 500px;
	padding: .5em;	
}

.usinfoa{
	background-image: url(../../images/pigments.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.usinfob{
	background-image: url(../../images/mosaic.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dpflex{
	display: flex;
}

.margintb10{
margin: 10px 0px;
}

.hfull{
	width: 100%;
    height: 60%;
    min-height: 400px;
    display: flex;
}


.full{
	width: 100%;
    height: 70%;
    min-height: 600px;
    display: flex;
}

.middle{
	width: 50%;
	box-sizing: border-box;
	padding: 20px
}

.piga {
  background-image: url(../../images/holi.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mainbig {
  background-image: url(../../images/255.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1big {
  background-image: url(../../images/pisoceramico.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2big {
  background-image: url(../../images/pisoceramico2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tina {
  background-image: url(../../images/flare.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.frita{	
  background-image: url(../../images/esmaltes.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.materia{	
  background-image: url(../../images/mps.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.big{
	width: 70%;
	margin: 0px;
}

.small{
	width: 30%;
	padding: 0px
}

.subsmall{
	width: 100%;
    height: 50%;
    margin: 0% 0% 0% 0%;
}


.fs14r{
	font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: initial;
}

.fs2r{
	font-size: 2rem;
    letter-spacing: 1px;
    line-height: initial;
}

@media screen and (min-width: 900px) {
    .ordenfull {
	display: block;
    }
    .ordencell {
	display: none;
    }
}

@media screen and (max-width: 900px) {
     .ordenfull {
	display: none;
    }
    .ordencell {
	display: block;
    }
}

/*menu*/



.simplemenu {
  background-color: rgba(130,130,130,0.5);
  position: relative;}

.dropbtn {
    background-color: #12355B;
    color: white;
    padding: 1rem;
    border: none;
    cursor: pointer;  
  }
.dropbtn:hover, .dropbtn:focus {
    background-color: #046e8f;
}

.dropdown-content {
    display: none;
    position: absolute;
    overflow: hidden;
    margin-top: 40px;
    box-sizing: border-box;
    background-color: #f1f1f1;
}
.dropdown-content a {
   color: black;
    text-decoration: none;
    display: block;
    font-size: 15px;
 /*   line-height: 12px; */
}

.dropdown-content a:hover {
	color: white;
   background-color: black;
}

.show {
	display:block;
}

.colorbar{
	width: 100%;
/*	background-color: gray; */
}

@media screen and (max-width: 900px) {
    .colorbar {
	width: 100%;
    display: inline-table;
    pointer-events: none;
    }
}

.colorline{
	width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    margin: 50px 0px;
}

@media screen and (max-width: 900px) {
    .colorline {
        width: 80%;
        margin: 0 auto;
        display: list-item;
        list-style: none;
    }
}

.circle{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin: 5px;
	font-size: 0px;
}

.circle:hover{
	width: 40px;
    height: 150px;
    border-radius: 50px;
    margin: 5px;
    top: -55px;
    position: relative;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: white;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

@media screen and (max-width: 900px) {
    .circle {
    width: 40px;
	height: 40px;
	border-radius: 50px;
	margin: 5px;
	font-size: 0px;
	float: left;
    }
}

.scircletin{
	width: 40px;
    height: 150px;
    border-radius: 50px;
    margin: 5px;
    top: -55px;
    position: relative;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: black;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.pool{
	display: flex;
    width: 1100px;
    margin: 0 auto;
    min-width: 1100px;
}

@media screen and (max-width: 900px) {
    .pool {
    	width: 100%;
        min-width: unset;
        display: inline-block;
    }
}


.pooltintas{
	display: flex;
    width: 700px;
    margin: 0 auto;
    min-width: 700px;
}

@media screen and (max-width: 900px) {
    .pooltintas {
    	width: 100%;
        min-width: unset;
        display: inline-block;
    }
}


.crl1{
background-color: #FFFF00;
}

.crl2{
background-color: #CF1E0C;
}

.crl3{
background-color: #01B0F1;
}

.crl4{
background-color: #1F038B;
}

.crl5{
background-color: #0000CC;
}

.crl6{
background-color: #005F6D;
}

.crl7{
background-color: #048340;
}

.crl8{
background-color: #359806;
}

.crl9{
background-color: #AC045C;
}

.crl10{
background-color: #FF5CA0;
}

.crl11{
background-color: #FC7406;
}

.crl12{
background-color: #D65916;
}

.crl13{
background-color: #B5120C;
}

.crl14{
background-color: #611D10;
}

.crl15{
background-color: #EEFF01;
}

.crl16{
background-color: #FC7124;
}

.crl17{
background-color: #FF0000;
}

.crl18{
background-color: #EA0000;
}

.crl19{
background-color: #FF531D;
}

.crl20{
background-color: #6CCD66;
}

.crl21{
background-color: #8FAB95;
}

.crl22{
background-color: #000018;
}

.crl23{
background-color: #001118;
}



.crltin1{
background-color: #14090F;
}

.crltin2{
background-color: #120207;
}

.crltin3{
background-color: #33449C;
}

.crltin4{
background-color: #2956A6;
}

.crltin5{
background-color: #255F5D;
}

.crltin6{
background-color: #285937;
}

.crltin7{
background-color: #E4E871;
}

.crltin8{
background-color: #F2ED59;
}

.crltin9{
background-color: #DD9548;
}

.crltin10{
background-color: #32241A;
}

.crltin11{
background-color: #AB7943;
}

.crltin12{
background-color: #AB7944;
}

.crltin13{
background-color: #A95987;
}

.crltin14{
background-color: #DF4443;
}


@media screen and (max-width: 900px) {

.slidetxt{
	width: 65%;
    height: 100%;
    background-color: #ffffff3b;
    position: relative;
    display: inline-block;
    color: black;
    text-align: left;
    text-align: center;
    margin-left: unset;
    float: unset;
}

.subtxt{
    width: 100%;
    bottom: 20%;
    position: absolute;
    padding: 10px;
    font-size: 1.2rem;
}

.logoa{
  background-image: url(../../images/logo.png);
    background-size: contain;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.logob{
  background-image: url(../../images/logo.png);
    background-size: contain;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.logoc{
	width: 100%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
}


.full{
	display: inline-block;
}

.middle{
	width: 100%;
    height: 300px;
    text-align: center;
}


.piga {
  background-image: url(../../images/holi.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.fs2r{
	font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: initial;
}


.titl{
	text-align: center;
	float: unset;
    padding: 3px 12px;
    background-color: black;
    color: white;
    border: 0px;
}


}


/*MENU*/

.navigation {
  height: 70px;
  background: white;
}

nav {
  float: left;
  width: 100%;
}

.nav-menu {
  display: blocK;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: white;
}

nav ul li {
  float: right;
  position: relative;
  z-index: 10;
}

nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: black;
  text-decoration: none;
}

nav ul li a:hover {
  background: black;
  color: white;
}

nav ul li a:not(:only-child):after {
  padding-left: 5px;
  content: " ▾";
}

.nav-submenu {
  width: auto;
  position: absolute;
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: auto;
  display: none;
}

.nav-submenu li {
  width: 100%;
  white-space: nowrap;
}

.nav-movil {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  height: 70px;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .nav-movil {
    display: block;
  }

  .nav-menu {
    display: none;
    margin-top: 70px;
  }

  .nav-menu li {
    float: none;
  }
  .nav-menu li a {
    padding: 20px;
    line-height: 20px;
    background-color: white;
    text-align: center;
  }
  .nav-menu li ul li a {
    padding-left: 30px;
  }

  .nav-submenu {
    position: static;
  }
}

@media screen and (min-width: 980px) {
  .nav-menu {
    display: block !important;
    width: 50%;
    float: right;
  }

  .tst{
	width: 25%;
}

.tst:nth-of-type(1) {
    right: 75%;
  }

  .tst:nth-of-type(2) {
    right: 25%;
  }

  .tst:nth-of-type(3) {
    right: -25%;
  }

  .tst:nth-of-type(4) {
    right: -75%;
  }
}

#nav-boton {
  position: absolute;
  /*left: 20px;*/
  left: 85%;
  top: 25px;
  cursor: pointer;
  width: 20px;
  height: 10px;
  padding: 5px 15px 15px 0px;
  z-index: 1;
}

#nav-boton span,
#nav-boton span:after,
#nav-boton span:before {
  transition: all 500ms ease-in-out;
  border-radius: 1px;
  height: 5px;
  width: 40px;
  position: absolute;
  display: block;
  content: "";
  background: black;
}

#nav-boton span:before {
  top: -10px;
}
#nav-boton span:after {
  bottom: -10px;
}

#nav-boton.activo span {
  background-color: transparent;
}

#nav-boton.activo span:before,
#nav-boton.activo span:after {
  top: 0;
}

#nav-boton.activo span:after {
  transform: rotate(-45deg);
}

#nav-boton.activo span:before {
  transform: rotate(45deg);
}

/*MENU*/


/*MENU otro 

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: black;
  height: 100%;
  padding: .5em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.menu > li {
  margin: 0 1rem;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: black;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}


MENU */


.sbbtn{
	background-color: black;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}

.resaltado{
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}

.opt{
	font-size: 14px;
}

.fsize17{
	font-size: 17px;
}

.fsize19{
	font-size: 19px;
}

.fbold{
font-weight:bold;
}

.cline{
display: flex;
}

.textcircle{
	padding: 10px 0px;
    font-weight: 600;
}


.cbar1{
display: none;
}

.cbar2{
display: none;
}

@media screen and (max-width: 979px) {
  .cbar1 {
    display: block;
  }
}

@media screen and (min-width: 979px) {
  .cbar2 {
    display: block;
  }
}