@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar {
 -webkit-appearance: none; 
  background-color: rgba(195,163,42,0.5);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(195,163,42,1);
  border-radius:2rem;
}

body { margin: 0; padding: 0; width: 100%; height: 100%; display: block; background-color: #FFF;
  font-family: "Raleway", sans-serif; 
  font-weight: 300;
  font-style: normal;
 font-variation-settings: "width" 300;   }
 
 html { scroll-behavior: smooth; }

header, rodape { display: inline-block; width: -webkit-fill-available; height: fit-content; padding: 1rem; text-align:center; }
header { padding: 0; background: rgba(255,255,255,0.7) }


#background2 { position:fixed; top:0; left:0; z-index:-1; width:20rem; }
#background3 { position:fixed; top:0; right:0; z-index:-1; width:10rem; margin: 1rem 1rem 0 0;  }
#background2 img, #background3 img { width:100%; height:auto;  }

#compartilhe { margin-top: 3rem; margin-bottom: 2rem; }

rodape { color: #000; font-size: 0.8rem; font-weight:300; bottom:0; left:0; background: rgba(219,229,240,1); }
rodape a { color: #000; }
rodape a:hover { color: #999; }

rodape#apoios_parcerias { background: rgba(237,235,236,1); padding-bottom: 5vw; }

rodape#apoios_parcerias ul { list-style: none; padding: 0; }
rodape#apoios_parcerias li { display: inline-block; width: 10vw; padding: 1rem;  }
rodape#apoios_parcerias img { max-width: 100%; max-height: 10vw; vertical-align: middle; }
rodape#apoios_parcerias ul.logosparceiros li { width: 12vw; }


p, #info li { font-size: 1.2rem; line-height:1.8rem; }
#compartilhe p { font-weight:500; }

a { text-decoration: none; color: #FFF; }
a:hover { color: rgba(250,193,114,1) ; }

b, strong { font-weight: 700; }

h2 { color:#d26329; padding: 0.5rem 1rem; font-size:1.8rem; line-height:2rem; margin: 0; font-weight:800; }
h3 { color:#333; font-size: 1.4rem; font-weight:700; }

body { overflow-x: hidden; background-image: url(../img/bg.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; } 

#logo_wap { display: none !important; height: 16vh; vertical-align:middle;  }
	#logo_wap img { height: 100%; width:auto; }

#header_titulo { display:inline-block; text-align:center; font-size:2rem; vertical-align:middle; height: 16vh; margin-left: 0 !important; }
	#header_titulo img { height: 100%; width:auto; }

#header_titulo h1 { color: #C4A32B; font-size: 3.4rem; font-weight: 600; text-transform: uppercase; font-stretch: extra-expanded; }
	
conteudo { margin-top:22vh; display:inline-block; text-align:center; background-size:100% 100%; background-position:0 79vh; }

header, conteudo { position:absolute; z-index:999; }
header { top:0;  }

#intro, #obrigado, #info, #compartilhe, #clipping, #doe, #biografias { width:35%; margin: 2rem 1rem 0 auto; display:inline-block; vertical-align:text-top; background: rgba(237,235,223,0.8); padding: 1.6rem 3rem; border-radius: 0.4rem; overflow: hidden; }
	#logo_defaunacao { width: 50%; display:none; }

#intro { margin-top: 0; }

#intro, #info, #info li, #info li a { text-align: left; color:#000; }
	#info li a:hover { color:#900; }
#intro h2, #info h2 { color:#d26329; }
#intro h2 { font-size:1.8rem; line-height:2rem; width: 40%; float: left;  }
#intro h2 img { width:10rem; margin:-2rem 2rem 0 -3rem; vertical-align:middle; float:left; }
#intro p { font-size: 1.2rem; text-align:left;  display: inline-block; }
#info ul { margin-block-start: 0; padding-inline-start: 1rem; }
#intro h3 { margin-top: 0; }

#intro .img_intro { width: 100%; display: inline-block; margin-left: 3rem; margin-top: -11rem; /* transform: rotate(-6deg); box-shadow: -1px 2px 6px rgba(0,0,0,0.5); margin: 2rem auto 2rem 25%; */   }

#info.kit ul { list-style: none; padding: 0; }
#info.kit ul li { text-align: center; color: #292668; margin-top: 2rem; }
#info.kit li img { width: 40%; }
#info.kit ul li a img { margin: 0.6rem 0.8rem; }
#info.kit ul li a:hover { background: rgba(167,206,58,0.8); }
#info.kit textarea { width: 100%; height: 3rem; border: solid 1px #999; font-family: "Lato", sans-serif; }

#obrigado { margin-top: 25vh; background: rgba(195,163,42,0.6); box-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
#obrigado h2 { text-shadow: none !important; padding: 2rem 0 0; color: #ff6249 !important; }
#obrigado #compartilhe { margin: 0 1rem 0rem 0; width: -webkit-fill-available; padding:0; background: none; }
#obrigado #compartilhe p { color: #000; }
		
#form, .form-spacer { width:40%; margin: 0 auto 0 1rem; padding: 2rem 2rem; display:inline-block; background: rgba(195,163,42,0.7); vertical-align:text-top; border-radius:0.6rem;  }
#form h3 { font-size:1.3rem; text-align: center; margin:2.2rem auto 1rem ; display:inline-block; }
.input-half { width:49.5%; display:inline-block; margin:0; padding:0; }

#form input, #form button, #form textarea, #manifesto_box {
	font-family: "Lato", sans-serif;
    padding: 0.3rem 0.8rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    border: 1px solid #999;
    width: -webkit-fill-available;
    margin: 0.4vh 0.25vw;
    display: inline-block;
}
#manifesto_box { overflow-y: scroll; height: 6rem; text-align:left; font-size: 0.9rem; color: #333; border-color: rgba(255,98,73,0.5); background-color: rgba(255,255,255,0.2); }

#manifesto_box h3, #manifesto_box h4 { color: #333; margin-top:0; margin-bottom: 0.25rem; padding:0; width: -webkit-fill-available; font-weight:600; }
#manifesto_box h3 { font-size: 1.1rem; }
#manifesto_box h4 { font-size: 1rem; }
#form textarea { height: 4rem; }
#form button { font-size: 1.5rem; padding: 0.6rem 1.6rem; border: none; text-transform: uppercase; font-weight:800; color:#FFF; background: #d26329; }
#form button:hover { background: #6027cc; cursor:pointer; }
#form h2 { font-size: 1.6rem; line-height:1.8rem; padding:0; margin:0; text-transform:uppercase; }
#form p { font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0.5rem;
    padding: 0; }
#form input { background: rgba(255,255,255,0.95); color: #333; font-weight:300; }
#form .politica { font-size:0.8rem; line-height:1rem; }
#form .politica a {  color: #000; font-weight:400; }
#form .politica a:hover { text-decoration: underline; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
	
#info { margin: 2rem 1rem 2rem auto; }
#info h2 { color: #d26329; }
#info p { color: #000; text-align:left; font-weight:300; }

#doe { background: rgba(234,156,18,0.9); font-weight:500; color: #fff; margin-bottom: 120vh }
#doe h2 { font-size: 1.8rem;  }
#doe p { padding: 0.4rem 0.8rem; border-radius: 0.6rem; color: #FFF; }
#doe strong { font-weight:800; }
#btn_doe, .btn_download { display:inline-block; padding: 1rem 2rem; margin: 1rem 0; color: rgba(255,255,255,1); font-weight: 700; font-size:1.5rem; text-transform:uppercase;  border-radius: 1rem; box-shadow:0.1rem 0.1rem 1rem #000; background: #ff6249; }
.btn_download { background: rgba(96,39,204,1); padding: 0.6rem 1.2rem; font-size:1.2rem; margin: 1rem auto; display: flex; width: fit-content; }
#btn_doe:hover, .btn_download:hover { background: rgba(255,184,0,1); color: rgba(255,255,255,1); }

.form-spacer { visibility:hidden; }

#clipping, #biografias { margin: 1rem 1rem -4rem auto; text-align:center; }
#biografias div { margin: 2rem auto 4rem; display:inline-block; }
#biografias div p { padding: 2rem 2rem; background: rgba(129,83,215,0.85); margin-bottom:0; border-radius: 1rem; }
#clipping h2, #compartilhe h2, #biografias h2 { margin: 1rem auto 2rem; }
#clipping h2, #biografias h2 { margin-bottom: 8rem; }
#biografias h3 {
	color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin-top: -4rem;
    z-index: 99;
    position: absolute;
    text-align: right;
    width: inherit;
}
#biografias p {
	display: inline-block;
    margin-bottom: 5rem;
	margin-top:0;
    color: #FFF;
	text-align:left;
	font-weight:360;
	text-shadow: 0 0 2px rgba(97,39,204,1);
}
#clipping img, #biografias img { display:inline-block; /* margin:2rem; border-radius:0.4rem; box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */ max-width:100%; margin-top: -5rem; }
#biografias h3 { font-size: 0; color: rgba(255,255,255,0); }


rodape { text-align:center; position:absolute; z-index:2;  }

#box_slider {  display: flex; justify-content: center; align-items: center; width: 100%; max-width: 650px; height: auto; --aspect-ratio: 10/6; vertical-align:middle; border-radius: 2rem; margin: 0 auto 0 auto; overflow: hidden; }
#box_video {  display: flex; justify-content: center; align-items: center; width: 100%; max-width: 650px; height: auto; --aspect-ratio: 10/6; background: url(/img/doc_thumb.jpg) no-repeat; background-size: 110% auto; background-position-x: center; background-position-y: center; vertical-align:middle; border-radius: 2rem; margin: 2vh auto 2vh auto; }
#box_video::before, #box_slider::before { content: ""; height: 0; float: left; padding-bottom: calc( 100% / (var(--aspect-ratio)) ); }
#box_video::after, #box_slider::after { content: ""; display: block; clear: both; }
#box_video.videoclip { background-image: url(/img/defaunacao_video_thumb.jpg); }

.btn_share_whatsapp { background: url(https://upload.wikimedia.org/wikipedia/commons/a/a7/2062095_application_chat_communication_logo_whatsapp_icon.svg); }
.btn_share_facebook { background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/2023_Facebook_icon.svg/240px-2023_Facebook_icon.svg.png); }
.btn_share_twitter { background: url(https://upload.wikimedia.org/wikipedia/commons/c/ce/X_logo_2023.svg); }
.btn_share_instagram { background: url(https://upload.wikimedia.org/wikipedia/commons/9/95/Instagram_logo_2022.svg); }

.btn_youtube { background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/512px-YouTube_full-color_icon_%282017%29.svg.png); }
.btn_youtubemusic { background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Youtube_Music_icon.svg/512px-Youtube_Music_icon.svg.png); }
.btn_spotify { background: url(https://upload.wikimedia.org/wikipedia/commons/7/75/Spotify_icon.png); }
.btn_deezer { background: url(https://upload.wikimedia.org/wikipedia/commons/6/6b/Deezer_Icon.svg); }
.btn_applemusic { background: url(https://upload.wikimedia.org/wikipedia/commons/5/59/Apple_Music_Icon.svg); }
.btn_amazonmusic { background: url(https://upload.wikimedia.org/wikipedia/commons/4/4a/Amazon_icon.svg); }
.btn_tidal { background: url(https://upload.wikimedia.org/wikipedia/commons/d/df/Tabler-icons_brand-tidal.svg); }

.btn_compartilhe, .btn_streaming { display: inline-block; width: 1.8rem; height: 1.8rem; margin: 1rem 1.6rem; padding: 1rem; background-position: 50% 50%; background-size: 90%; background-repeat: no-repeat; float: content; font-size:0rem; opacity: 0.8;     webkit-transition: background-size 0.1s;
    -moz-transition: background-size 0.1;
    -o-transition: background-size 0.1;
    -ms-transition: background-size 0.1s;
    transition: background-size 0.1s; animation-iteration-count: 1; }
.btn_compartilhe:hover, .btn_streaming:hover { cursor: pointer; opacity: 1; background-size:100%; }
.btn_youtube { width:3rem; height:3rem; }

#streaming { display:inline-block; text-align:center; width: -webkit-fill-available; margin: 1vh auto 2vh; } 

.divulgue { margin-top: 25vh !important; margin-bottom: 20vh !important; text-align: center !important;}
.divulgue h3 { margin-top: 0; }

#faixa45 { position: fixed; top: 2vw; right: -5vw; display: block; padding: 1vw 6vw; background: rgba(255,98,73,1); transform: rotate(45deg); text-align: center; color: #fff; font-weight: 500; text-transform:uppercase; font-size:1rem }

.mobile-only { display: none; }

.destaque1 { color: #c51616;} 


@media only screen and (min-width: 801px) {
#logo_wap { margin-right:0rem; }
#header_titulo { margin-left: 5rem; margin-top: 1rem; margin-bottom: 1rem; }
#obrigado, .page1column #info, .page1column #doe, .page1column #biografias { width: 56%; }
.page1column conteudo { margin-top: 0; }
#obrigado p { padding: 0 4rem; }
.page1column #clipping { width: -webkit-fill-available; }
.page1column #clipping img { max-width:33%; } 
#form { position: -webkit-sticky; position: sticky; top: 6vh; box-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
#compartilhe p { padding: 0 1.5rem; }
#biografias div { width:60%; margin: 2rem auto 4rem; display:inline-block; }
#biografias div p { width:120%; margin-left: -15%; }
#faixa45 { display:none; }
#intro h2, #info h2 { padding:0; }
	#info.ajuste { margin-top: -4rem;}
	.destaque1 { font-size: 1.6rem; padding-top: 1rem; }
	.destaque1 img { margin-top: -2.5rem; }
#ctaform { display: none; }

}

@media only screen and (max-width: 800px) {
	#box_quiz { bottom:0; }
	.iframe-lightbox .content-holder { height: 100%; top: 30%;  }
	.iframe-lightbox .content { height: 100% !important; padding-bottom: 0 !important; }

body { background: url("../img/bgm.jpg"); background-position: top; background-attachment: fixed;  }
.mobile-only { display: inline-block; text-align: center; font-size: 1rem; }
.desktop-only { display: none; }
.form-spacer { display:none; }
header { padding: 0 0 0 0 ; }
conteudo, #clipping, #obrigado, #biografias { display:grid; max-width: -webkit-fill-available; margin-top:0; }
#logo_wap {
    display: block;
    height: 26vw;
    width: auto;
    text-align: center;
}
#header_titulo { display:block; margin: 0 auto auto; height:auto; padding: 2rem 3rem; }
#header_titulo img {
    height: auto;
    width: 80%;
}

#header_titulo h1 { font-size: 3rem; margin-top: 0; }

h2 { font-size: 1.6rem !important; line-height:1.6rem !important; padding: 0 0 1rem 0; }

p { line-height: unset; }

#intro, #form, #obrigado, #info, #doe { display: flex; flex-direction: column; width:-webkit-fill-available; margin: 1rem 1rem 1rem 1rem; padding: 2rem 4vw; }
#compartilhe, #clipping, #biografias { width:-webkit-fill-available; padding: 2rem 1rem; }
#intro { /*order: 0;*/ margin-top:35vh; }
#info { /*order: 2;*/ }
#doe { /*order: 4*;*/ margin-bottom: 12vh; }
#compartilhe { /*order: 3;*/ margin: 1rem 1rem; }
#clipping, #biografias { /*order: 5;*/ margin-bottom: 4rem; }

#form { /*order: 0;*/ }
#obrigado { margin-top:40vh; }
#form h3 { margin-top: 0 !important; font-size: 1.2rem !important; }
.input-half { width: 100% !important; }

#intro h2 { font-size:2rem; }
#intro h2 img { margin-top: -3rem; }
#intro h3 { padding: 1rem 1rem; margin-bottom: 0; }
#intro p { padding:0; margin-bottom: 0; margin-top:0; font-weight:400; }

#clipping { margin: 1rem 4vw; } 
#clipping h2 { font-size: 2rem; margin: 0rem 1rem 4rem; }

#clipping img { max-width:90%; margin: 0 auto;  }

#background2 { position:fixed; left:0; z-index:-1; width:36%; opacity:0.5; }
#background3 { display: none; }

#obrigado #compartilhe { margin-top: 0rem; }

.btn_compartilhe { display: inline-block; width: 1.1rem; height: 1.1rem; margin: 1.5rem 0.5rem; padding: 1rem; }

#faixa45 { top: 6vw; right: -16vw; padding: 1vw 16vw; font-size: 0.8rem; }

.divulgue { margin-top: -6rem !important; margin-bottom: 6rem !important; /*order: 6 !important;*/ }
.divulgue p { text-align:center !important; }

#ctaform { display:block; position:fixed; bottom: 0; right: 0; padding: 0.6rem; font-size: 1rem; width: -webkit-fill-available; background: rgba(255,98,73,1); text-align:center; color: #fff; font-weight:800; text-transform:uppercase; box-shadow: 0 0 6px rgba(0,0,0,0.8); z-index:99; }

rodape { padding-bottom: 3rem; position: relative; }
rodape#apoios_parcerias li { display: inline-block; width: 100% !important; padding: 2rem 0; }
rodape#apoios_parcerias img { max-height: unset; max-width: 50vw; }
rodape#apoios_parcerias h2 { font-size: 2.2rem !important; padding: 2rem 0; }
.logoajuste1 { max-width: none !important; }

}




.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  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;
  background: rgba(0,0,0,0.4);
}

.prev {
  left: 0;
  border-radius: 0 1rem 1rem 0;
}
.next {
  right: 0;
  border-radius: 1rem 0 0 1rem;
}

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

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

/* Number text (1/3 etc) */
.numbertext {
  display: none;
  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}
}