
html {
    font-family: 'Montserrat', sans-serif !important;
    height:90%;
}

body{
    font-family: 'Montserrat', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Montserrat', sans-serif !important;
}
.circleList{
    font-size: 0.6em !important;
    vertical-align: text-top;
}

.primaryColor{
    color: var(--main-color);
}

.btn-registrar {
    border-color: currentColor;
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor:pointer;
    border-radius: 5px;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.btn-ingresar {
    background-color: transparent;
    border: none;
    cursor:pointer;
    color: var(--main-color);
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
}
.btn-ingresar:hover {
    color: gray; 
}

a.nav-link.titleHeader.colorTitleCustom.has-submenu{
    float:none;
}

.btn-loggued {
    background-color: transparent;
    border: none;
    cursor:pointer;
    /*color: #666666;*/
    color: var(--main-color);
    box-shadow: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    font-family: 'Montserrat', sans-serif !important;
}
.btn-loggued:hover {
    color: gray;
}

.btn-iniciar {
    border-color: currentColor;
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor:pointer;
    border-radius: 5px;
    box-shadow: none !important;
    width: auto;
    height: auto;
    text-transform: uppercase;
}


.iconLoggued{
    color: var(--main-color);
    cursor: pointer;
}

.btn-infoLogguedUser{

}

.searchNavInput{
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--main-color) !important;
    border-radius: 0;
    width: 90% !important;
}

.searchNavInput:focus { 
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--main-color) !important;
    border-radius: 0;
}

.searchNavInput::placeholder{
    color: #666666 !important;
}

.searchNavField{
    display: inherit;
    padding-right:0.5em;
}

.titleHeader{
    /*text-transform:uppercase;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    /* color: #666666;*/
    /*text-align: center;*/
}

.titleHeader:hover{
    color: gray !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.itemHeader:focus{
    bolder: none !important;
    outline-color: transparent !important;
}

.titleHeader > .sub-arrow{
    display:none !important;
}

.logoImg {
    height: 86px!important;
    width: 150px!important;
}

.itemHeader{
    margin-left:0.5em;
    margin-right:0.5em;
    margin-bottom: auto;
    margin-top:auto;
    width: auto !important; 
}

.searchItem{
    /*	margin-left: auto; */
}


.footerStyle{
    background-color: #FF2E63;
}

.textFooterColor{
    color: #777;
}
.textFooterColor:hover{
    color: #777;
    text-decoration: none;
}

.btn-consultar{
    background-color:transparent;
    border:none;
    color: #5a5a5a;
    text-decoration:underline;
    padding-left: 1em;
}
a:visited {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}
.btn-consultar:hover{
    background-color:transparent;
    border-color:transparent !important;
    color: #5a5a5a;
    text-decoration:underline;
}
.btn-consultar:active{

    border-color:transparent !important;

}
.btn-consultar:visited{

    border-color:transparent !important;

}
.linkRegistro{
    color: white;
    text-decoration: none;
}
.linkRegistro:hover{
    color: white;
    text-decoration: none;
}

.navStyle{
    /*padding-left: 2.5rem;
    padding-right: 2.5rem;*/
       padding-top: .4rem;
       padding-bottom: 0.6rem;
}

.ulNavStyle{
    padding-left: 3.5em;
}

.arrowStyle{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.itemSubList{
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemSubList:active{
    background-color: #d8d8d8 !important;

}
.itemSubList:hover{
    background-color: #d8d8d8 !important;
    cursor: pointer;
}
.itemSubList  a:hover{
    color: black !important;
}

#contentWizard {
    display: inline-flex;
    height: 99%;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}


#txtBuscarBuscadorGeneral{
    border-radius: 0px !important;
}

.sidePasos{
    float:left;

    display: flex;
    cursor: pointer;
}

.divLogguedUser{
    text-align: right;
    width: 45%;
}

.dropdown-menu{
    padding: 0px !important;
}

.mapaweb{
    display:contents;
}

/* TABLAS */
table.dataTable tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}


thead {
    border-bottom-color: grey !important;
}

table.dataTable thead th{ 
    height: 40px;
    font-size:1em;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.5;
    color: grey;
}

.tableWidth, #contenidoError {
    width:100% !important;
    margin-left:auto;
    margin-right:auto;
}
#contenidoError {
    margin-left: 85px!important;
    margin-top: 50px!important;
}
table.dataTable tbody td {
   /* height: 40px;
    font-size:1em;
    vertical-align: middle;*/

  /*  height: 46px;  */
    vertical-align: middle;
    border: none;
}

#tableexpstate{
font-size: 10px;
font-weight: 600;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.label-primary {
    background-color: var(--main-color);
    color: #FFFFFF;
       padding: 3px 8px !important;
}

.dataTables_wrapper{
    margin-top: 0rem;
    margin-bottom: 0rem;
}

table.dataTable tbody tr:hover {
    background-color: gainsboro !important;
    /*cursor: pointer;*/
}

.dataTables_filter, .dataTables_length{
    font-size:1.5em;
}

td > i, td > a > i {
    padding: 5px;
}

.columnaenlacetram > a.enlace:visited{
    color: black !important;
}
.columnaenlacetram > a.enlace{
    color: black !important;
    font-size:1em;
}

.tooltip{
    font-size: inherit !important;
}

.pointer{
    cursor:pointer;
}

/* FIN TABLAS */
form[name="TramiteFormBean"] {
    width: 79% !important;
    /*float: left;*/
    height: 100%;
    margin-top: 10px;
}

.generatorFrame{
    overflow: scroll;
    width: 100% !important;
    border: 0px;
    height: 100%;
}

.driveFrame {
    overflow: scroll;
    width: 122% !important;
    border: 0px;
    height: 95%;
    margin-top: 30px;
    margin-left: -130px;
}

#contenedorPrincipal:focus{
    outline-color: transparent !important;
}

.menuPasos{
    white-space: nowrap;
    min-width: max-content;
    min-width: -moz-max-content;
    min-width: -ms-max-content;
    width:15%;
}

#pasos {
    float:left;
    margin-top: 6em;

    &.active {
        animation: scale-display .3s;
        display: block;
    }

    &.out {
        animation: scale-display--reversed .3s;
        animation-fill-mode:forwards;
        display: block;
    }
}
@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: block;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    99% {
        display: block;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}



/* ARBOL */
.menuArbol {
    /*   position: relative;*/
    display: block !important;
    /*    left: 1%;*/
    /*  margin-top: 15px;*/
    /*  width: 15%;*/
    margin-left: 10px;
    /*  margin-right: auto;*/
    max-width: 18em;
    /*  min-width: 15em;*/
    overflow-y: hidden;
}

.pasoGroup {
    display: block;
    float: left;
    width: 90%;
    max-height: 1.25em;
}

.nombrePaso {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--main-color);
    font-weight: bold;
    vertical-align: top;
    padding-left: 1.5em;
    font-size: 1.3em;
    line-height: 1em;
}

.circle {
    position: unset;
    display: inline-block;
    width: 1em;
    height: 1em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #dedfe0;
    border: 2px solid white;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}

.actual {
    background: white !important;
    border: 3px solid var(--main-color) !important;
}

.lineContainer {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 2.5em;
    max-height: 2.5em;
    z-index: -1;
}

.lineNuevo {
    display: block;
    margin-right: 13.5em;
    width: 0.2em;
    height: 5em;
    background: #dedfe0;
    margin-left: 5px;
}

/* ARBOL FIN*/

.columnaaccionestramite > a{
    color: var(--main-color);
}

.columnaaccionestramite > a:hover{
    text-decoration: none;
}


.btn-sede{
    background-color: var(--main-color);
    border-radius: 5px;
    height: auto;
    font-size: 1em;
    padding: 0.5em 1.5em !important;
    color: white!important;
}

.divBotonFin{
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#docT .fa-2x {
    font-size: 1.5em;
}

.botonSedeCancel{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.05;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    /*    width: inherit;*/
    margin-left: 10%;
    margin-right: 5%;
    color: #333;
    background-color: #fff;
    border-color: var(--main-color);
    min-width: 6%;
    cursor: pointer;
}

.botonSedeContinue{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.05;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    /*width: inherit;*/
    margin-left: 0%;
    margin-right: 10%;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    min-width: 6%;
    cursor: pointer;
}


.carousel-caption {
    font-family: "Montserrat", serif !important;
}

#titleWithButtonToolbar{
    position:fixed;
    width:100%;
    top:9.5em;
    background-color:white;
    z-index: 5;
    padding-top: 1em;
}

#divBotones{
    float:right;
    display: inline-flex;
    padding-right:2%;
}

.divBotonFinDesktop #btguardar {
    background-color: transparent;
    color: var(--main-color);
}


.btn-sede:hover{
    background-color: var(--main-color) !important;
    color: white !important;
}

.divBotonFinDesktop{
    padding-right:5px;
}

#divBotonesMobile{
    display: none;
}

.cuerpo > .subSeccion {
    margin-top: 0em;
}


.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

.eSignaIDIcon{
    height: 3em;
    width: auto;
    border-radius: 15px;
}
.showOnlyDesktop{
    display:inline-block;
}
.showOnlyMobile{
    display:none;
}
.divTituloDetalleTramite{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.contactosList span.itemInfoTramite {
    line-height: 1.8em;
}

.subCategory {
    font-size: 1.5em !important;
}


/*Estilos para el confirmCustom*/
.confirmCustom {
    width: 50%;
    z-index: 500000;
    position: absolute;
    margin-left: auto;
    top: 20%;
    left: 0;
    right: 0;
    margin-right: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.confirmCustom #titulo, .confirmCustom .titulo{
    font-size: 1.9em;
    padding: 0.5em 0.5em;
}
.confirmCustom .cuerpo{
    min-height: 50px;
    border: none !important;
    height: auto;
    padding: 15px 15px;
    margin: 0;
    font-size: 1.2em;
    background-color: white;
}
.confirmCustom .cerrarVentana{
    cursor: pointer;
    position: absolute !important;
    right: 10px !important;
    width: 14px;
    margin-top: 5px;
}
.confirmCustom .botones{
    margin-top: 5px;
    height: 30px;
    padding: 5px;
}
.confirmCustom .botones input{
    border: none;
    background: none;
    font-weight: bold;
}
.confirmCustom select, .confirmCustom .subSeccion{
    width: 100%;
}
.confirmCustom a{
    padding: 5px;
}
.confirmCustom .contenedorContinuarCancelar a{
    float: none;
    min-width: 50px;
    margin-left: 10px;
}
.confirmCustomPdf{
    min-width: 900px !important;
    top: 60px !important;
    width: 900px !important;
}
.confirmCustomPdf .cuerpo{
    width: 894px !important;
    padding: 1px 0px 0px 0px !important;
}
/*Fin estilos confirmCustom*/

/* MEDIA QUERIES */
/* Smartphones (portrait & landscape) */
@media only screen 
and (min-width : 320px) 
and (max-width : 780px) {
    #contenidoInfoTramite{
        width:85% !important;
    }
    .divTituloDetalleTramite{
        width:85% !important;
    }
    .showOnlyDesktop{
        display:none;
    }
    h2.divCabeceraGeneral{
        width:100% !important;
    }

    .showOnlyMobile{
        display:block;
    }
    .menuPasos {
        margin-top:0px;
    }
    #contentWizard {
        display: block;
        padding-bottom: 0;
    }

    .ulNavStyle{
        padding-left: 0px;
        margin-bottom: 15px;
    }
    .itemHeader {
        text-align: left;
        width: auto !important;
        display: block !important;
    }
    .titleHeader{
        padding-right: 0 !important;
    }

    .divLogguedUser{
        text-align: left;
        width: 100%;
    }

    .searchNavInput{
        width: 90% !important;
        font-family: 'Montserrat', sans-serif !important;
    }

    nav {
        max-width: inherit;
    }

    #titleWithButtonToolbar, .titleWithButtonBarScrolled{
        padding-top: 1em;
        top: 3em;
    }
    .divCabeceraGeneralWizard{
        margin-left:0.5em;
        margin-right:auto;
        width:100%;
        /*text-align: center; */
		    margin-top: 60px;
		font-size: 1.1em;
		padding-right: 5px;
    }

    #miga{
        display:none;
    }
    #divBotonesMobile{
        display: block;
        padding-bottom: 1em;
    }
    #divBotones{
        display:none;

    }
    .iconosInfoTramite{
        /*margin: 10px auto 10px auto;
width: 90%;*/
        display:none !important;
    }

    #contenidoInfoTramite, #contenidoprincipal, #contentRedirect {
        width: 100%; 
    }

    #contenedorPrincipal, .contenedorPrincipal {
        width: 100% !important; 
        margin-left: auto !important;
        margin-top:0em !important;
        margin-right: auto !important;
    }

    #contentTable{
        width: 100% !important;
    }

    table.dataTable thead {
        display: none;
    }

    .divBotones{
        display:block;

    }

    .divBotonFin{
        width: 100%;
        margin-top: 1em;
    }


    table.dataTable tbody td>div {
        width: 100%;
        display: block;
        vertical-align: middle;

    }
    tr[role=row] td:before{
        width: 100%;
        display: block;
        vertical-align: middle;
    }

    /* Para poner las filas una debajo de otra */
    table.dataTable tbody td {
        padding: 5%!important;
        line-height: 150%!important;
        border-top: 1px solid #e9e9e9;
        position: relative;
        width: 90%!important;
        display: block!important;
        left: 0!important;
        height: auto!important;
        border-bottom: none!important;
        text-align: center;

    }

    tr[role=row] td:before {
        content: attr(data-title);
        color: gray;
        padding-right: 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

    table.table tbody tr[role=row] {
        display: table;
        width: 95%!important;
        margin: 2.5% !important;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        background: #fff;
        position: relative;
    }

    .confirmCustom{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .botonSedeContinue, .botonSedeCancel{
        width: auto;
        min-width: unset;
        margin: auto;
    }

    .menuArbol {
        position: inherit;
        width: max-content;
        margin-right: auto;
        margin-left: auto;
        min-width: 10em;
        max-width: unset;
    }

    .sidePasos{
        display: none;
    }

    .nombrePaso {
        width: 0%;
        display: none;
    }

    .pasoGroup {
        display: block;
        float: left;
        width: auto;
        height: 1.3em;
    }

    .lineContainer {
        display: block;
        float: left;
        width: 2em;
        height: 0.5em;
        max-width: 2em;
        max-height: 0.5em;
        margin-top: 0.4em;
    }
    .lineNuevo {
        display: block;
        margin-left: 0%;
        width: 2em;
        height: 0.2em;
        background: #dedfe0;
    }

    .menuPasos {

        min-width: 100%;
    }
    h2.divCabeceraGeneral{
        width: 95%!important;
        text-align: left;
        padding: 0;
        margin-left: 5%;
    }

    #pasos, .titleWithButtonToolbar{
        z-index: -2;
        max-height: 2em;
    }

    .tramite-group, .iconsGroup{
        width: 100% !important;
    }

    .viewerContainer{
        width: 95% !important;
        height: 100%;
        /*margin-top: 1.5em;*/
        margin-left: auto;
        margin-right: auto;
    }

    .frameViewer{
        height: 100%;
        max-width: 100%;
        max-height: 420px;
    }

    .adjuntarButtonText{
        display: block;
        text-align: left;
        margin: 15px;
    }

    #adjuntardocindependiente{
        text-align: center;
        display: block;
        margin: 15px;
    }

    #divListadoTramites{
        padding-top: 1em;
    }

    .textoInfoPaso3{
        margin-top: 1.5em;
    }	

    .WizardPaso1, .WizardPaso2, .WizardPaso3 {
        padding-top: 0rem!important;
    }

    .WizardPaso4 {
        padding-top: 2rem;
    }

    .ContenedorPaso4 > .mensajeLogeoExitoso{
        margin-top: 8rem;
    }

    #codigoSolicitudGenerado{
        margin-top: 3rem;
    }

    #contentFormAlta > form {
        padding-top: 8rem !important;
    }

    #ventanaAvisosLegales{
        top: 5% !important;
    }

    .divBotonFin > .btn-sede{
        font-size: 1rem;
        width:50%;
    }

    .sslAuthCol {
        display:none;
    }

    .first-slide {
        content:url(../images/carrusel_mobile_1.jpg);
    }

    .sl_2{
        content:url(../images/carrusel_mobile_2.jpg);
    }

    .sl_3{
        content:url(../images/carrusel_mobile_3.jpg);
    }

    .iconoCabecera{
        display: none !important;
    }

    .titleHeader{
        display: block !important;
    }

    .searchItemExpanded {
        width: auto !important;
    }
    .carousel-item > img {
        height: 32rem;
    }
    #idopcionRegistrar {        
        white-space: pre-wrap;
    }
	#btiniciar_2 {
		margin-left: 30px;
	}
	#frameGeneradorWizard{
		float: left;
	}
	.parteWizard {		
		float:left;
	}
	form[name="TramiteFormBean"] {
        margin-left: 30px;
    }
	#contentFicha {
		    width: 95% !important;		
	}
	.cabeceraRegistro {
	    padding-left: 10px;
		padding-right: 10px;
	}
	.logo_principal {
		    width: 70%;
	}
	.logo_principal .navbar-brand {
		    width: 100%;
	}
	.logo_principal .logoImg {
		    width: 100%;
		height: auto;
	}
	.menu_collapse_principal {
		    width: 30%;
    text-align: center;
	}
	.logo_principal, .menu_collapse_principal {
		    margin-top: 8px!important;
	}
	h2.divCabeceraGeneral {
    font-size: 16px!important;
	}
	.divCabeceraGeneral:after, .divCabeceraGeneralWizard:after {
		    padding-top: 8px!important;
	}
	.subSeccion {
		 margin-top: 5px!important;
	}
	#pasos {
		margin-top: 4em!important;
	}
	#titleWithButtonToolbar, .titleWithButtonBarScrolled {
		top: 3em!important;
	}
	.columnanombredocumento .classic {
		display: none!important;
	}
	table.dataTable tbody tr:hover {
		background-color: white!important;
	}
}


/* FIN MEDIA QUERIES */



.tramite-group{
    width: 90%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}
.tramite-card{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    border: 1px solid gainsboro;
    box-shadow: 1px 1px 20px 1px gainsboro;

}
.card-img-top {
    width: 100%;
    height: auto;
}

.iconCardTitle{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--main-color);
}
.iconContainer{
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--main-color);
    padding: 2.5em;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--main-color);
    /*width: 10rem;*/
    text-align: center;
}

.iconContainer > span{
    color: white;
}
.iconsGroup{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.iconCard{
    padding: 2em;

    border: none;
}
.carousel {
    margin-bottom: 0.5em;
}

.iconBody{
    padding: 1.25rem 0 0;
    text-align: center;
}

.dataTables_length, .dataTables_filter{
    font-size: 1.2em;
    color: #666 !important;
}

.dataTables_length > label > select {
    color: #666 !important;
}

.table-bordered td{
    border: none !important;
}

tbody {
    border:1px solid rgb(233, 236, 239) !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

.itemInfoTramite{
    font-size: 1.2em;
    font-weight: 400 !important;
    color: #666 !important;
}

div#definitionTramite strong{
    font-weight: bold !important;
}
.listInfoTramite > ul > li > .itemInfoTramite {
    font-size: 1em !important;
    color: #666 !important;
}

.listInfoTramite > ul > li > .itemInfoTramite > .itemInfoTramite {
    font-size: 1em !important;
    color: #666 !important;
}

.listInfoTramite{
    list-style: none;
}


.iconList{
    padding-right: 0.5em;
    font-size: 2em;
    color: #666;
}


#miga:focus{
    outline: none;
}

#contenedorPrincipal{
    margin-top: 2rem;
    height: 83%;
    /*height: 85%;
    overflow: auto;*/
}

.contenedorPrincipal{
    margin-top: 2rem;
    height: 85%;
    overflow: auto;
}

.btn-secundario {
    background-color: transparent;
    color: var(--main-color)!important;
}

.divBotonFinDesktop .btn {
    border: 1px solid var(--main-color);
}

.sizeTableIcon{
    font-size: 1.5em;
}

.titleIconContainer{
    display: inline-flex;
    margin-bottom: 2em;
}

.tituloSubmenu, .tituloApartado{
    font-size: 1.75em;
    font-weight: bold;
    color: #666666;
}

#definitionTramite{
    font-size: 1.2em !important;
    color: #666 !important;
}

#datosExpediente > div, #datosExpediente > p{

    margin-left: 2.5em;
    width: 100%;
    font-size: 1.2em;
    color: #666666;
}

#datosExpediente{
    margin-bottom: 1em;
}

.tablaRegistros > #tablaregs_wrapper, .tablaDetalle > #tablaauditoria_wrapper {
    margin-top: 0;
}

.enlacesDescargaDocumentosinstancia{
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 1em 1em 1em 3em;
    font-size: 1.5em;
    cursor: pointer;
}

#openSol > span {
    padding-left: 0.5em;
}

.viewerContainer, .descripasocinco{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.frameViewer{
    max-width: 100%;
    width: 100%;
    height: 800px;
}

#chatLink{
    color: #777 !important;
    text-decoration: none;
}
#chatLink:hover {
    color: #777 !important;
    text-decoration: none;
}


.divError{
    width: 100%;
    margin: 2em 0em 2em 0em;
}
.errorImg{
    display: inline-flex;
    padding-right:0.5em;
    vertical-align: middle;
} 
.errorText{
    display: inline-flex;
}

#btVolverAtras{
    float: none;
}

.btVolverErrorDiv{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*
#contentBody {
  min-height: 100%;
  position: relative;
}


#contenedorPrincipal {
  padding-bottom: 100px;
}
footer {
  width: 100%;
      position: absolute;
  bottom: 0;
  left: 0;
}*/

.titleHeader > .arrowStyle {
    display: none!important;
}

.maxSizeFile{
    margin: 0px 15px 15px 15px;
}
#adjuntardocindependiente{
    margin-left: 1em;
    cursor: pointer;
}
.adjuntarButton{
    border: 1px solid var(--main-color);
    padding: 0.5em;
    border-radius: 0.25em;
}

.adjuntarButton:hover{
    border: none;
    background-color: var(--main-color);
    color: white;
}

.adjuntarButtonText{
    width: 100%;
    display: block;
    margin: 15px;
}

/*.textoPaso1{
    margin: 0px 15px 15px 15px;
}*/

.extensionesDiv{
    font-style: italic;
    margin-bottom: 1.5em;
}

.extensionesTitle{
    font-weight: bold;
}

#comboFiltroMisDocumentosGenerados{
    margin-bottom: 0.5em;
}

.eSignaIDInstructions{
    margin-bottom: 1.5em;
}

#loginInstructions{
    margin-bottom: 1.5em;
}

.eSignaIDSpinner{
    margin: 0.5em;
}

#eSignaIDLoginCode{
    font-size: 1.25em;
    color: grey;
}

.mensajeAdvertenciaSobreUsoDeCookies{
    height: auto !important;
    min-height: 4em;
    padding: 2em;
}

#cookiestext{
    width: 100%;
    display: block;
    text-align: center;
}

#cookiesButton{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    text-align: center;
}

#cookiesInput, #cookiesClose{
    padding:0.5em;
    margin: 0;
    border-radius: 0.5em;
    background-color: var(--main-color);
    border: none;
    color: white;
    font-size: 1.25em;
}

ul.listadoOpc > li > .textoNegrita {
    font-weight: normal !important;
}
ul.faqsListPadre > li , ul.requisitosListPadre > li{
    margin-left: 0.5em;
    margin-bottom: 0px !important;
    line-height: 2.5em;
}

.faqsListPadre > li > .faqsListHijo{
    margin-left: 2em !important;
}

.asuntofaqs{
    margin-left:1.5em;
}

#divListadoTramites{
    padding-top: 1em;
    height: 680px;
}

.WizardPaso1, .WizardPaso2, .WizardPaso3 {
    padding-top: 5.5rem;
}

.WizardPaso4 {
    padding-top: 2rem;
}

.ContenedorPaso4 > .mensajeLogeoExitoso{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem!important;
}

.mensajeLogeoExitosoExito{
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}
#linkarepotro, #linkarepcon, #linkahisto{
    font-size: 1rem;
}

#comboFiltro{
    font-size:1rem;
    width:100%;
}

#cuadroAddRepresentante > .parrafoEstandar > input {
    border: 1px solid gainsboro;
    width: auto;
}

#contentMsgAlta{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


/* Disable a links */
.linkDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

#linkiniciarig{
    max-width: 70%;
    white-space: pre-wrap;
    overflow: visible;
    margin-left:0px;
}

.appsReqTable{
    height: 3rem;
    width: auto;
}

.card-header > a {
    text-decoration: none;
}

#contentRedirect{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.validadorTitle{
    width:75% !important;
    margin-left: auto  !important;
    margin-right: auto  !important;
    margin-bottom: 2rem  !important;
}

.validatorContent{
    height: unset !important;
}

#btCargarRep, #btCerrarRep{
    color: white;
    background-color: var(--main-color);
    padding-left: 0.2rem;
    padding-right: 0.2rem; 
}
.contenedorBoton #btnFirma {
    color: white;
    margin-bottom: 5px;
}
.contenedorBoton {
    margin-bottom: 12px;
}
#contentMsgAlta .contenedorContinuarCancelar {
    width: 50%!important;
    margin-left: 0px!important;
}

.bgColorFirst{ 
    background-color: var(--main-color);
}

div.bgColorFirst { 
    width: 75px;
    height: 75px;
}

.normal table {
    border-collapse: inherit !important;
}

.windowButton {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
}

.windowButtonDisabled {
    border: 1px solid lightgray !important;
    background-color: white;
    color: gray;
}

.windowButtonOver {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
}

.windowButtonDown {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
}

.custom_dialog_icon_info{
    width:48px;
    height:48px;
    font-size:48px;
    color:#7682F7;
}

.custom_dialog_icon_ok{
    width:48px;
    height:48px;
    font-size:48px;
    color:#A0D85F;
}
.custom_dialog_icon_error{
    width:48px;
    height:48px;
    font-size:48px;
    color:tomato;
}
.custom_dialog_icon_warn{
    width:48px;
    height:48px;
    font-size:48px;
    color:#FFEB3B;; 
}
.custom_dialog_icon_confirm {
    width:48px;
    height:48px;
    font-size:48px;
}

.iconoCabecera{
    font-size: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    cursor: pointer;
}

td[height='30'] img[src*='white-box'], td[height='30px'] img[src*='white-box'] {
    height: 30px;
}

#framePassGenerador {
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75% !important;
}
.labelDatosExp{
    position: relative;
    background-color: white;
    top: 7px;
    left: 6px;
}
.valueDatosExp{
    border: 1px dashed rgba(0,0,0,.26);
    border-radius: 4px;
    padding: 8px 12px;
}

.searchItemExpanded {
    width: 100% !important;
}
.divSobresede {
    height: 1000px;
    padding-top: 10px;
}

.generatorFrame {
    margin-top: 50px;
}
.menuMapaWeb {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
        padding: .5rem 1rem;
}
#listaCookiesLink:hover {
    color: var(--main-color)!important;
}
#contentInfoTramite {
    padding-top: 5px;
}
#miga {
	z-index: 0;
} 
#linkExpedientesRepresentados, #linkExpedientesPropios, .opcionesSolicitudes{
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
}

#tabformdetalle {
   /* padding-left: 2.1em;
    height: 300px; */
    margin-bottom: 70px; 
}
 
.iconoDisabled {
    color: grey!important;
}
#fechaHora {
    padding-right: 25px;
}
.logoImgCollapse {
  height: 45px!important;
    width: 95px!important;?
}
.desplegableBuscador {   
    color: #444;
    background-color: white;
    margin: 10px;    
}
#valorParam {
    width: 100%;
    font-size: 15px;
    margin-left: 10px;
}
.mostrarElementoInline {
    display: inline;
}
#tablaexpedientedivfiltrado {
    margin-top: 25px;
}
#contentBuscadorExp .dropdown {
    width: 800px; 
}
#feciniciofilter, #fecfinfilter {
    margin-left: 15px;
    border: solid 1px #80808075;
}
.datefilter {
    margin: 10px;
}
.textdatefilter{
    float:left;
    width: 80px;
}

.captchaContrasenya{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.captchaLostPass{
    width: 720px !important;
}

#ventanaConfirmSeleccionDocumentoeSignaDrive{
    width: 75%;
    height: 85%;
    border: none !important; 
    padding: 15px 15px; 
    margin-left: 15%;
    font-size: 1.2em;
    background-color: white;
}
.imgie {
    float: left;
    width: 250px; 
    margin-right: 30px;
}
.botontextoie {
    margin-top: 70px;
}
#contentFormAlta .titleWithButtonBarScrolled{
    top: 5.5em !important;
}
#miga{
       transition: top .5s;
}
.hideFecha{
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity .4s linear;
}
.showFecha{
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity .4s linear;
 }
 .carousel-item > img {
    height: 32rem;
}
.dataTables_filter input{
	padding:3px!important;
}
.ContenedorPaso2 .titleWithButtonBarScrolled, .ContenedorPaso3 .titleWithButtonBarScrolled, .ContenedorPaso4 .titleWithButtonBarScrolled{
    top: 5.5em !important;
}

.infoDescargas{
margin-top: 5em;
}

#checkCasoMaestro{
display:none;
}

#divcheckMaestro{
	font-size:large;
        text-decoration:underline;
}
#contenedorBtTasas {
    text-align: center;
}
#linkExpedientesRepresentados, #linkExpedientesPropios { 
    float: left;
}
#codigoSolicitudGenerado .tooltip:hover span {
    top: -50px !important;
}
#GeneradorDocs #generatorForm, #GeneradorTasas #generatorForm{
	width:1280px;
}
#normativas ul li.listInfoTramite {
    
    padding: 10px;
}
#normativas ul li.listInfoTramite a{
	font-weight: bold;
}
#btDocsDinamicos{
	    margin-left: 600px;
}
#btTasasDinamicas  {
	margin-left: 500px;
}
.subSeccion #listaDocumentos ul.listadoOpc {
    margin-left: 25em;
}
.subSeccion #listaDocumentos ul.listadoOpc li ul.listadoOpc {
    margin-left: 60px;
}
#listaDocumentos span.textoNegrita {
    font-weight: bold!important;
}
#btVolverDocs {
	    margin-left: 300px;
}
.divSobresede li {
        list-style: disc;
        margin-left: 50px;
}

.divTituloDetalleTramite .labeldatosreq {
        background: none!important;
}
.infoDescargas a.enlacemarcado:visited{
	color: #5a5a5a!important;
}

.infoDescargas .activo, .infoDescargas .inactivo {
	margin-left: 25px;
}
.inactivo a.enlacemarcado, .inactivo a.enlacemarcado:visited{
	color: #c8c8d4!important;
}
.inactivo {
	pointer-events: none;
}
#tableNavegadores img, #tableSOSoportados img{
    width: 50px;
}
.cabeceraRegistro h2 {
	width: 100%!important;
}
.avisoscomunicaciones span{
	top: 0!important;
}
#menuInfoTramite {
	height: 1000px!important;
}
.divTituloDetalleTramite { 
    width: 90%!important;
}
.formularioRegistro .tituloSubmenu  {
	padding-bottom: 10px;
}
.casosDetalle {
	clear: left!important;
	padding-top: 40px!important;
}
.enlacesDescargaDocumentosinstancia .iconosRadicado {
	margin-top: 78px; 

}
.formularioRegistro .doctram {
	clear: both!important;
}
#tableCerts img {
    width: 100px;
}
#tableCerts .col {
	text-align: center;
}
.headerStyle0 {
	background-color: var(--main-color)!important;	
}

.headerStyle1 {
	background-color: rgb(131,133,136)!important;	
}
.tributostable {
	width: 100%;
}
.tab3Cont {	   
    padding-bottom: 60px;
}

.idiomatab3cont {
	 padding-top: 60px;
}
::placeholder {
	font-size: 12px;
}
#com_divHash {
    margin-left: 262px;
}
.tributosTdCambiaFuente {
    padding-right: 12px;
}
.cabeceranumero {
	    width: 150px;
}
#botoneradocumentofichasolicitud #btDocReq, .botoneradocumentofichasolicitud  #btDocOpc, #botoneradocumentofichasolicitud div {
	text-align: left!important;
	margin-right: 10px;
	
}
#formEncuestas input[type='text'], #formEncuestas input[type='password'] {
    border: 1px solid #D1D1D1!important;
    width: 270px;
}
#verInstanciaMisExp .iconosRadicado  {
    width:100%!important;
    margin-bottom: 20px;
    margin-top: 20px;
    float: initial;
    height: 77px;

}

.textodescargaDocFirmado {
	    color: var(--main-color);
    font-size: 1rem;
    margin-left: 12px;

}