
* {
    font-family: "Poppins", sans-serif;
}

.container_max {
    width:100%;
    max-width:2000px;
    margin-left:auto;
    margin-right:auto;
}
.container_xana {
    width:100%;
    max-width:920px;
    margin-left:auto;
    margin-right:auto;
}


.background_top {
    background-image:url(../images/background_top.png);
    background-size:cover;
}

.topimg_grid {
    display:grid;
    grid-template-columns:500px 1fr;
    gap:40px 40px;
    align-items:center;
}
@media (max-width:991px) {
    .topimg_grid {
        grid-template-columns:1fr;
    }
}
.topimg_title1 {
    font-size:35px;
    line-height:1.1;
    color:#1D9289;
}
.topimg_title2 {
    font-size:52px;
    line-height:1.1;
    color:#1D9289;
}
.topimg_line {
    width:400px;
    height:1px;
    max-width:100%;
    background-color: #1D9289;
}
@media (max-width:500px) {
    .topimg_title1 {
        font-size:25px;
    }
    .topimg_title2 {
        font-size:37px;
    }
    .topimg_line {
        width:300px;
    }
}
.line_green {
    width: 100%;
    height:1px;
    background-color: #1D9289;
}
.xana_card {
    background-color: white;
    border-radius:15px;
    padding:40px;
    height:100%;
    -webkit-box-shadow: 0px 0px 18px -4px #000000; 
    box-shadow: 0px 0px 18px -4px #000000;
}
.btn_completo {
    display:inline-block;
    padding:7px 20px;
    width:256px;
    max-width:100%;
    text-align:center;
    color:white;
    background-color: #D9D1D3;
    font-size:18px;
    font-weight:bold;
    border-radius:10px;
}
.btn_xana {
    display:inline-block;
    padding:7px 20px;
    width:256px;
    max-width:100%;
    text-align:center;
    color:white;
    background-color: #A07C83;
    font-size:18px;
    font-weight:bold;
    border-radius:10px;
}
.sponsors_line {
    width:100%;
    height:1px;
    background-color: #1f1f1f;
}
.sponsors_flex {
    display:flex;
    flex-wrap:wrap;
    gap:30px 30px;
    justify-content: center;
    align-items: center;
}
.sponsor_img {
    max-width:120px;
}


.back_green { background-color: #1D9289; }
.text14 { font-size:14px; }
.text16 { font-size:16px; }
.text20 { font-size:20px; }
.text24 { font-size:24px; }
.text26 { font-size:26px; }
.text27 { font-size:27px; }
.text57 { font-size:57px; line-height:1.1; }
.bold { font-weight:bold; }
.color_white { color:white; }
.color_green { color:#1D9289; }
.mt-6 { margin-top:60px; }
.mt-7 { margin-top:70px; }
.mt-8 { margin-top:80px; }
.mt-9 { margin-top:90px; }
.mt-10 { margin-top:100px; }
.mb-6 { margin-bottom:60px; }
.mb-7 { margin-bottom:70px; }
.mb-8 { margin-bottom:80px; }
.mb-9 { margin-bottom:90px; }
.mb-10 { margin-bottom:100px; }
.pt-6 { padding-top:60px; }
.pt-7 { padding-top:70px; }
.pt-8 { padding-top:80px; }
.pt-9 { padding-top:90px; }
.pt-10 { padding-top:100px; }
.pb-6 { padding-bottom:60px; }
.pb-7 { padding-bottom:70px; }
.pb-8 { padding-bottom:80px; }
.pb-9 { padding-bottom:90px; }
.pb-10 { padding-bottom:100px; }