body,html{
    padding: 0px;
    margin: 0px;
}
#contenedor_principal{
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
    background-color: #f1f1f1;
}
#gec-banner{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
#gec-banner img{
    display: block;
    width: 100%;
    position: relative;
}
#gec-banner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}
#gec-banner h1{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    
    font-family: 'SuraSans-Regular';
    color: #FFFFFF;
    font-size: 41px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
}

#gec-container-fluid{
    position: relative;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 20px;
    border: #c5c5c5 solid 1px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    overflow: hidden;
}

#gec-container{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0px;
}


#gec-container > h2{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Negrita';
    font-size: 24px;
    color: #79b829;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: normal;
    border: none;
}
#gec-container > p{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: normal;
    border: none;
}
#gec-container > p > span{
    font-family: 'SuraSans-Regular';
    color: #1c3e8d;
}

#gec-container > ul{
	padding-left: 15px !important;
    margin: 0px;
    padding: 0px;
}

#gec-container > ul > li{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #0088CC;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: normal;
    border: none;
    padding-left: 25px;

    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0px 5px;
    background-image: url(../images/file-pdf-regular.svg);

    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
#gec-container > ul > li:hover{
    cursor: pointer;
    color: #005580;
    text-decoration: underline;
}

#gec-container > ul > li a,
#gec-container > ul > li a:hover{
    text-decoration: none;
    color: inherit;
}

#gec-container > h3{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #1c3e8d;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: normal;
    border: none;
}

#gec-consulta-cont{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    
    border-radius: 5px;
    background-color: #FFFFFF;
    
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding: 0px;
    /*border: #c5c5c5 solid 1px;*/
}
#gec-consulta-cont > h2{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Negrita';
    font-size: 21px;
    color: #0033A0;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    border: none;
    margin-bottom: 20px;
}
#gec-consulta-cont > p{
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #444444;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
    border: none;
}


.gec-consulta-form-group-col1,
.gec-consulta-form-group-col2,
.gec-consulta-form-group-col3{
    position: relative;
    width: 33.33%;
    float: left;
    height: auto;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    display: block;
}

.gec-consulta-form-group-col1{
    padding-right: 20px;
}
.gec-consulta-form-group-col2{
    padding-left: 10px;
    padding-right: 10px;
}
.gec-consulta-form-group-col3{
    padding-left: 20px;
}
.gec-consulta-form-group-locked{
    display: none;
}
.gec-consulta-label{
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'SuraSans-Regular';
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
}
#gec-mensaje-error{
    cursor: help;
    position: relative;
    box-sizing: border-box;
    min-height: 45px;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 15px;
    align-items: center;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    padding-left: 45px;
    border-radius: 5px;
    background-color: #F1F1F1;

    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-image: url(../images/info-circle-solid.svg);
    display: none;
}
#gec-mensaje-error a{
    text-decoration: none;
    color: #0033A0;
}
#gec-mensaje-error a:hover{
    text-decoration: underline;
}
                    
#contenedor_principal .gec-consulta-input{
    position: relative;
    display: block;
    width: 100%;
    height: 38px !important;
    border: 1px solid #444444;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px 10px !important;

    font-family: 'SuraSans-Regular';
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}
.gec-consulta-value{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    border-bottom: #444444 solid 1px;
}
.gec-consulta-select{
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #444444;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px 10px;
    padding-right: 30px;

    font-family: 'SuraSans-Regular';
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    background-color: #FFFFFF !important;

    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 100% center;
    background-position: calc(100% - 10px) center;
    background-position: -moz-calc(100% - 10px) center;
    background-image: url(../images/chevron-down-solid.svg);
}
.gec-consulta-select option{
    font-family: Arial;
    font-size: 14px;
}

#contenedor_principal .gec-consulta-input:hover,
#contenedor_principal .gec-consulta-input:focus,
#contenedor_principal .gec-consulta-select:hover,
#contenedor_principal .gec-consulta-select:focus{
    border: #0033A0 solid 2px !important;
}

.gec-consulta-btn,#gec-admin-action-btn{
    position: relative;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    width: 200px;
    background-color: #79b829;
    height: 35px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
    border: none;

    transition: box-shadow 0.3s, background-color 0.3s;
    -webkit-transition: box-shadow 0.3s, background-color 0.3s;
}
.gec-consulta-btn:hover,#gec-admin-action-btn:hover{
    box-shadow: 0px 7px 3px -5px rgba(0,0,0,0.8);
}
.gec-consulta-btn-locked{
    background-color: #b4b7bc;
    cursor: not-allowed !important;
}

.gec-consulta-btn-loader{
    padding-left: 30px !important;
}
.gec-consulta-btn-loader::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    top: calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    left: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/sync-alt-solid.svg);

    animation-name: animacion_cargador;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: animacion_cargador;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes animacion_cargador{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

#gec-resultados{
    position: relative;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
}

/**************V1 PASOS***********/
.gec-paso{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.gec-paso-header{
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 10px;
    min-height: 40px;
    border-radius:5px 5px 0px 0px;
    background-color: #F1F1F1;
    border: #c5c5c5 solid 1px;
}

.gec-paso-ball{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    border: #0033A0 solid 3px;
    margin: 0px;
    padding: 0px;
    top: 50%;
    top: calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    left: 10px;

    font-family: 'SuraSans-Negrita';
    color: #0033A0;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;

}
.gec-paso-ball::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0033A0;
    top: 50%;
    top: calc(50% - 2.5px);
    top: -moz-calc(50% - 2.5px);
    left: 100%;
    left: calc(100% + 10px);
    left: -moz-calc(100% + 10px);
}

.gec-paso-cont{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 50px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: inherit;
}
.gec-paso-cont p{
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}
.gec-paso-cont p > span{
    font-family: 'SuraSans-Negrita';
}
                                
.gec-paso-body{
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 10px;
    border-radius:0px 0px 5px 5px;
    border: #c5c5c5 solid 1px;
    border-top: none;
}
.gec-paso-body a,
.gec-paso-body a:hover{
    text-decoration: none;
}

.gec-paso-body p{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: normal;
    border: none;
}
.gec-paso-body p > span{
    font-family: 'SuraSans-Negrita';
}

.gec-paso-body h6{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #0033A0;
    font-weight: normal;
    line-height: normal;
    border: none;
    margin-bottom: 10px;
}
.gec-paso-link{
    color: #0033A0 !important;
    padding-left: 20px !important;
    background-position: 0px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url(../images/angle-right-solid.svg);
}
.gec-paso-link:hover{
    text-decoration: underline !important;
    cursor: pointer;
}

.gec-paso-body img{
    display: block;
    margin: 7px 0px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: #c5c5c5 dashed 2px;
}

.gec-paso-body ul{
    margin: 0px;
    padding: 0px;
}
.gec-paso-body li{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: normal;
    border: none;
    text-decoration: underline;
    padding-left: 15px;
}
.gec-paso-body li > span{
    font-family: 'SuraSans-Negrita';
}
.gec-paso-body li::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    top: calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/hashtag-solid.svg);
}


/*******************V2 PASOS*******************/
.gec-pasos-cont{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.gec-pasos-nav{
    position: relative;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    z-index:1;
}
.gec-pasos-nav > div{
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    margin: 0px 5px;
    padding: 0px 20px;
    padding-bottom: 2px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    background-color: #0033A0;
    border: rgba(0,0,0,0) solid 1px;

    transition: background-color 0.2s, border 0.2s;
    -webkit-transition: background-color 0.2s, border 0.2s;
}
.gec-pasos-nav > div::before{
    content: "";
    position: absolute;
    width: 0px;
}
.gec-pasos-nav > div > p{
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    line-height: normal;

    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

.gec-paso-nav-active{
    border: #c5c5c5 solid 1px;
    box-shadow: 0px -5px 5px -2px rgba(0,0,0,0.5);
    background-color: #FFFFFF !important;
    border: #c5c5c5 solid 1px !important;
    border-bottom: #FFFFFF solid 2px !important;
    
}
.gec-paso-nav-active p{
    font-family: 'SuraSans-Regular' !important;
    color: #0033A0 !important;
}

        
#gec-pasos-wrap{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: #c5c5c5 solid 1px;
    background-color: #FFFFFF;

    border-radius: 0px 0px 5px 5px;
}
.gec-pasos-view{
    position: relative;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    padding: 10px;
}
.gec-pasos-view > h1{
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;

    font-family: 'SuraSans-Negrita';
    color: #444444;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    border-bottom: #C5C5C5 solid 1px;
}
.gec-pasos-view > h1 > span{
    background-color: #0088CC;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    padding: 0px 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.gec-pasos-view a,
.gec-pasos-view a:hover{
    text-decoration: none;
}

.gec-pasos-view p{
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: normal;
    border: none;
}
.gec-pasos-view p > span{
    font-family: 'SuraSans-Negrita';
}

.gec-pasos-view img{
    display: block;
    margin: 7px 0px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: #c5c5c5 dashed 2px;
}

/***********NUEVOS PASOS************/
.gec-texto-resultado{
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    padding-left: 20px;

    font-family: 'SuraSans-Regular';
    font-size: 18px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0px center;
    background-image: url(../images/caret-right-solid.svg);
}
.gec-texto-resultado a{
    color: #0033A0;
    text-decoration: none;
}

.gec-texto-resultado a:hover{
    text-decoration: underline;
    color: #0033A0;
}
.gec-texto-resultado span{
    background-color: #0088CC;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    padding: 0px 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.gec-consulta-cont-close{
    max-height: 0px;
    margin-bottom: 0px;
    
    transition: max-height 0.5s ease-out, margin-bottom 0.5s ease-out, padding 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out, margin-bottom 0.5s ease-out, padding 0.5s ease-out;
}
.gec-consulta-cont-open{
    max-height: 900px;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
    border-bottom: #C5C5C5 solid 1px;
    
    transition: max-height 0.5s ease-in, margin-bottom 0.5s ease-in, padding 0.5s ease-in;
    -webkit-transition: max-height 0.5s ease-in, margin-bottom 0.5s ease-in, padding 0.5s ease-in;
}


/***************************************/
#gec-consulta-handle{
    position: absolute;
    box-sizing: border-box;
    margin: 0px;

    display: flex;
    align-items: center;
    background-color: #0088CC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    border: rgba(0,0,0,0) solid 1px;
}
#gec-consulta-handle:hover{
    box-shadow: -8px 7px 7px -5px rgba(0,0,0,0.6);
}

.gec-consulta-handle-on{
    top: -2px;
    width: 370px;
    height: 60px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    right: 20px;
    
    background-image: none;

    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -o-box-shadow 0.3s, top 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, padding 0.2s, right 0.2s;
    -webkit-transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -o-box-shadow 0.3s, top 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, padding 0.2s, right 0.2s;
}
.gec-consulta-handle-off{
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0px;
    right: 20px;
    background-image: url(../images/times-solid.svg);

    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -o-box-shadow 0.3s, top 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, padding 0.2s, right 0.2s;
    -webkit-transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -o-box-shadow 0.3s, top 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, padding 0.2s, right 0.2s;
}
.gec-consulta-handle-off h1{
    display: none;
}
.gec-consulta-handle-on h1{
    display: block;
}

#gec-consulta-handle h1{
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    padding-left: 60px;
    padding-bottom: 3px;

    font-family: 'SuraSans-Negrita';
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    line-height: 21px;
    font-weight: normal;

    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 10px center;
    background-image: url(../images/file-contract-solid.svg);
}

/*************************ADMIN****************************/
#contenedor_principal_admin{
    position: relative;
    width: 400px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.gec-admin-form{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
#contenedor_principal_admin .gec-admin-form-label{
    font-family: 'SuraSans-Regular';
    font-size: 16px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
}
.gec-admin-form-img{
    display: block;
    width: 600px;
    height: auto;
    margin: 0px;
}

.gec-admin-form-file{
    position: relative;
    width: 100%;
    height: 38px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.gec-admin-form-file form{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.gec-admin-form-file button{
    position: absolute;
    display: block;
    width: 120px;
    height: 100%;

    box-sizing: border-box;
    background-color: #79b829;
    
    margin: 0px;
    padding: 0px;
    border-radius: 0px 4px 4px 0px;

    font-family: 'SuraSans-Regular';
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
    border: none;

    top: 0px;
    right: 0px;
}

.gec-admin-form-file p{
    position: relative;
    display: block;
    align-items: center;
    width: 100%;
    width: calc(100% - 120px);
    width: -moz-calc(100% - 120px);

    height: 100% !important;
    border: 1px solid #666666;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px 10px !important;

    font-family: 'SuraSans-Regular';
    font-size: 15px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gec-admin-form-file:hover p{
    border: #0033A0 solid 1px;
}

.gec-admin-form-file input[type="file"]{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
           

#gec-admin-error-msg{
    cursor: help;
    position: relative;
    box-sizing: border-box;
    min-height: 45px;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 15px;
    align-items: center;

    padding-left: 45px;
    border-radius: 5px;
    background-color: #F1F1F1;

    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-image: url(../images/info-circle-solid.svg);
    
}
.gec-admin-error-msg-on{
    display: block;
}
.gec-admin-error-msg-off{
    display: none;
}


#gec-admin-error-msg p{
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    
    margin: 0px;
    padding: 0px;
    
    font-family: 'SuraSans-Regular';
    font-size: 15px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}

#contenedor_principal_admin .gec-admin-form-input{
    position: relative;
    display: block;
    width: 300px !important;

    height: 38px !important;
    border: 1px solid #444444;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px 10px !important;

    font-family: 'SuraSans-Regular';
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}