@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
section
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: url(PATINHA.gif);
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	padding: 50px;
}

.container
{
	position: relative;
	width: calc(100% - 100px);
	min-height: calc(100vh - 280px);
	background: rgba(255,255,255,0.5);
	/*backdrop-filter: blur(20px);*/
	border-radius: 20px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.05);
	display: flex;

	border: 1px solid rgba(255,255,255,0.25);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	justify-content: space-between;
	align-items: center;
	padding: 50px;
}

header
{
	position: absolute;
	top: -40px;
	right: 20px;
	left: 20px;
	padding: 20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;

	border: 1px solid rgba(255,255,255,0.25);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
header .logo
{
	color: #030303;
	font-weight: 700;
	text-decoration: none;
	font-size: 2em;
}
header ul
{
	display: flex;
}
header ul li
{
	list-style: none;
	margin: 0 10px;
}
header ul li a
{
	list-style: none;
	text-decoration: none;
	font-weight: 500;
	color: #020202;
	padding: 8px 15px;
	border-radius: 25px;
}


header ul li a.active,
header ul li a:hover
{
	background: rgb(224, 213, 51);
	box-shadow: 0 5px 10px rgba(12, 11, 11, 0.1);
}
#btn:hover{
    background-color:rgb(243, 243, 237);
    color: rgb(12, 11, 11);
}

.btn2:hover{
	background-color:rgb(74, 38, 88);
    color: rgb(12, 11, 11);
}
.container .content
{
	transform: translateX(-100px);
	max-width: 700px;
	background: rgba(255,255,255,0);
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.25);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 40px;
	padding-left: 110px;
	border-radius: 20px;
}
.container .content h2
{
	font-size: 3em;
	color: #000000;
}
.container .content p
{
	font-size: 1.2em;
	color: #000000;
}


	
	

.container .content a
{
	display: block;
	padding: 15px 42px;
	background: rgb(224, 213, 51);;
	color: #0f0f0e;
	margin-top: 20px;
	border-radius: 30px;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.container .imgBx img
{
	max-width: 500px;
	
}
.sci:
{
	position: absolute;
	right: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	
}
.sci li
{
	list-style: none;
	transition: 0.5s;
    
}
.sci li a
{
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: rgb(255, 249, 249)
	border-radius: 50%;
	margin: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.sci li a img
{
	transform: scale(0.6);
	transition: 0.5s;
}
.sci li:hover a img
{
	transform: scale(0.6) rotate(360deg);

}
.copyrightText
{
	position: absolute;
	bottom: 30px;
	left: 50px;
	color: #030202;
	display: block;
}


@media (max-width: 1200px)
{
	.container
	{
		width: calc(100% - 20px);
	}
}
@media (max-width: 992px)
{
	section
	{
		padding: 50px 10px 10px;
	}
	header
	{
		position: relative;
		flex-direction: column;
		width: 100%;
		top: -60px;
		right: 0;
		left: 0;
    	padding: 20px;
	}
	header ul
	{
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	header ul li
	{
		margin: 2px;
	}
	header ul li a
	{
		display: inline-block;
	}
	.container
	{
		width: calc(100% - 20px);
		flex-direction: column;
		height: auto;
		padding: 20px;
	}
	.container .content
	{
    	transform: translateX(0px);
		max-width: 100%;
		padding-left: inherit;
		padding: 30px;
    	margin-top: -40px;
	}
	.imgBx
	{
		margin-bottom: 500px;
	}
	.content a
	{
		font-size: 1em;
    	padding: 10px 20px;
	}
	@keyframes animate
	{
		0%,100%
		{
			transform: translateY(-20px);
		}
		50%
		{
			transform: translateY(20px);
		}
	}
	.sci
	{
		position: relative;
		flex-direction: row;
		left: 0;
	}
	.sci li a
	{
		margin: 0 10px;
	}
	
	.copyrightText
	{
		position: relative;
	    text-align: center;
	    width: 100%;
	    bottom: initial;
	    left: initial;
	    margin-top: 20px;
	}
}
@media (max-width: 600px)
{

	section
	{
		padding: 50px 10px 10px;
	}
	.content h2
	{
	    font-size: 1.5em;
	}
	.content p
	{
	    font-size: 1em;
	}
	.imgBx img
	{
		max-width: 300px;
	}
}
