
@charset "utf-8";

*
{
    border: none;
    padding: 0px;
    margin: 0px;
    resize: none;
    text-decoration: none;
    list-style: none;
    outline: none;
    /*-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;*/
  scrollbar-width: thin;
  scrollbar-color: #dedede #f5f5f5;  
}

a
{
  color: #fff;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

a:active
{
  color: #fff;
  text-decoration: none;
}

a:visited
{
  color: #fff;
  text-decoration: none;
}


html, body
{
	font-family: helvetica, HelveticaNeue, Helvetica_Neue, "Sans-Serif", verdana;
	overflow-x: hidden;
	width: 100%;
	background: rgb(35, 3, 73);
	color: #f5f5f5;
}


.top
{
    background: #eff1f2;
    border-bottom: 3px solid #a0138e;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    width: 100%;
    position: fixed;
    color: #777;
    z-index: 100;
}

.top_sub
{
	width: 100%;
	height: 103px;
	line-height: 103px;
	background: #333;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.top_sub span
{
	color: #35EB2C;
	font-size: 40px;
}

.content
{
	width: 100%;
}

.boxes
{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}

.boxes_efect_l
{
	animation: efect_l 1.0s ease;	
}

.boxes_efect_r
{
	animation: efect_r 1.0s ease;	
}

.top_palestrantes
{
	margin-top: 200px;
}

.imgs
{
	width: 100%;
	max-width: 217px;
	max-height: 217px;
	border-radius: 50%;
	border: #dedede solid 5px;
	overflow: hidden;
}

.cards
{
	width: 100%;
	max-width: 338px;
	max-height: 37px;
	text-align: center;
	overflow: hidden;
	margin: auto;
}

.imgs img, .cards img
{
	width: 100%;
	height: 100%;
}

.texts
{
	width: 100%;
	max-width: 500px;
	letter-spacing: 1px;
}

.texts h4
{
	text-align: center;
}

.texts p
{
	margin-top: 20px;
	font-size: 15px;
	text-align: justify;
}

.verde
{
	font-size: 1.7em;
	color: #35EB2C;
}

.seller
{
	width: 100%;
	height: 50px;
	margin-top: 50px;
	text-align: center;
	padding: 20px 10px;
	overflow: hidden;
}

.content_base
{
	width: 100%;
	max-width: 700px;
	min-width: 300px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.inscricao, .preco
{
	padding: 20px;
}

.preco
{
	font-size: 40px;
}

.clique
{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.footer
{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #f8f8f8;
	text-align: center;
	color: #dedede;
    overflow: hidden;
    margin: auto;
    padding-bottom: 7px;
}

.rights, .webmaster
{
    width: 100%;
    height: 20px;
}

.rights
{
    margin-bottom: 5px;
}


.large
{
    display: block;
}

.small
{
    display: none;
}



@media (max-device-width: 827px)
{
    .top_sub
    {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #333;
        text-align: center;
        overflow: hidden;
        margin-top: 50px;
    }

    .top_sub span
    {
        color: #35EB2C;
        font-size: 20px;
    }

    .texts p
    {
        margin-top: 20px;
        font-size: 15px;
        text-align: justify;
        padding: 12px;
    }

    .small
    {
        display: block;
    }

    .large
    {
        display: none;
    }

    .preco
    {
        padding: 0px;
    }
}

.float
{
    right: 25px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.my-float
{
    margin-top: 16px;
}

.my-float img
{
    width: 100%;
    height: 100%;
}

.float
{
    right: 25px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

i
{
    font-style: italic;
}


.form_cad
{
    width: 100%;
    margin: auto;
}


.fields
{
    width: 100%;
    min-width: 310px;
    height: 80px;
    margin: 10px;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

/*.fields input, .fields select, .fields submit*/
.fields input
{
    width: 100%;
    min-width: 310px;
    height: 40px;
    background: #f5f5f5;
    padding: 5px;
    font-size: 20px;
}

.boxes_nasc
{
    display: flex;
    justify-items: center;
    grid-gap: 5px 8px;
    width: 100%;
    height: 100%;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.in_nasc
{
    width: 100%;
    min-width: 40px;
    max-height: 40px;
    background: #777;
}

.in_nasc select
{
    width: 100%;
    min-width: 100px;
    min-height: 40px;
    max-height: 40px;
    font-size: 18px;
}

.bt_envia:hover
{
    cursor: pointer;
    background: #4285F4;
    color: #fff;
}

/*===============animacao*/
.efeito {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    text-align: center;
    width: 100%;
    margin: auto 0px 20px;
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;
    font-size: 50px;
    border-radius: 5px;
    font-weight: bold;

}

.efeito:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #97f3f7;
}

.efeito:nth-child(1) {
    filter: hue-rotate(270deg);
}

.efeito:nth-child(2) {
    filter: hue-rotate(110deg);
}

.efeito span {
    position: absolute;
    display: block;
}

.efeito span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.efeito span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.efeito span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}


.efeito span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}


@keyframes efect_l {
  0% {
    transform: translateX(-2048px);
  }

  100% {
    transform: translateX(0px);
  }
}


@keyframes efect_r {
  0% {
    transform: translateX(2048px);
  }

  100% {
    transform: translateX(0px);
  }
}

