@charset "UTF-8";
/* Variables Colores FONDOS Consalud */
/* Variables Color LINEAS Consalud */
/* Variables Color TIPOGRAFIA Consalud */
/* Variables Color ESTADOS Consalud */
/* Variables Color SOMBRAS Consalud */  
* {
  padding: 0;
  margin: 0;
}

/* body */
body {
  background: #F6F6F8;
}

/* Header Verde */
.logo-mobile {
  width: 97px;
  height: 28px;
}

.header-ppal {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  height: 50px;
}

a.class_a_href {
  pointer-events: none;
  cursor: default;
}

.margin-ppal-sv {
  padding-top: 150px;
  padding-bottom: 40px;
}

.margin-ppal-alert {
  padding-top: 112px;
}

/* Header Blanco */
.header-blanco {
  width: 100%;
  height: 59px;
}

/* notificacion */
.badge-mobile {
  border-radius: 100%;
  position: relative;
  width: 17px;
  right: auto;
  top: -38px;
  left: 25px;
  font-size: 11px;
  z-index: 1;
}

/* Opciones menu acceso directo*/
.opcion-verde {
  outline: none !important;
}

.opciones-verdes.opcion-active {
  border-bottom: 4px solid #00A599;
}

/** Deshabilitados **/
.card-opacity {
  opacity: 0.4;
  cursor: none;
}

/* Textos */ 
.text-clear a {
  text-decoration: none;
}
.text-clear a:hover {
  color: #ACACAC;
}

.anular-salto {
  white-space: nowrap;
}

/* Modificar Textos Titulos */
.let p {
  text-transform: lowercase;
}

.let h3 {
  text-transform: lowercase;
}

.let p:first-letter {
  text-transform: uppercase;
}

.let h3:first-letter {
  text-transform: uppercase;
}

.let p::first-line {
  text-transform: capitalize;
}

.let h3::first-line {
  text-transform: capitalize;
}

/* Boton Switch */
.btn-switch-sv {
  width: 153px;
  height: 29px;
  border-radius: 30px;
  text-align: end;
}

.opc-inicio {
  position: relative;
  left: -13px;
  bottom: 25px;
  width: 72px;
  height: 29px;
  background-color: #FFCD00;
  border-radius: 30px;
  text-align: center;
  padding-top: 6px;
}

/* Botones */   
.btn-collaps {
  border-style: none;
}

.btn-cartola-excedentes {
  width: 119px;
  border-radius: 30px;
}

.btn-devolucion {
  width: 160px;
  border-radius: 30px;
}

.btn-contratar {
  width: 160px;
  border-radius: 50px;
}

.btn-actualiza-carga-general {
  width: 160px;
  background: #FFF;
  border-radius: 23px;
  color: #00A599;
  border: 1px solid #ccc !important;
}

.btn-recorrido {
  width: 222px;
  border-radius: 50px;
  padding: 10px 0px;
}

.btn-saltar {
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.btn-next-paso {
  width: 127px;
  background: #707070;
  border-radius: 20px;
  opacity: 0.8;
}
.btn-next-paso:hover {
  color: #FFF;
}

.btnAntiguaSV {
  position: relative;
  top: 2px;
}
.btnAntiguaSV .alert-warning {
  border-color: transparent;
  background-color: #FFD82E;
  color: #545454;
  height: 38px;
  padding-bottom: 25px;
}

/* Comportamiento Botones en General*/
.btn-white-hover:hover {
  color: #00A599;
}

.btn-green-hover:hover {
  color: #FFF;
}

.btn-sin-color-hover:hover {
  background-color: #ccc;
  color: #ccc;
}

/* Cards */
.card-tuplan {
  min-width: 348px;
  height: 100px;
  background: -prefix-linear-gradient(left, #00A599, #39c5bc);
  background: linear-gradient(to right, #00A599, #39c5bc);
}

.card-excedente {
  min-width: 350px;
  min-height: 53px;
}

.size-card {
  min-width: 310px;
  height: 100px;
}

.card-complemento {
  width: 170px !important;
  height: 225px;
  margin-right: 10px;
  background-color: #FFF;
  border-radius: 12px;
}

/* Posicionamiento */
.posc-arrow-plan {
  position: relative;
  right: -240px;
}

.posc-arrow-prestador {
  position: relative;
  right: -130px;
}

.posc-noti-actualizacion {
  position: relative;
  left: 45px;
  top: -28px;
  border-radius: 100%;
  width: 17px;
  font-size: 11px;
  z-index: 1;
}

.position-fecha-inhabilitada {
  position: absolute;
  left: -93px;
}

.historial-card-reem {
  margin-left: 65px;
}

.posc-red {
  z-index: 1;
  position: relative;
  top: -8px;
  left: -20px;
}

.posc-img-vacio {
  position: relative;
  top: -10px;
}

.posc-img-vacio-1 {
  position: relative;
  top: -25px;
}

.posicion-carga-general {
  position: relative;
  top: -80px;
}

.posic-icono-alert {
  position: relative;
  right: 10px;
}

/* Contenedores */
.bloque-actualizacion-sv-mobile {
  min-width: 350px;
  height: 215px;
}

.content-actualiza-vacio-mobile {
  border: 2px dashed #A1A1A1 !important;
  min-width: 350px;
  height: 177px;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.content-tabs-actualiza {
  overflow-x: hidden;
  overflow-y: hidden;
  min-width: 366px;
  height: 49px;
}

.contenedor-cards {
  min-width: 320px;
  height: 150px;
}

.imagen-sv-mobile {
  justify-content: center;
  width: 330px;
  border-radius: 15px;
  padding-right: 15px;
  padding-top: 3px;
}

.complemen-vacio-mobile {
  border: 2px dashed #A1A1A1 !important;
  min-width: 350px;
  height: 273px;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container-slider-complement {
  min-width: 330px;
  height: 240px;
}

.container-vacio-general {
  width: 354px;
  height: 483px;
  border-radius: 30px;
  background: #FFF;
  margin-top: 150px;
  margin-bottom: 100px;
}

/* Flechas girar */
.btn-link[aria-expanded=true] .flecha-prestacion {
  transform: rotate(180deg);
  position: relative;
  top: 3px;
  right: 1px;
}

/* Nav tabs */
.nav-pills .nav-link.active {
  border-radius: 50px;
  background-color: #c7ecea;
  color: #00A599;
}

.nav-pills .nav-link {
  border-radius: 50px;
  background-color: #D5D3D3;
  color: #545454;
  width: 7rem;
}

.nav {
  flex-wrap: nowrap;
}

/*Identificador de los Slider*/
.slick-dots li.slick-active button:before {
  color: #00A599;
}

.slick-dots li button:before {
  font-size: 12px;
  line-height: 12px;
  border-radius: 50%;
  opacity: 0.25;
  color: #00A599;
  margin-bottom: 20px;
  padding-top: 15px;
  position: absolute;
  top: -60px;
}

/* Slider Informativo te puede interesar SV */
.slider-informativo .slick-dots li button:before {
  position: absolute;
  top: -10px;
}

/**  Slider de Alertas y Notificaciones **/
.slider-alertas .slick-dots li button:before {
  position: absolute;
  font-size: 10px;
  top: -18px;
}

/* Lineas */
.hr-excesos {
  border-top: 1px solid #ccc;
}

/** Notificación Principal  **/
.noti-ppal-mobile .modal-header {
  border-bottom: 0px;
  padding: 1px 10px;
}

.size-noti-mobile .modal-content {
  position: relative;
  top: 80px;
  border-radius: 20px;
  height: 547px;
}

.size-recorrido .modal-content {
  border-radius: 20px;
  max-width: 460px;
  height: 517px;
}

/** Alertas **/
.size-alert-mobile {
  position: relative;
  min-width: 100%;
  height: 111px;
  background: #FFF;
  border-radius: 0;
  z-index: 1000;
}

/** Botón cerrar slider de alertas **/    
.close-alertas {
  position: relative;
  top: -135px;
  left: 375px;
}

/** Girar la flecha de Colapsables **/    
.flecha-1 a[aria-expanded=true] .flecha {
  transform: rotate(180deg);
  position: relative;
  left: 8px;
}

/** Cajas Emergentes GLOBOS **/
/** Caja Emergente Arriba-Centro **/
.caja-top-center {
  z-index: 1000;
  position: absolute;
  top: 140px;
  left: 22px;
  border-radius: 12px;
  background-color: #FFD82E;
  color: #545454;
  padding: 10px;
  width: 369px;
  height: 174px;
  opacity: 0.9;
}
.caja-top-center:before {
  z-index: 1000;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: -40px 0 0 157px;
  border-bottom: 30px solid #FFD82E;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

/** Caja Emergente Arriba-Derecha **/
.caja-top-right {
  z-index: 1500;
  position: absolute;
  top: 60px;
  left: 40px;
  border-radius: 12px;
  background-color: #FFD82E;
  color: #545454;
  padding: 10px;
  width: 369px;
  height: 174px;
  opacity: 0.9;
  transition-delay: 3s all;
}
.caja-top-right:before {
  z-index: 1500;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: -40px 0 0 312px;
  border-bottom: 30px solid #FFD82E;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

/** Caja Emergente Medio-Centro **/
.caja-top-center-medio {
  z-index: 1000;
  position: absolute;
  top: 465px;
  left: 22px;
  border-radius: 12px;
  background-color: #FFD82E;
  color: #545454;
  padding: 10px;
  width: 369px;
  height: 174px;
  opacity: 0.9;
}
.caja-top-center-medio:before {
  z-index: 1000;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: -40px 0 0 157px;
  border-bottom: 30px solid #FFD82E;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

/** Caja Emergente Abajo-medio **/
.caja-bottom-medio {
  z-index: 1000;
  position: absolute;
  top: 285px;
  left: 22px;
  border-radius: 12px;
  background-color: #FFD82E;
  color: #545454;
  padding: 10px;
  width: 369px;
  height: 174px;
  opacity: 0.9;
}
.caja-bottom-medio:before {
  z-index: 1000;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(60deg);
  position: absolute;
  margin: 157px 0 0 157px;
  border-bottom: 28px solid #FFD82E;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

/** Caja Emergente Abajo **/
.caja-bottom {
  z-index: 1000;
  position: absolute;
  top: 990px;
  left: 22px;
  border-radius: 12px;
  background-color: #FFD82E;
  color: #545454;
  padding: 10px;
  width: 369px;
  height: 174px;
  opacity: 0.9;
}
.caja-bottom:before {
  z-index: 1000;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(60deg);
  position: absolute;
  margin: 157px 0 0 157px;
  border-bottom: 28px solid #FFD82E;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

/*circular 36*/
.title-c36{
  width:60%;
  margin:0 auto;
}
.title-c36 h4{
  margin-left:4rem;
}

.home-circular{
  padding-bottom:10rem !important;
}
.box-requires{
  width:90%;
  border:1px solid gainsboro;
  border-radius:1rem;
  margin-top: 1.8rem;
  padding: 1rem 1.4rem;
}

.explain{
  font-size: 0.8rem;
}

.explain .items{
  width:90%;
  margin: 0 auto;
}
.explain .items span{
  display: block !important;
  text-align: left;
}

.explain .items span i{
  color:#20CBC8;
  font-size: 1.2rem;
  font-weight: 300;
}

.explain .importante{
  background: #FFF7D5;
  margin-top:2rem;
  color:#D0B441;
  border-radius:1rem;
  padding:1rem;
}

.explain .importante .icn_alert{
  border: 1px solid;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
}

.btn-forms{
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 2rem;
}

.btn-forms a button{
  width: 100%;
  background: #00a599;
  border: 1px solid #00a599;
  border-radius: 1rem;
  padding: 0.3rem 3rem;
  color: white;
  font-weight: 500;
}

.csl-btn{
  width: 100%;
  background: #00a599;
  border: 1px solid #00a599;
  border-radius: 1rem;
  padding: 0.3rem 3rem;
  color: white;
  font-weight: 500;
}
.csl-btn:disabled{
  background-color: #707070;
  border-color:#707070;
}

.csl-breadcrums{
  margin-bottom:1.5rem;
}

.formulario-36 input[type=text], select, .csl-input{
  width:100%;
  border:1px solid #C2C2C2;
  border-radius:0.5rem;
  height: 2.5rem;
  padding:0.2rem 0.5rem;
  font-size:0.9rem;
  text-align: left;
}

.formulario-36 input[type=text]:focus, .formulario-36 select:focus{
  border-color:
   #00a599;
}

.upload-img{
 border: 2px dashed #C2C2C2;
  border-radius:0.5rem;
  height: 2.7rem;
  background: #F7F7F7;
  text-align: center;
  padding:0.1rem;
  color:#00a599;
}
.upload-img i{
  margin-right:1rem;
}

.img-content{
  height: 2.5rem;
  border: 1px solid gainsboro;
  border-radius: 0.5rem;
}

.img-content-hide{
  display:none;
}

.img-content .col-2{
  padding: 0.2rem 0.6rem;
  text-align: center;
  color:gainsboro;
  font-size: 1.2rem;
}


/* The container */
.csl-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top:2rem;
  border-radius:0.5rem;
  font-size: 0.8rem;
}

/* Hide the browser's default checkbox */
.csl-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border-radius:0.2rem;
  border:1px solid gainsboro;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.csl-container input:checked ~ .checkmark {
  background-color: #00a599;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.csl-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.csl-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.previus-page{
  color:#C1C1C1;
}
span.active-page{
  font-weight: 400;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 0.5rem 0.8rem ;
  border: 1px solid #888;
  border-radius:1rem;
  width: 33rem; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer
}

.close-custom-modal:hover,
.close-custom-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-csl-modal{
  margin-bottom: 1.5rem;
  border: none;
  background-color: #00a599;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 4rem;
  width: 5rem;
}
/* Footer */    
.footer-sv-mobile {
  width: 100%;
  height: 336px;
}

/** media queries **/
@media (min-width: 340px) and (max-width: 413px) {
  .close-alertas {
    position: relative;
    left: 340px;
  }
}
@media (min-width: 320px) and (max-width: 365px) {
  .caja-top-center {
    left: 7px;
    width: 348px;
  }

  .caja-top-right {
    left: 9px;
    width: 348px;
  }
  .caja-top-right:before {
    margin: -40px 0 0 292px;
  }

  .caja-top-center-medio {
    left: 7px;
    width: 348px;
  }

  .caja-bottom-medio {
    left: 7px;
    width: 348px;
  }

  .caja-bottom {
    left: 7px;
    width: 348px;
  }
}
@media (min-width: 366px) and (max-width: 413px) {
  .caja-top-center {
    left: 14px;
    width: 348px;
  }

  .caja-top-right {
    left: 19px;
    width: 348px;
  }
  .caja-top-right:before {
    margin: -40px 0 0 292px;
  }

  .caja-top-center-medio {
    left: 14px;
    width: 348px;
  }

  .caja-bottom-medio {
    left: 14px;
    width: 348px;
  }

  .caja-bottom {
    left: 14px;
    width: 348px;
  }
}

@media only screen and (max-width: 768px) {
  .hide-item{
    display: none;
  }
  .box-requires .img-type{
    margin-bottom: 0 !important;
  }

  .csl-input{
    width:80%;
    text-align: center;
  }

  .csl-btn{
    width:75%;
  }

  .form-small{
    padding-left: 0;
  }

  .mobile-text{
    font-size: 0.8rem;
  }

  .csl-breadcrums{
    font-size: 0.6rem;
  }

  .formulario-36{
    position: relative;
    left: -1.5rem;
  }
  .csl-container{
    position: relative;
    left: -1.5rem;
  }

  .title-c36{
    width:100%;
    margin:0 auto;
  }
  .title-c36 h4{
    margin-left:2rem;
  }
  .modal-content{
    width: 80%;
    margin-top: 10rem;
  }

  .modal-content p{
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 1024px){
  /* .hide-item{
    display: none;
  } */

  .box-requires{
    width:70%;
    text-align: center;
  }
  .box-requires .explain p{
    text-align: left;
  }

  .br-l{
    float: right;
  }
  .br-r{
    float:left;
  }

  .explain .importante .icn_alert{
    margin-top:1rem !important;
  }

  .csl-input{
    width:35%;
    text-align: center;
  }
  .mobile-text{
    display:none;
  }

  .csl-breadcrums{
    margin-bottom:4rem;
    padding-left: 12rem;
  }
  .csl-breadcrums i{
    font-size: 0.8rem;
  }

  .title-c36{
    width:60%;
    margin:0 auto;
  }
  .title-c36 h4{
    margin-left:4rem;
  }
}

/*# sourceMappingURL=main.css.map */
