@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Asap", sans-serif;
}

header {
    width: 100%;
    background: linear-gradient(90deg, rgba(66,72,146,1) 0%, rgba(124,41,242,1) 100%);
    position: sticky;
    top: 0;
    z-index: 100; 
}

.wrapper {
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.header-wrapper {
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.logo img{
    width: 200px;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

nav a {
    text-decoration: none;
    color: white;
    font-size: 300;
}

.icono-arriba{
    color:#25bb66;
    font-size: 2em;
    margin-bottom: 20px;
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.section-one-header {
    margin-bottom: 30px;
    margin-top: 30px
}

.section-one-header p{
text-align: left;
font-size: 1.2em!important;
}

.section-one {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    text-align: center;
    margin-top: 25px;
    border: #25bb66 1px solid!important;
    border-radius: 10px!important;
    box-sizing: border-box;
    padding: 0;
}

.section-one-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px 0px 0px;
        }

.section-one p{
    width: 100%;
    padding: 25px;
    line-height: 1.4em;
    font-size: 0.9em;
    font-weight: 100;
    box-sizing: border-box;
}

.section-two {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0;
}

.badge-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: center;           
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;                      
    border-radius: 10px;
    padding: 40px 20px 40px 20px;  
    background-color: #fff;         
    /*height: 100%;*/                  
    gap: 16px;                    
}
.section-two h3,
.section-three h3{
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
}


.section-two h3 {
     margin: 16px 0 8px 0;
}

.section-three p{
    text-align: center;
    line-height: 1.5em;
}


.badge,
.badge2,
.badge3,
.badge4,
.badge5,
.badge6 {
    background-color:#25bb66;
    border-radius: 6px;
    border-color: none;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
    margin-bottom: -10px;
}

.badge2{
    background-color: #D96C75;
}

.badge3{
    background-color: #448796;
}
.badge4{
    background-color: #d78539;
}
.badge5{
    background-color: #5054DE;
}
.badge6{
    background-color: #503F8C;
}


.badge h5,
.badge-2 h5,
.badge-3 h5,
.badge-4 h5,
.badge-5 h5,
.badge-6 h5 {
    color: white;
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 0.8em!important;
}

.badge h3{
    font-size: 1.5em!important; 
}

.badge-adm {
    background-color: #6056EF;
    color: white;
}

.badge-adm p,
.badge-container p {
    text-align: left;
    margin: 0 0 0 0;
    font-size: 1em;
    padding: 10px;
}

.badge-2,
.badge-3,
.badge-4,
.badge-5,
.badge-6 {
    border: #1e1e1e 1px solid;
}

.section-two > div {
    flex: 1;
    padding: 20px;
}

.section-three {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 20px;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.section-three p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
}   

.section-three > div {
    flex: 1;
    padding: 20px;
}

footer {
    background-color: #5446B9;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    margin-top: 50px;
    z-index: 100; 
}

footer > div {
    flex: 1;
    padding: 0 15px;
    text-align: center;
}

.boton {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto; 
    
}
.boton {
    color:#18192c!important;
}
.btn {
    cursor: pointer;
    border: none;
    font-family: "system-ui";
    font-size: 14px;
    color: white; 
    padding: 10px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    background: #5054DE;
    position: relative; 
    overflow: hidden; 
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3),
                -4px -4px 8px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    text-align: center;
    z-index: 1; 
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white!important;
    background-color: #18192c; 
    border-radius: 50px; 
    transform: scaleX(1); 
    transform-origin: right; 
    transition: transform 0.3s ease-out; 
    z-index: -1; 
}

.btn:hover {
    color: white;
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.4),
                inset -3px -3px 7px rgba(255, 255, 255, 0.05);
    scale: 1.0; 
}

.btn:hover::before {
    transform: scaleX(0); 
}

    .btn-adm {
    cursor: pointer;
    border: none;
    font-family: "system-ui";
    font-size: 14px;
    color: white!important;
    padding: 10px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    background: #5054DE;
    position: relative; 
    overflow: hidden; 
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3),
                -4px -4px 8px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    text-align: center;
    z-index: 1; 
}

.btn-adm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white!important;
    background-color: #18192c; 
    border-radius: 50px; 
    transform: scaleX(1); 
    transform-origin: right; 
    transition: transform 0.3s ease-out; 
    z-index: -1; 
}

.btn-adm:hover {
    color: #1e1e1e;
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.4),
                inset -3px -3px 7px rgba(255, 255, 255, 0.05);
    scale: 1.0; 
}

.btn-adm:hover::before {
    transform: scaleX(0); 
}

.logo-umag{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.logo-umag img{
    margin: auto 0;
    width: 200px;
}

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

.download-icon {
    width: 30px;
    height: 30px;
    background-color: #5446B9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.download-icon::before {
    content: '↓';
    color: white;
    font-size: 20px;
}

.column a{
    color: #6056EF;
}

.column a:hover{
    color: #5446B9;
}

.highlight{
    color: gold;
}

@media (max-width: 768px) {
    .section-two, 
    .section-three,
    footer {
        flex-direction: column;
    }

    .section-two > div,
    .section-three > div,
    footer > div {
        margin-bottom: 15px;
    }

    .badge-container{
        margin-left: 10px;
        margin-right: 10px;
    }
}