:root {
    /* BACKGROUNDS */
    --bg-color-primeiro: #12427a;
    --bg-color-segundo: #2b79bd;
    --bg-color-terceiro: #D3E5F7;
    --bg-color-quarto: #e5a405;
    --bg-color-quinto: #fed26f;
    --bg-color-sexto: #ffedc5;


    /* CORES TEXTO */
    --text-color-primeiro: #12427a;
    --text-color-segundo: #6196D0;
    --text-color-terceiro: #D3E5F7;
    --text-color-quarto: #e5a405;
    --text-color-quinto: #fed26f;
    --text-color-sexto: #ffedc5;


}


/* MENU TOPO */


.logo-img img {
    width: 120px;
    margin-right: 0px;

}

.bx-shadow {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding-left: 3rem;
    padding-right: 3rem;
}


.nav-ul li a {
    color: var(--text-color-primeiro);
    font-weight: bold;
    padding: 0px 34px 0px 34px !important
}

#button-inscrito {
    background-color: var(--bg-color-primeiro);
    padding: 0px 17px 0px 17px !important;
    font-weight: 600;
    transition: all ease 0.4s;
    margin-left: 10px;
    margin-right: 20px;
}

#button-inscrito:hover {
    background-color: var(--bg-color-quarto);
    padding: 0px 17px 0px 17px !important;
    font-weight: 600;
}

.border-right {
    border-right: 1px var(--bg-color-primeiro) solid;
    margin-left: 4px;
    margin-right: 4px;

}

/* FIM MENU TOPO */

/* BANNER */
.background-container {
    position: relative;
    width: 100%;
    top: 66px;
    height: auto;

    margin-bottom: 63px;
}

.background-container img {
    width: 100%;
    height: 100%;
    display: block;
}

/* FIM BANNER */

/* CONTEUDO DO CENTRO DO BANNER */

.center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center-container img {
    width: 90%;
    height: auto;
}

.center-container a {
    margin-bottom: 28px;
}

/* FIM CONTEUDO DO CENTRO DO BANNER */

/* SEÇÃO MINICURSOS */
.background-containerr {
    width: 100%;
    height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    background-image: url(../images/bg-pontilhado.png);
    /*background-image: url('../images/bg-header.jpg');*/
}

.background-containerr h2 {
    color: var(--text-color-primeiro);
    padding: 40px;
    font-size: 25px;
    font-weight: 890;
}

.center-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    justify-content: center;
}

.centerr-content {
    background-color: var(--bg-color-primeiro);
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 35px solid var(--bg-color-segundo);
}

.right-content {
    height: 100%;
    width: 20%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: var(--text-color-primeiro);
    background-color: #e6c67d;
    display: flex;
}

.bottom-content {
    background-color: var(--bg-color-segundo);
    width: 60%;
    height: 20%;
    margin-top: -7%;
    margin-right: 20%;
    justify-content: center;
    align-items: center;
}



.center-containerr {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-color-primeiro);
    width: 80%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-1,
.content-2 {
    width: 100%;
    height: 100%;
    align-items: center;
    margin-top: 20%;
}

.info-minicurso {
    font-size: 40px !important;
    font-weight: bold;
    padding-top: 20px;
}

.info-minicurso p {
    margin-top: 10px;
}

.border-line {
    border-left: 2px solid white;
    height: 50%;
    margin-bottom: 40px;
}

.title {
    background-color: var(--bg-color-quarto);
    height: 16%;
    width: 60%;
    margin-bottom: 37px;
}

.title h3 {
    color: white;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 35px;
}

.img-icon {
    width: 124px;
    margin-right: 91px;
    margin-bottom: 65px;
    margin-top: 48px;

}

.right-content p {
    color: var(--text-color-primeiro);
    font-weight: bold;
    font-size: 27px;
}

.info-1 {
    margin-left: 110px;
    margin-bottom: 31px;
    margin-top: 42px;
    padding-right: 100px;
}

.info-1 br {
    display: none;
}

.bottom-container {
    background-color: var(--bg-color-segundo);
    height: 16.6%;
    width: 63%;
    top: 295px;
    left: 147px;
    position: relative;
}

.days-container {
    width: 100%;
    height: 13%;
    border-radius: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.infos-hour {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;

}

.days-container h5 {
    font-weight: 890;
    font-size: 23px;
    color: var(--text-color-primeiro);
}

.rounded-pill-lg {
    border-radius: 50rem;
}

.info-2 {
    font-weight: 700;
    font-size: 13px !important;
    color: var(--text-color-primeiro);
}

.icon {
    width: 100px;
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
}

/* TESTE */

.syotimer {
    width: 100%;
    height: 20%;
    border-radius: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.syotimer__body {
    display: flex;
    margin-top: 22px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.syotimer-cell__value {
    width: 100px;
    height: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    /* color: var(--text-color-primeiro); */
    color: white;
    background-color: #65852c;
    border-radius: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
}

.syotimer-cell__unit {
    font-weight: 600;
    font-size: 13px !important;
    color: var(--text-color-secondary);
}

.icon {
    width: 100px;
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
}

/* FIM SEÇÃO MINICURSOS */


/* INFOS CONTAINER */
.infos-container {
    width: 100%;
    height: 740px;
    background-color: var(--bg-color-primeiro);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.beneficios-container {
    margin-left: 47px;
    margin-right: 18px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.beneficios {
    margin-left: 40px;
    margin-right: 40px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    height: 150px;
    flex-direction: row;
    margin-bottom: 50px;
}

.info-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-1,
.icon-2,
.icon-3,
.icon-4 {
    width: 50px;
    height: 50px;
    background-color: white;
}

.border-info {
    border: 1px solid white;
    height: 100%;
}

.info-item p {

    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-top: 12px;

}

.infos-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 110px;
}

.infos-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.infos-content p {
    font-size: 15px;
    color: white;
    font-weight: 300;
}

.video-content {
    margin-left: 150px;
}

/* FIM DOS INFOS CONTAINER */

/* CONTAINER CONECT */
.container-conect {
    width: 100%;
    height: 100px;
    background-color: var(--bg-color-quarto);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-conect h2 {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

/* FIM DO CONTAINER CONECT */


/* BOTÃO */

.button-primary {
    background-color: #916b0c;
    width: 320px;
    border-radius: 50px;
    height: 50px;
    border-top: 3px solid var(--bg-color-quarto);
    display: flex;
}

.button-secondary {
    background-color: white;
    border-top: none;
    border-left: 2px solid var(--bg-color-quarto);
    border-right: 2px solid var(--bg-color-quarto);
    border-bottom: 2px solid var(--bg-color-quarto);
    color: var(--text-color-primeiro);
    font-weight: 890;
    font-size: 18px;
    border-radius: 50px;
    width: 85%;
    height: 90%;
}

.teste {
    width: 35px;
    height: 30px;
    margin-top: 9px;
    font-size: 24px;
    color: white;
}

.teste:hover {
    color: white;
}

.button-primaryy {
    background-color: #916b0c;
    width: 320px;
    border-radius: 50px;
    height: 50px;
    border-top: 3px solid var(--bg-color-quarto);
    display: flex;
}

.button-secondaryy {
    background-color: white;
    border-top: none;
    border-left: 2px solid var(--bg-color-quarto);
    border-right: 2px solid var(--bg-color-quarto);
    border-bottom: 2px solid var(--bg-color-quarto);
    color: var(--text-color-primeiro);
    font-weight: 890;
    font-size: 18px;
    border-radius: 50px;
    width: 85%;
    height: 90%;
}

.testee {
    width: 35px;
    height: 30px;
    margin-top: 9px;
    font-size: 24px;
    color: white;
}

.testee:hover {
    color: white;
}

/* FIM BOTÃO */

/* CARD PRICING */
.background-primary {
    background-color: white;
}

.btn-prince {
    background-color: #ffc420;
    color: var(--bg-color-primeiro);
    transition: all ease 0.4s;
    font-size: 16px;

}

.btn-prince:hover {
    background-color: var(--bg-color-quarto);
    color: var(--bg-color-primeiro) !important;
    text-decoration: none;
}

.text-primary {
    color: var(--bg-color-primeiro) !important;
}

.iconn {
    width: 100px;
    height: auto;
}

.iconnn {
    width: 80px;
    height: auto;
}

.price p {
    margin-bottom: 18px;
}

.title-prox {
    background-color: var(--bg-color-segundo);
    font-weight: bold;
    font-size: 16px;
}

.prox-lote {
    background-color: var(--bg-color-segundo);
    font-weight: normal;
    font-size: 14px;
}

/* FIM CARD PRICING */


/* PALESTRANTES PAGE  */


.palestrantes {
    font-size: 17px;
    margin-left: 20rem;
    margin-right: 22.5rem;
}


/* FIM DE PALESTRANTES PAGE  */


/* O-EVENTO PAGE */

.evento {
    font-size: 17px;
    margin-left: 12rem;
    margin-right: 12rem;
}

.evento strong {
    color: var(--text-color-primeiro);
}

.evento span {
    font-weight: 700;
    color: var(--bg-color-segundo);
}

.evento br {
    margin-bottom: 10px;
}

/* FIM DO O-EVENTO PAGE */

/* IMPRENSA PAGE */

.imprensa {
    font-size: 17px;
    margin-left: 5rem;
    margin-right: 5rem;
}

.p-imprensa {
    margin-left: 4rem;
    margin-right: 4rem;
    font-size: 17px;
}

.imprensa h2 {
    font-size: 25px;
    font-weight: 890;
    background-color: var(--bg-color-quarto);
    color: white;
    width: 40%;
    height: 50px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.imprensa p {
    font-weight: 600;
}

.title-baruco {
    display: flex;
    justify-content: center;
}

.baruco-info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

/* FIM DE IMPRENSA PAGE */


/* MAPA PAGE */

.mapa-evento img {
    width: 70%;
    height: auto;
}

.mapa-evento {
    margin-bottom: 40px;
}

.mapa-evento h2 {
    font-size: 25px;
    font-weight: 890;
    background-color: var(--bg-color-primeiro);
    color: white;
    width: 14%;
    height: 50px;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.info-expo {
    align-items: center;
}

.info-expo h2 {
    color: var(--text-color-primeiro);
    font-weight: 890;
    font-size: 34px;
}

.info-expo p {
    text-align: center;
    color: black;
    font-weight: 500;
}

.info-expo a {
    color: var(--text-color-primeiro);
}

/* FIM DE MAPA PAGE */


/* MINHA AREA */
.minha-area {
    margin-top: 100px;
}

.meio {
    margin-top: 80px;
}

.baixo {
    margin-bottom: 80px;
}

/* FIM DE MINHA AREA */

.regras-mg {
    margin-left: 4rem;
    margin-right: 4rem;
}



/* RESPONSIVO */


@media (max-width: 767px) {

    .center-container {
        width: 90%;
        height: 70%;
        top: 55%;

    }

    .regras-mg {
        margin-right: 0px;
        margin-left: 0px;
    }

    .syotimer {
        height: 100%;
    }

    .syotimer__body {
        display: flex;
        width: 100%;
        flex-direction: column;
        height: 100%;
        align-items: center;
        text-align: center;
    }

    .background-container {
        height: 15rem;
        top: 0px;
        margin-bottom: 0px;
    }

    .iconn {
        width: 60px;
    }

    .container-conect {
        padding: 10px;
    }

    .container-conect h2 {
        font-size: 18px;
        text-align: center;
    }

    .evento {
        font-size: 17px;
        margin: 0;
    }


    .t {
        margin: 0 !important;
    }

    .s {
        width: 30% !important;
    }

    .infos-container {
        flex-direction: column;
        height: 90rem;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .beneficios-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
        margin-left: 10px;
    }

    .beneficios {
        flex-direction: column;
        margin: 17rem 0px 0px 0px;
        margin-bottom: 20rem;
        height: 0px;
    }

    .border-info {
        border: none;
    }

    .icon {
        margin: 0px;
        margin-top: 25px;
    }

    .center-container img {
        width: 80%;
        margin-top: 10px;
    }

    .button-primary {
        width: 77%;
    }

    .border-line {
        display: block;
        border: none;
        height: 0px;
        margin-bottom: 0px;
    }

    .button-primaryy {
        width: 60%;
        height: 20%;
    }

    .button-secondaryy {
        font-size: 11px;
    }

    .testee {
        font-size: 15px;
        margin-top: 5px;
    }

    .button-secondary {
        font-size: 15px;
    }

    .infos-content {
        margin-left: 0px;
        margin-top: 50px;
        align-items: center;
        flex-direction: column;
        width: 98%;
    }

    .infos-content h2 {
        margin-left: 34px;
    }

    .section-title h3 {
        margin: 0px;
    }

    .garanta {
        padding: 0px !important;
    }

    .video-content {
        margin: 0px;
    }

    .video-img {
        margin-top: 40px;
        width: 100%;
    }

    .video-img iframe {
        width: 100%;
        height: 200px;
    }

    .background-containerr h2 {
        padding: 20px;
    }


    .background-containerr {
        width: 100%;
        height: 120rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .content-1,
    .content-2 {
        margin-top: 20px;
    }

    .centerr-content {
        border-bottom: none;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
    }

    .title {
        height: 34%;
        width: 76%;
        margin-bottom: 10px;
    }

    .right-content {
        width: 100%;
        height: 50%;
    }

    .info-1 {
        margin-top: 0px;
        padding: 0px;
        margin-left: 0px;
    }

    .info-1 br {
        display: block;
    }

    .img-icon {
        margin-right: 0px;
        width: 46%;
    }

    .right-content p {
        margin-bottom: 20px;
        text-align: center;
    }

    .bottom-content {
        margin-top: 0px;
        width: 100%;
        height: 15%;
        margin-right: 0px;
    }

    .days-container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        /* width: 100%; */
        height: 100%;
        margin-top: 0%;
    }

    .infos-hour {
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 22px;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .rounded-pill-lg {
        border-radius: 0rem;
    }

    .bx-shadow {
        padding-left: 2px !important;
        padding: 2px;
    }

    .palestrantes {
        font-size: 17px;
        margin: 0px !important;
    }

    .mapa-evento h2 {
        width: 40%;
    }

    .mapa-evento img {
        width: 90%;
    }

    .page-title {
        padding: 40px 0 0 0;
    }

    .bg-map {
        background: url(../images/bg-hotel.jpg) no-repeat;

        background-size: cover;
        height: 30em;
    }

    .p-imprensa {
        margin: 0;
    }

    .imprensa {
        margin: 0;
        text-align: left !important;
    }

    .imprensa h2 {
        width: 100%;
        height: 100%;
    }

    .baruco-info {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .bx-shadow {
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        padding-left: 1rem;
        padding-right: 2rem;
    }

    .main-nav .navbar-nav .nav-item .nav-link,
    .nav .nav-tabs .nav-item .nav-link {
        position: relative;
        text-align: center;
        color: #12427a;
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: .85rem;
        transition: all ease 0.4s;
    }


}