/*inicio tipografias*/

@font-face {
    font-family: 'roboto-black';
    src: url('../fonts/roboto/roboto-black.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto/roboto-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-italic';
    src: url('../fonts/roboto/roboto-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-light';
    src: url('../fonts/roboto/roboto-light.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto/roboto-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-thin';
    src: url('../fonts/roboto/roboto-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-black';
    src: url('../fonts/poppins/poppins-black.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins/poppins-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-extrabold';
    src: url('../fonts/poppins/poppins-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-extralight';
    src: url('../fonts/poppins/poppins-extralight.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-italic';
    src: url('../fonts/poppins/poppins-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/poppins/poppins-light.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins/poppins-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins/poppins-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/poppins/poppins-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-thin';
    src: url('../fonts/poppins/poppins-thin.ttf') format('truetype');
}


.robotoMediumFont {
    font-family: roboto-medium;
    line-height: 1.3;
}


.popover {
    font-family: roboto-regular;
    color: #212229 !important;
}

.popover-header {
    text-transform: none !important;
    font-family: roboto-medium;
    font-size: 13px;
    color: #212229;
}

.popover-body {
    color: #212229;
}


/*fin tipografias*/

/*Inicio Hacienda*/

.bannerHacienda {
    background-color: #00426C;
}

.containerNavHacienda {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #00426C;
}

.alinearContenidoHacienda {
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerCuadro {
    background-color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.49);
}
.bienvenidoLogin {
    background-color: #00426C;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 2%;
    padding-left: 2%;
    border-start-end-radius: 15px;
    border-end-end-radius: 15px;
}

    .bienvenidoLogin h1 {
        color:white;
        text-align: center;
    }

    .bienvenidoLogin p {
        color: white;
        text-align: justify;
    }

.btnHacienda {
    align-content: baseline;
    background-color: #00426C;
    border: none;
    border-radius: 10px;
    
    color: white;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.inputLoginHacienda {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}



    .inputLoginHacienda h3 {
        color: #00346C;
        padding-top:2%;
        padding-bottom:2%;
        margin: 0;
    }

inputLoginHacienda p {
    color: brown;
}

    .seccionCintilloAvisos {
}

.cintilloAvisos {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: white;

    display: flex;
    justify-content: center;
    align-items: center;
}
/*Fin Hacienda*/


    /*Inicio estilos botones*/
    .bannerHomeOne {
    height: 90px;
    background-color: rgba(34,44,83,1);
    /*background-image: url(../../img/fondo-header-inicio.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: table;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-gti-App-orange-border {
    color: #737373;
    border: 2px solid #FF8200;
    border-radius: 10px;
}

    .btn-gti-App-orange-border:hover,
    .btn-gti-App-orange-border:active,
    .btn-gti-App-orange-border:focus,
    .btn-gti-App-orange-border:active:hover,
    .btn-gti-App-orange-border:active:focus {
        color: #fff;
        border-color: #FF8200;
    }

.btn-gti-App-green-border {
    color: #737373;
    border: 2px solid #7DB154;
    border-radius: 10px;
}

    .btn-gti-App-green-border:hover,
    .btn-gti-App-green-border:active,
    .btn-gti-App-green-border:focus,
    .btn-gti-App-green-border:active:hover,
    .btn-gti-App-green-border:active:focus {
        color: #fff;
        border-color: #7DB154;
    }

.btn-gti-App-yellow-border {
    color: #737373;
    border: 2px solid #E3CE35;
    border-radius: 10px;
}

    .btn-gti-App-yellow-border:hover,
    .btn-gti-App-yellow-border:active,
    .btn-gti-App-yellow-border:focus,
    .btn-gti-App-yellow-border:active:hover,
    .btn-gti-App-yellow-border:active:focus {
        color: #fff;
        border-color: #E3CE35;
    }

.textoBotonesDescargaTitulo {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    color: white;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: normal
}

.textoBotonesDescargaStore {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
    color: white;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: bold
}

.centrarContenido {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.centrarContenidoConGrid {
    display: grid;
    justify-content: center;
    align-items: center;
}


.centrarVertical{
    display: flex !important;
    align-items: center !important;
}

.btn-DescargaApp {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 12px;
}


.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 1000;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218,219,223,1);
    border-left: .8em solid rgba(11,23,66,1);
    animation: spin 1.1s infinite linear
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em
    }

@keyframes spin {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.input-group-addon {
    background-color: #ffffff;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
        opacity: .8;
        filter: alpha(opacity=80);
        cursor: not-allowed
    }

    .mt-checkbox > input, .mt-radio > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .mt-checkbox > span, .mt-radio > span {
        border: 1px solid transparent;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #E6E6E6
    }

        .mt-checkbox > span:after, .mt-radio > span:after {
            content: '';
            position: absolute;
            display: none
        }

    .input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
        display: block
    }

    .mt-checkbox:hover > input:not([disabled]) ~ span, .mt-checkbox > input:focus ~ span, .mt-radio:hover > input:not([disabled]) ~ span, .mt-radio > input:focus ~ span {
        background: #d9d9d9;
        webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .mt-checkbox:hover > input:not([disabled]):checked ~ span, .mt-checkbox > input:checked ~ span, .mt-radio:hover > input:not([disabled]):checked ~ span, .mt-radio > input:checked ~ span {
        webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #d9d9d9
    }

.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mt-checkbox > input:disabled ~ span, .mt-radio > input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none
}

.icon-btn, .ie8 .icon-btn:hover {
    filter: none
}

.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    border: 1px solid #d9d9d9;
    background: 0 0
}

.mt-checkbox > span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.mt-checkbox > input:disabled ~ span:after {
    border-color: #888
}

.form-inline .mt-checkbox {
    margin-left: 15px;
    margin-right: 15px
}

.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0
}

.form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group .mt-radio-list {
    padding-top: 0
}

.mt-checkbox-inline, .mt-radio-inline {
    padding-top: 10px;
}

.form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group .mt-radio-inline {
    padding-top: 8px
}

.mt-checkbox-inline .mt-checkbox, .mt-checkbox-inline .mt-radio, .mt-radio-inline .mt-checkbox, .mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px
}

    .mt-checkbox-inline .mt-checkbox:last-child, .mt-checkbox-inline .mt-radio:last-child, .mt-radio-inline .mt-checkbox:last-child, .mt-radio-inline .mt-radio:last-child {
        margin-right: 0
    }

.md-checkbox {
    position: relative
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block
    }

.form-inline .md-checkbox.md-checkbox-inline {
    margin-right: 20px;
    top: 3px
}

.md-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.md-checkbox label {
    cursor: pointer;
    padding-left: 30px
}

    .md-checkbox label > span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s
    }

        .md-checkbox label > span.inc {
            background: #fff;
            left: -20px;
            top: -20px;
            height: 60px;
            width: 60px;
            opacity: 0;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            -webkit-animation: growCircle .3s ease;
            -moz-animation: growCircle .3s ease;
            animation: growCircle .3s ease
        }

    .md-checkbox label > .box {
        top: 0;
        border: 2px solid #666;
        height: 20px;
        width: 20px;
        z-index: 5;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }

    .md-checkbox label > .check {
        top: -4px;
        left: 6px;
        width: 10px;
        height: 20px;
        border: 2px solid #36c6d3;
        border-top: none;
        border-left: none;
        opacity: 0;
        z-index: 5;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s
    }

.md-checkbox input[type=checkbox]:checked ~ label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg)
}

.md-checkbox input[type=checkbox]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg)
}

.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check, .md-checkbox input[type=checkbox]:disabled ~ label, .md-checkbox input[type=checkbox]:disabled ~ label > .box, .md-checkbox input[type=checkbox][disabled]:checked ~ label > .check, .md-checkbox input[type=checkbox][disabled] ~ label, .md-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: .7;
    filter: alpha(opacity=70)
}

.has-error .md-checkbox label, .has-error.md-checkbox label {
    color: #e73d4a
}

    .has-error .md-checkbox label > .box, .has-error .md-checkbox label > .check, .has-error.md-checkbox label > .box, .has-error.md-checkbox label > .check {
        border-color: #e73d4a
    }

.has-success .md-checkbox label, .has-success.md-checkbox label {
    color: #27a4b0
}

    .has-success .md-checkbox label > .box, .has-success .md-checkbox label > .check, .has-success.md-checkbox label > .box, .has-success.md-checkbox label > .check {
        border-color: #27a4b0
    }

.has-warning .md-checkbox label, .has-warning.md-checkbox label {
    color: #c29d0b
}

    .has-warning .md-checkbox label > .box, .has-warning .md-checkbox label > .check, .has-warning.md-checkbox label > .box, .has-warning.md-checkbox label > .check {
        border-color: #c29d0b
    }

.has-info .md-checkbox label, .has-info.md-checkbox label {
    color: #327ad5
}

    .has-info .md-checkbox label > .box, .has-info .md-checkbox label > .check, .has-info.md-checkbox label > .box, .has-info.md-checkbox label > .check {
        border-color: #327ad5
    }

.form-md-checkboxes > label {
    font-size: 14px;
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-md-checkboxes.has-error label {
    color: #ed6b75
}

.form-md-checkboxes.has-info label {
    color: #659be0
}

.form-md-checkboxes.has-success label {
    color: #36c6d3
}

.form-md-checkboxes.has-warning label {
    color: #F1C40F
}

.md-checkbox-list {
    margin: 5px 0
}

.form-horizontal .md-checkbox-list {
    margin-top: 5px
}

.md-checkbox-list .md-checkbox {
    display: block;
    margin-bottom: 10px
}

    .md-checkbox-list .md-checkbox:last-child {
        margin-bottom: 0
    }

.md-checkbox-inline {
    margin: 5px 0
}

.form-horizontal .md-checkbox-inline {
    margin-top: 7px
}

.md-checkbox-inline .md-checkbox {
    display: inline-block;
    margin-right: 20px
}

    .md-checkbox-inline .md-checkbox:last-child {
        margin-right: 0
    }

.md-radio {
    position: relative;
    /* handling click events */
    /* when radio is checked */
}

    .md-radio input[type=radio] {
        visibility: hidden;
        position: absolute;
    }

    .md-radio label {
        cursor: pointer;
        padding-left: 30px;
    }

        .md-radio label > span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            .md-radio label > span.inc {
                background: #fff;
                left: -20px;
                top: -20px;
                height: 60px;
                width: 60px;
                opacity: 0;
                border-radius: 50% !important;
                -moz-border-radius: 50% !important;
                -webkit-border-radius: 50% !important;
            }

        .md-radio label > .box {
            top: 0px;
            border: 2px solid #666;
            height: 20px;
            width: 20px;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            z-index: 5;
        }

        .md-radio label > .check {
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            background: #96c742;
            opacity: 0;
            z-index: 6;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            transform: scale(0);
        }

        .md-radio label > span.inc {
            -webkit-animation: growCircleRadio 0.3s ease;
            -moz-animation: growCircleRadio 0.3s ease;
            animation: growCircleRadio 0.3s ease;
        }

    .md-radio input[type=radio]:checked ~ label > .check {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .md-radio input[type=radio]:disabled ~ label,
    .md-radio input[type=radio][disabled] ~ label {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .md-radio input[type=radio]:disabled ~ label > .box,
        .md-radio input[type=radio][disabled] ~ label > .box {
            cursor: not-allowed;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

    .md-radio input[type=radio]:disabled:checked ~ label > .check,
    .md-radio input[type=radio][disabled]:checked ~ label > .check {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.has-error .md-radio label,
.has-error.md-radio label {
    color: #fbe1e3;
}

    .has-error .md-radio label > .box,
    .has-error.md-radio label > .box {
        border-color: #e73d4a;
    }

    .has-error .md-radio label > .check,
    .has-error.md-radio label > .check {
        background: #e73d4a;
    }

.has-success .md-radio label,
.has-success.md-radio label {
    color: #abe7ed;
}

    .has-success .md-radio label > .box,
    .has-success.md-radio label > .box {
        border-color: #27a4b0;
    }

    .has-success .md-radio label > .check,
    .has-success.md-radio label > .check {
        background: #27a4b0;
    }

.has-warning .md-radio label,
.has-warning.md-radio label {
    color: #f9e491;
}

    .has-warning .md-radio label > .box,
    .has-warning.md-radio label > .box {
        border-color: #c29d0b;
    }

    .has-warning .md-radio label > .check,
    .has-warning.md-radio label > .check {
        background: #c29d0b;
    }

.has-info .md-radio label,
.has-info.md-radio label {
    color: #e0ebf9;
}

    .has-info .md-radio label > .box,
    .has-info.md-radio label > .box {
        border-color: #327ad5;
    }

    .has-info .md-radio label > .check,
    .has-info.md-radio label > .check {
        background: #327ad5;
    }

.form-md-radios {
    padding-top: 5px;
}

    .form-md-radios > label {
        font-size: 14px;
        color: #888888;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .form-md-radios.has-error label {
        color: #ed6b75;
    }

    .form-md-radios.has-info label {
        color: #659be0;
    }

    .form-md-radios.has-success label {
        color: #36c6d3;
    }

    .form-md-radios.has-warning label {
        color: #F1C40F;
    }

.md-radio-list {
    margin: 5px 0 5px 0;
}

.form-horizontal .md-radio-list {
    margin-top: 5px;
}

.md-radio-list .md-radio {
    display: block;
    margin-bottom: 10px;
}

.md-radio-inline {
    margin: 5px 0 5px 0;
}

.form-horizontal .md-radio-inline {
    margin-top: 7px;
}

.md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px;
}

    .md-radio-inline .md-radio:last-child {
        margin-right: 0;
    }


.block-spinner-bar {
    display: inline-block;
    width: 80px;
    text-align: center;
}

    .block-spinner-bar > div {
        margin: 0 2px;
        width: 15px;
        height: 15px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .block-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .block-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

#span1 {
    background-color: #fff;
}

#spanAC1 {
    background-color: rgba(255, 0, 0, 0);
}

#spanAC2 {
    background-color: rgba(255, 0, 0, 0);
}

#header .header-logo img {
    width: 95%;
}

#header .header-ingresar {
    float: right;
    position: relative;
}

.header-ingresar a {
    color: #0B1C42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}



@media (min-width: 992px) {
    .header-ingresar {
        display: none;
    }
}
/*---------------------------------------------Elementos---------------------------------------------------------*/
.title-big-gti {
    padding: 45px 10px 45px 10px;
}

@media (min-width: 425px) {
    .title-big-gti {
        padding: 100px 10px 90px 10px;
    }
}

.title-middle-gti {
    padding: 50px 0 30px 0;
}

@media (min-width: 425px) {
    .title-middle-gti {
        padding: 100px 0 30px 0;
    }
}

.title-page-GTI {
    margin: 20px 10px 15px 10px;
}

.titleCaption {
    margin-bottom: 25px;
}

@media only screen and (max-width: 540px) {
    .confirmacionBackgroud h1 {
        font-size: 28px;
    }

    .crearUsuarioBackgroud h1 {
        font-size: 28px;
    }
}

/*------------------paso a paso----------------*/
.steps {
    margin-left: -70px;
}

div.profileSteps {
    margin-top: 25px;
}

div .profileStep {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 50px;
}

.stepTwo {
    margin-left: 75px;
    margin-right: 75px;
}

div.profileStep .connect {
    position: absolute;
    top: 13px;
    left: 35px;
    width: 80px;
    height: 3px;
    margin-left: -5px;
    background-color: #fff;
    border-radius: 5px;
}

div.profileStep .connectLarge {
    position: absolute;
    top: 13px;
    left: 100px;
    width: 80px;
    height: 3px;
    margin-left: -5px;
    background-color: #fff;
    border-radius: 5px;
}

div.profileStep .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    color: #FF8200;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

div.profileStep .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

div.profileStepPassive .connect {
    background-color: #fff;
}

div.profileStepPassive .icon {
    background-color: #fff;
    color: #00BBB4;
}
/*---------------------------------------------BOTONES--------------------------------------------------------*/
.btn-login {
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-gti-orange {
    color: #fff;
    background-color: #FF8200;
    border-color: #FF8200;
}

    .btn-gti-orange:hover,
    .btn-gti-orange:active,
    .btn-gti-orange:focus,
    .btn-gti-orange:active:hover,
    .btn-gti-orange:active:focus {
        color: #fff;
        background-color: #FF8200;
        border-color: #FF8200;
    }

.btn-gti-orange-border {
    color: #737373;
    background-color: #FFF;
    border: 3px solid #FF8200;
}

    .btn-gti-orange-border:hover,
    .btn-gti-orange-border:active,
    .btn-gti-orange-border:focus,
    .btn-gti-orange-border:active:hover,
    .btn-gti-orange-border:active:focus {
        color: #fff;
        background-color: #FF8200;
        border-color: #FF8200;
    }

.btn-gti-green {
    color: #fff;
    background-color: #7FB019;
    border-color: #7FB019;
}

    .btn-gti-green:hover,
    .btn-gti-green:active,
    .btn-gti-green:focus,
    .btn-gti-green:active:hover,
    .btn-gti-green:active:focus {
        color: #fff;
        background-color: #7FB019;
        border-color: #7FB019;
    }

.btn-gti-green-border {
    color: #737373;
    background-color: #FFF;
    border: 3px solid #7FB019;
}

    .btn-gti-green-border:hover,
    .btn-gti-green-border:active,
    .btn-gti-green-border:focus,
    .btn-gti-green-border:active:hover,
    .btn-gti-green-border:active:focus {
        color: #fff;
        background-color: #7FB019;
        border-color: #7FB019;
    }

.btn-gti-blue {
    color: #fff;
    background-color: #0B1C42;
    border-color: #0B1C42;
}

    .btn-gti-blue:hover,
    .btn-gti-blue:active,
    .btn-gti-blue:focus,
    .btn-gti-blue:active:hover,
    .btn-gti-blue:active:focus {
        color: #fff;
        background-color: #0B1C42;
        border-color: #0B1C42;
    }


.btn-gti-white {
    color: #525252;
    background-color: #fff;
    border-color: #fff;
}

    .btn-gti-white:hover,
    .btn-gti-white:active,
    .btn-gti-white:focus,
    .btn-gti-white:active:hover,
    .btn-gti-white:active:focus {
        color: #525252;
        background-color: #fff;
        border-color: #fff;
    }

.btn-gti-white-border-llave {
    color: #FFF;
    background-color: #00BBB4;
    border: 3px solid #FFF;
}

    .btn-gti-white-border-llave:hover,
    .btn-gti-white-border-llave:active,
    .btn-gti-white-border-llave:focus,
    .btn-gti-white-border-llave:active:hover,
    .btn-gti-white-border-llave:active:focus {
        color: #FFF;
        background-color: #00BBB4;
        border: 3px solid #FFF;
    }

.btn-gti-white-llave {
    color: #525252;
    background-color: #FFF;
    border: 3px solid #FFF;
}

    .btn-gti-white-llave:hover,
    .btn-gti-white-llave:active,
    .btn-gti-white-llave:focus,
    .btn-gti-white-llave:active:hover,
    .btn-gti-white-llave:active:focus {
        color: #525252;
        background-color: #FFF;
        border: 3px solid #FFF;
    }

.btn-gti-gradient {
    background: linear-gradient(135deg, rgba(53,72,149,1) 0%, rgba(57,45,131,1) 100%);
    border: 1px solid transparent;
    padding: 12px 35px;
}

    .btn-gti-gradient:hover,
    .btn-gti-gradient:active,
    .btn-gti-gradient:focus,
    .btn-gti-gradient:active:hover,
    .btn-gti-gradient:active:focus {
        background: linear-gradient(135deg, rgba(53,72,149,1) 0%, rgba(57,45,131,1) 100%);
        border: 1px solid transparent;
    }

.btn-gti-page {
    margin-top: 30px;
}

.btn-gti-large {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 180px;
}

.btn-gti-middle {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.btn-gti-little {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 159px;
}
/*--------------------------------BOTONES---------------------------------*/
/*---------------------------------------------Generales--------------------------------------------------------*/
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18);
    border: none;
}

.btn-thumbnail {
    margin: 30px 0 30px 0;
}

.btn-up {
    margin-bottom: 10px;
}

.btn-down {
    margin-bottom: 10px;
}

/*.form-control {
    border-bottom: 0.25px solid rgba(165, 165, 165, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-left: none;
    border-top: none;
    border-right: none;
}

    .form-control:focus {
        border-bottom: 0.25px solid rgba(165, 165, 165, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
        border-left: none;
        border-top: none;
        border-right: none;
    }*/

.formStyle {
    text-align: left;
    padding-bottom: 15px;
}

@media (max-width: 425px) {
    .cotizador .col-md-10 {
        padding: 0px;
    }

    .flujoCompra .container {
        padding: 0px;
    }

    .metodoPago .container {
        padding: 0px;
    }

    .loginActivar .col-md-6 {
        padding: 0px;
    }

    .accordionMain .container {
        padding: 0px;
    }

    .activar .col-md-6 {
        padding: 0px;
    }

    .crearUsuario .col-md-8 {
        padding: 0px;
    }

    .cardLlave .col-xs-10 {
        padding: 0px;
    }

    .cardLlave .container {
        padding: 0px;
    }
}

.page {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 30px;
}
/*-----------------------modalGeneral----------------------------*/

.modal {
    background: rgba(0,0,0,.8);
    z-index: 10000;
    position: fixed;
}

/*.modal-content {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18);
    border: none;
}*/

.modal-box {
    width: 95%;
    max-width: 920px;
    margin: 30px auto;
}

.modal-header {
    padding: 15px 15px 0 15px;
    border-bottom: none;
}

.modal-body {
    padding: 15px 25px 15px 25px;
}

.modal img {
    padding-bottom: 15px;
}

.modal h2 {
    margin: 0 0 15px 0;
    color: #0B1C42;
}



/* Close Button */
.close-modal {
    text-align: right;
    cursor: pointer;
    color: rgba(0,0,0,.8)
}

.modal-backdrop {
    position: inherit;
    width: 100%;
    height: 100%;
}
/*-----------------------modalGeneral----------------------------*/

/*--------------------------------------------HOME---------------------------------------------------------*/
.homePrimary {
    width: 100%;
    /*background-color: #7FB019;*/
    height: auto;
    overflow: hidden;
    padding-bottom: 71px;
}

    .homePrimary .container {
        padding-top: 150px;
    }

.homeHead {
    position: relative;
    margin-top: 20px;
}

    .homeHead .thumbnail {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        background: border-box;
        border-style: hidden;
        position: absolute;
        text-align: left;
    }

        .homeHead .thumbnail .caption {
            padding: 40px 75px;
        }

.imgHead {
    height: 340px;
    width: 100%;
    align-content: center;
}

.homeHead h1 {
    font-size: 60px;
    line-height: 75px;
    color: #FFF;
    margin-bottom: 0px;
}

.homeHead p {
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.col-lg-offset-1 {
    margin-left: 25px;
}

/*----------------------------------------------LOGIN-HOME-------------------------------------------------------*/
.homeLogin {
    overflow: hidden;
}

.inicioBanner {
    margin-top:-20px;
}

.textoLabelExterno {
    /*width: 100%;*/
    text-align: left;
    font-size: 14px;
    font-family: roboto-medium;
    color: #212229;
    margin-bottom: 2px;
    display: flex;
}



        .inputFormCambiarC {
    background-color: aqua;
    box-shadow: none;
    display: block;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.homeLogin .featured-box {
    border-radius: 5px;
    margin-top: 20px;
    height: 339px;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18);
}



    .inicioSecion h4 {
        margin-bottom: 10px;
    }

/*--------------------------------------------Inicio cambiar contasena-------------------------------------------------------*/

/*--------------------------------------------Fin cambiar contasena-------------------------------------------------------*/

/*--------------------------------------------Inicio form-control-------------------------------------------------------*/
.form-control {
    box-shadow: none;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 15px;
    color: #212229 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out    font-style: normal;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
/*--------------------------------------------Fin form-control-------------------------------------------------------*/


.OlvidoPassword {
    margin: 0px;
    text-align: right;
}
/*--------------------------------------------LOGIN-MODAL-------------------------------------------------------*/
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal .show {
    padding-right: 0px;
}

.LoginModal .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.LoginModal .modal-header {
    border-radius: 15px;
    background: #FAFAFA;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18);
}

.LoginModal .modal-body {
    background: #ECEFF1;
    padding: 60px 40px;
}

.LoginModal .modal .featured-box {
    margin-top: 20px;
    height: 280px;
    border-style: none;
    box-shadow: none;
}

#ContentPage_Text1 {
    border-style: none;
    box-shadow: none;
}

#ContentPage_Password1 {
    border-style: none;
    box-shadow: none;
}

.LoginModal .modal .inicioSecion {
    padding: 0px 60px 0px 60px;
}

@media (max-width: 375px) {
    .LoginModal .modal .inicioSecion {
        padding: 0px;
    }
}

@media (min-width: 740px) {
    .LoginModal .modal-box {
        width: 60%;
    }
}
/*----------------------------------------------IMG-PROMOCION-------------------------------------------------------*/
.sectionPromocion {
    background-color: #7FB019;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
}

    .sectionPromocion .container {
        padding-right: 7px;
        padding-left: 7px;
    }

    .sectionPromocion .col-md-8 {
        padding-right: 0px;
        padding-left: 0px;
    }

.panelPromocion {
    padding-top: 140px;
    padding-bottom: 70px;
}

.sectionPromocion img {
    width: 100%;
    display: block;
    position: relative;
}

.txtPromocion {
    position: absolute;
    top: 170px;
    left: 0;
}

    .txtPromocion h1 {
        font-size: 60px;
        line-height: 75px;
        color: #FFF;
    }

    .txtPromocion p {
        color: #FFF;
        line-height: 15px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 30px;
        margin-right: 21px;
    }

@media only screen and (max-width: 550px) {
    .panelPromocion {
        padding-bottom: 85px;
    }

    .txtPromocion {
        top: 165px;
    }

        .txtPromocion h1 {
            font-size: 35px;
            line-height: 39px;
            margin-bottom: 10px;
        }
}


/*@media only screen and (max-width: 1199px) {
    .homePrimary {
        display: none;
    }
}*/

@media only screen and (max-width: 1200px) {
    .sectionPromocion {
        display: block !important;
        width: 100%;
        overflow: auto;
        height: auto;
    }

    .LoginModal .modal {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.8);
        overflow: auto;
    }
}

@media only screen and (max-width: 2800px) and (min-width: 1200px) {
    .sectionPromocion {
        display: none !important;
    }
}

/*--------------------------------------------INTRO-BANNER-----------------------------------------------------------*/
.bannerHomeOne {
    background-color: #0B1C42;
    height: auto;
    margin-top: -1px;
}

    .bannerHomeOne h4 {
        color: #FFF;
        margin: 0px;
        line-height: 50px;
    }

@media only screen and (min-width: 1200px) {
    .bannerHomeOne {
        padding: 20px 0 20px 0;
    }

        .bannerHomeOne h4 {
            text-align: right;
        }

        .bannerHomeOne .btnBanner {
            text-align: left;
            margin-top: 8px;
        }
}

@media only screen and (max-width: 1200px) {
    .bannerHomeOne {
        padding-bottom: 15px;
    }

        .bannerHomeOne h4 {
            padding-top: 0px;
            padding-bottom: 0px;
        }
}

/*@media only screen and (max-width: 425px) {
    .bannerHomeOne {
        
    }
}*/

/*----------------------------------------------MAIN-ACOCORDION--------------------------------------------------*/
.mainSection {
    background: linear-gradient(135deg, rgba(62,110,180,1) 18%, rgba(53,72,149,1) 56%, rgba(56,45,131,1) 90%);
    padding-bottom: 80px;
}

.textoAccordion {
    height: auto;
}

.imgAccordion {
    overflow: hidden;
}

.mainSection h1 {
    color: #FFF;
}

.accordionMain .col-md-12 {
    padding: 0px;
}

.accordionMain .accordionWrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
}

.accordionMain .panel-group .panel {
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
    border-radius: 50px;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18);
}

.accordionWrapper .panel-group .panel-heading a {
    color: #FFF;
    padding: 0px;
    font-size: 15px;
}

.accordionWrapper .panel-body {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0px;
}

.accordionWrapper .cardFE {
    background-color: transparent;
    border: solid 5px white;
}

.accordionWrapper .cardATV {
    background-color: #7FB019;
}

.accordionWrapper .cardGTI {
    background-color: #0B1C42;
}

.accordionMain p {
    font-size: 16px;
    text-align: justify;
    padding-top: 15px;
    color: #FFF;
}

.accordionMain a {
    text-decoration: none
}

.panel-default > .panel-heading {
    background-color: transparent;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 0;
    }

@media only screen and (min-width: 425px) {
    .accordionWrapper .panel-group .panel-heading a {
        font-size: 18px;
    }

    .accordionMain .panel-group .panel {
        padding: 20px 30px 20px 30px;
    }
}

/*----------------------------------------------TITULO-COLUMNS-------------------------------------------------------*/
.titleColumns .title-middle-gti {
    padding: 50px 0 30px 0;
}

.titleColumns h1 {
    color: #0B1C42;
}

.titleColumns .numero {
    color: #FF8200;
    font-size: 115px;
}

.titleColumnLarge {
    height: auto;
    overflow: hidden;
    background-image: url(../../img/fondo-colum1.webp);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position-x: right;
}

.txtSub {
    margin-top: -45px;
    margin-left: 110px;
}

.txtPasos {
    padding-left: 0px;
}

.txt3 {
    padding-right: 0px;
}

@media (min-width: 768px) {
    .titleColumnLarge h1 {
        margin-left: 125px;
    }
}

@media (min-width: 992px) {
    .titleColumnLarge h1 {
        margin-left: -11px;
    }
}

@media (min-width: 1200px) {
    .titleColumnLarge h1 {
        margin-left: 40px;
    }
}

.titleColumnSmall {
    height: auto;
    overflow: hidden;
    background-image: url(../../img/fondo-colum1.webp);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position-x: right;
}

    .titleColumnSmall h1 {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 45px;
    }

    .titleColumnSmall .txtPasos {
        margin-right: 5px;
        padding-left: 0px;
        margin-left: -25px;
        margin-top: -25px;
    }

@media (min-width: 767px) {
    .titleColumnSmall {
        display: none;
    }
}

@media (max-width: 767px) {
    .titleColumnSmall {
        display: block;
    }

    .titleColumnLarge {
        display: none;
    }
}
/*----------------------------------------------COLUMNAS-3PASOS------------------------------------------------------*/
.columnsSection {
    height: auto;
    overflow: hidden;
    background-image: url(../../img/fondo-colum2.webp);
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position-x: left;
    background-position-y: bottom;
}

.carouselSection {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 120px;
}

    .carouselSection .thumbnail .caption {
        padding: 40px;
        height: 150px;
    }

@media (min-width: 1200px) {
    .carouselSection .thumbnail .caption {
        padding: 40px;
        height: 215px;
    }
}

.carouselSection .thumbnail > img {
    margin-bottom: 50px;
}

.carouselSection a {
    text-decoration: none;
}

.carouselSection .carousel-cell {
    width: 30%;
    height: auto;
    margin-right: 15px;
    margin-top: 8px;
}

@media (max-width: 1199px) {
    .carouselSection .carousel-cell {
        width: 70%;
    }

    .carouselSection .thumbnail .caption {
        padding: 50px 20px 0px 20px;
    }
}

@media (max-width: 392px) {
    .carouselSection .carousel-cell {
        width: 90%;
    }

    .carouselSection .thumbnail .caption {
        padding: 40px 5px 0px 5px;
    }
}
/*----------------------------------------------carrousel--------------------------------------------------------*/
/*--------------------------------------------SEC-PLANES home -------------------------------------------------------*/
.planesSection {
    width: 100%;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding-bottom: 85px;
}

    .planesSection h1 {
        font-family: poppins-bold;
        color: #7FA841;
        font-weight: 500;
    }

    .planesSection h2 {
        padding-top: 5px;
        padding-bottom: 10px;
        color: #0C3987;
        text-align: center;
        font-family: poppins-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .planesSection h3 {
        color: #0C3987;
        font-family: poppins-regular;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 0px;
        margin: 0px;
    }

    .planesSection h4 {
        color: #0C3987;
        text-align: center;
        font-family: poppins-regular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }

    .planesSection h6 {
        color: #000;
        text-align: center;
        font-family: poppins-regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin:0px;
    }



    .planesSection p {
        color: #7FA841;
        font-family: poppins-regular;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        padding: 0px;
        margin: 0px;
    }

    .planesSection .leyenda-planes {
        color: #000;
        text-align: justify;
        font-family: poppins-medium;
        font-size: 13.6px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .planesSection .thumbnail {
        border-radius: 20px;
        background: #F1F1F1;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 10px;
        border-color: #bccdf1;
        border-width: 1px;
        border-style: solid;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.18);
        height: 360px;
    }

    .planesSection a {
        text-decoration: none;
    }

    .planesSection .thumbnail .titleCaption {
        height: 100px;
        padding: 0px;
    }

    .planesSection .thumbnail .infoCaption {
        height: 145px;
        padding: 15px 0 15px 0;
        margin-top: 25px;
        margin-bottom: 10px;
    }




@media only screen and (max-width: 800px) {

    .planesSection h3 {
       
    }
}

.planesSection .btn {
    background-color: #7FA841;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-family: poppins-regular;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}

    .planesSection .btn:hover {
        background-color: #ffffff;
        color: #7FA841;
        border-color: #7FA841;
    }

    /*@media only screen and (min-width: 992px) {
        .planesSection .thumbnail .infoCaption {
            margin-left: 20px;
            margin-right: 20px;
        }
}*/
    @media only screen and (min-width: 1150px) {
        .prepago .thumbnail {
            margin-left: 25px;
        }

        .pospago .thumbnail {
            margin-right: 25px;
        }
    }
    /*----------------------------------------------SEC-SOPORTE--------------------------------------------------------*/
    .soporteSection {
    margin-bottom: 20px;
}

    .soporteSection .row {
        margin: 0px;
    }

    .soporteSection h1 {
        color: #0B1C42;
    }

    .soporteSection h6 {
        color: #666666;
    }

    .soporteSection h4 {
        color: #666666;
        font-weight: 600;
    }

/*----------------------------------------------SEC-CLIENTES felices--------------------------------------------------------*/
.clientesSection {
    margin-bottom: 50px;
}

    .clientesSection h1 {
        color: #0B1C42;
    }

    .clientesSection h6 {
        color: #666666;
    }

.section section-custom-map .row {
    margin-left: 0px;
    margin-right: 0px;
}

.carouselClientes .carousel {
    background: #FFF;
}

.carouselClientes .img-logo {
    margin-right: 20px;
    margin-left: 20px;
}

.carouselClientes .carousel-cell.is-selected {
    background: #fff;
}

/* cell number */
.carouselClientes .carousel-cell:before {
    display: block;
    text-align: center;
}

.clientesSection .contenedorImagenes {
    width: 150px;
}

@media only screen and (max-width: 1000px) {
    .clientesSection .contenedorImagenes {
        width:100%;
    }
}

    @media only screen and (max-width: 480px) {
        .flickity-button {
            display: none;
        }

        .sectionClientes .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    /*---------------------------------------------FINAL-BANNER---------------------------------------------------------*/
    .bannerHomeTwo {
        background-color: #7FB019;
        height: auto;
        overflow: hidden;
        padding: 0px 0 15px 0;
        margin-top: -1px;
        z-index: 1;
    }

        .bannerHomeTwo h4 {
            color: #FFF;
            margin: 0px;
            line-height: 50px;
        }

    @media only screen and (min-width: 1200px) {
        .bannerHomeTwo {
            padding: 20px 0 20px 0;
        }

            .bannerHomeTwo h4 {
                text-align: right;
            }

            .bannerHomeTwo .btnBanner {
                text-align: left;
                margin-top: 8px;
            }
    }

    @media only screen and (max-width: 1200px) {
        .bannerHomeTwo h4 {
            padding-bottom: 0px;
        }
    }

    /*@media only screen and (max-width: 425px) {
    .bannerHomeTwo {
        background-color: #0B1C42;
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100px;
    }

        .bannerHomeTwo h4 {
            padding-bottom: 0px;
        }
}*/

    /*----------------------------------------------FOOTER--------------------------------------------------------*/
.footerSection {
    position: absolute;
    width: 100%;
    /*background-image: url(../../img/montana-footer.png);*/
    background: linear-gradient(to right, rgba(34,44,83,1), rgba(20,69,108,1), rgba(34,44,83,1));
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: #0B1C42;
    padding: 55px 0px 0px 0px;
    height: auto;
    overflow: hidden;
    margin-bottom: -2px;
    z-index: 2;
}

    .footerSection h5 {
        color: #ffffff;
        font-family: roboto-medium;
    }

    .footerLogo {
        margin-bottom: 50px;
    }

    .footerFactura {
        margin-bottom: 30px;
    }

    .footerContacto {
        margin-bottom: 30px;
    }

    .footerInfo {
        margin-bottom: 5px;
        height: auto;
        overflow: hidden;
    }

    .footer_ul_amrc {
        margin: 0px;
        list-style-type: none;
        padding: 0px 0px 0px 0px;
    }

    .footerSection a {
        line-height: 30px;
        font-size: 12px;
        color: #fff;
    }

    .footerSection li {
        line-height: 30px;
        font-size: 12px;
        color: #fff;
    }

    .footerContacto i {
        line-height: 30px;
    }

    .footerRedes li {
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .footerCopyright {
        width: 100%;
        height: 130px;
        margin-top: -5px;
    }

    @media only screen and (max-width: 500px) {
        .footerCopyright {
            height: 180px;
        }
    }

    .footerCopyright p {
        line-height: 15px;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 15.25);
    }

    .footerCopyright hr {
        margin-right: 155px;
        margin-left: 155px;
    }
    /*---------------------------------------------------------------------------PAGINA-PUNTOS-VENTA------------------------------------------------------------------*/
    .puntosVenta {
        background: linear-gradient(135deg, rgba(62,110,180,1) 18%, rgba(53,72,149,1) 56%, rgba(56,45,131,1) 90%);
        clear: both;
        overflow: auto;
        height: 1%;
    }

        .puntosVenta .col-md-8 {
            padding-right: 0px;
            padding-left: 0px;
        }

        .puntosVenta .col-md-12 {
            padding-right: 0px;
            padding-left: 0px;
        }

        .puntosVenta h2 {
            color: #FCBE00;
        }

        .puntosVenta h6 {
            color: #FFF;
        }

    .divDistribuidores {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
        height: auto;
        background-color: #fff;
    }

        .divDistribuidores .thumbnail .caption {
            padding-right: 20px;
            padding-left: 20px;
        }

    .btn-circle {
        padding: 5px 11px;
        background-color: #EF7E00;
        color: #FFF;
    }

    .faPuntoVenta {
        font-size: 22px;
    }

    .puntosDropdown .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .puntosDropdown {
        padding-bottom: 20px;
    }


        /*-----Dropdown-----*/
        .puntosDropdown .dropbtn { /*-----Dropdown inicio-----*/
            color: white;
            font-size: 16px;
            border: none;
            border-radius: 50px;
        }

    @media only screen and (max-width: 320px) {
        .puntosDropdown .dropbtn {
            font-size: 14px;
        }
    }

    .puntosDropdown .btnProvincia { /*-----Dropdown inicio-----*/
        /*padding: 10px 27px;*/
        background-color: #FCBE00;
        margin-right: 2px;
    }

    .puntosDropdown .btnCanton { /*-----Dropdown inicio-----*/
        /*padding: 10px 27px;*/
        color: #737373;
        background-color: #FFF;
        margin-left: 2px;
    }

    .puntosDropdown .dropdown {
        position: relative;
        display: inline-block;
    }

    .puntosDropdown .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: none;
        z-index: 1;
    }

        .puntosDropdown .dropdown-content a {
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .puntosDropdown .dropdown-content a:hover {
                background-color: #ddd;
            }

    .puntosDropdown .dropdown:hover .dropdown-content {
        display: block;
    }

    .puntosDropdown .dropdown:hover .dropbtn .btnProvincia { /*-----hover-----*/
        background-color: #FCBE00;
        padding-top: 10px;
    }

    .puntosDropdown .dropdown:hover .dropbtn .btnCanton { /*-----hover-----*/
        background-color: #FFF;
    }

    .puntosVenta img {
        margin-right: 15px;
    }

    @media only screen and (max-width: 719px) {
        .puntosVenta img {
            width: 80px;
        }
    }

    @media only screen and (min-width: 720px) {
        .puntosVenta .title-page-GTI {
            margin: 50px 10px 30px 70px;
        }

        .puntosDropdown .btnProvincia {
            /*padding: 10px 40px;*/
            margin-right: 5px;
        }

        .puntosDropdown .btnCanton {
            /*padding: 10px 40px;*/
            margin-left: 5px;
        }

        .puntosVenta img {
            margin-top: -285px;
        }
    }
    /*---------------------------------------------PAGINA-PLANES-------------------------------------------------------*/
    /*inicio estilos pantalla de planes*/

    /*Fin estilos pantalla de planes*/
    .headerPlanes {
        padding-top: 80px;
        width: 100%;
        height: auto;
        /*   overflow: hidden;
    background: linear-gradient(to right, rgba(62,110,180,1) 0%, rgba(56,45,131,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;*/
    }

        .headerPlanes h1 {
            color: #FFF;
            font-family: poppins-bold;
            color: #7FA841;
            font-weight: 300;
        }

    .contenedorPlanes {
        border-radius: 20px;
        background: #F1F1F1;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
        border-color: #bccdf1;
        border-width: 1px;
        border-style: solid;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.18);
    }

        .contenedorPlanes h3 {
            color: #000;
            text-align: center;
            font-family: poppins-regular;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: none;
            margin-bottom: 20px;
        }

    .contenedorTabPlanes {
        margin: 0px !important;
        padding: 0px !important;
        background-color: #F1F1F1;
    }

        .contenedorTabPlanes li {
            margin: 0px !important;
            background-color: #F1F1F1;
            border-radius: 6px;
        }

    .tab-contentF {
        background-color: #FFFFFF;
    }

    .tab-content {
        background-color: transparent;
        padding-bottom: 10px;
        box-shadow: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    .fisicaTab h4 {
        padding-bottom: 20px;
        color: #0C3987;
        text-align: center;
        font-family: poppins-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.juridicaTab h4 {
    padding-bottom: 20px;
    color: #0C3987;
    text-align: center;
    font-family: poppins-regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .tab-content .title-planes {
    }

        .tab-content .title-planes h4 {
            color: #7FA841;
            font-family: poppins-regular;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 25px;
            text-align: center;
            margin-bottom: 5px;
        }

        .tab-content .title-planes h5 {
            color: #0C3987;
            text-align: center;
            font-family: poppins-regular;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 5px;
        }

        .tab-content .title-planes h6 {
            color: #000;
            text-align: center;
            font-family: poppins-regular;
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding-right: 30px;
            padding-left: 30px;
        }

    .planPre {
        padding-left: 5px;
        padding-right: 5px;
    }

    .planPos {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tab-content {
        border-style: hidden;
    }


        .tab-content .contenedorPlan {
            margin-bottom: 10px;
        }

        .tab-content .thumbnail .caption {
            /*padding: 30px 50px 30px 50px;*/
        }

        .tab-content .planesPlan {
            border-radius: 20px;
            background: #FFF;
            box-shadow: 0px 2px 15px 4px rgba(0, 0, 0, 0.10);
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 20px;
            padding-left: 20px;
            margin-bottom: 20px;
        }



        .tab-content .contenedorTexto {
            height: 140px;
        }


    @media only screen and (max-width: 990px) {
        .tab-content .contenedorTexto {
            height: 190px;
        }
    }

    @media only screen and (max-width: 767px) {
        .tab-content .contenedorTexto {
            height: 130px;
        }
    }

    .tab-content .contenedorPlan h1 {
        color: #7FA841;
        font-family: poppins-semibold;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 0px;
        margin: 0px;
        text-transform: none;
    }



    .tab-content .contenedorPlan h2 {
        color: #0C3987;
        font-family: poppins-medium;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 0px;
        margin: 0px;
    }

    @media only screen and (max-width: 767px) {
        .tab-content .contenedorPlan h1 {
            text-align: center;
        }

        .tab-content .contenedorPlan h2 {
            text-align: center;
        }
    }

    .tab-content .contenedorPlan h5 {
        color: #0C3987;
        font-family: poppins-regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0px;
        text-transform: none;
        background-color: rgb(220, 232, 254);
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: fit-content;
        border-radius: 5px;
    }

    .tab-content .contenedorPlan h6 {
        color: #0C3987;
        text-align: center;
        font-family: poppins-semibold;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 10px;
    }

    .tab-content .contenedorPlan p {
        color: #000;
        text-align: justify;
        font-family: poppins-medium;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }

    .tab-content .contenedorPlan hr {
        margin-top: 5px;
        margin-bottom: 10px;
        color: #000000 !important;
        height: 1px;
        stroke-width: 1px;
        stroke: #000;
        background-image: none;
        opacity: 0.8;
    }

    .contenedorPlanes .btn {
        background-color: #7FA841;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #FFF;
        text-align: center;
        font-family: poppins-regular;
        font-size: 17px;
        font-weight: 500;
        line-height: normal;
        text-transform: none;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-color: #fff;
        border-style: solid;
        border-width: 1px;
    }

        .contenedorPlanes .btn:hover {
            background-color: #ffffff;
            color: #7FA841;
            border-color: #7FA841;
        }


    @media only screen and (max-width: 620px) {
        .tab-content .title-planes {
            padding-right: 1px;
            padding-left: 1px;
            height: 150px;
        }
    }


    @media (min-width: 990px) {
        .tab-content .thumbnail .caption {
            padding: 0px !important;
        }
    }
    /*----------------------------------------------columnasPlanes--------------------------------------------------------*/
    #planesTab .btn.active {
        text-align: center !important;
    }

    #planesTab .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { /*personafisicaInicio*/
        text-align: center !important;
        border-radius: 6px;
        background: #0C3987;
        border: solid;
        border-width: 1px;
        border-color: #0C3987;
        color: #FFFFFF;
        text-align: center;
        font-family: poppins-regular;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
       
    }


#planesTab .nav-tabs li a { /*personaJuridica  #799428   #95B538*/
    text-align: center !important;
    background: #F1F1F1;
    color: #000;
    border-top-color: #F1F1F1;
    border-top-style: solid;
    border-top-width: 0.5px;
    border-bottom-color: #F1F1F1;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-right-color: #0C3987;
    border-right-style: solid;
    border-right-width: 0.5px;
    border-left-color: #0C3987;
    border-left-style: solid;
    border-left-width: 0.5px;
    font-family: poppins-regular;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    white-space: unset;
    padding-top: 8px;
    padding-bottom: 8px;
    height: -webkit-fill-available;
}

    #planesTab .nav-tabs li a:hover { /*personaJuridica  #799428   #95B538*/
        text-align: center !important;
        border-radius: 6px;
        background: #0C3987;
        border: solid;
        border-width: 1px;
        border-color: #0C3987;
        color: #FFFFFF;
    }

#planesTab .btn-default.active:focus, .btn-default.active:hover { /*despues de iniciado*/
    text-align: center !important;
    border-radius: 6px;
    background: #0C3987;
    border: solid;
    border-width: 1px;
    border-color: #0C3987;
    color: #FFF;
    text-align: center;
    font-family: poppins-regular;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
}

#planesTab .nav-tabs li a b {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-weight: 500;
    line-height: 120%;
}

.btn-rounded {
    border-radius: 50px !important;
}

    .nav-tabs {
        border-bottom: 0px solid #ddd;
        border-top: 0px solid #EEE;
        padding: 0px;
    }

        .nav-tabs li {
            padding: 0;
            display: inline-block;
        }

    .nav-link-fisicos {
        z-index: 50;
        transform: translate(26px, 0px);
    }

    .nav-link-juridicos {
        transform: translate(-26px, 0px);
    }

    @media (max-width: 991px) {
        #planesTab .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
            padding-right: 45px;
            padding-left: 45px;
        }

            #planesTab .btn-default.active:focus, .btn-default.active:hover {
                padding-right: 45px;
                padding-left: 45px;
            }

        #planesTab .nav-tabs li a, .nav-tabs li a:hover { /*personaJuridica*/
            padding-right: 45px;
            padding-left: 45px;
        }

        .nav-link-fisicos {
            z-index: 50;
            transform: translate(20px, 0px);
        }

        .nav-link-juridicos {
            transform: translate(-20px, 0px);
        }
    }

    @media (max-width: 429px) {
        #planesTab .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
            padding-right: 35px;
            padding-left: 35px;
        }

            #planesTab .btn-default.active:focus, .btn-default.active:hover {
                padding-right: 35px;
                padding-left: 35px;
            }

        #planesTab .nav-tabs li a, .nav-tabs li a:hover { /*personaJuridica*/
            padding-right: 35px;
            padding-left: 35px;
        }

        .nav-link-fisicos {
            z-index: 50;
            transform: translate(16px, 0px);
        }

        .nav-link-juridicos {
            transform: translate(-16px, 0px);
        }
    }

    @media (max-width: 378px) {
        .nav-tabs li a {
            font-size: 12px;
        }

        #planesTab .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
            padding-right: 25px;
            padding-left: 25px;
        }

            #planesTab .btn-default.active:focus, .btn-default.active:hover {
                padding-right: 25px;
                padding-left: 25px;
            }

        #planesTab .nav-tabs li a, .nav-tabs li a:hover { /*personaJuridica*/
            padding-right: 30px;
            padding-left: 30px;
        }

        .nav-link-fisicos {
            z-index: 50;
            transform: translate(15px, 0px);
        }

        .nav-link-juridicos {
            transform: translate(-15px, 0px);
        }
    }

    /*----------------------------------------------Seccion cotizarPlan--------------------------------------------------------*/
    .cotizarPlan {
        background-color: #7FB019;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url(../../img/pagina-planes/fondo-block-cotizar-small.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    @media only screen and (min-width: 930px) {
        .cotizarPlan {
            background-color: #7FB019;
            width: 100%;
            height: auto;
            overflow: hidden;
            background-image: url(../../img/pagina-planes/fondo-block-cotizar.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            padding-top: 40px;
        }
    }

    @media (min-width: 700px) and (max-width: 991px) {
        .cotizarPlan h1 {
            margin-right: 20px;
        }
    }

    .cotizarPlan h1 {
        color: #FFF;
    }
    /*----------------------------------------------Seccion cotizarPlan--------------------------------------------------------*/

    /*----------------------------------------------------------PAGINA--COTIZADOR-----------------------------------------------------------------*/
    .cotizadorBackgroud {
        background: url(../../img/paginas-compra/img-back-Cotizador.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 480px;
    }

    .cotizadorTitle h1 {
        color: #FFF;
        padding-top: 25px;
        font-size: 27px;
        text-align: right;
    }

    .imgCotizador {
        margin-bottom: -80px;
        margin-top: 70px;
    }

    .cotizador {
        margin-top: -370px;
        padding-bottom: 20px;
    }

    @media only screen and (min-width: 438px) {
        .cotizador {
            margin-top: -405px;
        }
    }

    @media only screen and (min-width: 585px) {
        .cotizador {
            margin-top: -455px;
        }

        .cotizadorTitle h1 {
            padding-top: 25px;
            margin-left: 50px;
        }
    }

    @media only screen and (min-width: 765px) {
        .cotizador {
            margin-top: -520px;
        }

        .cotizadorTitle h1 {
            font-size: 30px;
            padding-top: 45px;
            margin-left: 145px;
        }

        .imgCotizador {
            margin-bottom: -80px;
        }

        .cotizador .titleCaption {
            padding-top: 10px;
        }
    }

    @media only screen and (max-width: 320px) {
        h2 {
            font-size: 20px;
        }
    }


    .cotizador .thumbnail {
        margin-bottom: 35px;
    }

        .cotizador .thumbnail .caption {
            padding: 30px 30px 0px 30px;
        }

    .cotizador .titleCaption {
        margin-bottom: 15px;
        padding-top: 50px;
    }

    .cotizador .btn-gti-page {
        margin: 45px 0 30px 0;
    }

    .cotizador .col-md-6 {
        padding-top: 15px;
    }

    .cotizador .col-md-5 {
        width: 67.666667%;
    }
    /*---------------------------------------------RESULTADO-COTIZACION--------------------------------------------------------*/
    .cotizadorResultadoBackgroud {
        background: url(../../img/paginas-compra/img-backCompra.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 350px;
    }

    .imgCotizacionResultado {
        margin-bottom: -13px;
    }

    .cotizacionResultado {
        margin-top: -300px;
        padding-bottom: 20px;
    }

        .cotizacionResultado .title-page-GTI {
            margin: 20px 10px 0 10px;
        }

        .cotizacionResultado h1 {
            color: #0B1C42;
        }

        .cotizacionResultado .bntCotizar {
            padding-top: 10px;
        }

    @media only screen and (max-width: 375px) {
        h1 {
            font-size: 30px;
        }
    }

    .cotizacionResultado .thumbnail {
        margin-bottom: 50px;
    }
    /*----------------------------------------------------------PAGINA-COMPRAR-PLANES-----------------------------------------------------------------*/
    .comprarPlanesBackgroud {
        background: url(../../img/paginas-compra/backCompra.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 450px;
    }

        .comprarPlanesBackgroud h1 {
            color: #FFF;
        }

    .comprarPlanes {
        padding-top: 40px;
        margin-top: -365px;
        padding-bottom: 50px;
    }

    @media only screen and (min-width: 375px) {
        .comprarPlanes {
            padding-top: 20px;
        }
    }

    .formComprar .thumbnail {
        padding: 25px 15px 0px 15px;
    }

    @media only screen and (min-width: 375px) {
        .formComprar .thumbnail {
            padding: 25px 30px 25px 30px;
        }
    }

    @media only screen and (min-width: 991px) {
        .formComprar .thumbnail {
            height: 600px;
        }
    }

    .formComprar .col-md-1, .formComprar .col-md-4, .formComprar .col-md-5, .formComprar .col-md-8, .formComprar .col-md-12 {
        padding-top: 15px;
    }
    /*-------------------------------------------------------------------------------formularioComprar------------------------------------------------------------------*/
    .captcha {
        padding-top: 0px;
        height: 160px;
        background: #FFF;
        padding-left: 14px;
        margin-bottom: 0px;
    }

        .captcha h6 {
            margin: 0px;
        }

    .titleCaptcha {
        padding-left: 0px;
    }

    .g-recaptcha .rc-anchor-pt a {
        margin: 2px -144px 0 0;
    }

    .g-recaptcha .rc-anchor-logo-portrait {
        margin: 10px 0 0 10px;
    }

    @media screen and (max-width: 425px) {
        .g-recaptcha {
            -webkit-transform: scale(0.80);
            -webkit-transform-origin: 0 0;
        }
    }

    /*---------------------------------------------------------------------------PAGINA-METODOS-PAGO-----------------------------------------------------------------*/
    .metodosPagoBackgroud {
        background: url(../../img/paginas-compra/img-backCompra.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 295px;
    }

    .metodosPago {
        padding-top: 20px;
        margin-top: -291px;
        margin-bottom: 50px;
    }

        .metodosPago p {
        }

    @media screen and (max-width: 750px) {
        .metodosPago p {
            font-size: 30px;
            padding-top: 100px;
            padding-bottom: 10px;
        }
    }


    .metodosPago h1, .metodosPago h6 {
        color: #FFF;
    }

    .pasosBN a {
        color: #FF8200;
        text-decoration: underline;
    }

        .pasosBN a:hover,
        .pasosBN a:active,
        .pasosBN a:focus {
            color: #737373;
            text-decoration: underline;
        }

    .pasosBCR a {
        color: #FF8200;
        text-decoration: underline;
    }

        .pasosBCR a:hover,
        .pasosBCR a:active,
        .pasosBCR a:focus {
            color: #737373;
            text-decoration: underline;
        }

    .metodos .col-xs-10 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .metodos .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .metodos .thumbnail {
        padding: 20px 10px 20px 10px;
    }

    .thumbnail .caption {
        padding-right: 0px;
        padding-left: 0px;
    }

    .metodos p {
        padding-bottom: 25px;
    }

    .metodos .thumb-info {
        height: 160px;
    }

    .metodos .thumb-info {
        width: 170px;
    }
    /*------------------------------------------------------------------PAGINA-PAGO-BANCOS-----------------------------------------------------------------*/
    .pagoBancosBackgroud {
        background: url(../../img/paginas-compra/img-backCompra.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 450px;
    }

    .pagoBancos {
        padding-top: 20px;
        margin-top: -460px;
        margin-bottom: 50px;
    }

        .pagoBancos h1, .pagoBancos h6 {
            color: #FFF;
        }

        .pagoBancos .thumbnail .caption {
            padding: 35px 0px 35px 0px;
        }

        /*.pagoBancos h3 {
        padding-bottom: 35px;
    }*/

        .pagoBancos .list.list-ordened {
            padding-left: 0px;
        }

    .list.list-ordened.list-ordened-style-3 li:before {
        font-size: 20px;
        color: #737373;
        border: 0;
    }

    .pagoBancos .imgBancos {
        padding-top: 50px;
    }

    @media only screen and (min-width: 991px) {
        .pagoBancos .thumbnail .caption {
            height: 430px;
        }

        .pagoBancos .thumbnail .caption {
            padding: 35px 20px 35px 20px;
        }
    }
    /*----------------------------------------------------------PAGINA-FLUJO-COMPRA-PLAN-----------------------------------------------------------------*/
    .flujoCompraBackgroud {
        background: url(../../img/paginas-compra/img-backCompra.webp), linear-gradient(to right, rgba(255,129,50,1) 0%, rgba(255,199,69,1) 100%);
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 355px;
    }

        .flujoCompraBackgroud h1 {
            color: #FFF;
        }

    .flujoCompra {
        margin-top: -180px;
        padding-bottom: 50px;
    }

    @media only screen and (min-width: 768px) {
        .flujoCompra {
            margin-top: -210px;
        }
    }

    @media only screen and (min-width: 991px) {
        .flujoCompra .thumbnail {
            height: 365px;
        }
    }

    .flujoCompra .thumbnail .caption {
        padding: 30px 15px 30px 15px;
    }

    .flujoCompra .col-md-12 {
        padding: 0px;
    }

    .modalCodigo .txtAyuda {
        margin-bottom: -55px;
    }

    .modalCodigo img {
        padding-top: 60px;
    }

    @media only screen and (min-width: 425px) {
        .modalCodigo .txtAyuda {
            padding-left: 82px;
            margin-bottom: -100px;
            text-align: right;
        }
    }

    .modalReenvio img {
        width: 90px;
    }
    /*-------------------------------------------------------------BANNER-General----------------------------------------------------------------*/
    .banner {
        background-color: #7FB019;
        height: auto;
        overflow: hidden;
        padding: 35px 0 35px 0;
        margin-top: -1px;
    }

        .banner h4 {
            color: #FFF;
            margin: 0px;
        }

    @media only screen and (min-width: 1200px) {
        .banner h4 {
            text-align: right;
        }

        .banner .btnBanner {
            text-align: left;
            margin-top: 8px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .banner h4 {
            padding-bottom: 15px;
        }
    }
    /*--------------------------------------------------------------PAGINA-ACTIVAR-CUENTA------------------------------------------------------------------*/
    .activarCuentaBackgroud {
        background: url(../../img/paginas-activacion/img-activacionUp.webp), #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 327px;
    }

    .form-header {
        background: #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 327px;
    }

    @media only screen and (min-width: 991px) {
        .activarCuentaBackgroud {
            background: url(../../img/paginas-activacion/img-backActivacion.webp), #00BBB4;
            background-repeat: no-repeat, no-repeat;
            background-position-x: center;
            height: 327px;
        }
    }

    @media only screen and (min-width: 1350px) {
        .activarCuentaBackgroud {
            background: url(../../img/paginas-activacion/img-backActivacion.webp), #00BBB4;
            background-repeat: no-repeat, no-repeat;
            background-position-x: right;
            height: 320px;
        }
    }

    .activarCuenta {
        margin-top: -317px;
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .activarCuenta h1 {
            color: #FFF;
            margin: 0 0 10px 0;
        }

        .activarCuenta h6, .activarCuenta p {
            color: #FFF;
            margin: 0 0 10px 0;
        }

        .activarCuenta .thumbnail .caption {
            padding: 30px 0 30px 0;
        }

        .activarCuenta p {
            padding: 0 20px 0 20px;
        }

    @media only screen and (min-width: 425px) {
        .activarCuenta p {
            padding: 0 40px 0 40px;
        }
    }

    @media only screen and (min-width: 425px) {
        .activarCuenta p {
            padding: 0 40px 25px 40px;
        }
    }
    /*--------------------------------------------------------------PAGINA-CONFIRMACION-DATOS------------------------------------------------------------------*/
    .confirmacionBackgroud {
        background: url(../../img/paginas-activacion/img-backConfirmacion.webp), #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 480px;
    }

    @media only screen and (min-width: 538px) {
        .confirmacionBackgroud {
            height: 475px;
        }
    }

    .confirmacion h1, .confirmacion h2 {
        color: #FFF;
    }

    .confirmacion {
        padding-bottom: 50px;
        margin-top: -451px;
    }

    .formConfirmacion .thumbnail {
        padding: 25px 25px 25px 25px;
    }

    @media only screen and (min-width: 991px) {
        .formConfirmacion .thumbnail {
            height: 550px;
        }
    }

    .formConfirmacion .col-md-4, .formConfirmacion .col-md-3, .formConfirmacion .col-md-2, .formConfirmacion .col-md-6 {
        padding-top: 15px;
    }

    .formConfirmacion .col-md-12 {
        padding-top: 15px;
    }
    /*--------------------------------------------------------------PAGINA-CREAR-USUARIO------------------------------------------------------------------*/
    .crearUsuarioBackgroud {
        background: url(../../img/paginas-activacion/img-backCrearUsuario.webp), #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 480px;
    }

    @media only screen and (min-width: 538px) {
        .crearUsuarioBackgroud {
            height: 475px;
        }
    }

    .crearUsuario h1, .crearUsuario h2 {
        color: #FFF;
    }

    .crearUsuario {
        padding-bottom: 50px;
        margin-top: -451px;
    }

        .crearUsuario .thumbnail .caption {
            padding: 30px 0 30px 0;
        }

    /*--------------------------------------------------------------PAGINA-GUIA-HACIENDA------------------------------------------------------------------*/
    .activacionBackgroud {
        background: url(../../img/paginas-activacion/img-activacionUp.webp), #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        padding-top: 42px;
        padding-bottom: 130px;
    }

    .activacionTitle {
        padding-bottom: 20px;
    }

    .activacionBackgroud h1, .activacionBackgroud h6 {
        color: #FFF;
    }

    .cardGuia {
        margin-top: -125px;
        padding-bottom: 30px;
    }

        .cardGuia .thumbnail {
            padding-top: 30px;
        }

        .cardGuia .btn-gti-middle {
            margin-bottom: 30px;
        }

    .txtSubWhite {
        color: #FFF;
    }

    .modalOtros h2 {
        font-size: 30px;
        margin-bottom: 10px;
        color: #0B1C42;
    }

    .modalOtros .col-md-10 {
        padding: 0px;
    }

    @media only screen and (min-width: 992px) {
        .modalOtros h2 {
            font-size: 35px;
            text-align: left;
        }
    }

    .modalLuego h2 {
        font-size: 30px;
        margin-bottom: 10px;
        color: #0B1C42;
    }

    @media only screen and (min-width: 992px) {
        .modalLuego h2 {
            font-size: 35px;
            padding-top: 100px;
            text-align: left;
        }
    }
    /*--------------------------------------------------------------PAGINA-LLAVE-CRIPTOGRAFICA------------------------------------------------------------------*/
    .cardLlave {
        margin-top: -108px;
        padding-bottom: 30px;
    }

        .cardLlave .thumbnail {
            padding-top: 30px;
            padding-bottom: 50px;
        }

    .btnLlave {
        display: inline-block;
        padding: 2px 8px;
        line-height: 1.42857143;
        border: 0px solid transparent;
        margin-bottom: 25px;
    }

    .info-llave .modal {
        position: absolute;
        z-index: 0;
        padding-top: 90px;
        background: none;
        height: 260px;
    }

    .info-llave .modal-dialog {
        position: relative;
        width: auto;
        margin: 20px;
    }

    @media (min-width: 768px) {
        .info-llave .modal-dialog {
            width: 400px;
            margin: -65px 25px 25px 364px;
        }
    }

    .info-llave .modal-header {
        padding: 5px 10px 10px 0;
    }

    .info-llave .modal-body {
        padding: 0 5px 0 5px;
    }

    .info-llave p {
        margin-top: -12px;
    }

    .inputArchivo {
        width: 100%;
    }

    .btnActivarCuenta {
        padding-top: 25px;
    }
    /*--------------------------------------------------------------PAGINA-LOGIN-ACTIVACION------------------------------------------------------------------*/
    .activacionBackgroudLogin {
        background: url(../../img/paginas-activacion/img-activacionUp.webp), #00BBB4;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        padding-top: 42px;
        padding-bottom: 185px;
    }

    .cardLoginActivar {
        margin-top: -170px;
        padding-bottom: 50px;
    }

    .formloginActivar h1, .formloginActivar h6 {
        color: #FFF;
    }

    .cardLoginActivar .thumbnail {
        background-color: #FAFAFA;
        padding-top: 30px;
        padding-bottom: 50px;
        border-radius: 5px;
    }

    @media only screen and (min-width: 991px) {
        .cardLoginActivar .thumbnail {
            height: 355px;
        }
    }

    @media only screen and (max-width: 425px) {
        .cardLoginActivar .inicioSecion {
            padding: 20px 15px 0px 15px;
        }

        .imgLoginActivar img {
            width: 285px;
        }
    }

    .loginActivar .modal-footer .btn + .btn {
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .loginActivar .modal img {
        width: 250px;
    }

    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea {
        -webkit-appearance: none;
    }

    .compraDescrip .thumbnail {
        padding: 25px 15px 0px 15px;
    }

    @media only screen and (min-width: 375px) {
        .compraDescrip .thumbnail {
            padding: 25px 30px 25px 30px;
        }
    }

    a {
        color: #333;
    }

    /*-------------------------------------------------------------PAGINAS-PAGO-SERVICIOS-----------------------------------------------------------------*/
    .pagoServiciosBackgroud {
        background: url(../../img/paginas-pagos/img-pagos.webp), #7EAF41;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
        height: 327px;
    }

    .pagoServicios {
        margin-top: -317px;
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .pagoServicios .thumbnail .caption {
            padding: 30px 0 30px 0;
        }

        .pagoServicios h4, .pagoServicios h1, .pagoServicios h6 {
            color: #FFF;
        }

    .imgConsulta img {
        width: 100px;
        padding-bottom: 10px;
    }

    .btn-gti-blue-border {
        color: #737373;
        background-color: #FFF;
        border: 3px solid #0B1C42;
    }

        .btn-gti-blue-border:hover,
        .btn-gti-blue-border:active,
        .btn-gti-blue-border:focus,
        .btn-gti-blue-border:active:hover,
        .btn-gti-blue-border:active:focus {
            color: #fff;
            background-color: #0B1C42;
            border-color: #0B1C42;
        }

    .modalErrorCedula img {
        width: 100px;
    }

    .alertaPlanes .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: -32px;
    }

    .alerta {
        padding: 45px 30px 45px 30px;
        margin: 0;
        border: none;
        border-radius: 0;
    }

        .alerta h2, .alerta h6 {
            color: #fff;
        }

    .alerta-planes {
        background: url(../../../img/paginas-pagos/img-pagos.webp), #7EAF41;
        background-repeat: no-repeat, no-repeat;
        background-position-x: right;
    }

    .alerta:last-child {
        margin-bottom: 0px;
    }

    .alerta-dismissible .close {
        opacity: 1;
        top: -25px;
        right: -10px;
    }

    .alerta-dismissible .close-modal {
        color: #fff;
        text-shadow: none;
        opacity: 1;
    }

    .alerta .close .material-icons {
        position: relative;
    }

    .alertaPlanes img {
        width: 135px;
        margin-top: -20px;
        margin-left: 45px;
    }

    .alertaPlanes a {
        margin-top: 30px;
    }

    .alertaPlanes a {
        margin-top: 30px;
    }

    .btn-primary-green {
        color: #fff;
        background-color: #89b837;
    }

        .btn-primary-green:hover {
            color: #fff;
            background-color: #89b837;
        }

        .btn-primary-green:active {
            color: #fff;
            background-color: #89b837;
        }

        .btn-primary-green:focus {
            color: #fff;
            background-color: #89b837;
        }

    .feature-box.feature-box-style-2 .feature-box-icon.new {
        background: transparent;
        width: 0px;
        height: 65px;
    }

    .feature-box .feature-box-icon.new {
        background: #CCC;
        border-radius: 35px;
        color: #FFF;
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 20px;
        width: 35px;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: inherit;
    }

    .help-block {
        margin-bottom: 0;
    }

    .featured-box {
        border-left: none;
        border-right: none;
    }

    .tx-right {
        text-align: right;
    }

    .panel-footer {
        background-color: white;
        border-top: none;
    }

    .panel {
        box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18);
        background-color: white;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .select2-container--default .select2-selection--single {
        border-radius: 0;
    }

    .select2-container .select2-selection--single {
        height: 34px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px;
        right: 5px;
    }

    .tx-left {
        text-align: left !important;
    }

    .feature-box .feature-box-info {
        padding-top: 0;
    }

    .feature-box .feature-box-icon {
        top: 0px;
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        width: 45px;
        height: 45px;
    }

    .bw-img {
        background-image: url(../../img/popup.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-color: #BBBBBB;
    }

    .bw-img-promo {
        background-image: url(../../img/bgPant32MediosPago.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-color: #ffffff;
    }

    #mBienvenida .modal-body {
        height: 280px;
    }

        #mBienvenida .modal-body a {
            display: none;
        }

    #mBienvenida .modal-footer {
        display: block;
    }

        #mBienvenida .modal-footer a {
            font-size: 20px;
            font-weight: bold;
            white-space: normal;
        }

    @media (min-width: 992px) {

        #mBienvenida .modal-footer {
            display: none;
        }

        #mBienvenida .modal-body {
            height: 395px;
        }

            #mBienvenida .modal-body a {
                margin-top: 160px;
                height: 80px;
                font-size: 25px;
                font-weight: bold;
                white-space: normal;
                display: block;
            }
    }

    @media (max-width: 740px) {
        #mBienvenida .modal-body {
            height: 200px;
        }
    }

    @media (max-width: 425px) {
        #mBienvenida .modal-body {
            height: 160px;
        }
    }

    .btn-cc {
        background: #f57819 !important;
    }

    /*----------------------------------------------------*/

    #mPromo .modal-body {
        height: 280px;
    }

    @media (min-width: 992px) {

        #mPromo .modal-body {
            height: 400px;
        }
    }

    @media (max-width: 740px) {
        #mPromo .modal-body {
            height: 170px;
        }
    }

    @media (max-width: 425px) {
        #mPromo .modal-body {
            height: 120px;
        }
    }

    .a-hover:hover {
        color: #7FB019;
    }

 

       

    .social-icons li a {
        border-radius: 0;
        height: 38px;
        line-height: 38px;
        width: 38px;
    }

    .tx-bold {
        font-weight: bold;
    }

    .terminos-condiciones:hover {
        color: #FF8200;
    }

    .terminos-condiciones:active {
        color: #FF8200;
    }

    .social {
        position: fixed;
        right: 0;
        top: 12% !important;
        z-index: 2000;
    }

        .social ul {
            list-style: none;
        }

            .social ul li a {
                font-size: 22px;
                display: inline-block;
                color: #fff;
                background: #000;
                width: 50px;
                height: 50px;
                text-align: center;
                padding-top: 15px;
                text-decoration: none;
                -webkit-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

        @media (max-height: 600px) {
            .social ul li a {
                width: 40px;
                height: 40px;
                padding-top: 10px;
            }
        }


    .social ul li .icon-facebook-bar {
        background: #3b5998;
    }

    .social ul li .icon-messenger-bar {
        background: #34b3e4;
    }

    .social ul li .icon-phone-bar {
        background: #84a62b;
    }

    .social ul li .icon-youtube-bar {
        background: #fe0002;
    }

    .social ul li .icon-mail-bar {
        background: #223050;
    }

    .social ul li .icon-whatsapp-bar {
        background: #44b06e;
    }

    .social ul li .icon-instagram {
        background: linear-gradient(#4f5bd5,#d62976);
    }

    .social ul li .icon-linkedin {
        background: #0078b5;
    }

    .social ul li .icon-tikTok {
        background: #ffffff;
    }

    .social ul li .icon-chatbot-bar {
        background: #15aabf;
    }

    .social ul li .icon-spotify-bar {
        background: #1db954;
    }


    .social ul li a:hover {
        width: 100px;
        margin-left: -50px;
    }

    @media (max-height: 600px) {
        .social ul li a:hover {
            width: 100px;
            margin-left: -60px;
        }
    }

    .social-icon i {
        display: inline-block;
        margin-right: 1px;
        margin-left: 1px;
    }

    .white.social-icon i {
        color: #ffffff;
    }

    .fa-1x i,
    i.fa-1x {
        font-size: 16px;
    }

    .social-icon i:hover {
        color: #ffffff;
    }

    .window {
        right: 0 !important;
    }

    #openwindow {
        right: 0 !important;
        width: 60px !important;
        height: 60px !important;
        background-size: 50px !important;
        bottom: 80px !important;
    }


    .containerCheckRadio {
    }

        .containerCheckRadio input {
            display: none;
        }

    .containerCheckRadioSpan {
        position: relative;
        color: #FF8200;
        font-family: Poppins;
        font-size: 16px;
        border: 2px solid #FF8200;
        border-radius: 15px;
        padding: 5px 70px;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    .containerCheckRadioSpanConfiguracion {
        position: relative;
        color: #FF8200;
        font-family: Poppins;
        font-size: 16px;
        border: 2px solid #FF8200;
        border-radius: 15px;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
        height: 50px;
    }



    .containerCheckRadio input:checked + span {
        background-color: #FF8200;
        color: white;
    }



        .containerCheckRadio input:checked + span:before {
            border: 10px solid white;
            background-color: #FF8200;
        }



    .btnInformacion {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 100%;
        font-family: Poppins;
        font-size: 20px;
        height: 50%;
        border: 2px solid #FF8200;
        color: #FFFFFF;
        background-color: #FF8200;
    }

        .btnInformacion:hover {
            color: #FF8200;
            background-color: #FFFFFF;
        }


    .carousel-control-prev,
    .carousel-control-next {
        opacity: 0.0;
    }

        .carousel-control-prev:hover, .carousel-control-prev:focus,
        .carousel-control-next:hover,
        .carousel-control-next:focus {
            color: #fff;
            text-decoration: none;
            outline: 0;
            opacity: .9;
        }

    /*inicio estilos beneficios Home*/
    .contenedorBeneficiosHome {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-right: 50px;
        padding-left: 50px;
        margin-top: 60px;
        margin-bottom: 60px;
        border-radius: 20px;
        background: #F1F1F1;
        border-color: #bccdf1;
        border-width: 1px;
        border-style: solid;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.18);
    }

        .contenedorBeneficiosHome h1 {
            color: #7FA841;
            text-align: center;
            font-family: poppins-bold;
            font-size: 38px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            letter-spacing: 2px;
            margin: 0px;
        }

        .contenedorBeneficiosHome h2 {
            color: #0C3987;
            text-align: center;
            font-family: poppins-regular;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 1px;
        }

        .contenedorBeneficiosHome h5 {
            color: #7FA841;
            text-align: center;
            font-family: poppins-semibold;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            margin: 0px;
            text-align: center;
        }

        .contenedorBeneficiosHome h6 {
            color: #0C3987;
            text-align: center;
            font-family: poppins-semibold;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            margin: 0px;
            text-align: center;
        }

        .contenedorBeneficiosHome .imgBeneficio {
            width: 100% !important;
            margin-bottom: 5px;
        }

        .contenedorBeneficiosHome hr {
            margin-top: 30px;
            margin-bottom: 30px;
            color: #0C3987;
            background-color: #0C3987;
            height: 2px;
            background-image: none !important;
            opacity: .4;
        }
    /*Fin estilos beneficios Home*/


    .iconoColones {
        font-family: Courier New, Courier, monospace;
    }

    /*inicio estilos conectividad*/

    .contenedorConectividad {
        height: 95vh;
        margin-top: 5vh;
        background-image: url(../../img/paginaConectividad/imagenFondoConectividad.webp);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        background-color: #183153;
    }

    @media (max-width: 1100px) {
        .contenedorConectividad::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #18315363;
        }
    }


    @media (max-width: 768px) {
        .contenedorConectividad::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #193153da;
        }
    }

    .contenedorConectividad .contenedorLetras {
        padding-top: 79px;
        display: grid;
        justify-content: center;
        align-items: center;
        height: 100vh;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 8%;
    }

    @media (max-width: 768px) {
        .contenedorConectividad .contenedorLetras {
            padding-top: 50px;
            padding-right: 8%;
            padding-left: 8%;
        }
    }

    .contenedorConectividad .contenedorLetras .contenedorLogo {
        padding-bottom: 10%;
    }

        .contenedorConectividad .contenedorLetras .contenedorLogo .img-responsive {
            width: 50%;
        }

    .contenedorConectividad .contenedorLetras h1 {
        font-family: poppins-regular;
        text-transform: none;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        font-size: 24px;
        padding: 0px;
        margin: 0px;
    }

    .contenedorConectividad .contenedorLetras h2 {
        font-family: poppins-bold;
        font-style: normal;
        font-weight: bold;
        color: #ffffff;
        font-size: 26px;
        background-color: #E19E29;
        padding-right: 10px;
        padding-left: 10px;
        margin: 0px;
        width: fit-content;
    }

    .contenedorConectividad .contenedorLetras p {
        font-family: poppins-regular;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        font-size: 20px;
        padding-top: 4%;
        padding-bottom: 0px;
        margin: 0px;
    }

    .contenedorConectividad .contenedorLetras a {
        font-family: poppins-semibold;
        font-style: normal;
        color: #E19E29;
        font-size: 20px;
        background-color: #ffffff;
        margin-top: 4%;
        margin-bottom: 8%;
    }

        .contenedorConectividad .contenedorLetras a:hover {
            color: #ffffff;
            background-color: #E19E29;
        }

    .contenedorConectividad .contenedorImagenes {
        height: 100vh;
    }
    /*fin estilos conectividad*/


    /*inicio Esto es para ajustar el icono del menu hambuerguesa, para que este centrado*/
    .header-btn-collapse-nav {
        font-size: 20px;
        color: #0B1C42;
        display: none;
        float: right;
        margin: 0 0 0 0 !important;
    }
/*Fin Esto es para ajustar el icono del menu hambuerguesa, para que este centrado*/



    /*inicio Esto es para que la imagen del logo en el navegador se adapte al tamaño*/ 
    .header-narrow .header-logo img {
        width: 290px !important;
    }

    @media (max-width: 1180px) {
        .header-narrow .header-logo img {
            width: 250px !important;
        }
    }

    @media (max-width: 1140px) {
        .header-narrow .header-logo img {
            width: 170px !important;
        }
    }

    @media (max-width: 990px) {
        .header-narrow .header-logo img {
            width: 300px !important;
        }

        .header-btn-collapse-nav {
            margin: 10px 0 0 0 !important;
        }
    }
/*Fin Esto es para que la imagen del logo en el navegador se adapte al tamaño*/ 



    /*inicio Esto es hacer el menu mas pequeño y que no se solape cuando es mas pequeño*/
.header-row .botonMenu a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0px !important;
}

@media (max-width: 1010px) {
    .header-row .botonMenu a {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media (max-width: 990px) {
    .header-row .botonMenu a {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
/*Fin Esto es hacer el menu mas pequeño y que no se solape cuando es mas pequeño*/


/*inicio Esto es para que cuando se desplegue el menu este un poco atras, ya que los ultimos se salian de la pantalla*/
.dropdown-menu {
    left:-100px !important;
}
/*fin Esto es para que cuando se desplegue el menu este un poco atras, ya que los ultimos se salian de la pantalla*/

/*inicio Esto es para que aparezca el icono > en los BreadCrumb, la clase original esta en web.theme.1.0.0*/
.page-header .breadcrumb > li + li:before {
    content: ">" !important;
}
/*Fin Esto es para que aparezca el icono > en los BreadCrumb, la clase original esta en web.theme.1.0.0**/



.botonAdicionalVerdeBuscar {
    background-color: #7FBE41;
    border: 1px solid #CDCDCD;
    border-left-color: #7FBE41;
    border-end-end-radius: 4px;
    border-start-end-radius: 4px;
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
    height: 32px;
    width: 32px;
    font-family: roboto-regular;
    font-size: 13px;
    color: #212229 !important;
    cursor: pointer;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .botonAdicionalVerdeBuscar:hover {
        background-color: #ffffff;
        color: #212229;
    }

    .botonAdicionalVerdeBuscar:focus {
        border: 1px solid #CDCDCD;
        outline: none;
    }

.colorNegroFalsoFE {
    color: #212229 !important;
}

.colorGris1FE {
    color: #53565F !important;
}





/*Inicio nuevos estilos 4.4*/

.labelPaginaExterna {
    font-size: 14px;
    font-family: roboto-regular !important;
    color: #212229;
    margin-bottom: 2px;
    display: flex;
}

.inputPaginaExterna {
    font-size: 13px;
    font-family: roboto-regular;
    color: #212229;
    padding-right: 6px;
    padding-left: 6px;
    box-shadow: none;
    display: block;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 32px;
    outline: none;
    width:100%;
}





.inputPaginaExternaIzquierda {
    font-size: 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    color: #212229;
    padding-right: 6px;
    padding-left: 6px;
    box-shadow: none;
    display: block;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-start-start-radius: 4px !important;
    border-start-end-radius: 0px !important;
    border-end-start-radius: 4px !important;
    border-end-end-radius: 0px !important;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    border-right: 0px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 34px;
    outline: none;
    width: 100%;
}

.inputPaginaExterna::placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
}

.botonPrincipalInputDerecha {
    background-color: #7FBE41;
    border-start-start-radius: 0px !important;
    border-start-end-radius: 4px !important;
    border-end-start-radius: 0px !important;
    border-end-end-radius: 4px !important;

    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-left: 0px solid #CDCDCD;

    height: 32px !important;
    font-family: roboto-medium;
    font-size: 14px;
    color: #212229;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .botonPrincipalInputDerecha:hover {
        background-color: #fff;
        border-left: 1px solid #CDCDCD;
    }

    .botonPrincipalInputDerecha:active {
        background-color: #E8E8E8 !important;
        top: 3px;
        box-shadow: 0 2px 0px #7FBE41;
        transition: all .2s;
    }

        
        /*inicio estilos pop up*/
     /*   .modal-dialog {
    width: 100vw;
    height: 70vh;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}*/


/*Inicio estilos popUpGeneral*/
.contenedorPopUpExterno {
}

    .contenedorPopUpExterno .modal-dialog {
        min-height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenedorPopUpExterno .modal-content {
        background-color: #F8F9FA !important;
        width: 100% !important;
        border-radius: 16px !important;
        box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4) !important;
    }

    .contenedorPopUpExterno .headerPopUp {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 24px;
        padding-left: 24px;
    }

        .contenedorPopUpExterno .headerPopUp h1 {
            width: 100%;
            font-family: roboto-medium;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            align-items: center;
            text-align: center;
            color: #182952;
            align-self: stretch;
            margin: 0px;
            text-transform:none !important;
        }

        .contenedorPopUpExterno .headerPopUp p {
            width: 100%;
            font-family: poppins-regular;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            align-items: center;
            text-align: center;
            color: #212229;
            align-self: stretch;
            margin: 0px;
        }

    .contenedorPopUpExterno .bodyPopUp {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .contenedorPopUpExterno .headerFooter {
        padding-top: 16px;
        padding-bottom: 24px;
        padding-right: 32px !important;
        padding-left: 32px !important;
    }

    .contenedorPopUpExterno .botonPrincipal {
        background-color: #7FBE41 !important;
        border-radius: 4px !important;
        border: 1px solid #CDCDCD;
        min-height: 40px !important;
        height: 40px !important;
        width: 130px;
        font-family: roboto-medium !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #212229 !important;
        cursor: pointer !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contenedorPopUpExterno .botonSecundario {
        background-color: #E8E8E8 !important;
        border-radius: 4px !important;
        border: 1px solid #CDCDCD;
        min-height: 40px !important;
        height: 40px !important;
        width: 130px;
        font-family: roboto-medium !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #212229 !important;
        cursor: pointer !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .contenedorPopUpExterno .botonPrincipal:hover, .contenedorPopUpExterno .botonSecundario:hover {
            background-color: #ffffff !important;
        }

        .contenedorPopUpExterno .botonPrincipal:active, .contenedorPopUpExterno .botonSecundario:active {
            background-color: #E8E8E8 !important;
            top: 3px;
            box-shadow: 0 2px 0px #7FBE41;
            transition: all .2s;
        }


/*Fin estilos popUpGeneral*/

/*Fin estilos pop up*/

.centrarAlFinal {
    display: flex;
    justify-content: flex-end;
}



/*Inicio css tabla*/

.sesionListadoTabla {
}


    .sesionListadoTabla .tabla {
        padding: 0px;
        margin: 0px;
        border: 1px solid #CDCDCD;
        border-radius: 4px !important;
        background-color: #ffffff;
    }

    .sesionListadoTabla tr {
        border: 1px solid #CDCDCD;
    }

    .sesionListadoTabla .tabla tr th { /*titulo*/
        background-color: #f7f7f7 !important;
        font-family: roboto-medium;
        color: #212229;
        font-style: normal;
        font-weight: 100 !important;
        border: 1px solid #CDCDCD;
        vertical-align: middle;
    }

    .sesionListadoTabla .tabla tr td { /*filas*/
        background-color: #ffffff;
        font-family: poppins-regular;
        color: #212229;
        border: 1px solid #CDCDCD;
        vertical-align: middle;
    }

    .sesionListadoTabla .tabla .empty-rows {
        font-style: normal;
        font-family: poppins-regular;
        color: #212229;
        font-weight: 100;
        border: none;
    }

    .sesionListadoTabla .botonEliminar {
        background-color: #182952;
        border-radius: 4px;
        border: 1px solid #212229 !important;
        height: 26px;
        width: 100%;
        font-family: roboto-regular;
        font-style: normal;
        font-size: 12px;
        color: #212229;
        background-image: url('../../img/iconosTabla/iconoBlancoEliminar.svg');
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        cursor: pointer;
        display: flex;
        margin-top: 3px;
        margin-bottom: 4px;
    }

        .sesionListadoTabla .botonEliminar:hover {
            background-color: #7FBE41;
        }

        .sesionListadoTabla .botonEliminar:disabled {
            background-color: #edf0f4 !important;
            cursor: default;
            opacity: 0.5;
        }

            .sesionListadoTabla .botonEliminar:disabled:hover {
                background-color: #edf0f4 !important;
            }

            .sesionListadoTabla .botonEliminar:disabled:active {
                cursor: not-allowed;
            }

/*Fin css tabla*/
.botonVerdeExterno {
    background-color: #7FBE41;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #212229 !important;
    min-height: 32px !important;
    height: 32px !important;
    min-width: fit-content !important;
    width: 100% !important;
    font-family: roboto-medium;
    font-size: 15px !important;
    color: #212229 !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 8% !important;
    padding-left: 8% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .botonVerdeExterno:hover {
        background-color: #ffffff;
    }
.botonNaranjaExterno {
    background-color: #FF8200;
    border-radius: 4px !important;
    border: 1px solid #CDCDCD;
    min-height: 34px !important;
    height: 34px !important;
    font-family: poppins-regular;
    font-size: 15px !important;
    color: #212229 !important;
    cursor: pointer !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 8% !important;
    padding-left: 8% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .botonNaranjaExterno:hover {
        background-color: #ffffff;
    }

.botonVerdeExterno:active, botonNaranjaExterno:active {
    background-color: #E8E8E8 !important;
    top: 3px;
    box-shadow: 0 2px 0px #7FBE41;
    transition: all .2s;
}

.cardContenedor {
    background-color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
}

.modal-open {
    /*position: fixed !important;*/
    width:100vw;
}

    .modal-open .modal {
       
    }

    /*Fin nuevos estilos 4.4*/

 
    .inputPaginaExternaSelect .select2-selection {
        font-size: 13px;
        font-family: roboto-regular;
        color: #212229;
        padding-right: 0px;
        padding-left: 0px;
        box-shadow: none;
        display: block;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #CDCDCD;
        border-radius: 4px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 32px;
        outline: none;
        width: 100%;
    }


.select2-container .select2-search--dropdown .select2-search__field { /*input*/
    font-size: 13px;
    font-family: roboto-regular;
    color: #212229 !important;
    padding-right: 6px;
    padding-left: 6px;
    box-shadow: none;
    display: block;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 32px;
    outline: none;
    width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7fbe41;
    color: #212229 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-family: roboto-regular;
    color: #212229 !important;
}

.select2-container .select2-results__options {
    font-family: roboto-regular;
    font-size: 13px;
    color: #212229 !important;
    padding-right: 6px;
    padding-left: 6px;
    min-height: 26px;
    overflow-wrap: break-word;
    line-height: normal !important;
}




.inputPaginaExternaSelect .select2-selection .select2-search--dropdown {
    height: 100px !important;
    background-color: red;
}


.estiloInputSelect .select2-selection, .inputPaginaExternaSelect select {
    height: 32px !important;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    font-family:roboto-regular;
    font-size: 13px;
    color: #212229 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
    width:100%;
}

    .inputPaginaExternaSelect select option {
        background-color: #ffffff;
        color: #212229 !important;
        overflow-wrap: break-word;
        font-family: roboto-regular;
        font-size: 13px;
        color: #212229 !important;
    }

    .inputPaginaExternaSelect select option:hover {
        background-color: #7fbe41 !important;
    }


    .estiloInputSelect .select2-selection span {
        color: #212229 !important;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 6px;
        padding-left: 0px !important;
    }

.estiloInputSelect b {
    border-color: #000000 transparent transparent transparent !important;
}



/*Inicio Css nueva imagen*/

.contenedorLogin {
    min-height:100%;
}

    .contenedorLogin img {
        width: 80%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.inicioSecion {
    background-color: #F8F9FA;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 16px 24px -8px rgba(12, 12, 13, 0.4);
    padding-top: 16px;
    padding-bottom: 24px;
    padding-right: 32px;
    padding-left: 32px;
    border: 1px solid #CDCDCD;
    height:100%;
}

    .inicioSecion a {
        color: #212229;
        text-decoration: underline;
    }

        .inicioSecion a:hover {
            color: #182952;
            text-decoration: underline;
        }

    .inicioSecion h1 {
        width: 100%;
        font-family: roboto-medium;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        align-items: center;
        text-align: center;
        color: #182952;
        align-self: stretch;
        margin: 0px;
        padding: 0px;
        text-transform:none;
    }

    .inicioSecion h4 {
        color: #212229;
        font-family: roboto-medium;
    }

    .inicioSecion p {
        color: #212229;
        font-family: poppins-regular;
        line-height: 110%;
        padding-bottom:8px;
        margin:0px;
        text-align:center;
    }

    .inicioSecion .tituloInput {
        font-family: roboto-medium;
        font-size: 14px;
        line-height: 14px;
        color: #212229;
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 0px;
        display: flex;
        align-items: center;
    }

.inicioSecion .labelInicio {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: roboto-medium;
    color: #212229;
    margin-bottom: 2px;
}

    .inicioSecion .inputForm {
        box-shadow: none;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 14px !important;
        color: #212229 !important;
        background-color: #fff;
        border: 1px solid #CDCDCD;
        border-radius: 4px;
        font-family: roboto-regular;
        outline: none;
        height: 34px;
    }


.estiloInputExterno {
    min-height: 32px !important;
    height: 32px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    font-family: roboto-regular !important;
    font-style: normal;
    font-size: 14px;
    color: #212229 !important;
    display: flex;
    align-items: center;
    line-height: normal !important;
    background-color: #ffffff;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}


.estiloInputDerechoExterno {
    border-radius: 4px 0px 0px 4px;
    min-height: 32px !important;
    height: 32px;
    border: 1px solid #CDCDCD;
    font-family: roboto-regular !important;
    font-style: normal;
    font-size: 14px;
    color: #212229 !important;
    display: flex;
    align-items: center;
    line-height: normal !important;
    background-color: #ffffff;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

.estiloInputIzquierdaExterno {
    border-radius: 0px 4px 04px 0px;
    min-height: 32px !important;
    height: 32px;
    border: 1px solid #CDCDCD;
    font-family: roboto-regular !important;
    font-style: normal;
    font-size: 14px;
    color: #212229 !important;
    display: flex;
    align-items: center;
    line-height: normal !important;
    background-color: #ffffff;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

/*Inicio evitar que cambie el diseño cuando section carga*/

.estiloInputExterno:-webkit-autofill, .estiloInputDerechoExterno:-webkit-autofill {
    font-size: 13px !important;
    font-family: roboto-regular !important;
    background-color: #ffffff !important;
    transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s;
    font-size: 14px !important;
    font-family: roboto-regular !important;
    background-color: #ffffff !important;
}

/*Fin evitar que cambie el diseño cuando section carga*/


.estiloInputSelect select {
    min-height: 30px !important;
    height: 30px !important;
    max-height: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    font-family: poppins-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #212229 !important;
    display: flex;
    align-items: center;
    line-height: normal !important;
    background-color: #ffffff;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none !important;
}

    .estiloInput:disabled, .estiloInputDerecho:disabled, .estiloInputIzquierdo:disabled, .estiloInputSelect select:disabled {
        background-color: #edf0f4;
        opacity: 1;
    }


    .estiloInputSelect select span {
        color: #212229 !important;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 8px;
        padding-left: 8px;
    }

.estiloInputSelect b {
}


.contenedorRecaptchat {
}


.contenedorRecaptchat iframe{
    transform:scale(0.9);
}


@media only screen and (max-width: 1200px) {
    .contenedorRecaptchat iframe {
        transform: scale(0.75);
    }
}
@media only screen and (max-width: 991px) {
    .contenedorRecaptchat iframe {
        transform: scale(1);
    }
}

@media only screen and (max-width: 420px) {
    .contenedorRecaptchat iframe {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 350px) {
    .contenedorRecaptchat iframe {
        transform: scale(0.5);
    }
}

/*inicio botones*/
.botonNaranjaLogin {
    background-color: #FF8200;
    border-radius: 4px !important;
    border: 1px solid #FF8200;
    min-height: 40px !important;
    height: 40px !important;
    min-width: fit-content !important;
    width: 100% !important;
    font-family: roboto-medium;
    font-size: 15px !important;
    color: #212229 !important;
    cursor: pointer !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

    .botonNaranjaLogin:hover {
        background-color: #ffffff;
    }

    .botonNaranjaLogin:active {
        background-color: #E8E8E8 !important;
        top: 3px;
        box-shadow: 0 2px 0px #7FBE41;
        transition: all .2s;
    }

/*Fin botones*/

/*    inicio nuevos estilos*/
.modalFacturacion {
}


    .modalFacturacion .modal-dialog {
        min-height: 90vh;
        display: flex;
        align-items: center;
    }


    /*Inicoa el contenido del popup .contenedorPopUp .popUp*/
    .modalFacturacion .modal-content { /*  eliminar contenedorModal*/
        background-color: #F8F9FA;
        width: 100%;
        border-radius: 16px;
        box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
        border: 1px solid #53565F;
    }
    /*Fin ellipse contenido del popup .contenedorPopUp .popUp*/


    /*Inicio del header del pop up contenedorPopUp .headerPopUp*/
    .modalFacturacion .modal-header {
        padding-top: 24px;
        padding-bottom: 8px;
        padding-right: 24px;
        padding-left: 24px;
        border: 0px;
    }

        .modalFacturacion .modal-header h1 {
            width: 100%;
            font-family: roboto-medium;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            align-items: center;
            text-align: center;
            color: #182952;
            align-self: stretch;
            margin: 0px;
            line-height: 20px;
        }

        .modalFacturacion .modal-header p {
            width: 100%;
            font-family: poppins-regular;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            align-items: center;
            text-align: center;
            color: #212229;
            align-self: stretch;
            margin: 0px;
        }


    /*Fin del header del pop up contenedorPopUp .headerPopUp*/


    /*Inicio del cuerpo del pop up*/ /*Eliminar bordeLineaAbajo*/
    .modalFacturacion .modal-body {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    /*Fin del cuerpo del pop up*/

    /*Inicio footer del pop up .contenedorPopUp .headerFooter*/
    .modalFacturacion .modal-footer {
        padding-top: 8px;
        padding-bottom: 24px;
        padding-right: 24px !important;
        padding-left: 24px !important;
        border: 0px;
    }
    /*Fin footer del pop up*/

    .modalFacturacion .botonPrincipal {
        background-color: #7FBE41 !important;
        border-radius: 8px !important;
        border: 1px solid #9F9F9F;
        min-height: 40px !important;
        height: 40px !important;
        width: 130px;
        font-family: roboto-medium !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #212229 !important;
        cursor: pointer !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        text-wrap: balance;
    }

    .modalFacturacion .botonSecundario {
        background-color: #E8E8E8 !important;
        border-radius: 8px !important;
        border: 1px solid #9F9F9F;
        min-height: 40px !important;
        height: 40px !important;
        width: 130px;
        font-family: roboto-medium !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #212229 !important;
        cursor: pointer !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        text-wrap: balance;
    }

@media only screen and (max-width: 420px) {
    .modalFacturacion .botonPrincipal {
        width: 100%;
    }

    .modalFacturacion .botonSecundario {
        width: 100%;
    }
}

.modalFacturacion .botonPrincipal:hover, .modalFacturacion .botonSecundario:hover {
    background-color: #ffffff !important;
}

.modalFacturacion .botonPrincipal:active, .modalFacturacion .botonSecundario:active {
    background-color: #E8E8E8 !important;
    top: 3px;
    box-shadow: 0 2px 0px #7FBE41;
    transition: all .2s;
    outline: none !important;
}


/*/////////*/



.modalFacturacion .modal-content .modal-header i {
    height: 22px;
    font-size: 22px !important;
    display: flow;
}

    .modalFacturacion .modal-content .modal-header i::before {
        font-size: 22px !important;
    }



.modalFacturacion .modal-content input[type=radio] {
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #CDCDCD !important;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    .modalFacturacion .modal-content input[type=radio]:checked {
        background-color: #7FBE41 !important;
        border-color: transparent !important;
    }

.modalFacturacion .modal-content input[type="radio"]::before {
    content: "";
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

.modalFacturacion .modal-content input[type="radio"]:checked::before {
    transform: scale(1);
}

/*Fin Css nueva imagen*/