@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:wght@700&family=Sarabun:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', 'Sarabun', sans-serif;
}

body {
    background-image: url(/Imagens/bg/bg\ azul\ escuro\ +\ logo.png);
    background-size: 87%;
    background-position-x: 175px;
    background-position-y: -6rem;
    background-repeat:no-repeat;
}

a {
    color: #2e3661;
}

header a:hover{
    border-bottom: #db7a55 3px solid ;

}

header {
    height: 88px;
    padding: 20px 40px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 100%;
    float: top;
}

.center {
    display: flex;
    max-width: 1800px;
}

.menu {
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    gap: 1rem;
}

#call, .oque1{
    text-align: left;
    margin-top: 50px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 50px;
    padding: 0 0 10px;
    color: #2e3661;
}

.but {
    background-color: #db7a55;
    color:white;
    border-radius: 5px;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: large;
    text-align: center;
    padding: 1rem;
    display: inline-block;
    margin-top: 1rem;
}




.sc-1, .sc-2, .ct-tema{
    font-family: 'Sarabun';
    font-size: 16px;
    text-align: left;
    margin-left: 45px;
}

.but:hover{
    background-color: #c4400c;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

#but{
    color: white;
    text-decoration: none;
    text-decoration-skip: none;
}


/*Oque é?*/

body{
    background-image: url(/Imagens/logos/versao1/pattern-r.png);
    background-size: 10rem;
    background-position-x: 1200px;
    background-position-y: 1650px;
    background-repeat:no-repeat;
}

.sc-2{
    max-width: 800px;
    padding-top: 55px;
}

.bg-mestre{
   display: flex;
}

.bg-obj{
    margin-top: 30px;
    background-color: #e0e1e2;
    background-size: cover;
    width: 750px;
    height: 600px;
    padding: 50px;
    font-family: 'Roboto';
    font-size: 25px;
    text-align: left;
}

.img-obj {
    margin-top: 30px;
    width: 150vh;
    height: 600px;
    background-position: center;
    background-color: #2e3661;

}

.img-obj{
    background-image: url(/Imagens/logos/versao1/varal\ logo\ \(1\).png);
}

.bg-conteudo{
    font-size: 16px;
    text-align: left;
    padding: 20px;
    margin-top: 50px;
}

.bg-mestre2{
    margin-top: 62px;
    height: 600px;
}

.tema{
    text-align: left;
    font-family: 'Sarabun';
    font-weight: none;
    font-size: 20px;
    width: 600px;
    margin-top: 100px;
}

#tec{
    font-size: 25px;
    font-weight: bold;
}

.ct-tema{
    margin-top: 130px;
}

.regulamento{
	width: 30%;
	float: right;
    font-family: 'Sarabun';
    font-size: 16px;
    margin: 40px;

}

.regulamento a{
    display: block;
    background-color: #db7a55;
    color:white;
    border-radius: 5px;
    border-style: none;
    padding: 15px 16px 15px 24px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: large;
    text-decoration: none;
    text-align: center;
    margin-top: 45px;
}

.regulamento a:hover{
	background-color: #bb603b;
	color: #ffffff;
}

.social a{
    display: inline-block;
    align-items:center;
    justify-content: space-between;
    gap: 1rem;
    padding: 5px ;
    position: relative;
}

.fixarRodape{
    margin: 2rem, 2rem;
}

.cool{
    height: 13vh;
    gap: 1rem;
    display: inline-flex;
    justify-content: center;
}

#um, #dois, #tres, #quatro, #cinco {
    filter: invert(100%);
    list-style-type: none;
}


footer{
    position: absolute;
    bottom: 0;
    background-color: black;
    width: 100%;
    padding: 17px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
}

body{ min-height:100vh; margin:0; position:relative; }
header{ min-height:50px; background:rgb(255, 255, 255); }
footer{ background:rgb(0, 0, 0); }

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

/*GALERIA*/

body{
    overflow-x: hidden;
}

.galerias {
    justify-content: center;
    display: flex;
}

.galeria h3 {
	font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #c34955;
    margin-bottom: 30px;
}

.galeria hr {
	margin: 30px 0;
}

.galeria-slider {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	padding: 0 50px;
}

.galeria-slider .slick-slide {
	height: auto;
	margin: 10px;
	opacity: .8;
}

.galeria-slider .slick-slide:hover {
	opacity: 1;
}

.galeria-slider .slick-slide img {
	width: 100%;
}

.galeria-slider .slick-prev,
.galeria-slider .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    font-size: 5em;
    line-height: 1em;
    width: 20px;
    height: 65px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #9a999e;
    cursor: pointer;
    transition: .5s;
}

.galeria-slider .slick-disabled {
	color: #9a999e!important;
}

.galeria-slider .slick-prev:hover,
.galeria-slider .slick-next:hover,
.galeria-slider .slick-prev:focus,
.galeria-slider .slick-next:focus {
	color: #c34955;
}

.galeria-slider .slick-prev {
	left: 0;
}

.galeria-slider .slick-next {
	right: 0;
}

/*mobile*/

.btn-mobile {
	display: none;
	width: 30px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
  	margin: 0;
  	padding: 0;
  	cursor: pointer;
  	background-color: transparent;
  	border: 0;
}

.btn-mobile:focus {
  	outline: none;
}

.btn-mobile span {
  	display: block;
  	width: 100%;
  	height: 4px;
  	border-radius: 3px;
  	background-color: #edeef0;  
  	transition: background 0s 0.3s;	
}

.btn-mobile span:before,
.btn-mobile span:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	background-color: #edeef0;
	position: absolute;  	
	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.btn-mobile span:before {
	transition-property: top, transform;
  	top: 0;
}

.btn-mobile span:after {
	transition-property: bottom, transform;
  	bottom: 0;
}

.btn-mobile.aberto span {
	background-color: transparent;
}

.btn-mobile.aberto span:before,
.btn-mobile.aberto span:after {
	transition-delay: 0s, 0.3s;
}

.btn-mobile.aberto span:before {
	transform: rotate(45deg);
	top: 10px;
}

.btn-mobile.aberto span:after {
	transform: rotate(-45deg);
	bottom: 10px;
}

/*parte *







