* {
  font-family: "DM Sans";
  color: #363636;
}

@font-face {
  font-family: "DM Sans";
  src: url("../../resources/fonts/DMSans_18pt-Regular.ttf");
}

header{
	background-color: #d81e05;
	color: #fff;
}

.ui-widget-header{
	background-color: #f8f9fa !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em;
    background-color: white;
    color: black;
}

.ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only .button-mapfre-blue{
	background-color: gray;
}

.u-ancle {
  text-decoration: none;
}

.u-ancleGray {
  color: #666666;
}

.u-ancleRed {
  color: #d81e05;
}

.u-ancleWhite {
  color: #fff;
}

.u-ancleRed.is-hover:hover {
  color: #d81e05;
  text-decoration: none;
}

.u-ancleGray.is-hover:hover {
  color: #d81e05;
  text-decoration: none;
}

.u-ancleWhite.is-hover:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.u-shadow {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.u-btnMapfre:hover {
  color: #fff;
}

.u-textWhite {
  color: #fff;
}

.u-textRed {
  color: #d81e05;
}

.u-backRed {
  background: #d81e05;
  color: #fff;
}

::selection, select:focus::-ms-value {
  background-color: gray;
  color: orange;
}

.banner-pagina {
  position: relative;
  overflow: hidden;
}

.banner-pagina-content {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 5%;
  font-weight: 900;
}

.Navigation {
  background: #fff;
  height: auto;
  z-index: 99;
}

.Navigation--title {
  color: #d81e05;
}

nav.fixed {
  position: fixed;
}

.nav-link, .nav-link:hover {
  color: #666666;
  font-size: 1.2em;
  padding-bottom: .5em;
}

.dropdown-toggle::after {
  color: #d81e05;
  float: right;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
  color: #666666;
}

.Menu {
  display: none;
}

ul.social-nav {
  list-style: none;
}

ul.social-nav li {
  display: inline-block;
}

ul.social-nav a li {
  text-decoration: none;
  list-style: none;
  color: #d81e05;
}

ul.social-nav li i {
  font-size: 24px;
  margin: 0 5px;
}

.title-social-nav {
  color: #d81e05;
  font-size: 1.2em;
}

ul.social-nav a {
  padding: 0px;
}

ul.social-nav a:hover {
  text-decoration: none;
}

.nav-bread {
  background-color: #d81e05;
}

.nav-bread a, .nav-brand a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.list-group a:hover {
  color: #d81e05;
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .Menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Navigation {
    display: none;
  }
}

.FormLogin {
  background: #fff;
  color: #666666;
  padding: 2rem;
  position: relative;
  bottom: 200px;
}

.FormLogin {
  background: #fff;
  color: #666666;
  padding: 1rem;
  position: relative;
  bottom: 300px;
}

@media screen and (max-width: 768px) {
  .ImageBackground {
    position: static;
    height: 150px;
  }
  .FormLogin {
    bottom: 0px;
  }
   .FormLogin {
    bottom: 0px;
  }
}

.form-control:focus {
  border-color: #d81e05;
}

::-moz-selection {
  background-color: #d81e05;
  color: #fff;
}

::selection {
  background-color: #d81e05;
  color: #fff;
}

.page-link {
  color: #d81e05;
}

.page-link:focus, .page-link:hover {
  color: #d81e05;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #d81e05;
  border-color: #d81e05;
}

.Polizas--table {
  margin: 4rem 0;
}

@media screen and (max-width: 900px) {
  .Polizas--table {
    margin: 0;
  }
}

.Cpqrs {
  margin: 14rem 0;
}

@media screen and (max-width: 900px) {
  .Cpqrs {
    margin: 0;
  }
}

.Radicar {
  margin: 3rem 0;
}

@media screen and (max-width: 900px) {
  .Radicar {
    margin: 0;
  }
}

.Certificados {
  margin: 7rem 0;
}

@media screen and (max-width: 900px) {
  .Certificados {
    margin: 0;
  }
}

.Footer {
  background: #d81e05;
}

.u-btnMapfre {
  background-color: #d81e05
  color: #fff;
  cursor: pointer;
}

.lblUltIngreso{
	font-size: 12px;
}

.lblVerde{
	 background: #28a745 !important;
}

.botonVerde {
  background: #8db602 !important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonVerde:hover {
   background: #29bf0f !important;
   cursor: pointer;
}

.botonRojo {
  background: #d81e05 !important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonRojo:hover {
  background: #fd5b5b !important;
  cursor: pointer;
}

.botonInfo {
  background: #0080c0!important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonInfo:hover {
  background: #0080ff!important;
  cursor: pointer;
}

.botonNaranja {
  background: #f9710d !important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonNaranja:hover {
   background: #f09411 !important;
   cursor: pointer;
}

.botonAzul {
  background-color: #007bff !important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonAzul:hover {
   background: #12bdfe !important;
   cursor: pointer;
}

.botonMorado {
  background-color: #400080!important;
  color: #ffffff !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonMorado:hover {
   background: #8080ff!important;
   cursor: pointer;
}

.botonGris {
  background-color: #c0c0c0!important;
  color: white !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonGris:hover {
   background: #c0c0c0 !important;
   cursor: pointer;
}

.botonTabla {
  background-color: #808080!important;
  color: white !important;
  font-size: 14pt !important;
  border-radius:8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
}

.botonTabla {
   background: #c0c0c0 !important;
   cursor: pointer;
}

.panelBlanco {
    border-radius: 10px;
    min-height: 45px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    margin-bottom: 15px;
    padding: 10px;
}

.panelGris {
    border-radius: 10px;
    min-height: 45px;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.38);
    margin-bottom: 15px;
    padding: 10px;
    background-color: #c2c2c2 !important;
}

.redSpan{
	color: #d81e05;
	font-weight: bold;
}

.info_msg {
	list-style: none;
	background: #c4ec7e;
    font-size: 14pt;
    color: gray;
}

.warn_msg {
	list-style: none;
	background: #ffdd77;
    color: gray;
    font-size: 14pt;
}

.error_msg {
	list-style: none;
	background: #FEBABA;
	font-size: 14pt;
    color: gray;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.ui-widget-content{
	border: 0px;
}

.polVigenteSmall{
	font-weight: bold;
	font-size: px;
	color: #28a745 !important;
}

.polVencidaSmall{
	font-weight: bold;
	font-size: px;
	color: #808080!important;
}

.polAnuladaSmall{
	font-weight: bold;
	font-size: px;
	color: #ff8080!important;
}

.polEnCTSmall{
	font-weight: bold;
	font-size: 12px;
	color: #a01319;
}

.ui-button-text-only .ui-button-text {
    padding: .5em 1em;
    color: white;
}

.ui-datatable table {
	border-collapse: collapse;
	width: 100%;
	table-layout: auto !important;
	border-color: white !important;
}

.ui-datatable thead th {
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    font-size: 1rem;
    color: #d81e05 !important;
    border-color: #d3d3d3;
    background-color: #c0c0c0;
    font-style: oblique;
}

.ui-datatable tbody td{
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    font-size: 10pt;
    border-color: #d3d3d3;
}

.ui-paginator {
	background: #e2e2e2 50% 50% repeat-x !important;
	border: 1px solid #D8DCDF !important;
	font-size: 9pt;
}

.ui-paginator-current {
      color: #808080!important;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev {
    background-color: #EEE !important;
    color: #d81e05;
}

.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    background-color: #EEE !important;
    color: #d81e05;
    margin-left: 1em;
    margin-right: 1em;
    background-image: none;
}

.rowhight{
	background: #E5E5EC  !important ;
}

.espVertRow{
	padding: 3px;
}

.lineRedArrow {
	border-top: 2px solid #CA0303;
	margin-bottom: 20px;
	position: relative;
}

.tituloHeaderSmall{
	font-weight: bold;
	font-size:18px;
	color: #777575 !important;
}

.icon-account-login {
  fill: green;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    color: gray;
    background-color: white;
}

.ui-dialog {
	top: 35px !important;
}

.ui-inputnumber{
	padding: 0px !important;
	width: fit-content;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    min-height: 0;
    padding: .5em .5em .5em 2.2em;
    background-color: #c1c1c1;
    color: #d81e05 !important;
    font-size: 12pt;
    text-decoration: underline !important;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-left .ui-icon, .ui-button-text-icon-right .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.noList{
	list-style: none;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}

.form-group {
    margin-bottom: 0.5rem;
}

.alert {
    position: relative;
    padding: .5rem 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: .5rem;
}

.text-danger{
	color: #d81e05 !important;
}

.ui-inputfield {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    outline: medium none;
    padding: 8px !important;
    font-weight: normal;
    background-color: white !important;
    font-size: 12pt !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cotiVig{
	font-weight: bold;
	color: #099821 !important;
}

.cotiEmi{
	font-weight: bold;
	color: #17a2b8 !important;
}

.cotiVenci{
	font-weight: bold;
	color: #a01319 !important;
}

.cotiInconsis{
	font-weight: bold;
	color: #804040!important;
}

.cotiRecha{
	font-weight: bold;
	color: #ff0000!important;
}

.cotiInsp{
	font-weight: bold;
	color: #808000 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d8dcdf;
    background: none;
    background-color: #d8dcdf;
    font-weight: normal;
    color: #5a5353;
    font-size: 12pt;
}

.ui-chkbox-icon.ui-icon {
    overflow: visible;
    background-color: #c0c0c0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color: #777620 !important;
}

.text-success{
	color:  #8db602 !important;
}

.bg-danger{
	background-color: #d81e05 !important;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
    color: #d81e05;
    font-size: 12pt;
}

.btnsSelTodos{
	width: 5px !important;
}

.btnUpload{
	color: red !important;
	background-color: black !important;
}

.icon-manual-usuario {
	height: 2.6vh !important;
}

.col-3-c {
    flex: 0 0 25% !important;
    width: 7vh !important;
}


.text-danger{
	color: #D81E05 !important;
}

.bg-danger{
	background-color: #D81E05 !important;
}

.text-ayuda{
	font-size: 9pt;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.footerBottom {
    position: inherit !important;
    height: 100px;
    bottom: 0;
    width: 100%;
}



.iconsApp{
	font-size: 40pt;
	color: #d81e05 !important;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

.bg-danger{
	color: #d81e05 !important;
}

.ui-dialog {
	top: 150px !important;
	font-size: 13pt !important;
    border: 0;
}

.info-message {
	list-style: none;
	font-size: 16px;
	padding: 1px 15px 1px 15px;
	border: 1px solid #8ac617;
	background: #c4ec7e;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.warning-message {
	list-style: none;
	font-size: 16px;
	padding: 1px 15px 1px 15px;
	border:1px solid #db9c04;
	background: #fbe27c;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    color: gray;
}

.error-message {
	list-style: none;
	font-size: 16px;
	padding: 1px 15px 1px 15px;
	border: 1px solid #EE7373;
	background: #FEBABA;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.alert {
    list-style: none;
}

.rowHight{
	background-color: #e5e5ec;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
    color: white;
}

.btn-success {
	background-color: #198754 !important;
}

.btn-secondary {
	background-color: #6c757d !important;
}

.btn-danger {
	background-color: #d81e05 !important;
}
