/* css para o topo da página */
/* header-topbar-site.php */
.topbar-social li i {
    font-size: 16px;
}
.header--participante > li:before {
    content: "" !important;
}
.nav--color-dark li a,
.nav--color-dark li i {
    color: #ddd !important;
}
.nav--color-dark {
    color: #ddd !important;
    background-color: #343434 !important;
}
.btn-size {
    font-size: 14px;
    padding: 8px 10px;
}
.about-services p {
    color: #232323;
}


/* css para o menu da página index */
.header--nav-links > li > a {
    padding: 12px !important;
    border: none;
    font-size: 16px;
}

/* css para as informações do evento na parte superior */
.vc--child h5 {
    margin-top: 5px;
}
.vc--child h4,
.vc--child p {
    margin-bottom: 0px;
}

/* banner com as formas de pagamento */
.formas-pagamento {
    padding: 20px 0 0;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
}

/* CSS para as informações que seão apresentadas no menu superior do site */
table.navbar-informacao tr td {
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}
table.navbar-informacao td i {
    font-size: 20px;
}
table.navbar-informacao:first-child {
    margin-top: 13px;
}

/* CSS para o fomulário no topbar */
table.navbar-loginForm tr td {
    padding: 0 0 0 14px;
}
table.navbar-loginForm .html7magic {
    padding-bottom: 0;
}
table.navbar-loginForm .html7magic label,
.html7magic label{
    color: #d2d2d2;
    font-weight: normal;
    padding-left: 1px;
    margin-bottom: 0 !important;
}
button.btn-loginForm {
    font-size: 14px;
    padding: 6px 14px;
}
.html7title {
    text-transform: uppercase;
    font-weight: bold;
}
/* ---------------------------- */

/* CSS para os icones das redes sociais ------------------------------------------------------ */
.kr-icons {
    position: fixed;
    top: 30%;
    left: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.kr-icons a{
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    margin: 2px 2px 2px 0;
    text-align: right;
    border-radius: 0 50px 50px 0;
    -webkit-transform: translate(-135px, 0);
    -moz-transform: translate(-135px, 0);
    -ms-transform: translate(-135px, 0);
    -o-transform: translate(-135px, 0);
    transform: translate(-135px, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.kr-icons a:hover{
    color: #ffffff;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.kr-icons a i{
    margin-left: 10px;
    background-color: white;
    height: 40px;
    width: 40px;
    color: #000000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.kr-icons a:hover i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.kr-icons a i.ti-facebook{
    color: #2C80d3;
}
.kr-icons a i.ti-youtube{
    color: #f70003;
}
.kr-icons a i.ti-instagram{
    color: #e9643e;
}
.kr-icons-facebook {
    background-color: #2C80d3;
}
.kr-icons-youtube {
    background-color: #f70003;
}
.kr-icons-instagram {
    background: rgb(159,16,152);
    background: linear-gradient(118deg, rgba(159,16,152,1) 0%, rgba(231,71,53,1) 47%, rgba(240,197,93,1) 100%);
}
.kr-icons-facebook,
.kr-icons-instagram,
.kr-icons-youtube {
    color: #ffffff;
}
@media (max-width: 820px){
    .kr-icons a {
        font-size: 16px;
        padding: 7px;
        -webkit-transform: translate(-150px, 0);
        -moz-transform: translate(-150px, 0);
        -ms-transform: translate(-150px, 0);
        -o-transform: translate(-150px, 0);
        transform: translate(-150px, 0);
    }
}
@media (max-width: 500px){
    .kr-icons{
        bottom: 0;
        top: unset;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
}
/* -------------------------------------------------------------------- */

