::-webkit-scrollbar {
    width: 10px;
	border-radius:10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: rgb(109, 153, 224);

}
::-webkit-scrollbar-thumb:hover {
    background: rgb(90, 144, 232);
}
::selection {
  background: rgb(255,205,4);
  color: white;
}
/**********************/
footer #c{
  margin-top:25px;

}

.op:nth-child(2){
  background: white;
  color: black !important;
}
.op:nth-child(2):hover{
  background: white;
  color: black !important;
}
/*********************/
.spinner{
		width: 50px;
		height: 50px;
		position: fixed;
		left:48%;
		top:50%;
		transform: translate(-50%,-50%);
		border-radius: 100%;
		border: 2px solid white;
		border-top:4px solid black;
		animation: spin 2s linear infinite;
		z-index:9999;

	}
	@keyframes spin{
	from{
	transform: rotate(0deg);

	}to{
	transform: rotate(360deg);
	}
	}
	.cover{
		position: fixed;

		top:0;
		left:0;
		margin:auto;
		background-color:rgb(255,205,4);
		width:100%;
		height:100%;
		z-index:9999999999;
	}
	.image{
		width:400px;
		position: absolute;
		left:50%;
		top:40%;
		z-index:9999;
		transform:translate(-50%,-50%);

	}
	.cover img{
	position:absolute;
	}
/*************************/
#Slider{
  width:99.9%;
  height:550px;
}
#Ser{
	margin-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	letter-spacing: 2.2px;
	word-spacing: 0.6px;
	color: #616161;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}
#desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 2.2px;
	word-spacing: 0.6px;
	color: #777777;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	width:650px;
	padding-top:20px;
	margin: 0px auto;
}
#table{
  padding-top:40px;
  width:85%;
  display: table;
  margin: 0px auto;
  border-collapse: separate;
  border-spacing: 15px;
}
#table1{
  display: none;
  padding-top:40px;
  width:85%;
  display: table;
  margin: 0px auto;
  border-collapse: separate;
  border-spacing: 20px;
}

.row{
  width:100% inherit;
  display: table-row;
  height:400px;
}
.cell{
  width:25%;
  text-align: center;
  display: table-cell;
  word-wrap:break-word;
  overflow-wrap: break-word;
}
.cell1{
  display: none;
}
.subtitulo{
  margin-top:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 3.4px;
  word-spacing: 1px;
  color: #5E5E5E;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
.P_desc{
  margin-top:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.8px;
  word-spacing: 4.4px;
  color: #878787;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}
.links{
  padding-top:10px;
  margin:0px auto;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.8px;
  word-spacing: 4.4px;
  color: #878787;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  color: rgb(255,205,4);
  width:100px;
}
#banner{
  background: url("../imagens/1304027.jpg");
  background-repeat: none;
  background-size:cover;
  width:100%;
  height:250px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  word-wrap:break-word;
  overflow-wrap: break-word;
  margin-top:0%;
}
#table1{
  display: none;

}
.cell1{
  display: none;
}
#banner img{

  width:180px;
  height:180px;
  border-radius:100%;
  margin-left:10%;
  display: none;
}
#Objetivo{
  margin-left: 10%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 2.4px;
  word-spacing: 1px;
  color: #FCFCFC;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  width:80%;
}
#novidades{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	letter-spacing: 2.2px;
	word-spacing: 0.6px;
	color: #616161;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
  padding-bottom:5px;

}
#parcerias{
  margin-top:0px;
text-align:center;
white-space: nowrap;
  overflow-x: auto;
  height:230px;
  overflow-y: hidden;

}

body{
	margin:0;
  height:100%;
  width:100%;

}
html{
  height:100%;
  width:100%;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1066px){
  #Slider{
    width:99.9%;
    height:450px;
  }
  #table1{
    display: none;

  }
  #desc{
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	letter-spacing: 2.2px;
  	word-spacing: 0.6px;
  	color: #777777;
  	font-weight: 400;
  	text-decoration: none;
  	font-style: normal;
  	font-variant: normal;
  	text-transform: none;
  	text-align: center;
  	width:650px;
  	padding-top:20px;
  	margin: 0px auto;
  }
}
@media only screen and (max-width: 1024px){
  #table1{
    display: none;
  }
}
@media only screen and (max-width: 926px){
  #Slider{
    width:99.9%;
    height:350px;
  }
  #table{
    display: none;

  }
  #table1{
    display: block;
  }
  .cell1{
    text-align: center;
    word-wrap:break-word;
    overflow-wrap: break-word;
    transform: rotate(0deg);
    display:block;
  }

}
@media only screen and (max-width: 650px){
  body{
    margin:0;
  }
  #Slider{
    width:99%;
    height:250px;
  }
  #desc{
    width:99.9%;
  }

  #banner{

  }
  #table1{
    display: block;
  }
  .cell1{
    text-align: center;
    word-wrap:break-word;
    overflow-wrap: break-word;
    transform: rotate(0deg);
    display:block;
  }
}
@media only screen and (max-width: 566px){
  #banner{
    height:auto;
  }

}
@media only screen and (max-width: 530px){
  #banner{
    margin-top:10%;
  }
}
@media only screen and (max-width: 350px){
  #banner{
    margin-top:10%;
  }
}
