:root {
    --base-color-button: #0047ba !important;
    --base-color-label: #fff !important;
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?c7s859');
    src: url('../fonts/icomoon.eot?c7s859#iefix') format('embedded-opentype'), 
        url('../fonts/icomoon.ttf?c7s859') format('truetype'), 
        url('../fonts/icomoon.woff?c7s859') format('woff'), 
        url('../fonts/icomoon.svg?c7s859#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    font-style: normal;
    src: url('../fonts/Gibson-Regular.eot');
    src: url('../fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Gibson-Regular.woff2') format('woff2'), 
        url('../fonts/Gibson-Regular.svg#Gibson-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    font-style: normal;
    src: url('../fonts/Gibson-SemiBold.eot');
    src: url('../fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Gibson-SemiBold.woff2') format('woff2'), 
        url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent Cond';
    src: url('../fonts/ParalucentCond-BoldItalic.eot');
    src: url('../fonts/ParalucentCond-BoldItalic.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/ParalucentCond-BoldItalic.woff2') format('woff2'), 
        url('../fonts/ParalucentCond-BoldItalic.svg#ParalucentCond-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Paralucent Cond';
    src: url('../fonts/ParalucentCond-LightItalic.eot');
    src: url('../fonts/ParalucentCond-LightItalic.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/ParalucentCond-LightItalic.woff2') format('woff2'), 
        url('../fonts/ParalucentCond-LightItalic.svg#ParalucentCond-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

.fade {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadein 1s forwards 1s;
}

.b, h4, b {
    font-weight: 300;
    /*color: #515151;*/
    color: #8C8B8B;
}


.headerPpal {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
    height: 90px !important;
    min-height: 90px !important;
    width: 100%;
    position: relative;
    margin-top: 10px !important;
    margin-bottom: 60px;
}

body {
    margin: initial !important;
    font-family: 'Paralucent Cond';
    background-color: #fff;
    min-height: 650px;
}

.contentLogo {
    text-align: center;
    padding-bottom: 90px;
}

.logo {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 2px;
}


.cont_top {
    margin: 0px !important;
    align-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
    height: 60px;
    padding-left: 45%;
    padding-right: 5px;
    font-size: 20px;
    
}

.customContainerBranch, .customContainerCities {
    text-align: center;
    padding-top: 2px;
    position: absolute;
    width: 90%;
    display: inline-block;
    margin: 80px 90px;
   
}

    .customContainerBranch a, .customContainerCities a {
        display: none;
    }

    .customContainerCities {
        font-size: 40px;
        color: #fff;
        display: inline-block;
    }

    .customCard {
        min-height: 400px;
        max-width: 350px;
        display: inline-block;
        width: 24%;
        margin: 12px .5%;
        overflow: hidden;
        border-radius: 0 20px 0 20px;
        background: #0047ba;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        font-style: italic;
    }
        .customCard p {
            font-style: italic;
            font-size: 16px;
            font-weight: 500;
        }

        .customCard b {
            font-style: italic;
            font-size: 18px;
            font-weight: bold;
        }


.cities {
    min-height: 60px !important;
    background-color: #0047ba !important;
    transform: skew(-10deg);
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;

    width: 13%;
    height: 200px;
}

    .cities .title {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
        font-size: 18pt !important;
        color: white !important;
    }
.material-icons.ic_ciudad {
    font-size: 40px;
    color: #fff;
    margin: auto;
    padding-right: 150px !important;
}

.material-icons.ic_est_pago {
    color: green;
    font-size: 30px;
    padding-top: 2px;
    
}

    .material-icons.ic_est_pago.rechazado {
        color: red;
        font-size: 30px;
        padding-top: 2px;
    }

.txt_est_pago {
    font-size: 25px;
    color: black;
}

.customCard:hover {
    background: #000;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.3);
}


.customCard .customHeaderv2 {
    /*background-image: url("");
        background-size: 300px;
        background-position: center;
        text-align: center;
        min-height: 150px;
        height: 150px;
        margin-bottom: 10px !important;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
        background-image: url("");
        background-size: 386px;
        background-position: center;
        text-align: center;
        min-height: 150px;
        margin-bottom: 10px !important;
        width: 100%;
        object-fit: cover;
}

    .customCard .customHeaderv21 {
        background-image: url("");
        background-size: 300px;
        background-position: center;
        text-align: center;
        min-height: 150px;
        height: 150px;
        margin-bottom: 10px !important;
    }

    .customCard .customHeaderv22 {
        background-image: url("");
        background-size: 300px;
        background-position: center;
        text-align: center;
        min-height: 150px;
        height: 150px;
        margin-bottom: 10px !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .customCard .titlev2 {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 24pt;
        text-align: center;
        color: white;
        font-weight: bold;
        background-color: rgba(0,0,0,0.4);
        height: 150px;
        width: 300px;
    }

.customCard .title {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}



.customCard .contentCard {
    padding: 10px;
    text-align: left;
    margin: 4px 0;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

        .customCard .contentCard .schedule {
            text-align: left;
        }


        .customCard .contentCard .row {
            padding-bottom: 15px;
            color: #fff;
        }

    .customCard .row {
        margin: 0px !important;
    }


    .customCard .contentCard .Button {
        background-color: white;
        color: #0047ba;
        box-shadow: 0 0 0 0;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
        font-style: italic;
    }

        .customCard .contentCard .Button:active {
            background-color: white;
            color: black;
            box-shadow: 0 0 0 0;
            margin: 0 !important;
            padding: 0 !important;
            /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);*/
        }

        .customCard .contentCard .Button:focus {
            outline: none;
            /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);*/
        }


    .customCard .contentCard .city {
        color: #fff;
        font-weight: bold;
    }

.customCard .contentCard, b, h1, h2, h3, h5 {
    color: #fff;
    font-weight: bold;
}

    .customCard .contentCard .imgContainer {
        padding: 0px;
    }

        .customCard .contentCard .imgContainer img {
            width: 100%;
            height: 150px;
        }





.branchInfo {
    padding-bottom: 1px !important;
    display: none;
    padding-top: 10px;
    box-sizing: border-box;
    padding: 16px 24px;
    border-bottom: none;
}


    .branchInfo .branchTitle {
        color: #0047ba;
        font-weight: bold;
    }
    .branchInfo .branchContent {
        color: #515151;
        text-align: left;
        font-weight: 100;
        font-size: 17px;
    }

        .branchInfo .branchContent colorLetraB{
            color: #515151;
            font-style: italic;
            font-weight: 500;
        }

        .iconMap {
            color: #0047ba;
        }

.customContainerDetailPlan {
    text-align: center;
}


.customContainerPlan {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 30px;
}

    .customContainerPlan a {
        display: none;
    }

    .customContainerPlan .checkbox {
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 3px;
        box-sizing: border-box;
        border: 2px solid #0047ba;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        margin-right: 8px;
        
    }

    .customContainerPlan .lblcheck_bono {
        vertical-align: middle;
        font-size: 20px;
        color: #666666;
        font-weight: 500;
    }

    .chekbox:checked {
        background: url(../img/chek.svg) no-repeat center #0047ba;
    }

.customCardPlan {
    max-width: 360px;
    width: 250px;
    min-height: 350px;
    background-color: #0047ba;
    margin: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 20px 0 20px;
    font-style: italic;
}



    .customCardPlan .customHeader {
        background-color: #0047ba;
        color: white;
        font-weight: bold;
        text-align: center;
        min-height: 50px;
        padding: 5px;
        margin-bottom: 10px !important;
    }


    .customCardPlan .title {
        padding-top: 7px;
        font-size: 20pt;
        color: #fff !important;
        font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
        font-style: italic;
        margin: 0px;
        font-weight: bold;
    }

    .customCardPlan .inscription {
        color: #fff !important;
    }

    .customCardPlan .value {
        font-size: 30pt;
        color: #fff;
        font-weight: bold;
        font-style: italic;
    }

.customCardPlan .advantages {
    text-align: left;
    min-height: 141px;
    padding-top: 10px;
    font-weight: bold;
 
}

    .customCardPlan .advantages li {
        text-align: left;
        font-weight: 500;
    }



    .customCardPlan .contentCard {
        padding: 10px;
        text-align: center;
        font-size: 13pt;
       
    }

        .customCardPlan .contentCard .schedule {
            text-align: left;
            
        }


        .customCardPlan .contentCard .row {
            padding-bottom: 0px;
            color: #fff;
        }

    .customCardPlan .row {
        margin: 0px !important;
    }

    .customCardPlan .contentCard .whiteButton {
        background-color: white;
        color: #0047ba;
        box-shadow: none !important;
        font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
        font-style: italic;
    }

        .customCardPlan .contentCard .whiteButton:active {
            border: 2px solid #fff;
            color: #fff;
            background: #0047ba;
        }

        .customCardPlan .contentCard .whiteButton:focus {
            outline: none;
            border: 2px solid #fff;
            color: #fff;
            background: #0047ba;
        }


    .customCardPlan .contentCard .city {
        color: #0047ba;
        font-weight: bold;
    }

    .customCardPlan .contentCard .imgContainer {
        padding: 0px;
    }

        .customCardPlan .contentCard .imgContainer img {
            width: 100%;
            height: 150px;
        }



.customFormContainer {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    display: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    color: rgba(105,105,105,1) !important;
}

    .customFormContainer .form-control {
        background-color: #fff !important;
        color: rgba(105,105,105,1) !important;
        border: 1px solid #666666 !important;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }

    .customFormContainer .FormData {
        background-color: #fff !important;
        color: rgba(105,105,105,1) !important;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        font-size: 14pt;
    }



.backBlur{
    /*width: 100%;
    background: rgba(0,0,0,0.4);
    height: 100%;
    position: absolute;
    filter: blur(15px);
    left: -4px;*/
}
.formTitle {
    color: black;
    font-family: 'Paralucent Cond';
    font-style: italic;
    font-size: 28px;
    font-weight: bold;
}

colorLetraPCode{
    color: #515151;
    font-family: 'Paralucent Cond';
    font-style: italic;
    font-size: 19px;
    font-weight: 500;
}

formCombo {
    color: #515151;
    font-family: 'Paralucent Cond';
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid #ccc;
}

    formCombo:focus {
        border-color: #0047ba;
    }


.formButton {
    min-width: 180px;
    height: 40px;
    background: #0047ba;
    border-radius: 0 15px 0 15px;
    box-sizing: border-box;
    padding: 0 16px;
    transform: skewX(-8deg);
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 16px auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #0047ba;
    outline:none;
}

.formButtonPromo {
    min-width: 180px;
    height: 40px;
    background: #0047ba;
    border-radius: 0 15px 0 15px;
    box-sizing: border-box;
    padding: 0 16px;
    transform: skewX(-8deg);
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 16px auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #0047ba;
    outline: none;
    width: 192px;
    padding-bottom: 47px;
}

.formButton focus {
    border-color: #0047ba;
}

    .formButton:hover {
        border: 1px solid #0047ba;
        background: #fff;
        color: #0047ba;
    }

.btn.blanco {
    background: #fff;
    color: #0047ba;
    min-width: 180px;
    height: 40px;
    border-radius: 0 15px 0 15px;
    box-sizing: border-box;
    padding: 0 16px;
    transform: skewX(-8deg);
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    margin: 16px auto;
    -webkit-appearance: none;
    cursor: pointer;
}

    .btn.blanco:hover {
        border: 2px solid #fff;
        color: #fff;
        background: #0047ba;
        outline: none;
    }
    



.formSeparator{
    border-left:0px solid silver;
    border-right:0px solid silver;
}

.formSeparatorResumen {
    padding: 0 16px;
    box-sizing: border-box;
    text-align: left;
    color: #515151;
}


.formContentSize{
    height:100%;
    position:relative;
    max-width:1200px;
    margin:auto;
    padding-top: 36px;
}




.page-header .row {
    margin: 0px !important;
    padding: 20px 30px;
}

.page-header {
    margin: 0px 0 0px !important;
    padding-bottom: 10px;
    background-color: white;
    padding: 5px 0;
}


.dataResponse .pageTitle {
    padding-top: 43px;
    height: 90px;
    font-size: 29px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.separator {
    border: 0px solid #eee;
    margin: 2px;
}

.specialRadio {
    margin-bottom: 28px;
}


.resumen{
    margin-top: 0px;
    border:0px solid white;
    color: #515151;
    font-size: 18px;
    
}

    .resumen .resumenPedido {
        background: #000;
        font-size: 34px;
        color: #fff;
        font-weight: bold;
        border-radius: 0 15px 0 0;
        text-align: left;
        width: 88%;
    }


    .resumen .header {
        background-color: white;
        color: #515151;
    }

.resumen .header .plan{
    color:  #0047ba;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    font-family: 'Paralucent Cond';
}

    .resumen .header .branch {
        color: black;
        font-size: 25px;
        text-align: left;
        font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 16px;
        font-weight: bold;
    }

.resumen .value{
    font-size: 32pt;
    color:#0047ba;
    text-align: left;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;

}

.resumen .inscription{
    color:#0047ba;
    text-align: left;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    font-size: 14pt;
}

.resumen .admin{
    color:#0047ba;
    text-align: left;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    font-size: 14pt;
}

.resumen .content{
    padding: 5px 20px 5px 20px;
    color:black;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    font-size: 14pt;
}


    .resumen .fila_opcion_pago {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        margin: 8px 0;
        align-items: center;
        -webkit-align-items: center;
    }

    .resumen .radio_op_pago {
        width: 16px;
        height: 16px;
        min-width: 16px;
        -webkit-appearance: none;
        border: 2px solid #0047ba;
        border-radius: 50%;
    }

        .resumen .radio_op_pago:checked {
            background: #0047ba;
        }

    .resumen .etq_radio_pago {
        font-size: 20px;
        color: #0047ba;
        margin-left: 8px;
    }


.contract {
    color: #0047ba;
    text-align: left;
    text-decoration: underline !important;
   
}


    .contract:hover {
        color: #0047ba;
        text-decoration: underline;
    }

    .contract:link {
        color: #0047ba;
        text-decoration: underline;
    }

    .contract:visited {
        color: #0047ba;
        text-decoration: underline;
    }

    .contract:active {
        color: #0047ba;
        text-decoration: underline;
    }



.resumen .content .value {
    color: #515151;
    font-size: 108%;
}

.resumen .content .valueIns {
    color: #0047ba;
    font-size: 150%;
    font-weight: bold;
}

label {
    color: #515151;
    font-weight: 500;
    font-size: 19px;
    font-family: 'Paralucent Cond';
}

.goBack {
    font-size: 16pt;
    color: #000;
    cursor: pointer;
    text-align: center;
    float: left;
    padding-left: 75px;
}

    .goBack p {
        font-size: 15px;
    }

    .goBack:hover {
        color: #0047ba;
    }

    .goBack .material-icons {
        left: 0px;
        color: black;
        font-weight: bold;
        margin-bottom: -28px;
        margin-left: -20px;
        display: flex;
    }
    .goBack .material-icons:hover{
        color: #0047ba;
    }





.noMarginNoPadding {
    padding: 0px !important;
    margin: 0px !important;
    align-content: center;
    font-size: 18px;
    color: #515151;

}

        .noMarginNoPadding .branchTitle {
            font-size: 20px;
            color: #0047ba;
            font-weight: bold;
        }

        .noMarginNoPadding, b {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
        }



.searchBranch {
    min-height: 50px;
    padding-top: 7px;
    display: none;
}

    .searchBranch span {
        color: #0047ba;
       
    }

    .searchBranch .title {
        padding-top: 7px;
        font-size: 22px;
        color: black;
        font-weight: bold;
        text-align: right;
    }

    .searchBranch .cont_gen_h {
        font-size: 24px;
        margin: 0;
        text-align: initial;
    }


.cont_buscador {
    width: 260px;
    display: inline-flex;
    vertical-align: middle;
}


.btn_buscar_head {
        width: 50px;
        height: 35px;
        position: relative;
        overflow: hidden;
        border-radius: 0 35px 35px 0;
    }

    .btn_buscar_head .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        color: #fff;
    }

    .btn_buscar_head:hover .sub_busc {
        background: #000;
    }

.campo_buscar {
    height: 35px;
    border-right: none;
    border-radius: 30px 0 0 30px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #666;
}


.campo_buscar:focus {
    border-color: #0047ba;
    outline: none;
}

.campo_buscar:hover {
    border-color: #0047ba;
    outline: none;
}



.sub_busc {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background: #0047ba;
    cursor: pointer;
}


.material-icons {
    cursor: pointer;
}

    .material-icons cancelHola {
        background: #0047ba;
        font-weight: bold;
    }


.headerPage {
    background-color: white;
    margin-top: 50px !important;
    text-align: center;
}

.bgEffect {
    background-color: #e0040b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1000;
    opacity: 0.6;
    top: 0;
    left: 0;
}

.response .row {
    margin: 0px !important;
}

.response .name {
    color: #0047ba;
    font-weight: bold;
    padding: 20px;
    font-size: 15pt;
}

.response .dateContainer {
    padding: 20px;
    text-align: right;
}

.response .date {
    color: #0047ba;
    font-weight: bold;
}

.response .ip {
    color: #0047ba;
    font-weight: bold;
}

.response .dataResponse {
    text-align: center;
    font-size: 30pt;
    color: white;
}

.pasos {
    font-size: 18px;
    font-weight: bold;
}

.response .store {
    color: #ccc;
    padding: 30px 20px 0px 0px;
    font-size: 15pt;
}

.response .customResponseContainer {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    position: absolute;
    width: 100%;
    background: white;
}

    .response .customResponseContainer .formTitleResponse {
        color: #0047ba;
        font-size: 18pt;
        font-weight: bold;
        margin-top: 27px;
        margin-bottom: 31px;
    }

    .response .customResponseContainer .form-group {
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

        .response .customResponseContainer .form-group .label {
            font-size: 14pt;
            color: #000;
            font-weight: bold;
        }



    .response .customResponseContainer .form-control {
        padding-left: 2px !important;
        background-color: transparent;
        color: #515151;
        border: 0px !important;
        font-size: 12pt;
        box-shadow: none;
        border-right: none;
    }

    .response .customResponseContainer .formSeparatorResponse {
        border-left: 1px solid rgba(255,255,255,0.1);
        
    }

    .response .customResponseContainer .formSeparatorResponseModal {
        border-left:none;
        
    }
    .response .customResponseContainer .formContentSizeResponse {
        height: 100%;
        position: relative;
        max-width: 900px;
        margin: auto !important;
    }
.tb_resm {
    width: 100%;
    border-radius: 0 20px 0 20px;
    border: 1px solid #ccc;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 24px 24px;
    text-align: left;
}

.subscription-col { 
    display:none; 
}
.response .btnTerminar {
    text-align: right;
    padding-top: 15px;
}

.response .btnTerminarFooter {
    text-align: center;
}

.response .btnTerminar button {
    margin-top: 14px;
    color: #0047ba;
}


.response .btnTerminarFooter button {
    margin-top: 14px;
    color: #0047ba;
}

.response .backBlurResponse {
    width: 100%;
    background: white;
    height: 100%;
    position: absolute;
    filter: blur(30px);
    left: -4px;
}

.backBlurResponse, label {
    color: black;
    font-weight: bold;
}

.colorBarraSuperior{
    color: white;
}

@media (max-width: 768px) {

    .response .mediaHeader {
        display: none;
    }


    .response .btnTerminar {
        text-align: center;
    }

    .response .customResponseContainer .formSeparatorResponse {
        border: none !important;
    }
}

@media (min-width: 768px) {

    .response .mediaHeader {
        display: none;
    }


    .response .btnTerminar {
        text-align: center;
    }

    .modalIframe {
        /*width: 700px !important;*/
    }


}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #666666 inset;
    color:white !important;
}*/

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 30px #0047ba inset;
    -webkit-text-fill-color:white !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #0047ba inset;
    -webkit-text-fill-color:white !important;
}

.contentBack {
    position: absolute;
    top: 120px;
    z-index: 1000;
    display: none;
    left: 100px;
    text-align: center;

}

/*Loading*/
.imgLoading {
    text-align: center;
}

.textLoading {
    text-align: center;
}


.modal-content {
    box-shadow: none !important;
    align-content: center;
    margin-top: 150px;
}

    .modal-content.inicio {
        box-shadow: none !important;
        align-content: center;
        margin-top: 60px;
        padding: -1px 48px 56px;
        width: 140%;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        background: rgb(255, 255, 255);
        border-radius: 15px;
        box-sizing: border-box;
        position: relative;

    }

.modal-promo {
    /*border-radius: 20px 15px;*/
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 40px 48px 56px;
    position: relative;
}

.modal-content .colorLetra {
    font-size: 25px;
    color: #515151;
}

    .modal-content .colorHola {
        font-size: 25px;
        color: #000;
        font-weight: bold;
    }
    .modal-content .colorHolaName b {
        font-size: 24px;
        color: #666666;
        font-style: italic;
    }

modal-header {
    width: 100%;
    font-size: 18px;
    margin: 24px 0 8px;
    color: #515151;
    text-align: center;
    font-style: italic;
    padding: 4px;
    border-bottom: none !important;
}

        modal-header .colorLetraId {
            width: 100%;
            font-size: 18px;
            margin: 24px 0 8px;
            color: #515151;
            text-align: center;
            font-style: italic;
        }

.inputAux {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 16px;
    font-size: 18px;
    color: #666;
    border-radius: 30px;
    outline: none !important;
    text-align: center;
}

.inputAuxPagos {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 16px;
    font-size: 18px;
    color: #666;
    border-radius: 30px;
    outline: none !important;
    text-align: left;
}


    .inputAux:focus {
        border-color: #0047ba;
    }

    .inputAux:hover {
        border-color: #0047ba;
    }

    .inputAux dateP, dateP1 {
        color: #0047ba;
    }


    .modalGeneric {
        top: 200px !important;
        position: absolute !important;
    }


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128,128,128,0.8);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}

.lblRequest {
    margin-bottom: 15px;
    font-weight: normal;
}

.iFrameButton {
    background-color: #0047ba !important;
    color: white !important;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif !important;
    font-style: italic !important;
    border-radius: 0px !important;
    font-size: 15pt !important;
    box-sizing: border-box;
}

.btn_act_tabl_pago {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 16px;
    color: #0047ba;
    cursor: pointer;
}
.btn_act_tabl_pago:hover {
    color: #000;
}
.bodyModal {
    margin: initial !important;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    background-color: #515151;
    min-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nameModal {
    color: white;
    font-weight: bold;
    padding: 20px;
    font-size: 15pt !important;
}
.ipModal {
    color: #0047ba;
    font-weight: bold;
}

.downButton{
    position:relative;
    bottom:0;
}
.clsIframe {
    width: 100%;
    border: 0px;
    height: 600px;
}
#myModalAnswerPay{
    overflow:auto;
}


.modal-init {
    top:40% !important;
    transform:translateY(-50%) !important;
    -moz-transform:translateY(-50%) !important;
    -webkit-transform:translateY(-50%) !important;
}

.md-id-gif {
    text-align:center;
    width:100%;
    margin-top: 20px;
    display:none;
}
    .md-id-gif img {
        width:20px;
    }

.msg-bienvenida {
    display:none;
    text-align: center;
}

#valorIncripcionVal {
    font-weight: bold;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
}

#valorAdminVal {
    font-weight: bold;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
}

#commissionValueContainerVal {
    font-weight: bold;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
}

/*ESTILOS REDES SOCIALES*/
.abcRioButtonContents {
    line-height: 40px !important;
    font-family: 'Paralucent Cond', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
}

.abcRioButtonIcon {
    padding: 10px !important;
}

.abcRioButtonBlue{
    width: 100% !important;
}

.cont_btns_ingreso {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.btnfb {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #3C5A9A;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    border-radius: 0;
}

.btn-fb {

    display: inline-block;
    vertical-align: middle;
    font-size: 25px !important;
    font-weight: bold;
    color: white;
    background: #3C5A9A;
    border-radius: 7px;
}

    .btn-fb i {
        float: left;
        padding-top: 3px;
        font-size: 20pt;
    }

    .btn-fb span {
        font-size: 16px;
        font-family: 'Paralucent Cond';
    }

    .btnGoogle {
    width: 16px;
    float: left;
    }

.btn-google {
    background-color: #fff !important;
    color: #515151 !important;
    font-weight: bold;
    width: 100% !important;
    font-family: 'Paralucent Cond',arial,sans-serif;
    font-size: 18px !important;
    -webkit-box-shadow: 2px 2px 5px 0px #666666;
    border-radius: 7px;
}

.cardsWithoutCitySearch {
    margin-top:50px;
}

.cardsWithoutCitySearchLBL {
    margin-top: 50px;
    /*margin: 0px !important;
    align-content: center;*/
    padding-top: 1px;
    padding-bottom: 20px;
    height: 60px;
    padding-left: 45%;
    padding-right: 5px;
    font-size: 24px;
    text-align: initial;
}

a {
    text-decoration: none !important;
}
