
.body-usm{
	  /*font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "Montserrat" , Roboto, "Segoe UI", "Helvetica Neue", Arial , sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
        font-family: 'Montserrat', sans-serif;
    
        font-size: 14px;
}
.btn-usm{
    background: #004b85;
    color: #f8f9fa;
}

.btn-outline-usm {
  color: #005e90;
  border-color: #005e90;
}

.btn-outline-usm:hover {
  color: #fff;
  background-color: #005e90;
  border-color: #005e90;
}

.btn-outline-usm:focus, .btn-outline-usm.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-usm.disabled, .btn-outline-usm:disabled {
  color: #005e90;
  background-color: transparent;
}

.btn-outline-usm:not(:disabled):not(.disabled):active, .btn-outline-usm:not(:disabled):not(.disabled).active,
.show > .btn-outline-usm.dropdown-toggle {
  color: #fff;
  background-color: #005e90;
  border-color: #005e90;
}

.btn-outline-usm:not(:disabled):not(.disabled):active:focus, .btn-outline-usm:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-usm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.header1{
        height: 40px;
        background: #015D8F;
        
}

.header1 a {
    color: white;
    font-size: 11px;
    font-weight: 600;
    position: relative;
}

.header2{
        height: 120px;
        background: #fff;
}

.header2 img{
    max-height: 70px;
/*    display: box;*/
    align-content: center;
}

.aforos {
    background:  #eee;
}

.footer1{
        background: #015D8F;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
}

.footer1 h4 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.footer1 h5{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.footer1 h1{
    line-height: 44px;
    font-size: 36px;
    font-weight: 700;
}

.footer2{
        background: #333333;
        height: 350px;
        padding-top: 50px;
        padding-bottom: 50px;
}

.footer2 img{
    max-height: 60px;
}

.footer2 .logo-footer{
    display: inline-flex;
    margin: 0 10px;
}
.footer2 .logo-footer img{
    max-height: 56px;
}

.link-white-footer{
    color: white;
    opacity: .5;
    transition: all .2s ease-in-out;
}

.link-white-footer:hover{
    color: white;
    opacity: 1;
}

header {
    background: #004b85;
}


h1, .h1 {
    line-height: 44px;
    font-size: 36px;
    font-weight: 700;
}

.icon-circle__usm{
    background-color: #fff;
    line-height: 1.25;
    padding: 6px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.col-iquals-h{
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.col-iquals-h .card__usm{
    height: 100%;
}
.card__usm{
    border-radius: 10px;
    min-height: 150px;
    height: 100%;
}
.card__usm .card-bg-black{
    background-color: #191919;
    color: white;
}

.card-effect__usm{
    transition: all .2s ease-in-out;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.card-shadow__usm{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4)
}

@media screen and (max-width: 767px){
    main .btn-tabs{
        display: block;
        border: 1px solid #00609c;
        padding: 5px 10px;
        font-size: 14px;
        background: linear-gradient(to bottom, #1a87cd, #004b85 100%);
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        margin-bottom: 20px;
        text-align: center;
    }
    main .btn-tabs:hover{
        text-decoration: none;
        background: #004b85;
    }
    main .tabs-superior{
        width: 80%;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.85);
        height: 100vh;
        margin:0;
        padding: 0;
        transform: translateX(-99.99%);
        transition: all .3s ease;
        overflow: scroll;
        color: #fff;
        
    }

    main .tabs-superior.active {
        transform: translateX(0%);
    }

    main .tabs-superior nav {
        border-bottom: none;
    }

    main .tabs-superior nav a {
        padding: 20px;
        color: #fff;
    }

    main .tabs-superior nav a:hover {
        color: #3d3c3c;
        background: #fff;
    }

    main .fondo-enlace {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        cursor: pointer;
        background: rgba(0,0,0,.5);
        z-index: 99;
        display: none;
    }

    main .fondo-enlace.active {
        display: block;
    }
    
}

span .select2-selection {
    height: 38px !important;
    padding-top: 6px;
    padding-bottom:  6px;
        border: 1px solid #ced4da !important;
}
span .select2-selection__arrow{
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    height: 36px !important;
    padding-top: 6px;
    padding-bottom:  6px;
    padding-right: 1px;
}
span .select2-selection__arrow > b{
    display: none 
}

@media (max-width: 1199px) {
    .ocultar-tab-mobile{
        display: none!important;
    }
    .usm-menus{
        display: none!important;
    }
}
.btn-circle.btn-xl {
    width: 90px;
    height: 75px;
    padding: 0px 2px 10px 2px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
}
/*Check verde en consumo success*/
.sa {
  width: 140px;
  height: 140px;
  padding: 26px;
  background-color: #fff;
  
}
.sa-success {
  border-radius: 50%;
  border: 4px solid #a5dc86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
.sa-success:after, .sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sa-success-tip, .sa-success-long {
  background-color: #a5dc86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}
.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}

/*Check rojo en consumo danger*/


@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}

/*error*/
.check_mark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.hide {
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-error {
  border-color: red;
}

.sa-icon::before, .sa-icon::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

.sa-icon::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sa-icon::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

.sa-icon .sa-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-placeholder {
  border: 4px solid rgba(76, 175, 80, .5);
}

.sa-icon.sa-error .sa-placeholder {
  border: 4px solid rgba(255, 0, 0, .5);
}

.sa-icon .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sa-icon.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent;
}

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.animateErrorTip {
  animation: animateErrorTip 0.8s ease-in ;
}

.animateErrorLong {
  animation: animateErrorLong 0.8s ease-in ;
}

.sa-icon .sa-line {
  height: 5px;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line {
  background-color: #4CAF50;
}

.sa-icon.sa-error .sa-line {
  background-color: red;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sa-icon.sa-error .sa-line.sa-tip {
  width: 47px;
  left: 25px;
  top: 23px;
  transform: rotate(45deg);
  transform-origin: top left;
}

.sa-icon.sa-error .sa-line.sa-long {
  width: 47px;
  right: 24px;
  top: 23px;
  transform: rotate(-45deg);
  transform-origin: top right;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateErrorTip {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 47px;
  }
}

@keyframes animateErrorLong {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 0;
  }
  100% {
    width: 47px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

div.dataTables_wrapper {
        margin: 0 auto;
    }
    
 @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.card-contenido-center {
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
}

.nav-link:hover {
    background-color: #0275d8; /* Cambia el color de fondo cuando el mouse está encima */
    color: #fff; /* Cambia el color del texto cuando el mouse está encima */
    /* Puedes agregar más propiedades de estilo aquí para destacar aún más el botón */
}
