@font-face {
  font-family: dinthree;
  src: url(DIN-Regular.ttf);
}

@font-face {
  font-family: dintwo;
  src: url(DINAlternate-Bold.ttf);
}

html {
	scroll-behavior: smooth;
}

body{
	margin: 0px;
	background-color: white;
	font-family: "dinthree";
	color: black;
}

img {
	max-width: 100%;
	height: auto;
}

hr{
	height: 7px;
	border: 0px;
	margin: 7px 47px 7px 47px;
    background-image: url('images/aaa.png');
    background-position: center;
    background-size: 100%;
}

.cabecalhoscf{
	opacity: 50%;
	height: 100%;
	align-content: center;
	justify-content: center;
	border-radius:5px;
}

.imagecf2{
	height:100%;
	max-width: max-content;
}

b{
	font-family: "dinthree";
}

::selection {
	color: white;
	background: #9B9A9A;
}

p{
	margin: 0px;
}

a:hover{
	color: #9B9A9A;
}

a:active {
	color: #9B9A9A;
	opacity: 50%;
}

header a{
	text-decoration: none;
	width: fit-content;
	height: 40px;
	-webkit-tap-highlight-color: transparent;
	color: white;
}

#logohead2{
    height: 40px;
    width: auto;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
}

header{
	background-color: #000f16;
    display: grid;
    height: 60px;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    position: fixed;
    z-index: 2000;
    filter: drop-shadow(0px 0px 7px #000000);
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #001622;
    animation: slide-in 1s ease-out;
    justify-items: center;
    padding: 0px 40px 0px 40px;
    border-radius: 10px;
    color: white;
}

#ul {
    position: relative;
    display: inline-grid;
    grid-template-columns: 120px 120px 120px 120px 120px;
    flex: 1 1 auto;
    margin: 0px 20px 0px 20px;
    padding: 0px;
    list-style-type: none;
    justify-content: space-evenly;
    width: max-content;
column-gap: 50px;
    text-align: center;
	justify-items: center;
	align-items: center;
    height: 60px;
  }
  
li {
    padding: 10px;
    transition: background 0.2s;	
    font-weight: bold;
	grid-row:1;
    border-radius: 10px;
	a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.2s;
	  width: 100%;
	  height: 100%; 
	}

	ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      display: block;
      margin: 12px -12px;
      padding: 10px;;
      background: #172f3d;
      transition: opacity 0.2s, visibility 0.2s;
	  width: fit-content;
	  list-style: none;
	  
	  
		li {
			margin: -2px 0 0 -2px;
			line-height: 1.7;
				a {
					color: black;
				}
		}
	}
	&:hover {
		background: #3d7477;
			a {
				color: #F9F8FD;
			}
	  
		ul {
			visibility: visible;
			opacity: 1;
			width: fit-content;
		            list-style: none;
				li {
					a {
						color: #F9F8FD;
					}
				}
		}
    }
 }

@keyframes slide-in {
  0% {
    top: -50px;
  }

  100% {
    top: 15px;
  }
}

summary {
	list-style: none;
}
		
.headerbut{
	font-family: 'dinthree';
    width: 100%;
    height: 50px;
    background-color: #5f5f5f;
    border-width: 0px;
    font-size: 0.6em;
    color: white;
	cursor: pointer;
}

.brandtype{
	text-align: center;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.scrolled {
	box-shadow: 0px 0px 20px white, 0px 0px 5px white;
	transition: box-shadow 700ms;
}

p{
	font-size: 20px;
	line-height: 25px;
	z-index:30;
}

h1{
	margin: 0px;
	font-size: 60px;
	font-family: "dintwo";
	z-index:30;
}

h2{
	margin: 0px;
	font-size: 40px;
	font-family: "dintwo";
	z-index:30;
}

h3{
	margin: 0px;
	font-size: 60px;
	line-height: 60px;
	font-family: "dintwo";
	z-index:30;
}

h4{
	margin: 0px;
	font-size: 40px;
	font-family: "dintwo";
	z-index:30;
}

h5{
	margin: 0px;
	font-size: 40px;
	font-family: "dintwo";
	z-index:30;
}

#contacts{
	grid-row: 2;
	grid-column: 2;
}

#headerprocessing2{
    padding: 0px 0px 0px 0px;
    overflow: clip;
    text-align: center;
    display: grid;
    justify-items: center;
    justify-content: center;
	grid-template-columns: 1fr;
	/*background-image: url('images/miguel torres background preto 3.png');
	background-repeat: repeat-y;
    background-position: center;
	background-size: 100vw; */
	background-color: #001622;
    position: relative;
	z-index: 600;
	height: 50vh;
	padding:77px 0px 0px 0px;
	box-shadow: #000000 0px 0px 16px 0px;
}

#languagenscontact{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: #87a9ab;
    color: #ffffff;
    padding: 20px;
	margin: 0px 20px 0px 20px;
	box-shadow: #0000101c 0px 0px 6px 0px;
	border-radius: 5px;
	a{
	color: white;
    text-decoration: none;
	width:50%;
	box-shadow: #0000101c 0px 0px 6px 0px;
	border-radius: 5px;	
	}
}

#headerprocessing2>img{
	max-height: 50vh;
    align-self: center;
	justify-self: center;
	animation: 3s intrologo;
	width:Auto;
}

@keyframes intrologo {
  0% {
     opacity: 0%;
	scale:70%;
  }
  100% {
     opacity: 100%;
	 scale: 100%;
  }
}

#contactform{
	display: grid;
	column-gap: 0px;
	justify-content: center;
	align-items: center;
	padding: 100px 0px 40px 0px;
}

#emailForm{
	display: grid;
}

.form-control{
    width: 100%;
    font-size: 15px;
    padding: 10px;
    font-family: 'dinthree';
    background-color: white;
    color: black;
    border: 1px solid #cdcdcd;
    outline-color: #faebd7d4;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
    max-width: -webkit-fill-available;
}

.form-check{
    background-color: #969d9d54;
    width: 100%;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 10px;
}

fieldset{
    max-width: 100%;
    /* border-style: dotted; */
    border-color: #001622;
    padding: 20px;
    margin: 50px 20px 50px 20px;
	border-radius: 5px;
}

#submitButton{
	font-size: 25pt;
    padding: 20px;
    font-family: 'dinthree';
    background-color: #4B7375;
    color: White;
    border: aliceblue;
    border-radius: 10px;
    margin: 10px 0px 30px 0px;
    cursor: pointer;
	width: 50%;
    justify-self: center;
}

#email-form{
	display:grid;
}

#dropArea{
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    height: 100px;
    margin: 10px 0px 10px 0px;
    align-self: center;
    box-shadow: inset 0px 0px 10px 10px rgb(0 0 0 / 16%);
}

textarea{
    resize: none;
    width: 80%;
    height: 200px;
    margin: 10px 0px;
    font-size: 12pt;
    padding: 10px;
    font-family: dinthree;
    background-color: rgba(61, 116, 119, 0.62);
    color: white;
    border: aliceblue;
    outline-color: rgba(250, 235, 215, 0.83);
    border-radius: 10px;
    box-shadow: #0000001c 0px 0px 16px 0px;
}

::placeholder {
  color: #333333;
  opacity: 1;
}

button{
    font-size: 15pt;
    padding: 10px;
    font-family: 'dinthree';
    background-color: #4B7375;
    color: White;
    border: aliceblue;
    border-radius: 10px;
    margin: 10px 0px 30px 0px;
    cursor: pointer;
}

label{
	font-size: 15pt;
    padding: 20px 10px 10px 10px;
    font-family: 'dintwo';
}

#aboutcontainer{
	display: grid;
	grid-template-columns: 600px 600px;
    grid-template-rows: auto 440px 440px auto;
	column-gap: 0px;
	justify-content: center;
	align-items: center;
	padding: 100px 0px 40px 0px;
    row-gap: 20px;
}

#about2container{
	display: grid;
	grid-template-columns: 600px 600px;
	column-gap: 0px;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 40px 0px;
	row-gap: 20px;
}
#about3container{
	display: grid;
	grid-template-columns: 600px 600px;
    grid-template-rows: 1fr;
	column-gap: 40px;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 40px 0px;
	.stilyzerabout{
		height: 300px;
	}
}
#about4container{
	display: grid;
	grid-template-columns: 600px 600px;
    grid-template-rows: auto 440px auto;
	column-gap: 40px;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 40px 0px;

}
#about5container{
	display: grid;
	grid-template-columns: 600px 600px;
    grid-template-rows: 1fr 1fr;
	column-gap: 40px;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 20px 0px;
    row-gap: 60px;
	.stilyzerabout{
		height: 300px;
	}
}
#about6container{
	display: grid;
	grid-template-columns: 600px 600px;
    grid-template-rows: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 40px 0px;
    row-gap: 60px;
	column-gap: 40px;
	.stilyzerabout{
		height: 300px;
	}
}

		#cl69{
			display: none;
		}

main{
	text-align: center;
}

.bannercf{
    padding: 40px 0px 0px 0px;
    width: 80%;
    filter: drop-shadow(0px 0px 10px #00000050);
	border-radius: 5px;
}


#ch1, #cf1{
	grid-column:1;
	grid-row:1;
    background-color: f9f9f9;
 

}


@keyframes yellows {
  0% {
background-color:#f29d00;
  }
  50% {
background-color:#cd762e;
  }
  100% {
background-color:#f29d00;
  }
}

@keyframes blueish {
  0% {
background-color:#4f787a;
  }
  50% {
background-color:#3b5f7d;
  }
  100% {
background-color:#4f787a;
  }
}

@keyframes vert {
  0% {
background-color:#53501e;
  }
  50% {
background-color:#2c3700;
  }
  100% {
background-color:#53501e;
  }
}

#ch2, #cf2{
	grid-column:1;
	grid-row:1;
    color: white;
    text-align: center;
	animation: 6s bordeaux;
	animation-iteration-count: infinite;
}

#cf3, #cl1{
	grid-column:2;
	grid-row:1;
    color: black;
    text-align: center;
}

#cf4, #cl2{
	grid-column:2;
	grid-row:1;
    color: black;
    text-align: center;
}

#ch3, #cf5{
	grid-column:1;
	grid-row:1;
    background-color: #f29d00;
    color: black;
    text-align: center;
	animation: 6s yellows;
	animation-iteration-count: infinite;
}

#ch4, #cf6{
	grid-column:1;
	grid-row:2;
    background-color: #f29d00;
    color: black;
    text-align: center;
	animation: 6s yellows;
	animation-iteration-count: infinite;
}

#cl3{
	grid-column:2;
	grid-row:1/3;
	color:black;
}

#ch5, #cf9{
	grid-column:1;
	grid-row:1;
	color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}

#ch6, #cf10{
	grid-column:2;
	grid-row:2;
	color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}

#cf11, #cl4{
		grid-column:1;
	grid-row:2;
    color: black;
    text-align: center;
}


#ch7, #cf13{
	grid-column:1;
	grid-row:1;
    background-color: #53501e;
    color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}

#ch8, #cf14{
	grid-column:2;
	grid-row:2;
    background-color: #53501e;
    color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}
#ch9, #cf15{
	grid-column:1;
	grid-row:3;
    background-color: #53501e;
    color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}


#cl6, #cf16{
	grid-column:2;
	grid-row:1;
    color: black;
    text-align: center;
}

#cl7, #cf17{
	grid-column:1;
	grid-row:2;
    color: black;
    text-align: center;
}

#cl8, #cf18{
	grid-column:2;
	grid-row:3;
    color: black;
    text-align: center;
}

#cf12, #cl5{
	grid-column:2;
	grid-row:1;
    color: black;
    text-align: center;
}

#ch10, #cf19{
	grid-column:2;
	grid-row:4;
    background-color: #53501e;
    color: white;
    text-align: center;
	animation: 6s vert;
	animation-iteration-count: infinite;
}
#cl9, #cf20{
	grid-column:1;
	grid-row:4;
}

.stilyzerabout{
	height: 440px;
	width: 600px;
	background-color: #f9f9f9;
	z-index: 10;
    overflow: hidden;
	display: flex;
	justify-content:center;
    align-items: center;
    border-radius: 5px;
	outline: 1px solid #e7e7e7;
	img{
        box-shadow: 0px 0px 200px 100px rgb(253 253 253 / 93%);
	}
}

.txtabout{
    margin: 0px 20px 0px 20px;
    z-index: 20;
    text-align: left;
    font-size: 16px;
}

#abh{	
	grid-column: 1 / 3;
	grid-row: 1;
	text-align:left;
}

#abh2{	
	grid-column: 1 / 3;
	grid-row: 4;
	text-align: right;
}

#abh3{
	grid-column: 1 / 3;
	grid-row: 1;
	text-align:left;
}

#abst5{
	grid-column: 1;
	grid-row: 2;
	background-color: #f29d00;
}

#abst6{
	grid-column: 2;
	grid-row: 2;
}

#abp8{
	grid-column: 1;
	grid-row: 2;
	color: black
}

#abh4{
	grid-column: 1 / 3;
	grid-row: 3	;
	text-align: right;
}

#cth{
	align-self: center;
}

#abst1, #abp1{
	grid-column: 1;
	grid-row: 2;
}

#abst2, #abp2{
	grid-column: 2;
	grid-row: 3;
}

#contactscontainer{
	display: grid;
	grid-template-columns: 600px 600px;
	grid-template-rows: 440px;
	column-gap: 40px;
	justify-content: center;
	padding: 40px 0px 40px 0px;
	scroll-margin-top: 110px;
    align-items: center;
}

footer{
	text-align: center;
	position: relative;
	margin: 0px 0px 0px 0px;
}

#social{
	display: flex;
	gap: 40px;
	justify-content: center;
	height: 120px;
	align-items: center;
}

.scic:hover{
	opacity:50%;
	transition: opacity 200ms;
}

.scic:active{
	opacity:20%;
	transition: opacity 200ms;
}

#adressesa{
	grid-row: 1;
	grid-column: 1;
}

#iconsflexbox{
	display: flex;
	justify-content: space-between;
}

.gmap_canvas{
	filter: invert(4%) sepia(10%) saturate(80%) hue-rotate(134deg) brightness(90%) contrast(120%);
    grid-row: 1;
    grid-column: 2;
	border: 0px solid black;
	margin: 0px;
}

@media screen and (max-width: 1300px) {

	h2, h4, h5{
		font-size: 30px;
	}
	
	h1, h3{
		font-size: 45px;
		line-height: 45px;
	}
	
	
	#speakers, #contacts{
		gap: 7.5px;
	}
	
	.menunav{
		width: 232px;
		height: 30px;
	}
	
#cf5, #cf6{
	height: 100%;
}

	#aboutcontainer, #about2container, #about3container, #about4container, #about5container, #about6container{
		padding: 60px 0px 40px 0px;
	}
	
	#about3container{
		grid-template-columns: 330px 330px;
		grid-template-rows: 1fr;
		column-gap: 30px;	
	}
	
	#about5container, #about6container{
		grid-template-columns: 330px 330px;
		grid-template-rows: 1fr 1fr;
		column-gap: 30px;	
	}
	
	#about4container{
		grid-template-columns: 330px 330px;
		grid-template-rows: 1fr 1fr;
		column-gap: 30px;	
	}
	
	#about6container{
		grid-template-columns: 330px 330px;
		column-gap: 30px;
		row-gap: 40px;		
	}

	#aboutcontainer{
		grid-template-columns: 330px 330px;
		grid-template-rows: 60px 330px;
		column-gap: 00px;
	}
	
	#about2container{
		grid-template-columns: 330px 330px;
		grid-template-rows: 60px 330px;
		column-gap: 00px;
	}

	#speakerscontainer{
		grid-template-columns: 330px 330px;
		grid-template-rows: 60px 330px 30px 330px 30px 330px;
		column-gap: 30px;
	}

	#contactscontainer{
		grid-template-columns: 330px 330px;
		grid-template-rows: 330px;
		column-gap: 30px;
	}

	.gmap_canvas{
		width: 330px;
		height: 330px;
	}

	#deiicon{
		height: 135px;
		width: 135px;
	}

	#darqicon{
		height: 135px;
		width: 166.5px;
	}

	.stilyzerabout{
		height: 330px;
		width: 330px;
	}
	
	p{
		font-size: 15px;
		line-height: 19px;
	}

	footer{
		margin: 0px 0px 0px 0px;
	}

}

@media screen and (max-width: 1000px) {
	header a{
		height: 20px;
	}

	header{
		grid-template-columns: 1fr;
	}

	#logohead2 {
	display:none;
	}

	h4, h5{
		font-size: 30px;
	}
	
	h1, h3{
		font-size: 45px;
		line-height: 45px;
	}

	hr{
		margin: 7px 27px 7px 27px;
	}
	
	
	.menunav > img{
		width: 20px;
		height: 20px;
	}
	
	#speakers, #contacts{
		gap: 5px;
	}
	
	.menunav{
		width: 155px;
		height: 20px;
	}
	
	.brandtype{
		width: 300px;
	}
	

	.gmap_canvas{
		width: 330px;
		height: 330px;
	}

}

@media screen and (max-width: 900px) {
	#ul {
		position: relative;
		display: inline-grid;
		grid-template-columns: 105px 105px 105px 105px 105px;
		flex: 1 1 auto;
		margin: 0;
		padding: 0px;
		list-style-type: none;
		justify-content: space-evenly;
		width: max-content;
		column-gap: 0px;
		text-align: center;
		font-size: 14px;
		
		li{
		padding:5px;
		width:100px;
		}
	}
}

@media screen and (max-width: 750px) {
		
	#cl68{
			display: none;
		}
		
			#cl69{
			display: contents;
			margin: 20px;
		}
		
	header{
		    padding: 0px 00px 0px 00px;
	}
		
	#ul {
		position: relative;
		display: inline-grid;
		grid-template-columns: 105px 105px 105px 105px 105px;
		flex: 1 1 auto;
		margin: 0;
		padding: 0px;
		list-style-type: none;
		justify-content: space-evenly;
		width: max-content;
		column-gap: 0px;
		text-align: center;
		font-size: 14px;
		
		li{
		padding:5px;
		width:100px;
		}
	}
	
	h2{
		font-size: 20px;
	}

	h4, h5{
		font-size: 30px;
	}
	
	h1, h3{
		font-size: 45px;
		line-height: 45px;
	}
	
	.bannercf{
		padding: 0px;
		width: 100%;
	}
	
	#speakers, #contacts{
		gap: 5px;
	}
	
	.menunav{
		width: 155px;
		position: relative;
		bottom: 11px;
		height: 20px;
	}
	
	.brandtype{
		width: 160px;
	}
	
		#cf5, #cf6{
	height: 300px;
	}
	
	#aboutcontainer{
		grid-template-columns: 330px;
		grid-template-rows: auto 330px 330px 330px 330px auto;
		column-gap: 0px;
	}
	
	#about2container{
		grid-template-columns: 330px;
		grid-template-rows: auto 330px 330px auto;
		column-gap: 0px;
	}
	
	#about3container{
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 330px;
		column-gap: 0px;
	}

	#about5container{
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-template-columns: 330px;
		column-gap: 0px;
	}

#about5container{
padding: 60px 0px 0px 0px;
		row-gap:0px;
	}
	
	#about6container{
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 330px;
		column-gap: 0px;
		row-gap:0px;
		padding: 0px 0px 40px 0px;
	}
	
	#about4container{
		grid-template-rows: 1fr auto 1fr;
		grid-template-columns: 330px;
		column-gap: 0px;
	        row-gap: 20px;
	}
	
	#contactscontainer{
		grid-template-columns: 330px;
		grid-template-rows: 330px;
		column-gap: 0px;
		scroll-margin-top: 100px;
	}
	
	#cf1, #ch1, #cf5, #ch3, #ch5, #cf9, #ch7, #cf13{
	grid-column:1;
	grid-row:1;
	}
	
	#cl1, #cf3, #cl5, #cf12, #cl5, #cl6, #cf16{
	grid-column:1;
	grid-row:2;
	}
	
	#cl3{
	grid-column:1;
	grid-row:2;
	text-align:center;
	margin:20px;
	}
	
	#ch2, #cf2, #ch6, #cf10, #cf6, #ch4{
	grid-column:1;
	grid-row:3;
	}
	
	#cl2, #cf4, #cl4, #cl8, #cf18, #cf11{
	grid-column:1;
	grid-row:4;
	}
	
	#ch8, #cf14{
	grid-column:1;
	grid-row:5;
	}
	
	#cl7, #cf17{
	grid-column:1;
	grid-row:6;
	}
	
	#ch10, #cf19{
	grid-column:1;
	grid-row:7;
	}
	
	#cl9, #cf20{
	grid-column:1;
	grid-row:8;
	}
	
	
	.gmap_canvas{
		width: 330px;
		height: 330px;
		grid-row: 2;
		grid-column: 1;
	}
		
	#abh, #abh3{
		grid-column: 1;
		grid-row: 1;
	}
	
	#abh2{	
		grid-column: 1;
		grid-row: 6;
	}
	
	#cth, #abh{
		text-align: center;
	}

	#abst1, #abp1, #abst6{
		grid-column: 1;
		grid-row: 2;
	}

	#abst2, #abp2, #abh4{
		grid-column: 1;
		grid-row: 4;
	}
	
	#abst3, #abp3, #abst5, #abp8{
		grid-column: 1;
		grid-row: 3;
	}
	
		#abst4, #abp4{
		grid-column: 1;
		grid-row: 5;
	}
	
}

@media screen and (max-width: 600px) {
	#logohead2 {
		height: 30px;
	}
	#ul {
		grid-template-columns: 85px 85px 85px 85px 85px;
		font-size: 12px;
			li{
		padding:5px;
		width:80px;
		}
	}
}

@media screen and (max-width: 450px) {
	#logohead2 {
		height: 30px;
	}
	#ul {
		grid-template-columns: 71px 71px 71px 71px 71px;
		margin: 0px;
		font-size: 9px;
			li{
		padding:3px;
		width:65px;
		}
	}
}

@media screen and (max-width: 380px) {

		#logohead2 {
		height: 30px;
	}
	#ul {
		grid-template-columns: 65px 65px 65px 65px 65px;
		font-size: 8px;
			li{
		padding:5px;
		width:70px;
		}
	}

@media screen and (max-width: 345px) {

	
	#logohead2 {
		height: 20px;
	}
	
	h4, h5{
		font-size: 22.7px;
	}
	
	h1, h3{
		font-size: 34px;
		line-height: 34px;
	}
	
	#social{
		gap: 20px;
	}
		


	.gmap_canvas{
		width: 250px;
		height: 250px;
	}
	

	.txtabout{
		margin: 0px 10px 0px 10px;
	}
	
	p{
		font-size: 12px;
		line-height: 15px;
	}
	
	#cth, #abh{
		text-align: center;
	}
	
}

}