body,
html {
    margin: 0;
}

html {
    width: 100%;
    scroll-behavior: smooth;
}

@font-face {
    font-family: "linear-bold";
    src: url("../fonts/LinearGrotesk-Bold.otf") format("truetype");
}

@font-face {
    font-family: "linear-medium";
    src: url("../fonts/LinearGrotesk-Medium.otf") format("truetype");
}

@font-face {
    font-family: "linear-black";
    src: url("../fonts/LinearGrotesk-Black.otf") format("truetype");
}

@font-face {
    font-family: "linear-semibolditalic";
    src: url("../fonts/LinearGroteskSemiBoldItalic-.otf") format("truetype");
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.lecture {
    padding-top: 0px;
}

.txt_simposio {
    font-family: linear-black;
    font-size: 190px;
    line-height: 0.73em;
    letter-spacing: -8px;
    text-align: center;
}

.header {
    width: 100%;
    background: url(../mc24/pattern_connection.png) no-repeat center center fixed;
    background-color: white;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.subtema {
    font-family: linear-medium;
    line-height: 20px;
    margin: 8px 9px 0px 0px;

}

.vl {
    border-left: 4px solid rebeccapurple;
    height: 60px;
    padding-right: 4px;
    margin: 8px 8px 0px 0px;
}


.header_mentoreando {
    width: 310px;
    
}



.header_simposio {
    width: 79px;
    height: 110px;
    position: absolute;
    right: 50px;
}

.header .container {
    position: relative;
}

.header .container-left {
    margin: 52px 0 0 100px;
}

.header .container-right {
    display: flex;
    flex-direction: column;
    width: 445px;
    margin-right: 60px;
}

.header .header_titulo {
    font-family: linear-black;
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 10px;
}

.header_titulo span {
    font-weight: 200;
    
}

.header .header_text {
    font-family: linear-black;
    color: #000000;
    font-size: 46px;
    line-height:43px;
    color: #ffffff;
    background-color: #560bad;
    width: fit-content;
    padding: 6px;

}



.header .header_text2 {
    font-family: linear-medium;
    font-weight: 100;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    color: #000000;

}

.header .header_button {
    font-family: linear-bold;
    color: #ffffff;
    background: #5a189a;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    padding: 18px;
    width: 290px;
    
}

.header .header_button:hover {
    font-family: linear-bold;
    color: #ffffff;
    background: #ff1ece;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    padding: 18px;
    width: 290px;
    
}

.header_button-2 {
    font-family: linear-bold;
    position: absolute;
    color: #ffffff;
    background: #560bad;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    padding: 18px;
    width: 290px;
    z-index: +1;
}


/* GALERY PALESTRANTES */



/* .header .ball {
    background: #dc4dfb;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 10px;
    display: inline-block;
    border-radius: 10px;
} */

.unilavras {
    font-family: linear-bold;
    font-size: 30px;
    margin-top: 15px
}



.sobre {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 100px;
    box-sizing: border-box;
    min-height: 80vh;
}

.sobre .sobre_text {
    border: #5a189a solid 2px;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    font-family:
        linear-medium;
    color: #000;
    font-size: 22px;
}

.sobre .container {
    max-width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title_gradient {
    font-family: linear-bold;
    font-size: 18px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(90, 24, 154, 1) 0%, rgba(161, 47, 198, 1) 49%, rgba(231, 69, 242, 1) 100%);
    color: #fff;
    padding: 2px 70px;
    border-radius: 10px;
}

.separation {
    padding-top: 0;
    padding-bottom: 0;
}

.separation img {
    width: 100%;

}

.lecture {
    flex-direction: column;
    padding: 292px 100px;
    box-sizing: border-box;
    min-height: 70vh;
    background-color: #000000;
}

.lecture .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.lecture .container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lecture .people {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}

.lecture .container-top .title span.title {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-family: linear-medium;
}

.lecture .container-top .title span.point {
    color: #dc4dfb;
    font-size: 60px;
}

.lecture .container-top .text {
    margin-top: 25px;
}

.lecture .container-top .text span {
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
    font-family: linear-medium;
}

.lecture .intro {
    flex-direction: row;
    height: 300px;
    width: 99%;
    left: 7px;
    box-sizing: border-box;
    position: absolute;
    background-color: rgb(90, 24, 154);
    color: #fff;
    border-radius: 25px;
    top: 360px;
}

.lecture .card {
    height: 300px;
    width: 165px;
    border: 0px;
    margin: 55px 3px 10px 3px;
    position: relative;
}

.lecture [team] {
    width: 1200px;
    height: 400px;
    position:relative; 
    display: flex; 
    flex-direction: column;
}

.lecture [person_2] {
    position: relative;
    display: flex;
    justify-content: center;
}

.lecture .card p {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -24px;
    font-family: linear-medium;
    color: #fff;
}

.lecture .card_2 p {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -24px;
    font-family: linear-medium;

}

.lecture .card::after {
    content: "";
    height: 302px;
    margin: 0px;
    width: 166px;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    background-color: #4f118c;
    display: flex;
    opacity: 0;
    transition: 0.5s;
}

.lecture .card_2 {
    content: "";
    height: 295px;
    width: 160px;
    margin-top: 5px;
    margin-left: 4px;
    border-radius: 32px 20px 0px 100px;
    display: flex;
}

.lecture .card:not([active])::after {
    opacity: 0.75;
}

.lecture .intro::after {
    display: flex;
}

.lecture .intro [data-id] {
    display: none;
}

.lecture .card {
    cursor: pointer;
}

.lecture .intro {
    display: flex;
    z-index: 2;
}

.lecture .intro_2 {
    height: 275px;
    background-color: rgb(90, 24, 154);
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.lecture .intro [data-id][active] {
    display: flex;
}

.lecture .peopletext .intro {
    z-index: 1;
}

.lecture .peopletext .intro .name {
    font-size: 40px;
    font-family: linear-medium;
    position: absolute;
    left: 40px;
    top: 20px;
}

.lecture .peopletext .intro .text {
    font-size: 17px;
    font-family: linear-medium;
    position: absolute;
    left: 40px;
    top: 70px;
    right: 40px;
    text-align: left;
    margin-top: 10px;
}

.lecture .intro_2 .text_2 {
    font-size: 17px;
    font-family: linear-medium;
    text-align: left;
    overflow-y: auto;
    padding: 0px 15px 0 0;
}

.lecture .intro_2 .title {
    color: rgb(255, 255, 255);
    font-size: 35px;
    opacity: .6;
    font-family: linear-medium;
}



.section-2 {
    background-color: #000000;
}

.container-foto {
    cursor: pointer;
    transition: filter, transform 0.2s;
}
.container-foto:hover {
    transform: scale(1.1);
    
}

.section-3 {
    background-color: #000000;
    padding-top: 0;
    padding-bottom: 0;
}

.banner-principal {
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
}

.container-foto {
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
}

/* SESSÃO SLIDE INICIO */
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 80%;
    padding: 20px;
}

.append-buttons {
    text-align: center;
    margin-top: 30px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;

}

/* FIM SLIDE */

.schedule {
    background: #560bad;
    background-image: url(../img/palco_unilavras.jpg.png); background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-position: center top;
    background-size: 100% auto;
}

.schedule div.date,
div.hour {
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.schedule .icon {
    position: absolute;
    top: -15;
    z-index: 1;
    color: #fff;
    left: 20;
}

.schedule .date {
    margin-right: 50px;
}

.schedule .hour {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.schedule .hour .morning span:first-child {
    background-color: #560bad;
    color: #fff;
    padding: 2px 0px 2px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.schedule .hour .morning {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    font-size: 13px;
    max-height: 114px;
    margin: 0 0 23px 0;
}

.schedule .hour .afternoon span:first-child {
    background-color: #560bad;
    color: #fff;
    padding: 2px 0px 2px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.schedule .hour .afternoon {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 14px;
}

.schedule .material-icons {
    padding: 5px;
    font-size: 30px !important;
    background-color: #ff4bff;
    border-radius: 5px;
}

.lotes {
    width: 100%;
    background: url(../mc24/pattern_connection.png) no-repeat center center fixed;
    background-color: white;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 0;
}


.lotes .container .block {
    border-radius: 15px;
    margin: 0px 3px;
    height: 395px;
    display: flex;
    flex-direction: column;
    background-color: #424242;
    color: #fff;
}

.lotes .container .block .top {
    text-align: center;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: linear-medium;
}

.lotes .container .block.first\/student .top,
.block.second\/student .top {
    height: 75px;
    border-radius: 14px;
    background-color: rgb(124, 27, 222);
    color: #fff;
}

.lotes .block.first .top,
.block.second .top {
    height: 75px;
    border-radius: 14px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}



.lotes .container .block .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lotes .content .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    margin-top: 1px;
    font-size: 16px;
    align-items: flex-start;
    margin-right: 20px;
    font-weight: 700;
}

.lotes .content .text div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 0px;
}

.lotes .material-icons {
    font-size: 18px;
    margin-right: 4px;
}

.lotes .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    
}

.lotes .price span {
    border: 1px solid red;
    color: red;
    font-size: 10px;
    border-radius: 5px;
    padding: 4px;
    font-weight: 700;
}

.price h5 {
    font-size: 45px;
    color: #00f597;
}


.lotes button {
    font-family: linear-medium;
    font-size: 19px;
}

.lotes .black .first .content3 .text-prime .top {
    color: #ff4bff;
} 

.workshop {
    padding-bottom: 0px;

}

.workshop [work_card] {
    background-color: #68119e;
    border-radius: 10px;
}

.workshop [work_card] .image {
    display: flex;
}

.workshop [work_card] .image .simone {
    max-width: 95%;
    border: 0px;
    margin-top: -70px;
    object-fit: contain;
}

.workshop [work_card] .title {
    font-family: linear-medium;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.workshop [work_card] .text {
    color: #fff;
    text-align: justify;
    font-weight: 700;
    font-family: linear-medium;
}

section.local {
    background-color: #000000;

}

.local {
    position: relative;

}

.bg-local {
    position: absolute;
    top: 0;
    z-index: 0;
    
}

.bg-local img {
    width: 100%;
}

.local .container {
    color: #ffffff;
}

.hotel .card {
    font-family: linear-medium;
    height: 300px;
    border-radius: 10px;
    background-color: #68119e;
    margin: 0px 0px 10px 0px;
    
}

.hotel .hotel h4 {

    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel .hotel .text {
    text-align: center;
}

.hotel {
    background-color: #000000;
}

.duvidas {
    text-align: center;
    background-color: #000000;
}

.duvidas p {
    font-size: 18px;
    color: #fff;
}

.duvidas button {
    padding: 4px 20px;
    font-size: 20px;
    font-weight: 700;
    background-color: #00f597;
    color: #000000;
    border-color: #00f597;
}

.text button {
    background-color: #00f597;
    border-color: #00f597;
    font-family: linear-black;
    font-size: 26px;
}

/* SOCIAL MEDIA INICIO */

[right_buttons]{
    position: fixed;
    z-index: 100;
    right: 0;
    top: 30%
}
[right_buttons] .content {
    padding: 10px 0px 10px 10px;
    display: flex;
    flex-direction: column;
}
[right_buttons] .content div:last-child{
    margin-bottom: 0px;
}
[right_buttons] .content button{
    padding: 0px;
    width: 48px;
    height: 50px;
    border-color: #560bad;
    background-color: #560bad;
    margin-bottom: 6px;
}
[right_buttons] .content button a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

[right_buttons] .content p{
    position: absolute;
    height: 48px;
    padding: 10px;
    display: flex;
    z-index: 0;
    align-items: center;
    transition: all 0.4s ease-in-out 0s;
    white-space: nowrap;
    background-color: #560bad;
    left: 10px;
}

[right_buttons] .content img {
    height: 24px;
    object-fit: contain;
}



/* SOCIAL MEDIA FINAL */

@media (max-width:500px) {
    [right_buttons]{
        top: unset;
        right: unset;
        bottom: 0px;
        width: 100%;
    }
    [right_buttons] .content{
        flex-direction: row;
        width: 100%;
        padding: 0px;
    }
    [right_buttons] .content > div{
        margin: 0px;
        display: flex;
    }
    [right_buttons] .content div{
        margin-bottom: 0px;
    }
    [right_buttons] .content div button{
        width: 100%;
        margin-bottom: 0px;
    }
    [right_buttons] .content p{
        display: none;
    }
    [right_buttons] .content button img{
        width: 40px;
    }
}

@media (max-width:1240px) {
    .lecture [team] {
        display: none !important;
    }

    .lecture [team_2] {
        display: block !important;
    }
}

@media (max-width:1200px) {
    .local .map {
        height: 400px;
        text-align: center;
    }

    .local .text {
        text-align: center !important;
    }
}

@media (max-width:980px) {
    .container-text {
        text-align: center !important;
    }

    .local .map {
        justify-content: center !important;
    }
}

@media (max-width:815px) {
    .lecture .intro_2 {
        height: 275px;
        min-width: 600px;
        margin-top: 20px;
    }
}

@media (max-width:430px) {

    .header_mentoreando {
        width: 60%;
    }

    .header_simposio {
        width: 55px;
        height: 80px;
        position: absolute;
        right: 20px;
    }

    .txt_simposio {
        font-family: linear-medium;
        font-size: calc(200vw/5);
        line-height: calc(100vw/6.7);
        letter-spacing: -8px;
        text-align: center;
    }

    .sobre {
        padding: 60px 30px;
    }

    .sobre .sobre_text {
        font-size: 18px;
    }

    .lecture .intro_2 {
        height: 275px;
        min-width: 500px;
        margin-top: 20px;
    }

}

@media (max-width:576px) {

    .local .text {
        margin-top: 20px;
    }

    section.footer {
        padding-top: 0px;
    }

    .lecture .intro_2 {
        height: 350px;
        min-width: 450px;
        margin-top: 20px;
    }

    .footer .logo_1 img {
        height: 41px !important;
    }

    .footer .logo_2 img {
        height: 40px !important;
    }

    .footer .logo_3 img {
        height: 20px !important;
        margin-right: 29px
    }

}


@media (max-width:500px) {
    .local .text span {
        font-size: 2.5rem !important;
    }

    .hotel h4 {
        text-align: center;
    }

    .lecture .title {
        text-align: center;
    }

    .header .header_titulo {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .header .header_text {
        font-size:51px;
        line-height: 53px;
        margin-bottom: 20px;
    }

    .header .header_text p {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 20px;

    }

    .header .header_text2 {
        font-size: 18px;
        line-height: 25px;
    }

    .subtema {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .header_text2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: left;
    }

    .header .header_button {
        font-size: 18px;
        padding: 10px;
        width: 250px;
    }

    .txt_simposio {
        font-family: linear-medium;
        font-size: calc(100vw/5);
        line-height: calc(100vw/6.7);
        letter-spacing: -3px;
        text-align: center;
    }

    .container-foto img {
        width: 100%;
    }

    .mySwiper {
        width: 100%;
    }

    .banner-principal img {
        width: 100%;
    }

    .sobre {
        padding: 45px 10px;
        min-height: 70vh;
    }

    .sobre .sobre_text {
        font-size: 17px;
        text-align: center;
    }

    .workshop .image {
        height: 170px;
        min-width: 140px;
        flex-grow: 1;
    }

    .workshop .title h2 {
        font-size: 35px !important;
    }

    .workshop .title p:first-of-type {
        font-size: 15px !important;
    }

    .workshop .title p:last-of-type {
        margin-top: 0px !important;
        font-size: 15px !important
    }

    .workshop .title button {
        padding: 15px 80px;
    }

    .workshop .text div h3 {
        font-size: 20px !important;
        text-align: initial;
    }

    .workshop .text div p {
        font-size: 13px !important;
        text-align: initial;
    }

    .duvidas p {
        font-size: 15px !important;
    }

    .duvidas button {
        font-size: 17px !important;
    }

    .footer .logo_1 img {
        margin-right: 8px;
    }


    .lecture .intro_2 {
        height: 400px;
        min-width: 300px;
        margin-top: 20px;
    }

    .lecture .container-top .title span.title {
        font-size: 30px !important;
    }
}