* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

@font-face {
    font-family: "MadeOuterRegular";
    src: url("../fonts/made-outer-sans/MADEOuterSansRegular.ttf");
}

@font-face {
    font-family: "MadeOuterLight";
    src: url("../fonts/made-outer-sans/MADEOuterSansLight.ttf");
}

@font-face {
    font-family: "MadeOuterThin";
    src: url("../fonts/made-outer-sans/MADEOuterSansThin.ttf");
}

a {
    text-decoration: none;
}

.section-bg-unilinks {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.container-unilinks {
    width: 500px;
    padding: 30px;
}

.box-icon-arroba {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-icon-arroba>img {
    width: 66px;
    height: 66px;
}

.box-icon-arroba > h3 {
    color: #FFFFFF;
    font-family: "MadeOuterThin", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.box-all-buttons .box-button-tab,
.box-all-buttons .box-button-simple {
    margin: 20px 0px;
}

.box-carrousel {
    overflow: hidden;
}

.box-all-buttons .box-button-simple a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000000;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
}

.active-button {
    background-color: transparent !important; 
}

.box-all-buttons  .box-button-simple h3 {
    font-family: "MadeOuterRegular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    width: 100%;
}

.box-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-title > h3 {
    color: #FFF;
    font-family: "MadeOuterThin", Sans-serif;
    font-size: 14px;
    text-align: center;
} 

.box-all-buttons .box-button-simple i {
    width: auto;
    padding: 0px 0px;
    position: relative;
}

.box-all-buttons .box-button-tab a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
}

.box-all-buttons .box-button-tab i {
    width: auto;
    padding: 0px 0px;
    position: relative;
}

.box-all-buttons .box-button-tab h3 {
    font-family: "MadeOuterRegular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    width: 100%;
}

.box-all-buttons .box-button-list {
    display: flex;
    justify-content: center;
}

.box-all-buttons .box-button-list a {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "MadeOuterRegular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #000000;
    color: #dadada;
    width: 60%;
    margin: 10px 0px;
    background-color: #390f70;
    border-radius: 30px;
    padding: 20px 0px 20px 0px;
    
}

.box-end-logo {
    padding: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-end-logo .box-logo img {
    width: 200px;
    height: 46px;
}

.swiper-slide {
    overflow: hidden;
    border-radius: 24px;
    border: solid 2px #FFFFFF;
    cursor: pointer;

}

.swiper-wrapper {
    height: 290px !important;
    display: flex;
}

.custom-navigation {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.swiper-button-next,
.swiper-button-prev {
    margin-bottom: 10px;
    position: relative !important;
    margin: 20px !important;
    border: solid 2px #FFFFFF !important;
    border-radius: 50px !important;
    width: 50px !important;
    height: 50px !important;
    background-image: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFFFFF;
    font-size: 1.3rem !important;
}

.box-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.box-image {
    height: 60%;
}

.box-info {
    background-color: #FFFFFF;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.box-info h3 {
    margin: 0;
    font-size: 13px;
    font-family: "MadeOuterLight";
}

.box-info h4 {
    margin: 0;
    font-size: 16px;
    font-family: "MadeOuterLight";
}

.box-button-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease-in-out 0s;
}

a {
    cursor: pointer;
}

.box-curso-link-open {
    max-height: 100vh;
}

@media(max-width: 550px) {
    .container-unilinks {
        width: 100%;
        padding: 30px;
    }

    .box-all-buttons .box-button-simple h3 {
        font-size: 14px;
    }

    .box-all-buttons .box-button-tab a {
        padding: 30px 10px 30px 10px;
    }

    .box-all-buttons .box-button-simple a {
        padding: 30px 10px 30px 10px;
    }
}