@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

h1 {
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 60px;
}

h2 {
    font-family: 'Poppins-Regular';
    color: #000;
    font-size: 20px;
    line-height: 1.3
}

h3 {
    font-family: 'Poppins-Regular';
    color: #FFF;
    font-size: 40px;
    margin-top: 0px;
}

h4 {
    font-family: 'Poppins-Regular';
    font-weight: 900;
}
.h4 {
    margin-top: 20px;
    text-align: left;
}
.ph4 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
}
h6 {
    font-family: 'Poppins-Regular';
    color: #FFF;
    font-size: 20px;
}

p {
    font-weight: 700;
}

.p {
    color: #a1a1a1;
    font-size: 20px
}

.p1 {
    color: #343434;
    font-size: 18px;
    line-height: 10px;
    margin: 0;
    margin-top: 25px;
}

.cont {
    padding-right: 0px;
    padding-left: 0px;
}

.cont2 {
    padding-right: 0px;
    padding-left: 0px;
}

.conM1 {
    padding-right: 15px;
    padding-left: 15px;
}

.conM2 {
    padding-right: 15px;
    padding-left: 15px;
}

.cont4 {
    padding-right: 0px;
    padding-left: 0px;
}

.cpl {
    padding-left: 0;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    /*padding: 15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login-1 {
    width: 100%;
    min-height: 85vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login200-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login200-form-btn {
    font-size: 25px;
    line-height: 1.5;
    color: #FFF;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #CC0033;
    background: #CC0033;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.img {
    display: block;
    margin: auto;
    align-items: center;
}

table {
    /*border-collapse: separate;*/
    margin-bottom: 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-collapse: inherit;
}


thead th {
    font-size: 14px;
    background: #000000;
    font-weight: normal;
    color: #ffffff;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); */
    text-align: center;
    padding: 12px;
    margin-bottom: 14px;
    border-bottom: solid 1px #dedede;
}

tbody tr td {
    color: #434343;
    font-weight: normal;
    /*font-size: 20px;*/
    padding: 6px;
    /*border-bottom: 1px solid #e0e0e0;*/
}

tbody tr:nth-child(2n) {
    background: #E9E9E9;
}

.tab {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0px #ccc;
}

.tab2 {
    background: #FFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    /*box-shadow: 1px 1px 3px 0px #ccc;*/
}

.tabE {
    background: #ECECEC;
    padding-left: 0;
    padding-right: 0;
    border-radius: 25px;
    box-shadow: 1px 1px 5px 1px #ccc;
}

.tab3 {
    background: white;
    padding-top: 20px;
    padding-bottom: 5px;
    border-radius: 25px;
    border: solid 2px #dedede
}

.Mt {
    margin-top: 60px
}

.Mt1 {
    margin-top: 30px;
}

.Mt2 {
    margin-top: 30px;
}

.Mt3 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mp {
    margin-top: -3px;
}

.tMet {
    margin-top: 27px;
    font-size: 14px;
}

.imgMet {
    padding-right: 0px;
    margin-top: 60px;
    padding-left: 0px;
    max-width: 210px;
}

:root {
    --color-bg-btn: #11C017;
    --color-bg-btn-hover: #11C017;
    --color-shadow-btn-active: rgba(0, 0, 0, .3);
    --color-border-field: rgb(200, 200, 200);
}

#file {
    display: none;
}

#input {
    display: none;
}

.custom-input-file {
    padding: 9px 12px;
    background: -webkit-linear-gradient(top, #0A61C5, #001953);
    color: white;
    width: 100%;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0;
}
.linea {
    margin-bottom: 10px;
    margin-top: 15px;
    border-left: solid 2px #000;
    height: 73px;
}

.lineaCje {
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: solid 2px #F4F4F4;
    height: 40px;
}
.pdl {
    padding-left: 0;
}
.avt {
    width: 100px;
}

.avtCje {
    width: 80px;
}

.h1Cje {
    color: #FFFFFF;
    font-size: 24px
}

.h1Cje1 {
    color: #FFFFFF;
    font-size: 24px;
}

.txtM {
    font-size: 25px;
    margin-top: 20px;
    line-height: 30px;
}

.txt2M {
    font-size: 18px;
    margin-top: 20px;
    color: #EBA124
}

.txt3M {
    font-size: 40px;
    margin-top: 30px;
    color: #EBA124;
    text-align: right;
}

.row2 {
    margin-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 55px
}

.imgC {
    width: 85px;
}

.txtC {
    font-size: 60px;
    margin-top: 25px;
    color: #FFF
}

.txtC2 {
    font-size: 25px;
    margin-top: 25px;
    color: #FFF
}

.form-group1 {
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    padding: 3px;
    background: #FFF;
    /*border: 1px solid #D8D8D8;*/
    border-radius: 5px;
}

.topCje {
    border: none;
    margin-top: 40px;
}

.btnR {
    width: 100%;
    padding: 7px;
    background: grey;
    color: #FFF;
    border-radius: 3px;
    border: solid 1px grey;
}

.btnN {
    border: solid 1px #434343;
    width: 100%;
    padding: 7px;
    background: #FFF;
    color: #434343;
    margin-bottom: 10px;
}

.btnC {
    border: solid 1px #434343;
    width: 100%;
    padding: 7px;
    background: #FFF;
    color: #434343;
}

.marD {
    padding-left: 0;
}

.texP {
    font-size: 20px;
    color: #000;
    border: solid 1px #CCC;
    border-radius: 50px;
    box-shadow: 1px 0px 3px 0px #ccc;
    line-height: 32px;
    text-align: center;
}

.txP {
    font-size: 16px;
    margin: 10px 0 10px 0;
}

.im1M {
    margin-top: 30px;
}

.im2M {
    margin-top: 20px;
}

.txPre {
    font-size: 18px;
    text-align: center;
}

.pad {
    padding-right: 0;
    padding-left: 0;
}

.res {
    padding-left: 0;
}

.res1 {
    padding-right: 0;
}

.s1 {
    margin-top: 50px;
}

.Hc {
    background: -webkit-linear-gradient(top, #000000, #000000);
    margin-bottom: 10px;
    border-radius: 10px;
}

.h {
    margin-top: 15px;
}

.o {
    margin-bottom: 5px;
    margin-top: 0px;
}

.t {
    margin-top: 15px;
}

.br {
    border-right: solid 3px #dedede;
}

.progress {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 10px 0;
    height: 35px;
    width: 95%;
}

.progress-done {
    background: linear-gradient(to bottom, #FDE500, #F9AB00);
    box-shadow: 0 3px 3px -5px #FDE500, 0 2px 5px #F9AB00;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.flag {
    margin-top: 35px;
}

.mb1 {
    margin-bottom: 18px;
}

.pl {
    text-align: left;
    padding-left: 0;
}

.pl2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.pl3 {
    text-align: left;
}

.mth {
    font-size: 16px;
    margin-top: 34px;
}

.w1 {
    width: 50%;
}

.w2 {
    width: 45%;
}

.w3 {
    width: 65%;
}

.product-image {
    margin-top: 10px;
}
.input {
    width: 93%;
}
.mtc {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ox {
    white-space: nowrap;
}
.cp-valido {
    color: green;
}

.cp-invalido {
    color: red;
}

.mv {
    margin-top: 43px;
}

.tmv {
    margin-top: 25px;
}
.pap1 {
    background: #FFF;
    border-radius: 15px;
    margin-bottom: 15px;
}

.pap2 {
    margin-top: 5px;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 15px;
}
.container-canje {
    max-width: 100%;
    margin: auto;
    padding: 20px;
}

/* BARRA */
.barra-titulo {
    background: #CC0033;
    color: white;
    padding: 14px 20px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

/* TABLA DESKTOP */
.tabla-head {
    display: grid;
    grid-template-columns: 120px 1fr 120px 120px;
    font-weight: 600;
    padding: 10px 15px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.tabla-row {
    display: grid;
    grid-template-columns: 120px 1fr 120px 120px;
    align-items: center;
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.img-producto {
    width: 90px;
    border-radius: 8px;
}

/* FOOTER */
.footer-canje {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* TOTAL */
.total-wrapper {
    font-size: 16px;
    margin-bottom: 10px;
}

.total-numero {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

/* BOTONES */
.acciones-canje {
    display: flex;
    gap: 10px;
}

.btn-secundario {
    background: #000B29;
    color: white;
    border: 1px solid #ccc;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primario {
    background: #CC0033;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-primario:hover {
        background: #CC0033;
    }

/* BOTÓN ELIMINAR DESKTOP */
.btn-eliminar-completo {
    background: #e74c3c;
    color: white;
    padding: 7px 14px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

    .btn-eliminar-completo:hover {
        background: #c0392b;
        color: white;
    }

.icono-btn {
    font-size: 13px;
}

/* ============================= */
/* MOBILE PREMIUM PASO 1         */
/* ============================= */

@media (max-width: 768px) {

    .container-canje {
        padding: 0px;
        margin-bottom: 20px;
    }

    .barra-titulo {
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    /* Ocultar encabezado */
    .tabla-head {
        display: none;
    }

    /* Convertimos grid a 2 columnas reales */
    .tabla-row {
        display: grid;
        grid-template-columns: 70px 1fr;
        grid-template-rows: auto auto;
        gap: 6px 10px;
        background: #ffffff;
        border-radius: 14px;
        padding: 15px;
        margin: 15px 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        align-items: center;
    }

        /* Imagen ocupa fila completa izquierda */
        .tabla-row > div:nth-child(1) {
            grid-row: 1 / span 2;
            grid-column: 1;
        }

    .img-producto {
        width: 70px;
        height: 70px;
        object-fit: contain;
        background: #fff;
        padding: 6px;
        border-radius: 8px;
    }

    /* Nombre */
    .tabla-row > div:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        font-size: 12px;
        font-weight: 600;
    }

    /* Puntos */
    .tabla-row > div:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        font-size: 14px;
        font-weight: 700;
        text-align: left !important;
    }

    /* Contenedor botón */
    .tabla-row > div:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
    }

    /* Botón solo icono */
    .btn-eliminar-completo {
        background: none;
        padding: 0;
        border-radius: 0;
        font-size: 0; /* Oculta texto */
    }

        .btn-eliminar-completo .icono-btn {
            font-size: 16px;
            color: #c0392b;
        }

        .btn-eliminar-completo:hover {
            background: none;
        }

    /* Footer */
    .footer-canje {
        align-items: center;
        text-align: center;
    }

    .acciones-canje {
        width: 100%;
        flex-direction: column;
    }

        .acciones-canje .btn-secundario,
        .acciones-canje .btn-primario {
            width: 100%;
        }
}

.resumen-box {
    background: #eef3f8;
    padding: 20px;
    border-radius: 14px;
    max-width: 100%;
}

/* TÍTULO */
.resumen-titulo {
    background: #dfe7f1;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ITEM */
.resumen-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.resumen-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 0px;
}

/* INFO */
.resumen-info {
    flex: 1;
}

.resumen-nombre {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.resumen-detalle {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.resumen-puntos {
    font-size: 13px;
    font-weight: 600;
}

/* DIVIDER */
.resumen-divider {
    height: 1px;
    background: #d6dce5;
    margin: 10px 0;
}

/* TOTAL */
.resumen-total {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}

    .resumen-total strong {
        font-weight: 700;
    }

.resumen-padding {
    padding-right: 0
}

@media (max-width: 768px) {
    .resumen-padding {
        padding-right: 0;
        padding-left: 0
    }
}
/* BOTÓN */
.btn-canjear {
    width: 100%;
    margin-top: 15px;
    background: #CC0033;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

    .btn-canjear:hover {
        background: #CC0033;
        border: none;
    }

    .btn-canjear:disabled {
        background: #6c757d !important;
        color: #ffffff !important;
        border: none;
        padding: 10px;
        cursor: not-allowed;
        opacity: 0.8;
    }
@media (min-width: 1368px) and (max-width: 1920px) {
    .input {
        width: 75%;
    }
    .container {
        width: 1280px;
    }

    .cont {
        padding-right: 15px;
        padding-left: 15px;
    }

    .conM {
        padding-right: 0;
        padding-left: 0;
    }

    h1 {
        font-family: 'Poppins-Regular';
        color: #000;
        font-size: 65px;
    }
    .h4 {
        font-size: 13px;
    }
    .Mt {
        margin-top: 90px
    }

    .Mt1 {
        margin-top: 50px;
    }

    .Mt2 {
        margin-top: 50px;
    }

    .Mt3 {
        margin-top: 30px;
    }

    .section-heading {
        margin-bottom: 360px;
        color: #636363;
    }

    .tMet {
        margin-top: 15px;
        font-size: 14px;
    }

    .imgMet {
        margin-top: 15px;
        width: 220px;
    }

    .pad {
        padding-right: 0;
        padding-left: 0;
    }

    .mb1 {
        margin-bottom: 0px;
    }

    .mtc {
        margin-top: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    .imgMet {
        padding-right: 0px;
        margin-top: 150px;
        padding-left: 0px;
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-family: 'Poppins-Regular';
        color: #FFF;
        font-size: 30px;
    }
    
    .h1Cje {
        color: #FFFFFF;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .h1Cje1 {
        color: #FFFFFF;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }

    .txC {
        text-align: center;
    }

    .tR {
        text-align: right;
    }

    h2 {
        margin-bottom: 0;
        font-size: 30px;
        margin-top: 0;
    }
    .ph4 {
        text-align: right;
        padding-right: 10px;
    }
    .t {
        margin-top: 0
    }

    h3 {
        font-size: 24px;
    }

    .p {
        font-size: 16px
    }

    .p1 {
        color: #343434;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .cont {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cont2 {
        padding-right: 15px;
        padding-left: 0px;
    }

    .conM {
        padding-right: 0;
        padding-left: 0;
    }

    .conM1 {
        padding-right: 0;
        padding-left: 0;
    }

    .conM2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cont5 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cpl {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .avt {
        width: 50px;
    }

    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .Mt3 {
        margin-top: 80px;
    }

    .linea {
        display: none
    }

    .lineaCje {
        display: none
    }

    .txtM {
        font-size: 25px;
        margin-top: 5px;
        line-height: 30px;
    }

    .txt2M {
        font-size: 14px;
        margin-top: 5px;
        color: #EBA124
    }

    .txt3M {
        font-size: 30px;
        margin-top: 20px;
        color: #EBA124;
        text-align: right;
    }

    thead th {
        font-size: 16px;
        font-weight: normal;
        /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);*/
        text-align: left;
        padding: 5px;
    }

    .imgC {
        width: 45px;
    }

    .txtC {
        font-size: 40px;
        margin-top: 13px;
        color: #FFF
    }

    .txtC2 {
        font-size: 25px;
        margin-top: 25px;
        color: #FFF;
        text-align: center;
    }

    .imgMet {
        margin-top: 15px;
        width: 120px;
        margin-left: 25%;
    }

    .topCje {
        margin-top: 10px;
        text-align: left;
    }

    .txPre {
        font-size: 18px;
        text-align: right;
    }

    .mC {
        margin-top: 10px;
    }

    .marD {
        margin-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .texP {
        border: none;
        line-height: 32px;
        text-align: center;
    }

    .txP {
        font-size: 14px;
        margin: 10px 0 10px 0;
    }

    .im2M {
        margin-top: 35px;
    }

    .im1M {
        margin-top: 20px;
    }

    .res {
        padding-right: 0;
    }

    .res1 {
        padding-left: 0;
    }

    .h {
        margin-top: 0px;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .o {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .scr {
        margin-top: 25px
    }

    .r {
        text-align: left
    }

    .mp {
        margin-top: 0px;
    }

    .mp1 {
        margin-top: 0px;
    }

    .mp2 {
        margin-top: 0px;
    }

    .br {
        border-right: none;
        border-bottom: solid 1px #dedede;
    }
    .brd {
        display: none;
    }
    .pl {
        text-align: center;
        padding-left: 0;
    }

    .pl2 {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .pl3 {
        text-align: center;
    }

    .mth {
        font-size: 16px;
        margin-top: 35px;
    }

    .w1 {
        width: 100%;
    }

    .w2 {
        width: 100%;
    }

    .w3 {
        width: 65%;
    }

    .mbm {
        margin-top: 5px;
    }

    .input {
        margin-bottom: 5px;
        margin-top: 6px;
        width: 100%;
        border: solid 1px #000000;
    }

    .trr {
        margin-top: 0;
        text-align: right;
        margin-bottom: 10px;
    }
    .ox {
        overflow-x: auto;
        white-space: nowrap;
    }
    .mv {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .tmv {
        margin-top: 5px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 668px) {
    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .pad {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 480px) {
    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 420px) {
    .main {
        min-height: 65vh;
    }

    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .Mt3 {
        margin-top: 120px;
    }
}

@media screen and (max-width: 413px) {
    .main {
        min-height: 65vh;
    }

    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .Mt3 {
        margin-top: 105px;
    }
}

@media screen and (max-width: 375px) {
    .main {
        min-height: 70vh;
    }

    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 360px) {
    .main {
        min-height: 70vh;
    }

    .Mt {
        margin-top: 20px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .Mt3 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 320px) {
    .main {
        min-height: 73vh;
    }

    h1 {
        font-family: 'Yesteryear-Regular';
        color: #FFF;
        font-size: 40px;
        margin-bottom: 10px;
    }

    .Mt {
        margin-top: 0px
    }

    .Mt1 {
        margin-top: 0px;
    }

    .Mt3 {
        margin-top: 70px;
    }
}
