﻿/*body {
    margin: 0px;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    margin: 0;
    font-weight: 300;
    display: grid;
}

html {
    height: 100vh;
}*/
.signupFrm {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 70vh;*/
}

.form {
    background-color: white;
    width: 500px;
    margin-top: 60px;
    /*border-radius: 8px;*/
    padding: 20px 40px;
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.signupFrm2 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px;*/
    /*height: 70vh;*/
}

.form2 {
    background-color: white;
    width: 100%;
    /*border-radius: 8px;*/
    padding: 5px 40px;
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.signupFrm3Dv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 30px;*/
    /*height: 70vh;*/
}

.form3Dv1 {
    background-color: white;
    width: 630px;
    height: 50%;
    /*border-radius: 8px;*/
    padding: 20px 40px;
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

/*Diseño para div de opciones de pago*/
.signupFrm3 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 30px;*/
    /*height: 70vh;*/
}

.form3 {
    background-color: white;
    width: 80%;
    height: 50%;
    /*border-radius: 8px;*/
    /*padding: 0 40px;*/
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.signupFrm4 {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 70vh;*/
}

.form4 {
    background-color: white;
    width: 500px;
    height: 50%;
    /*border-radius: 8px;*/
    padding: 20px 40px;
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.signupFrmBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formBtn {
    background-color: white;
    width: 450px;
    /*border-radius: 8px;*/
    padding: 20px 40px;
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.title {
    font-size: 50px;
    margin-bottom: 50px;
}

.inputContainer {
    margin-top: 55px;
    position: relative;
    height: 64px;
    width: 100%;
    margin-bottom: 17px;
    border-radius: 12px;
}

.inputContainerBtn {
    /*margin-top: 55px;*/
    position: relative !important;
    height: 64px !important;
    width: 100% !important;
    margin-bottom: 17px !important;
    border-radius: 12px !important;
}

.inputContainer2 {
    margin-top: 5px;
    height: 20px;
    width: 100%;
    margin-bottom: 17px;
    border-radius: 12px;
}

.inputContainer3 {
    margin-top: 20px;
    position: relative;
    height: 50px;
    width: 38%;
    margin-bottom: 17px;
    border-radius: 12px;
    margin: 0 auto;
    border: 1px solid red;
}

.inputContainer4 {
    margin-top: 5px;
    height: 35px;
    width: 100%;
    margin-bottom: 17px;
    border-radius: 12px;
}
/* Style the inputs */

.input {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #DADCE0 !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    /*padding: 0 20px !important;*/
    padding-left: 20px !important;
    padding-right: 40px !important;
    outline: none !important;
    background: none !important;
    z-index: 1 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

    .input:hover {
        border: 2px solid #85d117 !important;
    }

/*INPUT DE LA DESCRIPCION*/
.input_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #DADCE0;
    border-radius: 7px;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    background: none;
    z-index: 1;
    border: 1px solid blue;
}

    .input_desc:hover {
        border: 2px solid #000000;
    }

/* Hide the placeholder texts (a) */

::placeholder {
    color: transparent;
}
/* Styling text labels */

.label {
    position: absolute !important;
    top: 20px !important;
    left: 15px !important;
    padding: 0 4px !important;
    background-color: white !important;
    color: #4D4D4D !important;
    font-size: 16px !important;
    transition: 0.3s !important;
    z-index: 0 !important;
}

.label2 {
    position: absolute !important;
    top: 20px !important;
    right: 5px !important;
    padding: 0 4px !important;
    background-color: white !important;
    color: #c92432 !important;
    font-size: 16px !important;
    transition: 0.3s !important;
    z-index: 0 !important;
    font-weight: bold;
}

.submitBtn {
    width: 100%;
    display: block;
    margin-left: auto;
    padding: 15px 30px;
    border: none;
    background-color: #85d117;
    color: #1B1363;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

    .submitBtn:hover {
        background-color: #9dda45;
        transform: translateY(-2px);
    }

    .submitBtn:disabled {
        background-color: #daf1b9;
        pointer-events: none;
        color: #5f5991;
    }

.submitPtos {
    width: 100%;
    display: block;
    padding: 15px 30px;
    border: none;
    background-color: #85d117;
    color: #1B1363;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

    .submitPtos:hover {
        background-color: #9dda45;
        transform: translateY(-2px);
    }

    .submitPtos:disabled {
        background-color: #daf1b9;
        pointer-events: none;
        color: #5f5991;
    }

.submitBtn_error {
    width: 30%;
    /*    display: block;
    margin-left: auto;
    padding: 15px 30px;*/
    border: none;
    background-color: #ec5453;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 30px;
}

    .submitBtn_error:hover {
        background-color: #ff6666;
        transform: translateY(-2px);
    }

    .submitBtn_error:disabled {
        background-color: #ff6666;
        pointer-events: none;
        color: #fff;
    }

.submitBtnOk {
    width: 70%;
    /*    display: block;
    margin-left: auto;
    padding: 15px 30px;*/
    border: none;
    background-color: #85d117;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

    .submitBtnOk:hover {
        background-color: #9dda45;
        transform: translateY(-2px);
    }

    .submitBtnOk:disabled {
        background-color: #9dda45;
        pointer-events: none;
    }

.submitBtnNo {
    width: 70%;
    /*    display: block;
    margin-left: auto;
    padding: 15px 30px;*/
    border: none;
    background-color: #ec5453;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

    .submitBtnNo:hover {
        background-color: #ff6666;
        transform: translateY(-2px);
    }

.submitBtn2 {
    width: 100%;
    display: block;
    margin-left: auto;
    padding: 15px 30px;
    border: none;
    background-color: #85d117;
    color: #1B1363;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

.input:focus + .label {
    top: -10px !important;
    left: 15px !important;
    z-index: 10 !important;
    font-size: 17px !important;
    color: #000000 !important;
}

.input:focus {
    border: 2px solid #85d117 !important;
}

.input:not(:placeholder-shown) + .label {
    top: -10px !important;
    left: 15px !important;
    z-index: 10 !important;
    font-size: 17px !important;
}

.div_title {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.div_title2 {
    margin-top: 20px;
    text-align: left;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.div_title3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.Label_title {
    background: #fff;
    margin: 0;
    font-size: 2.25rem;
    font-weight: 600;
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    color: #000000;
}

.Label_title_text {
    background: #fff;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    color: #000000;
}

.Label_title_subtext {
    background: #fff;
    margin: 0;
    font-size: 20px;
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    color: #000000;
}

.popUpStyle {
    background-color: gray;
    color: black;
    filter: alpha(opacity=80);
    opacity: 0.6;
}

.drags {
    font: bold 20px Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.labels {
    color: #000000;
    font: normal 20px normal Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 20px;
}

.popUpStyledivs {
    background-color: white;
    color: black;
    font: normal 12px normal "Helvetica", Arial;
    /*padding: 10px;*/
    border-radius: 15px 15px 15px 15px;
    z-index: -2;
    width: 350px;
    /*height: 300px;*/
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(92, 99, 105, .2);
}

.btn_alert {
    width: 100%;
    display: block;
    margin-left: auto;
    padding: 15px 30px;
    border: none;
    background-color: #85d117;
    color: #1B1363;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

    .btn_alert:hover {
        background-color: #9dda45;
        transform: translateY(-2px);
    }

.mGrid {
    width: 100%;
    background-color: #fff;
    /*border: 1px solid #fff;*/
    border-radius: 15px;
    border-color: #fff;
}

    .mGrid th {
        padding: 4px 2px;
        color: #1b1363;
        background: #85D117;
        border: solid 1px #85D117;
        font-size: 17px;
        font-weight: bold;
    }

    .mGrid td {
        height: 40px;
        margin-top: 5px;
        border-top: solid 1px #f0f1f0;
        border-bottom: solid 1px #f0f1f0;
        /*border-color: silver;*/
        color: #000000;
        text-align: center;
        font-weight: 400;
        justify-content: center;
        align-items: center;
        object-fit: contain;
    }
    .mGrid td img[src*="anillo.png"] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.imgGrid {
    padding-top: 5px;
}

.updateProgress {
    width: 180px;
    height: 65px;
}

.updateProgress2 {
    height: 100vh;
    /* width: 180px;
    height: 65px;*/
    width: 100%;
}


.modalBackground {
    position: absolute;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.inputContainererror {
    text-align: left;
    position: relative;
    font-size: 20px !important;
    border-color: #c92432;
    color: #c92432;
    background-color: transparent;
    border: 2px solid red;
}

.inputContainer[data-error]::after {
    margin-top: 30px;
    content: attr(data-error);
    color: #c92432;
}


.boxs {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: transparent;
    cursor: pointer;
    top: 50%;
    right: -178px;
    position: fixed;
    transition: 1s;
    z-index: 1;
}

.triggers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px 0 0 -30px;
    width: 230px;
    height: 65px;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.boxs:hover {
    right: 0px;
    transition: 1s;
}

.trigger-ayudas {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    display: block;
    top: 50%;
    position: fixed;
    transition: 1s;
}

.div_gral {
    /*margin-top: 50px;*/
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    overflow: hidden;
}

.div_menu_azul {
    position: relative;
    width: 100% !important;
    max-width: 21.666667%;
    margin: 0;
    box-sizing: border-box;
    margin-top: 55px;
    flex: 1 1 auto;
    background-color: #1B1363;
}

.div_menu_blanco {
    position: relative;
    width: 100% !important;
    max-width: 78.333333%;
    margin: 0;
    box-sizing: border-box;
    margin-top: 55px;
    flex: 1 1 auto;
    background-color: #fff;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.div_menu_blanco2 {
    text-align: center;
}

.div_menu_blanco3 {
    flex-grow: 0;
    max-width: 78.333333%;
    flex-basis: 78.333333%;
    margin: 0;
    box-sizing: border-box;
}

.div_menu_azul2 {
    padding: 14px 15px 0px 15px;
    height: calc(100& - 85px);
    align-items: center;
    flex-direction: column;
    flex: 1 1 auto;
}

.div_menu_azul3 {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px !important;
}

.div_menu_azul4 {
    text-align: center;
    width: 80%;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 55px;
}

.div_menu_azultext {
    color: #ffffff;
    font-size: 30px;
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5
}

.div_folio {
    height: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    top: 0;
    align-items: center;
    padding-left: 5px;
}

.div_folio2 {
    height: 65px;
    width: 100%;
}

.div_folio3 {
    /*margin-left: 5px;*/
    float: left;
    width: 100%;
    height: 45px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.div_folio4 {
    margin-left: 60px;
    float: left;
    width: 75%;
    height: 35px;
    text-align: left;
    font-size: 20px;
    color: #c7c7c7;
    font-weight: bold;
}

.div_nombre1 {
    height: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    top: 0;
    align-items: center;
    padding-left: 5px;
    
}

.div_nombre2 {
    height: 65px;
    width: 100%;
}

.div_nombre3 {
    /*margin-left: 5px;*/
    float: left;
    width: 18%;
    height: 45px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
}

.div_nombre4 {
    margin-left: 60px;
    width: 75%;
    height: 35px;
    text-align: left;
    font-size: 20px;
    color: #c7c7c7;
    font-weight: bold;
    display: block;
    position: absolute;
}

.div_grid {
    width: 100%;
    height: 100%;
    border: solid 1px #dadddb;
    border-color: #dadddb;
    border-radius: 15px;
    overflow: hidden;
}

.div_loading {
    margin-top: 60px;
    width: 100%;
    height: calc(100%);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 1;
}

.div_loading2 {
    flex-grow: 0;
    max-width: 21.666667%;
    flex-basis: 21.666667%;
    margin: 0;
    box-sizing: border-box;
    height: calc(100%);
    z-index: 1;
}

.div_loading3 {
    flex-grow: 0;
    max-width: 78.333333%;
    flex-basis: 78.333333%;
    margin: 0;
    box-sizing: border-box;
    height: calc(100%);
    z-index: 1;
}

.img_loading {
    width: 80%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.div_pagare1 {
    height: 25px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    top: 0;
    align-items: center;
    padding-left: 5px;
}

.div_pop1 {
    margin-top: 60px;
    width: 100%;
    height: calc(100%);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 3;
}

.div_pop2 {
    flex-grow: 0;
    max-width: 21.666667%;
    flex-basis: 21.666667%;
    margin: 0;
    box-sizing: border-box;
    height: calc(100%);
    z-index: 3;
}

.div_pop3 {
    flex-grow: 0;
    max-width: 78.333333%;
    flex-basis: 78.333333%;
    margin: 0;
    box-sizing: border-box;
    height: calc(100%);
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.div_mn {
    margin-left: 10px;
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.img_loading2 {
    width: 10%;
    margin: 0px auto;
}

.img_garra {
    Height: 35px;
    Width: 35px;
}

.img_logo {
    Height: 45px;
}

@media screen and (max-width: 1500px) {
    /* .img_loading {
        width: 15%;
        margin: 0px auto;
    }*/
    .img_logo {
        Height: 40px;
    }

    .img_garra {
        Height: 30px;
        Width: 30px;
    }

    .img_loading2 {
        width: 10%;
        margin: 0px auto;
    }

    .signupFrm {
        display: flex;
        justify-content: center;
        align-items: center;
        /*height: 70vh;*/
    }

    .form {
        background-color: white;
        width: 450px;
        /*border-radius: 8px;*/
        padding: 15px 35px;
        /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
    }

    .div_title {
        margin-top: 15px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .div_title2 {
        margin-top: 15px;
        text-align: left;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .div_title3 {
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .Label_title_text {
        background: #fff;
        margin: 0;
        font-size: 27px;
        font-weight: bold;
        font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
        line-height: 1.5;
        color: #000000;
    }

    .Label_title_subtext {
        background: #fff;
        margin: 0;
        font-size: 18px;
        font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
        line-height: 1.5;
        color: #000000;
    }

    .input {
        height: 100% !important;
        width: 100% !important;
    }

    .form3 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inputContainer {
        margin-top: 45px;
        position: relative;
        height: 64px;
        width: 100%;
        margin-bottom: 17px;
        border-radius: 12px;
    }

    .div_gral {
        width: 100%;
        height: 100vh;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        flex-direction: row-reverse;
        overflow: hidden;
    }

    .div_menu_azul {
        position: relative;
        width: 100% !important;
        flex-grow: 0;
        max-width: 25.666667%;
        flex-basis: 25.666667%;
        margin: 0;
        box-sizing: border-box;
        margin-top: 50px;
        flex: 1 1 auto;
        background-color: #1B1363;
        font-size: 18px;
    }

    .div_mn {
        font-size: 18px;
    }

    .div_menu_blanco {
        position: relative;
        width: 100% !important;
        flex-grow: 0;
        max-width: 74.333333%;
        flex-basis: 74.333333%;
        margin: 0;
        box-sizing: border-box;
        margin-top: 50px;
        flex: 1 1 auto;
        background-color: #fff;
        overflow-y: scroll;
    }

    .div_menu_blanco2 {
        width: 100%;
        height: calc(100% - 50px);
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }

    .div_menu_blanco3 {
        /*display: none;*/
        height: 80%;
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 50px;
    }

    .div_menu_azul2 {
        padding: 14px 15px 0px 15px;
        background-color: #1B1363;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }

    .div_menu_azul3 {
        text-align: center;
        width: 60%;
        /*margin-bottom: 25px !important;*/
    }

    .div_menu_azul4 {
        text-align: center;
        color: #ffffff;
        font-size: 2.85rem;
        font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 20px;
    }

    .div_menu_azultext {
        color: #ffffff;
        font-size: 28px;
        font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
        font-weight: 400;
        line-height: 1.5
    }

    .div_folio {
        height: 25px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        left: 0;
        top: 0;
        align-items: center;
        font-size: 18px;
        padding-left: 5px;
        /*padding-right: 5px;*/
    }

    .div_folio2 {
        height: 45px;
        width: 100%;
        font-size: 18px;
        /*margin-bottom: 15px;*/
    }

    .div_folio3 {
        /* margin-left: 5px;*/
        float: left;
        width: 20%;
        height: 45px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 18px;
    }

    .div_folio4 {
        font-size: 18px;
        width: 80%;
    }

    .div_nombre1 {
        height: 25px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        left: 0;
        top: 0;
        align-items: center;
        font-size: 18px;
        padding-left: 5px;
        /*padding-right: 5px;*/
    }

    .div_nombre2 {
        height: 45px;
        width: 100%;
        font-size: 18px;
        /*margin-bottom: 15px;*/
    }

    .div_nombre3 {
        width: 20%;
    }

    .div_nombre4 {
        width: 60%;
    }

    .div_pagare1 {
        height: 25px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        left: 0;
        top: 0;
        align-items: center;
        font-size: 18px;
        padding-left: 5px;
        /*padding-right: 5px;*/
    }

    .div_loading {
        margin-top: 60px;
        width: 100%;
        height: calc(100%);
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        font-size: 18px;
    }

    .div_loading2 {
        position: relative;
        width: 100% !important;
        flex-grow: 0;
        max-width: 25.666667%;
        flex-basis: 25.666667%;
        margin: 0;
        box-sizing: border-box;
        margin-top: 50px;
        flex: 1 1 auto;
    }

    .div_loading3 {
        position: relative;
        width: 100% !important;
        flex-grow: 0;
        max-width: 74.333333%;
        flex-basis: 74.333333%;
        margin: 0px auto;
        box-sizing: border-box;
        flex: 1 1 auto;
        /*background-color: #fff;*/
        /*overflow-y: scroll;*/
    }

    .div_nombre4 {
        font-size: 18px;
    }
}

.boxs_descuentoPrim {
    text-align: center;
    background: rgba(0,0,0,0.4);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    display: flex;
    position: fixed;
    justify-content: center;
    width: 100%;
    z-index: 1000;
    margin: 0 auto;
}

.boxs_descuentoSec {
    background-image: url('../Images/icons/popupdescuento4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background: #1B1363;*/
    /*display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;*/
    width: 900px;
    height: 450px;
    animation-name: fadeInUp;
    animation-duration: 2s;
    max-width: 900px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: 2px solid white;*/
}

.boxs_descuentoSec1 {
    color: #fff;
    width: 100%;
    /*height: 70%;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 2px solid red;*/
}

.divTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    /*border: 2px solid white;*/
}

.divTitle1 {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    /*margin-top:10px;*/
    /*border: 2px solid white;*/
}

.divTitle2 {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 20px;
    align-items: baseline;
    /*border: 2px solid white;*/
}

.divTitle3 {
    width: 55%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto;
    /*border: 2px solid white;*/
}

.divTitle4 {
    width: 80%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 30px;
    /*border: 2px solid white;*/
}

.divTitle5 {
    width: 50%;
    justify-content: center;
    color: #ffffff;
    margin-top: 20px;
}

.pTitleWhite {
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: bold;
    /*border: 2px solid yellow;*/
}

.pTitleGreen {
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.7em;
    color: #85d117;
    font-weight: bold;
    /*border: 2px solid yellow;*/
}

.pSubGreen {
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #85d117;
    font-weight: bold;
    /*border: 2px solid yellow;*/
}

.imgDescue {
    width: 25%;
    padding-left: 10px;
}

.pTextoVerde {
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-size: 4.5em;
    color: #85d117;
    font-weight: bold;
}

.pTitleWhitePromo {
    font-family: Italian Plate No2 Expanded,Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    /*border: 2px solid yellow;*/
}

.divClose {
    text-align: left;
    align-items: baseline;
    justify-content: right;
    display: flex;
    padding-right: 35px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    font-size: 1.7em;
    font-weight: bold;
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
    .boxs_descuentoSec {
        width: 900px;
        height: 523px;
        margin: 0 auto;
    }

    .boxs_descuentoSec1 {
        width: 100%;
        height: 70%;
    }

    .pTitleWhite {
        font-size: 1.75em;
    }

    .pTitleGreen {
        font-size: 1.75em;
    }

    .pTextoVerde {
        font-size: 5em;
    }

    .divTitle5 {
        width: 60%;
    }

    .divClose {
        padding-right: 20px;
        padding-top: 15px;
    }
    .div_popSub1 {
        width: 100%;
        height: calc(100%);
        display: flex;
        flex-wrap: nowrap;
        box-sizing: border-box;
        z-index: 3;
        align-content: center;
        justify-content: center;
    }

    .div_popSub2 {
        flex-grow: 0;
        margin: 0;
        box-sizing: border-box;
        height: calc(100%);
        z-index: 3;
    }

    .div_popSub3 {
        flex-grow: 0;
        margin: 0;
        box-sizing: border-box;
        height: calc(100%);
        align-items: center;
        display: flex;
        justify-content: center;
        z-index: 3;
    }
}
