@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   font-family: "Lato", sans-serif;
}

.nav-link {
   color: #515151;
   font-weight: 500;
}

.nav-item a {
   font-family: "Antonio", sans-serif;
   font-size: 1.1rem;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Antonio", sans-serif;
}

.font-antonio{
   font-family: "Antonio", sans-serif;

}

.fundo-textura-2 {
   background: url('../imagens/fundo-textura-vazio.png');
   background-size: cover;
}

.fundo-textura-palestrantes {
   background: url('../imagens/fundo-palestrantes.png');
   background-size: cover;
}

.header-estilo {
   padding-top: 25px;
   padding-bottom: 25px;
}

.navbar-collapse {
   text-align: center;
}

.navbar {
   padding: 0;
}

.btn-area-restrita {
   background: #D7FB20;
   border-color: #D7FB20;
   border-radius: 100px;
   transition: 0.3s;
   padding: 8px 24px;
   color:#000;
}

.btn-area-restrita:hover {
   background: #ffb284;
   border-color: #ffb284;
   transition: 0.3s;
}

.btn-area-restrita:focus {
   background: #ffb284;
   border-color: #ffb284;
   box-shadow: none !important;
}

.btn-area-restrita:active {
   background: #ffb284 !important;
   border-color: #ffb284 !important;
   box-shadow: none !important;
}


.titulo-seminario {
   font-weight: 700;
   text-transform: uppercase;
   color: #000;

}

.titulo-seminario-smam {
   font-weight: 700;
   text-transform: uppercase;
   background: url('../imagens/mascara-texto-smam.png');
   color: transparent;
   -webkit-background-clip: text;
   background-size: cover;
   background-position: center;
}

.btn-inscrevase {
   background: #eeaa07;
   border-color: #eeaa07;
   font-size: 18px;
   border-radius: 15px;
   font-weight: 600;
   padding: 25px 30px;
   transition: 0.3S;
}

.btn-inscrevase:hover {
   background: #f19f0e;
   border-color: #f19f0e;
   transition: 0.3S;

}

.btn-inscrevase:focus {
   background: #f19f0e;
   border-color: #f19f0e;
   box-shadow: none !important;
}

.btn-inscrevase:active {
   background: #f19f0e !important;
   border-color: #f19f0e !important;
   box-shadow: none !important;
}

.banner-waba {
   background-image: url('/2024/imagens/bg-mae-filho.jpg');
}

.box-sorteio {
   border-radius: 8px;
   padding: 75px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#sorteios {
   color: #FFB504;
}

/* SLick */

.slider {
   width: 50%;
   margin: 0 auto;
}

.slick-slide {
   margin: 0px 20px;
}

.slick-slide img {
   width: 100%;
}

.slick-prev:before,
.slick-next:before {
   color: black;
}


.slick-slide {
   transition: all ease-in-out .3s;
}

.box-azul {
   border: 2px solid #20aad7;
   background-position: right;
   background-size: cover;
   padding: 40px;
   border-radius: 25px;
   min-height: 430px;
}

.header-azul {
   background: #20aad7!important;
}

.box-azul p {
   color: #515151;
}

.box-verde {
   border: 2px solid #249239;
   background-position: left;
   background-size: cover;
   padding: 40px;
   border-radius: 25px;
   min-height: 430px;
}

.header-verde {
   background: #249239!important;
}

.box-verde p {
   color: #515151;
}

.box-amarelo {
   border: 2px solid #ffb504;
   background-position: center;
   background-size: cover;
   background-position: center;
   padding: 20px;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 40px;
}

.header-amarelo {
   background: #ffb504!important;
}

.box-amarelo h3 {
   color: #ffb504;
   margin: 0 !important;
   font-weight: 700;
}

.fundo-programa {
   background: #ff87ca;
   background-image: url('../imagens/fundo-programa.png?03042024');
   background-size: cover;
}

.cor-texto {
   color: #515151;
}



/* modal */
.btn-programacao-1 {
   background: url('../imagens/bg-icone24.png');
   text-align: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #28a745;
   border: 0;
   border-color: transparent;
   border-radius: 15px;
   width: 100%;
   padding: 25px 0;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   flex-direction: column;
   transition: 0.3s;
}

.btn-programacao-1:hover {
   background-color: #669900;
   border: 0;
   transition: 0.3s;
}

.btn-programacao-1:focus {
   background-color: #669900;
   border: 0;
   box-shadow: none !important;
}

.btn-programacao-1:active {
   background-color: #669900 !important;
   border: 0 !important;
   box-shadow: none !important;
}

.btn-programacao-2 {
   background: url('../imagens/bg-icone24.png');
   text-align: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #28a745;
   border: 0;
   width: 100%;
   border-radius: 15px;
   padding: 25px 0;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   flex-direction: column;
   transition: 0.3s;
}

.btn-programacao-2:hover {
   background-color: #669900;
   border: 0;
   transition: 0.3s;
}

.btn-programacao-2:focus {
   background-color: #669900;
   border: 0;
   box-shadow: none !important;
}

.btn-programacao-2:active {
   background-color: #669900 !important;
   border: 0 !important;
   box-shadow: none !important;
}


.btn-programacao-3 {
   background: url('../imagens/bg-icone24.png');
   text-align: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #28a745;
   border: 0;
   background-repeat: no-repeat;
   border-color: transparent;
   border-radius: 15px;
   width: 100%;
   padding: 25px 0;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   flex-direction: column;
   transition: 0.3s;

}

.btn-programacao-3:hover {
   background-color: #669900;
   border: 0;
   transition: 0.3s;
}



.btn-programacao-3:focus {
   background-color: #669900;
   border: 0;
   box-shadow: none !important;
}

.btn-programacao-3:active {
   background-color: #669900 !important;
   border: 0 !important;
   box-shadow: none !important;
}

.box-valores {
   background-image: url('../imagens/textura-fundo-valores.png');
   background-color: #21a0c9;
   border-radius: 30px;
   padding: 40px;
   color: #fff;
   background-position: top;
}

.box-valores p {
   color: #fff;
}

.data-evento-btn {
   font-size: 20px;
   font-weight: 700;
   margin-top: -5px;
}

.modal-header {
   border-bottom: 0;
   background-color: #5a5a5a;
}

.modal-content {
   border: 0;
}

.modal-title {
   font-family: "Lato", sans-serif;
   font-weight: 700;
   color: #fff;
   padding-top: 6px;
   padding-left: 17px;
}

.close {
   font-size: 2.5rem;
   font-weight: 300;
   line-height: 1;
   color: #fff;
   text-shadow: none;
}

/* fim modal */

.nome-palestrante {
   font-weight: 700;
   color: #fff;
}

/* Contato */
:root {
   --primary-color: #757575;
   --secondary-color: #818386;
   --bg-color: #FCFDFD;
   --button-color: #3B3636;
   --h1-color: #3F444C;
}

[data-theme="dark"] {
   --primary-color: #FCFDFD;
   --secondary-color: #818386;
   --bg-color: #010712;
   --button-color: #818386;
   --h1-color: #FCFDFD;
}

* {
   margin: 0;
   box-sizing: border-box;
/*   transition: all 0.3s ease-in-out;*/
}


.logo {
   width: 10rem;
   padding: 1.5rem;
}

label,
.description {
   color: var(--secondary-color);
   text-transform: uppercase;
   font-size: 0.9rem;
}


input,
textarea,
label {
   width: 40vw;
   display: block;
}

p,
placeholder,
input,
textarea {
   font-family: "Lato", sans-serif;
}

input::placeholder,
textarea::placeholder {
   color: var(--primary-color);
}

input,
textarea {
   color: var(--primary-color);
   font-weight: 500;
   background: #f0f0f0;
   border: none;
   border-bottom: 1px solid var(--secondary-color);
   padding: 0.5rem 0;
   margin-bottom: 1rem;
   outline: none;
}

textarea {
   resize: none;
}

.button-contato {
   text-transform: uppercase;
   font-weight: 500;
   background: #669900;
   color: #fff;
   width: 10rem;
   height: 2.25rem;
   border: none;
   border-radius: 3px;
   outline: none;
   cursor: pointer;
}

input:hover,
textarea:hover,
button:hover {
   opacity: 0.5;
}

button:active {
   opacity: 0.8;
}

/* Toggle Switch */

.theme-switch-wrapper {
   display: flex;
   align-items: center;
   text-align: center;
   width: 160px;
   position: absolute;
   top: 0.5rem;
   right: 0;
}

.description {
   margin-left: 1.25rem;
}

.theme-switch {
   display: inline-block;
   height: 34px;
   position: relative;
   width: 60px;
}

.theme-switch input {
   display: none;
}

#error,
#success-msg {
   width: 40vw;
   margin: 0.125rem 0;
   font-size: 0.75rem;
   text-transform: uppercase;
   font-family: 'Jost';
   color: var(--secondary-color);
}

.card-title {
   font-weight: 700;
   font-size: 17px;
   color: #515151;
}

.card-body {
   min-height: 110px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

#success-msg {
   transition-delay: 3s;
}

@media only screen and (max-width: 950px) {

   .left-col {
      display: none;
   }


   .right-col {
      height: 100%;
   }

   input,
   textarea,
   button {
      font-size: 0.65rem;
   }

   .description {
      font-size: 0.3rem;
      margin-left: 0.4rem;
   }



   .theme-switch {
      height: 28px;
      width: 50px;
   }

   .theme-switch input {
      display: none;
   }

   .slider:before {
      background-color: #fff;
      bottom: 0.25rem;
      content: "";
      width: 20px;
      height: 20px;
      left: 0.25rem;
      position: absolute;
      transition: .4s;
   }

   input:checked+.slider:before {
      transform: translateX(16px);
   }

   .slider.round {
      border-radius: 15px;
   }

   .slider.round:before {
      border-radius: 50%;
   }

}


input,
textarea,
label {
   width: 100% !important;
}

/* Fim Contato */

/* inscrição */
.input-style {
   color: #a3a4a5;
   font-weight: 500;
   background: #fff;
   border: none;
   border: 1.20px solid #a3a4a5;
   padding: 0.5rem 0.5rem;
   margin-bottom: 1rem;
   outline: none;
   border-radius: 3px;
}

.label-estilo {
   font-size: 1rem !important;
   font-weight: 600;
}

.form-group {
   margin-bottom: 1.3rem;
}

.wrapper {
   display: inline-flex;
   background: #fff;
   height: 85px;
   width: 100%;
   align-items: center;
   justify-content: space-evenly;
   border-radius: 5px;
   padding: 20px 15px;
}

.wrapper .option {
   background: #fff;
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   margin: 0 20px 0 0;
   border-radius: 3px;
   cursor: pointer;
   padding: 0 10px;
   border: 2px solid lightgrey;
   transition: all 0.3s ease;
}

.wrapper .option .dot::before {
   position: absolute;
   content: "";
   top: 4px;
   left: 4px;
   width: 12px;
   height: 12px;
   background: #ecba5d;
   border-radius: 50%;
   opacity: 0;
   transform: scale(1.5);
   transition: all 0.3s ease;
}

input[type="radio"].credito {
   display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2,
#option-3:checked:checked~.option-3,
#option-4:checked:checked~.option-4
{
   border-color: #ecba5d;
   background: #ecba5d;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot,
#option-3:checked:checked~.option-3 .dot,
#option-4:checked:checked~.option-4 .dot
{
   background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before,
#option-3:checked:checked~.option-3 .dot::before,
#option-4:checked:checked~.option-4 .dot::before
{
   opacity: 1;
   transform: scale(1);
}


.wrapper .option span {
   font-size: 16px;
   color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span,
#option-3:checked:checked~.option-3 span,
#option-4:checked:checked~.option-4 span
{
   color: #fff;
}




input[type="radio"]#inputNacionalidade {
   display: none;
}

input[type="radio"]#inputNacionalidade2 {
   display: none;
}

#inputNacionalidade:checked:checked~.option-1 span,
#inputNacionalidade2:checked:checked~.option-2 span {
   color: #fff;
}

#inputNacionalidade:checked:checked~.option-1,
#inputNacionalidade2:checked:checked~.option-2 {
   border-color: #20aad7;
   background: #20aad7;
}

#inputNacionalidade:checked:checked~.option-1 .dot,
#inputNacionalidade2:checked:checked~.option-2 .dot {
   background: #fff;
}

#inputNacionalidade:checked:checked~.option-1 .dot::before,
#inputNacionalidade2:checked:checked~.option-2 .dot::before {
   opacity: 1;
   transform: scale(1);
}

/* Fim inscrição */

.fundo-contato {
   background: url('../imagens/bg_indigena.jpeg');
   padding: 70px 0;
}

.box-contato {
   background: rgba(255,255,255,0.6);
   padding: 40px;
   border-radius: 30px;
}

.input-contato {
   border: transparent;
   padding: 10px 15px;
   background-color: #f6f6f6;
   border-radius: 5px;
}

.input-contato::placeholder {
   /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #353535;
   opacity: 1;
   font-family: 'Poppins';
   font-size: 12px;
}

