@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
} 
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #0C0D0E;
    line-height: 1.2;
    font-size: 16px;
}
/* -- Links  -- */
a{
    text-decoration: none;
    color: #034A9B;
}
.link,.link-2{
    text-decoration: none;
    color: #034A9B;
}
.link::before,.link-2::before{
    content: '→';
    margin-right: 7px;
    font-size: 25px;
}
.link-2::before{
    content: '←';
}
/* -- Titles -- */
h1{font-size: 40px;font-weight: 600;}
h2{font-size: 35px;font-weight: 600;}
h3{font-size: 30px;font-weight: 600;}
h4{font-size: 28px;font-weight: 600;}
h5{font-size: 25px;font-weight: 600;}
h6{font-size: 22px;font-weight: 600;}

.titular{
    padding-left: 10px;
    border-left: 4px solid #bccf21;
    color:#034A9B;
}
.blue{
    color: #034A9B;
}
/* -- Pagination -- */
.pagination-global .active>.page-link, .pagination-global .page-link.active{
    background-color: transparent !important;
    color: #034A9B !important;
    font-weight: bold !important;
}
.pagination-global .page-link{
    color: #424242 !important;
    border-color: transparent !important;
}
.pagination-global .page-link i{
    font-size: 10px !important;
}
/* -- Útiles -- */
.disabled{
    cursor: not-allowed;
    opacity: 0.6;
}
.boxed{
    width: 100%; 
    border-style: solid; 
    border-width: 1px;
    border-color: #F0F4FC; 
    border-radius: 15px; 
    padding: 20px;    
}
.button{
    padding: 10px 30px;
    background-color: #034A9B;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    border: 0;
}

/*
*
* HEADER
*
*/
/* -- Top bar -- */
header{
    z-index: 9999999999999;
}
.top-bar{
    background-color: #034A9B;

}
.top-items{
    list-style: none;
    padding:5px 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.top-items li{
    color: white;
    font-size: 10px;  
    padding: 0 10px;
    border-right: 1px solid white;
    display:flex;
}
.top-items li:last-child{
    border: 0;
}
.top-items li a{
    color: white;
    font-size: 12px;
    text-decoration: none;
    display: flex;    
}
.top-items li i{
    margin: 0 10px;
}
.top-items li:last-child i{
    margin-right:0;
}
.top-items li.dropdown .dropdown-menu{
    background: #034A9B;
}

/* -- Bottom bar -- */
.bottom-bar{
    background-color: #F0F4FC;
    transition: 0.3s ease-in-out;
}
.bottom-bar .navbar{
    padding: 0;
}
.bottom-bar .navbar-brand{
    width: 145px;
    display: block;
    padding: 0;
}
.bottom-bar .navbar-brand img{
    width: 100%;
}
.bottom-bar .navbar .navbar-nav{
    padding: 10px 0;
    background-color: white;
    margin: 20px 10px;
}

.bottom-bar .navbar .nav-item {
    margin:0 25px;
}

.bottom-bar .navbar .nav-item .nav-link{
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
}
.bottom-bar .navbar-nav .nav-link.active, .bottom-bar .navbar-nav .nav-link.show{
    color: #034A9B;
}
.bottom-bar .navbar .nav-item:hover .nav-link{
    color: #BCCF1F;
}
.bottom-bar .navbar .nav-item .nav-link > i{
    font-size: 15px;
    color: #034A9B;
    margin-left: 10px;
}
.bottom-bar .navbar .nav-item:hover .nav-link > i{
    color: #BCCF1F;    
}
.bottom-bar .navbar .nav-item:hover .nav-link{
    font-weight: 600;
}

.bottom-bar .navbar .nav-item .dropdown-menu{
    background: #F0F4FC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border:0;    
}
.bottom-bar .navbar .nav-item > .dropdown-menu > li .dropdown-item{
    font-weight: 300;
}
.bottom-bar .navbar .nav-item > .dropdown-menu > li .dropdown-item:hover{
    background-color: transparent;
    color: #BCCF1F; 
    font-weight: 600;
}
/* -- Fixed -- */
.bottom-bar.fixed{
    position: fixed;
    top: 0;
    width: 100%;
	animation: fadeIn 0.5s ease-in both;
    z-index: 999999999;
}

/*
*
* FOOTER
*
*/
footer{
    background-color: #034A9B;
    color: white;
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.4;
}
.logo-footer{
    width: 215px;
    margin-bottom: 20px;
}
footer p{
    margin-bottom: 0;
}
.social-icons{
    margin-top: 10px;
    margin-bottom: 20px;
}
.social-icons img{
    width: 20px;
}
/*
*
* LOGIN
*
*/
#login{
    min-height: 100vh;
    background-image: url(img/man-touching-a-padlock-shield-icon-2022-12-16-01-12-35-utc-1536x864.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#login > div{
    width: 95%;
    max-width: 450px;
    background-color: white;
    border-radius: 10px;
    border-left: 7px solid;
    border-color: #034A9B;
    padding:40px  30px;
    text-align: center;
    position: relative;
}
#login > div img{
    width:190px;
    margin-bottom: 20px;
}
#login > div form {
    padding: 0 5%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#login > div  input:not([type="submit"]){
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    margin-bottom: 10px;
}
#login > div  input:not([type="submit"])::placeholder{
    color: #ABB8C3;
    font-weight: 300;
}
#login > div  label{
    display: block;
    text-align: left;
    color: #034A9B;
    width: 100%;
}
#login > div  .ingresar{
    background-color: #034A9B;
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    border: 0;
    margin:20px 0;
}
#login > div  p{
    width: 100%;
}
label[for="recordar"] {
    color: #034A9B;
}

/*
*
* HOME
*
*/

/* --- Tabs --- */
.tabs {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
}

.tab-button {
    cursor: pointer;
    padding: 15px 20px;
    flex: 1;
    border-bottom: 1px solid #F0F4FC;
    text-align: center;
    color: #034A9B;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-button.active {
    color: #BCCF1F;
    font-weight: 600;
    border-top: 2px solid #BCCF1F;
    border-left: 1px solid #F0F4FC;
    border-right: 1px solid #F0F4FC;
    border-bottom: 0;
}
.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-left: 1px solid #F0F4FC;
    border-right: 1px solid #F0F4FC;
    border-bottom: 1px solid #F0F4FC;
}
.tab-content .form{
    display: flex;
    justify-content: space-between;
}
.tab-content .form input:first-child{
    width: 70%;
    padding: 7px 15px;
    border-radius: 10px;
    border:1px solid black;
}
.tab-content .form input:first-child::placeholder{
    color: #bcbcbc;
    font-weight: 300;
}
.tab-content .form input:last-child{
    width: 30%;
    padding: 7px 15px;
    border-radius: 15px;
    background-color:#034A9B;
    border-color: #034A9B;
    color: white;
}

#iniciar-consulta .panel table tr label{
    margin-bottom: 10px;
}
#iniciar-consulta .panel table tr input{
    margin-right: 7px;
}
#iniciar-consulta .panel{
    padding-top: 30px;
}
/* --- Detalle de la garantia --- */
.contiene-tabla{
    overflow-x: auto;
}
.detalle-garantia{
    font-size: 13px;
    width: 100%;
}
.detalle-garantia input[type="image"] {
    width: 25px;
    padding: 2px;
    border-radius: 5px;
}
.detalle-garantia input[type="image"]:hover{
    background-color: #BCCF1F;
}
.detalle-garantia{
    border: 1px solid #F0F4FC;    
}
.detalle-garantia thead th{
    background-color: #F0F4FC;
    font-weight: 500;
    color: #034A9B;
    vertical-align: middle;
    text-align: center;
}
.detalle-garantia tbody tr:hover td{
    background-color:#F0F4FC;
}
.detalle-garantia tbody tr td{
    vertical-align:middle;
}
.detalle-garantia thead tr th:nth-child(2) {
    width: 14%;
}
.detalle-garantia thead tr th:nth-child(3) {
    width: 20%;
}

.detalle-garantia thead tr th:nth-child(6) {
    width: 15%;
}
/*
*
* DETALLE DE LA GARANTÍA
*
*/
.dato{
    font-weight: 500;
}
.grilla,.global-table{
    width: 100%;
}
.garantias,.garantias-2{
    border: 1px solid #F0F4FC;
}
.garantias th,.garantias-2 th{
    background-color: #F0F4FC;
    text-align: center;
    padding: 10px;
    color: #034A9B;
}

.garantias table tr td, .garantias-2 tr td{
    padding: 5px 10px;
    text-align: left;
}
.garantias table tr table tr:hover, .garantias-2 tr:hover{
    background-color: #F0F4FC;
}
.descripcion-bien{
    font-weight: bold;
}
.garantias input[type="image"] {
    width: 25px;
    padding: 2px;
    border-radius: 5px;
}
.garantias input[type="image"]:hover{
    background-color: #BCCF1F;
}
.fila1{
    text-align: center;
}
.controles{
    text-align: center;
    padding: 0 20%;
    display: flex;
    justify-content: center;
}
.garantias .controles td{
    padding: 10px 0;
}

/* --- Modal del detalle --- */
.modal-detalle {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 1;
}
.modal-detalle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 20px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 450px;
    border-radius: 10px;
    border-left: 6px solid #0478BE;
}
.modal-detalle-content .exclamation{
    width:75px;
    height: 75px;
    background-color: #BCCF1F;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 40px;
    margin-bottom: 20px;

}
.modal-detalle-header {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px;
}
.modal-detalle-header h2 {
    margin: 0;
}
.modal-detalle-header .close {
    color: white;
    background-color: #424242;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.modal-detalle-body {
    color: #0C0D0E;
    font-size: 16px;
    text-align: center;
    display:flex ;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.modal-detalle-footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.modal-detalle-footer button{
    margin: 0 10px;
    background-color: #034A9B;
    color: white;
    border:0;
    padding: 10px 20px;
    border-radius: 15px;

}
/*
*
* BIENVENIDO
*
*/

#menu-bienvenida{
    margin-bottom: 80px;
}
#menu-bienvenida .wrapper a{
    align-items: center;
    justify-content: space-between;
    background: #F0F4FC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 500;
    color: #034A9B;
    transition: 0.2s ease-in-out;
}
#menu-bienvenida .wrapper a:hover{
    color: #bccf21;
}
#menu-bienvenida .wrapper a img{
    width: 40px;
}
#menu-bienvenida .wrapper a span{
    display: inline-block;
    width: 90px;
}
/*
*
* INSCRIPCIÓN INICIAL
*
*/

/* -- Acordeones -- */
.content .accordion-item {
    border-radius:0;
}
.content .accordion-item .accordion-button{
    border-radius:0 !important;
}
.content .accordion-item button:focus, .content .accordion-item button:focus-visible{
    outline: none !important;
    background-color: #F0F4FC;
}
.content .accordion-item .accordion-button:not(.collapsed){
    background-color: #F0F4FC;
    color: #034A9B !important;
}
.content .accordion-item .accordion-button::after{
    display: none;
}
.content .accordion-item .accordion-button::before{
    content: '\f107';
    font: var(--fa-font-solid);
    padding-right: 20px;
}
.content .accordion-item .accordion-button:not(.collapsed)::before{
    content: '\f106';   
}

/* ---- FORMULARIO ---- */
.formularios .field label{
    font-weight: 300;
}
.formularios input, .formularios select{
    font-weight: 300;
}
.formularios select, .formularios input[type="text"], .formularios input[type="email"], .formularios input[type="password"], .formularios textarea{
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid black;
    min-height: 35px;
    width: 100%;
}
.formularios input[type="radio"]{
    margin-right: 7px;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid black;
}
.formularios input[type="radio"]:checked{
    background-color: #BCCF1F;
}
.formularios input[type="checkbox"]{
    margin-right: 7px;
    appearance: none;
    border: 1px solid black;
    width: 15px;
    height: 15px;
}
.formularios input[type="checkbox"]:checked{
    background-color: #BCCF1F;
    border-color: #BCCF1F;
}
.formularios .rotulo{
    display: block;
    margin-bottom: 7px;    
}

/* -- Genero -- */
.formularios .genero label{
    font-weight: 600;
}
/* -- Tipo cliente -- */
.formularios .tipo-cliente label{
    font-weight: 600;
}
/* -- Sectores -- */
.checkbox-list .field {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    padding-bottom: 7px;
}
.formularios .checkbox-list .field label{
    font-weight: 600;
}
/*
*
* DATEPICKER
*
*/
div#ui-datepicker-div {
    background-color: white;
    padding:20px 15px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border:0;
}

div#ui-datepicker-div .ui-datepicker-header.ui-widget-header, div#ui-datepicker-div a.ui-state-default {
    background-color: transparent;
    border: 0;
}

 div#ui-datepicker-div a.ui-state-default {
     border-radius:100%;
     width:25px;
     height:25px;
     margin: 7px 0;
     display:flex;
     justify-content:center;
     align-items:center;
     transition:0.2s ease-in-out;
 }
 div#ui-datepicker-div a.ui-state-default:hover,  div#ui-datepicker-div  a.ui-state-default.ui-state-active{
     background-color:#034A9B;
     color:white;
 }

div#ui-datepicker-div a.ui-state-default.ui-state-highlight {
    background-color:#F0F4FC;
}
div#ui-datepicker-div a.ui-state-default.ui-state-highlight:hover, div#ui-datepicker-div a.ui-state-default.ui-state-highlight.ui-state-active{
    background-color:#034A9B;
}

div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all:hover, div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all:hover{
    background-color:transparent;
    border:0;
}

div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all span, div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all span{
    background-image: url(img/angle-left-solid.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all span{
    background-image: url(img/angle-right-solid.svg);
}
/*
*
* NUEVOS CONTROLADORES
*
*/

/* -- INPUT TYPE FILE -- */

input[type="file"]{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}
input::file-selector-button {
    background-color: #034A9B !important;
    color:white !important;
    border:0;
    padding:10px;
}

/* -- OK PANEL -- */
.Ok_Panel {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100002 !important;
    background-color: rgba(0,0,0,0.5) !important;
}

.Ok_Panel > div {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: white !important;
    padding: 20px 20px 40px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    width: 90% !important;
    max-width: 450px !important;
    border-radius: 10px !important;
    border-left: 6px solid #0478BE !important;
}

.ui-dialog-buttonset input {
    padding: 10px 30px !important;
    border-radius: 15px !important;
    background-color: #034A9B !important;
    border-color: #034A9B !important;
    color: white !important;
    min-width:130px !important;
    transition:0.3s ease-in-out !important;
    border:0 !important;
}
.ui-dialog-buttonset input:hover {
    color:#bccf21 !important;
    background-color:#0578be !important;
    border-color:#0578be !important;
}
.ui-widget-content {
    border: 0 !important;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background-color: transparent !important;
}
/* -- BOTONERA -- */
.botonera input {
    padding: 10px 30px;
    background-color: #034A9B;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.botonera .button-off{
    cursor: not-allowed;
    opacity: 0.6;
}

/* -- CONTROLS -- */
.box-r {
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #0578be;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 35px 20px 20px;
    border-radius: 10px;
}
.box-r:hover{
    border-color:#bccf21;
    border-radius:0;
}
.controls{
    padding:0;
    list-style:none;
}
.controls li{
    margin-right:10px;
}

.btn-classic {
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #034A9B;
    border-color: #034A9B;
    color: white;
    min-width:130px;
    transition:0.3s ease-in-out;
    border:0;
}
.btn-classic:hover {
    color:#bccf21;
    background-color:#0578be;
    border-color:#0578be;
}



/*
*
* RESPONSIVE
*
*/
@media (min-width:1000px){
    /*
    *
    * HEADER
    *
    */
 
    /* -- Bottom bar -- */
    .bottom-bar .navbar .navbar-nav{
        padding: 0;
        background-color: transparent;
        margin: 0;
    }
    .bottom-bar .navbar .nav-item .nav-link{
        padding: 30px 0;
    }
    .bottom-bar .navbar .nav-item:hover > .dropdown-menu{
        display: block;
    }
    .bottom-bar .navbar .nav-item .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 10px;
        width: 250px;
    } 
    .bottom-bar .navbar .nav-item .dropdown-menu::before {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 20px 10px;
        border-color: transparent transparent #e5ebf5 transparent;
        transform: rotate(0deg);
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateY(-50%);
    }
    .bottom-bar .navbar .nav-item .dropdown-menu::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: -12px;
        background: transparent;
        height: 20px;
    }
    .bottom-bar .navbar .nav-item .dropdown-menu > li{
        width: 100%;
        display: block;
        white-space: pre-wrap;
    }
    .bottom-bar .navbar .nav-item .dropdown-menu > li .dropdown-item{
        width: 100%;
        white-space:pre-wrap;
    }
    .bottom-bar .navbar  .nav-item:last-child{
        margin-right: 0;
    }
    /*
    *
    * FOOTER
    *
    */
    .social-icons{
        margin-bottom: 0;
    }
    .tab-content .form input:first-child{
        width: 80%;

    }
    /*
    *
    * HOME
    *
    */

    /* --- Tabs --- */
    .tab-content .form input:last-child{
        width: 18%;

    }  
}