@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.scroll-l-r,.scroll-diagonal,.scroll-up-down{
    position: relative;
    transition: transform 0.3s ease-out;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #454545;
    line-height: 1.5;
    font-size: 16px;
}

/* -- Links  -- */
a{
    text-decoration: none;
    color: #034A9B;
}
a:hover{
    color: #bccf21;
    transition: 0.2s all;
}
.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;}
.w-100{font-weight: 100;}
.w-200{font-weight: 200;}
.w-300{font-weight: 300;}
.w-400{font-weight: 400;}
.w-500{font-weight: 500;}
.w-600{font-weight: 600;}
.w-700{font-weight: 700;}
.w-800{font-weight: 800;}
.w-900{font-weight: 900;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: #bccf21;
}
.titular,.titular-2{
    padding-left: 10px;
    border-left: 4px solid #bccf21;
    color:#034A9B;
}
.titular-2{
    border-color: #0578be;
}
.titular:hover a,.titular-2:hover a{
    color: #0578be;
}
.top-title{
    letter-spacing: 3px;
    text-transform: uppercase;
}
.under{
    display: block;
    padding-left: 15px;
    font-size: 19px;
}
.blue{
    color: #034A9B;
}
.blue-mid{
    color: #034a9b;
}
.blue-soft{
    color: #88AAB8;
}
.white{
    color: white;
}
.black{
    color: black;
}
/* -- Backgrounds -- */
.bg-blue-l{
    background-color: #f0f4fc;
}
/* -- 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 -- */
img{
    width:100%;
}
.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;
}
.check-list ul{
    padding: 0 0 0 20px;
    list-style: none;
}
.check-list ul li{
    position: relative;
    left: 20px;
    margin-bottom: 8px;
}
.check-list ul li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -20px;
    color: #034A9B;
    transition: 0.2s all;
}
.check-list ul li:hover::before{
    color: #bccf21;
}
.box-shadow{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    margin: 10px 10px 30px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 15px 15px 15px 15px;
    border-radius: 20px;   
}
.img-shadow{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.text-justify{
    text-align: justify;
}
/* -- Botones -- */
.btn{
    display: inline-block;
    line-height: 1;
    background-color: #0578be;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;   
}
.btn:hover{
    color:#bccf21;
    background-color: #0578be;
}
.single-btn{
    transition: 0.3s all;
}
.single-btn{
    display: inline-block;
    padding-left: 18px;
    position: relative;    
}
.single-btn::before{
    content: "\f30b";
    font-size: 10px;
    top: 5px !important;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.single-btn:hover{
    color:#bccf21;
}
.l-blue{
    background-color: #0578be;
}
.btn-white{
    color: #4d4d4d;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,9,78,.12);
    box-shadow: 0 10px 20px 0 rgba(0,9,78,.12);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.3s all;    
}
.btn-white:hover{
    opacity: 0.9;
}
.ancla{
    text-align: center;
}
.ancla::before{
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: relative;
    color: white;
    font-size: 34px;
    text-align: center;

}
/* ----- MODAL ------ */
.modal-web {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    display:none;
}

.modal-web .modal-contenedor {
    width: 95%;
}

.modal-web .close-modal {
    position: absolute;
    right: -15px;
    top: -30px;
    background-color: #034a9b;
    color: #bccf23;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.modal-web .close-modal:hover{
    opacity:0.5;
}
.modal-wrap {
    position: relative;
}
.modal-web .modal-content {
    padding: 10px;
    background-color: white;
}

/*
*
* HEADER
*
*/
/* -- Top bar -- */
header{
    z-index: 999;
    position: sticky;
    top:0;
}
.top-bar{
    background-color: #034A9B;
    position:relative;
    top: 0;

}
.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: 13px;
    text-decoration: none;
    display: flex;
    padding: 5px 0;
    font-weight: 300;
    line-height: 1;    
}

.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;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
.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: 17px;
}
.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: 400;

}

.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 
header.fixed{
    position: fixed;
    top: 0;
    width: 100%;
}
-- */
/*
*
* FOOTER
*
*/
footer{
    background-color: #034A9B;
    color: white;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
}
.logo-footer{
    width: 300px;
    margin-bottom: 20px;
}
footer p{
    margin-bottom: 0;
}
.social-icons{
    margin-top: 10px;
    margin-bottom: 20px;
}
.social-icons img{
    width: 50px;
    border-radius: 5px;
    margin: 0 1px;
    transition: 0.3s ease-in-out;
}
.social-icons img:hover{
    opacity: 0.9;
}
.social-icons img[alt="Instagram"], .social-icons img[alt="Twitter"]{
    background-color: black;
}
.social-icons img[alt="Facebook"]{
    background-color: #3b5998;
}
.social-icons img[alt="Linkedin"]{
    background-color: #0077b5;
}
footer section:nth-child(1) .container{
    max-width: 1075px !important;
}
footer section:first-child .container .row >div:first-child{
    padding-top: 82px;
}
footer section:first-child .container .row >div:last-child{
    padding-top: 44px;
}
footer section:first-child .container .row >div:first-child p{
    font-size: 16px;
    margin-block-start: 0;
    margin-block-end: .9rem;
    margin-bottom: 20px;
    font-weight: 400;
}
footer section:first-child .container .row >div:last-child p{
    font-size: 15px;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: .9rem;
    margin-bottom: 20px;
}
footer section:nth-child(2){
    background-color: #052850;
    font-size: 16px;
    padding: 10px;
}
footer section:nth-child(3){
    background-color: #454545;
    padding: 10px;
}
.politica-datos-footer{
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 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-content table {
    width: 100% !important;
}
.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 input[type="tel"], .formularios textarea{
    padding: 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;
}

/* -- Control de hora -- */
span#ContentPlaceHolderSeguridad_ContentPlaceHolderContenido_tsHora {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0 3px 0 10px;
    border: 1px solid;
    border-radius: 10px;
}
span#ContentPlaceHolderSeguridad_ContentPlaceHolderContenido_tsHora tr td:first-child{
    padding-left:20px;
}
span#ContentPlaceHolderSeguridad_ContentPlaceHolderContenido_tsHora tr td:last-child{
    padding-left:12px;
}
span#ContentPlaceHolderSeguridad_ContentPlaceHolderContenido_tsHora td{
    vertical-align: middle !important;
}
span#ContentPlaceHolderSeguridad_ContentPlaceHolderContenido_tsHora input {
    height: 15px !important;
    border: 0 !important;
}
/* -- ROW END -- */
.tipo-identificacion > .row {
    align-items: end;
}

/* ------------- NUEVO RGM UMBRACO ---------------------*/

/* ---- HOME PAGE ---- */

/* Banner inicial */
#welcome-banner{
    background-color: #f0f4fc;
}
#welcome{
    background-color: #034a9b;
}
#welcome .row > div:first-child{
    padding: 0;
}
#boxes{
    max-width: 1060px !important;
    margin-top: -70px;
}
#boxes .flex-image{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
}
#boxes .flex-image img{
    filter: brightness( 35% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition: 0.3s ease-in-out;
}
#boxes .flex-image:hover img{
    filter: none;   
}

/* Noticias */
.news-box{
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    transition: 0.3s all;
}
.news-box:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.news-box .n-image a{
    display: block;
    position: relative;
}
.news-box .n-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 210px;
    object-fit: cover;
    object-position: center;
}
.news-box .n-image a::before{
    display: block;
    content: "";
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease-out;
    cursor: pointer;    
}
.news-box:hover .n-image a::before{
    opacity: 1;
}
.news-box .n-info{
    padding: 40px 30px 20px;
}

.news-box .n-info .n-title a{
    color: inherit;
}
.news-box .n-info p.resume{
    font-size: 13px;
    font-weight: 300;
    color: #777;
    margin: 20px 0;
}
.news-box .n-info .read-more{
    text-transform: uppercase;
}
.news-box .n-data{
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
    font-size: 11px;
    color: #adadad;
}
/* Multimedia */
.media-box{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    margin: 10px 10px 30px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 15px 15px 15px 15px;
    background-color: white;
    border-radius: 30px;
}
.video-item > div {
    padding: 10px;
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    border-radius:10px;
}
p.video-title {
    margin-bottom: 0;
    font-weight: bold;
}
.videos > .grid-video-item > .video-item {
  display: none;
}
.videos > .grid-video-item > .video-item:nth-child(-n+2) {
  display: block;
}
/* modal */
.video-item > div:hover {
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background-color:#f0f4fc;
}
.video-item.modal-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 10px;
    background-color: rgba(0,0,0,0.45);
}
.video-item.modal-on > div {
    max-width: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Portal transaccional */
.separator{
    padding: 30px 0 20px;
}
.separator hr{
    width: 58%;
    display: block;
    margin: 0 auto;
    height: 1px solid black;
    position: relative;
}
.form-access{
    border-radius: 15px;
    padding: 30px 25px;
    background-color: #f0f4fc;
    margin-left: 3%;
}
.block-form .box-r p{
    font-size: 14px;
    margin-bottom: 7px;
} 
.block-form .box-r a{
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    transition: 0.3s all;
}
.block-form .box-r a:hover{
    color: #BCCF1F;
}
.block-form .box-r a i{
    font-size: 12px;
}
/* Cifras */
#cifras{
    background-color: #f0f4fc;
    padding: 120px 0 !important;
}
.icon-box i{
    font-size: 40px;
    margin-bottom: 20px;
    color: #BCCF1F;
}
/* Descargable informes */
ul.informe {
    list-style: none;
    padding: 0;
    display: flex;
}
ul.informe li {
    margin-right:10px;
}
ul.informe li a {
    display: inline-block;
    padding: 5px;
    background-color: #034a9b;
    color: white;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}
ul.informe li a:hover{
    color: #bccf21;
    background-color: #0578be;
    border-color: #0578be;
}

/* Frase final */
#last-t{
    min-height: 380px;
    position: relative;
    background-image: url('../img/shapes-bg.jpg');
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
}

/* ---- ACERCA DE  ---- */

/* Servicios */
#servicios .sub-title{
    font-size: 30px;
    letter-spacing: 8.5px;
    margin-bottom: 0;
}
.box-out{
    border: 6px solid #BCCF215E;
    margin-bottom: 15px;
    padding: 20px;
}
.box-out .rounded{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 5px 40px rgba(131,100,196,.2);
    font-size: 12px;
    border-radius: 50% !important;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1;
    padding: 5px;
    transition: 0.1s all;
    cursor: pointer;
}
.box-out .rounded i{
    color: #719ccc;
    font-size: 15px;
    font-weight: bold;
    transition: 0.1s all;
}
.box-out .rounded p{
    color: #034a9b;
    margin: 0;
    transition: 0.1s all;
}
.box-out .hidden-message{
    margin-top: 20px;
}
.box-out .hidden-message span, .display-message span{
    color: #BCCF1F;
}
.box-out .rounded:hover{
    background-color: #034a9b;
}
.box-out .rounded:hover i{
    color: white;
}
.box-out .rounded:hover p{
    color: white;
}
.display-message{
    display: none;
}
/* Entendiendo las Garantías */
#entendiendo-garantias{
    background-color: #f0f4fc;
    padding: 60px 0 150px;
}
#entendiendo-garantias img{
    max-width: 330px;
    margin: auto;
    position: relative;
}
#entendiendo-garantias .scroll-l-r{
    margin-bottom: -150px;
}
/* Campus virtual */
#campus-virtual{
    margin-top: -50px;
    padding-bottom: 40px;
}
#campus-virtual .row > div{
    background-color: #034a9b;
    padding: 40px;
    box-shadow: 0 25px 35px 0 rgba(0,9,78,.18);
    border-radius: 5px;
}
/* Tipos de garantías */
.wheel-block{
    border: 6px solid #BCCF215E;
    margin-bottom: 15px;
    padding: 20px;
}
.wheel-block .wheel-block-inside{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 5px 40px rgba(131,100,196,.2);
    font-size: 14px;
    border-radius: 50% !important;
    overflow: hidden;
    vertical-align: middle;
    padding: 5px;
    transition: 0.1s all;
    cursor: pointer;
    text-align: center;
    background-color: #034a9b;
    color: white;
    border: 3px solid white;
    transition: 0.3s all;
}
.wheel-block .wheel-block-inside:hover{
    background-color: #BCCF1F;
}
.wheel-block .wheel-block-inside p{
    margin: 0;
}
.wheel-block .hidden-message{
    margin-top: 20px;
    text-align: center;
}

/* ---- ACOMPAÑAMIENTO ---- */
#banner-acompanamiento{
    background-color: transparent;
    background-image: linear-gradient(120deg, #034a9b 50%, #0578be 50%);
    padding: 60px 15px;
}
#banner-acompanamiento p{
    font-size: 18px;
} 
/* TIMELINE */
#time-line > .container{
    max-width: 1040px;
}
.step{
    margin-bottom: 20px;
}
.step-counter{
    font-size: 30px;
    font-weight: 900;
    margin-top: 15px;
}
.step-icon span{
    width: 35px;
    height: 35px;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
    background-color: #f1f2f3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #f9f9f9;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    transition: 0.3s all;
}
.step.active .step-icon span{
    background-color: #bccf21;
}
.step-info{
    padding-left: 5px;
}
.step-info .wrap{
    padding: 20px;
    background-color: #f0f4fc;
    position: relative;
    border-radius: 20px;   
}
.step-info .wrap::before{
    content: "";
    position: absolute;
    top: 30px;
    right:100%;
    height: 0;
    width: 0;
    border: 7px solid rgba(0,0,0,0);
    border-right: 7px solid #f0f4fc;
    border-width: 10px;
}
#time-line > .container > .row > .col{
    position: relative;
}
.progress-bar {
    position: absolute;
    top: 30px;
    left: 12%;
    width: 5px;
    height: 75%;
    background-color: #034A9B;
    z-index: -1;
}
  
.progress {
    width: 100%;
    background-color: #bccf21;
    height: 0;
    position: absolute;
    top: 0;
}

/* --- ACTUALIDAD --- */
.news-grid article{
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all .25s;
    margin-bottom: 15px;
}
.news-grid article:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.new-img{
    position: relative;
}
.new-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.tags {
    position: absolute;
    top: 20px;
    right: 10px;
}
.new-img .tag{
    position: relative;
    top: 0;
    background: #bccf21;
    color: black;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
    border-radius: 999px;
    text-transform: uppercase;
}
.new-content{
    padding: 20px;
}
.new-content h3{
    font-size: 19px;
    font-weight: 500;
    color: #034a9b;
    margin-bottom: 25px;
}
.new-content p{
    font-size: 14px;
}
.new-content p a{
    font-size: 16px;
}
.new-data span{
    display: block;
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    color: #adadad;
}
/* -- SINGLE POST -- */
.post-thumbnail img{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.entry-content p{
    text-align: justify;
}
/* --- CONTACTO --- */
iframe#contact-form {
    width: 100%;
    height: 420px;
}
.contact-form-wrap {
    height: 400px;
    overflow: hidden;
}
/* --- NORMATIVIDAD --- */
.h-boxes .col-md-4{
    padding: 0;
}
.h-box{
    position: relative;
}
.h-box .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.h-box .back a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: opacity 0.5s;
    background-color: #0578be;
    opacity: 0;    
}
.h-box:hover .back a{
    opacity: 1;
}
.h-box .back a h3{
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 400;
}
/* -- PREGUNTAS FRECUENTES -- */
/* TABS */
#myFaqsTabContent{
    display: block;
}
.nav-tabs.custom-nav-tabs .nav-link.active {
    color: #0578be;
    border-width: 2px;
    border-color: #f0f4fc;
    border-bottom:0;
}

.nav-tabs.custom-nav-tabs .nav-link {
    font-size: 20px;
    color: #034a9b;
    padding: 10px 30px;
    border-radius: 0;
}

.tab-content.custom-tabs {
    border-width: 2px;
    border-color: #f0f4fc;
    padding: 30px;
}
/* ACORDIONS */
.custom-ac{
    border-bottom: 2px solid #f0f4fc;
}
.ac-field{
    padding: 30px;
    border: 2px solid #f0f4fc;
    border-bottom: 0;
}
.ac-title{
    font-size: 20px;
    color: #034a9b;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.ac-title.active,.ac-title:hover{
    color: #0578be;
}
.ac-title::before{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -10px;
}
.ac-title.active::before{
    content: "\f054";
}
.ac-content{
    padding-top: 40px;
    display: none;
}
/* -- NORMATIVAS FILES -- */
.file-item{
    padding-left: 60px;
    background-image: url('https://garantias.pixelpro.website/wp-content/plugins/shared-files/img/2020/pdf.svg');
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 5%;
}
.file-name a{
    color: #4682b4;
    font-weight: 700;
    margin-right: 8px;
    text-decoration: underline;
}
.file-name a:hover{
    color: black;
}
.file-item .download, .file-item .preview a{
    background: #fff;
    border: 1px solid #4682b4;
    border-radius: 5px;
    color: #4682b4;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 5px 0 0;
    padding: 2px 5px;
    text-decoration: none!important;
    text-transform: uppercase;
    text-underline-offset: 0;
    line-height: 1.2;
}
.file-item .download:hover,.file-item .preview a:hover {
    background-color: #4682b4;
    color: white;    
}
.file-item .preview a{
    font-size: 12px;
}

/* -- ALIADOS -- */
.aliados-lista ul{
    padding: 0;
    list-style: none;
}
.aliados-lista ul li {
    padding: 20px 0;
    border-bottom: 2px solid #f0f4fc;
}
.aliados-lista ul li:last-child{
    border-bottom: 0;
}
.aliados-lista ul li a{
    font-size: 20px;
}



/*
*
* -----------------------------------------RESPONSIVE
*
*/
@media (min-width:768px){
    /*
    *
    * FOOTER    
    *
    */
    .politica-datos-footer{
        margin-top:0;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    /* ---- ACERCA DE  ---- */
    #servicios .container-fluid{
        padding-right: 5%;
    }
    #servicios h1{
        font-size: 64px;
        line-height: 1;
    }
    .box-out.active .rounded{
        background-color: #034a9b;
    }
    .box-out.active .rounded i{
        color: white;
    }
    .box-out.active .rounded p{
        color: white;
    }
    .hidden-message{
        display: none;
    }
    .circle{
        position: relative;
        height: 430px;
        min-width: 825px;
        max-width: 825px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        margin: 0 auto;
    }
    .circle .inside{
        height: 300px;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px 20px 40px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        border-top: 6px solid #BCCF215E;
        border-left: 6px solid #BCCF215E;
        border-right: 6px solid #BCCF215E;
        border-radius: 600px 600px 0 0;
    }
    .circle .inside .display-message{
        display: block;
        font-size: 15px;
    }
    .circle .outside{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
    }   
    .circle .outside .box-out{
        border: 0;
        padding: 0;
        position: absolute;
        height: 125px;
        width: 125px;
    }
    .circle .outside .box-out:nth-child(1) {
        bottom: 30px;
        left: 10px;
    }
    .circle .outside .box-out:nth-child(2) {
        bottom: 152px;
        left: 77px;
    }
    .circle .outside .box-out:nth-child(3) {
        bottom: 243px;
        left: 197px;
    }
    .circle .outside .box-out:nth-child(4) {
        bottom: 277px;
        left: 350px;
    }
    .circle .outside .box-out:nth-child(5) {
        bottom: 243px;
        right: 197px;
    }
    .circle .outside .box-out:nth-child(6) {
        bottom: 152px;
        right: 77px;
    }
    .circle .outside .box-out:nth-child(7) {
        bottom: 30px;
        right: 10px;
    }
    /* Entendiendo las Garantías */
    #entendiendo-garantias .scroll-l-r{
        margin-bottom: -250px;
    }
    /* Tipos de garantías */
    .wheel {
        position: relative;
    }
    .wheel .inside{
        width: 490px;
        height: 490px;
        margin: auto;
        border: 6px solid #f5f3ff;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 60px;

    }
    .wheel .display-message{
        display: block;
        text-align: center;
    }
    .wheel-block .wheel-block-inside{
        width: 125px;
        height: 125px;
        padding: 10px;
    }
    .wheel-block.active .wheel-block-inside{
        background-color: #BCCF1F;
    }
    .wheel .outside{
        position: absolute;
        width: 490px;
        height: 490px;
        display: flex;
        margin: auto;
    }
    .wheel .outside .wheel-block{
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 14px;
        position: absolute;
    }
    .wheel .outside > .wheel-block:nth-child(1){
        left: 50%;
        top: -62.5px;
        transform: translateX(-50%);
    }
    .wheel .outside > .wheel-block:nth-child(2){
        right:10px;
    }
    .wheel .outside > .wheel-block:nth-child(3){
        right:-62.5px;
        top: 50%;
        transform: translateY(-50%)
    }
    .wheel .outside > .wheel-block:nth-child(4){
        right:10px;
        bottom: 0;
    }
    .wheel .outside > .wheel-block:nth-child(5){
        bottom:-62.5px;
        left:50%;
        transform:translateX(-50%);
    }
    .wheel .outside > .wheel-block:nth-child(6){
        left:0;
        bottom:0;
    }
    .wheel .outside > .wheel-block:nth-child(7){
        left:-62.5px;
        top: 50%;
        transform: translateY(-50%)
    }
    /* --- ACOMPAÑAMIENTO --- */
    #banner-acompanamiento h2,#banner-acompanamiento h1{
        font-size: 47px;
    } 
    /* TIMELINE */
    #time-line .col-md-5{
        padding: 0;
    }
    .step{
        margin-bottom: 50px;
    }
    .step-counter{
        font-size: 60px;
        margin-top:40px;
        font-weight: 900;
    }
    .step-info{
        padding-left:0;
    }
    .step-info .wrap{
        padding: 30px 20px;
    }
    .step-info .wrap h4{
        margin-bottom: 20px;
    }
    .side-r .step-info .wrap::before{
        content: "";
        position: absolute;
        top: 30px;
        right:0;
        left: 100%;
        height: 0;
        width: 0;
        border: 7px solid rgba(0,0,0,0);
        border-left: 7px solid #f0f4fc;
        border-width: 10px;
    }
    .progress-bar {
        left: 50%;
        transform: translateX(-50%);
    }

}
@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%;

    }
    .video-item.modal-on > div iframe{
        height: 670px;
    }
    /* ----- ACERCA DE -------*/
    /* Campus virtual */
    #campus-virtual{
        margin-top: -130px;
    }
    #campus-virtual .container{
        max-width: 65%;
    }
    #campus-virtual .row > div{
        padding: 90px 90px 90px 80px;
    }  
}

@media (min-width: 1400px){
    /* ------------- NUEVO RGM UMBRACO ---------------------*/

    /* -- HOME PAGE -- */    
    #welcome{
        width: 95% !important;
        max-width: 95% !important;
    }

    
}