* {
  /* font-family: 'Inter', sans-serif !important; */
  /* font-family: 'Roboto Slab', serif !important; */
  /* font-family: 'Rubik', sans-serif !important; */
  font-family: 'Open Sans', sans-serif !important;
}
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.btn-navbar {
  backdrop-filter: blur(67px);
}

.fs-10 {
  font-size: 9px;
  ;
}

.btn-logo {
  height: 22vh;
  width: 49vw;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
}

.more-info {
  position: absolute;
  right: 7px;
  bottom: 24px;
}

.text-color-principal {
  color: #2b2a2a !important;
}

.bg-modal {
  background-color: #5c853e !important;
}

.bg-compras {
  background-color: #69b26a !important;
}

.bg-pago {
  background-color: #19682a !important;

}

.footer-back {
  background-image: url(../icons/ondas.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.header-back {
  background-image: url(../icons/principal.svg);
  background-repeat: no-repeat;
  background-position: top;
}
.solid-back {
  /* background-image: url(../icons/perfil.svg); */
  background-repeat: no-repeat;
  background-position: top;
  background-color:#7aa53d;
}
.color-button-principal {
  color: #fff;
  background-color: #55ADFF;
  border-color: #55ADFF;
}

.fondo-table {
  color: #fff;
  background-color: #3d681f;
}

.size-table {
  font-size: small;
}

.btn-si {
  color: #fff;
  background-color: #308147;
  border-color: #308147;
}

.btn-no {
  color: #fff;
  background-color: #813030;
  border-color: #813030;
}

@media only screen and (min-width: 350px) and (max-width: 959px) {
  .icon-preguntas {
    width: 8vw;
  } 
 
  /* .config-nav-logo{
    width: 20vw !important;
  } */

}

.btn-flotante {
  font-size: 18px;
  /* Cambiar el tamaño de la tipografia */
  text-transform: uppercase;
  /* Texto en mayusculas */
  font-weight: bold;
  /* Fuente en negrita o bold */
  color: #ffffff;
  /* Color del texto */
  border-radius: 5px;
  /* Borde del boton */
  letter-spacing: 2px;
  /* Espacio entre letras */
  background-color: #3d681f;
  /* Color de fondo */
  padding: 30px 30px;
  /* Relleno del boton */
  /* background-image: url(../icons/plus.png); */
  background-repeat: no-repeat;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  text-decoration: none;
}

.btn-flotante:hover {
  background-color: #228831;
  /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

/* .bd-callout-info {
  border-left-color: #3d681f !important;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
} */

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 7px!important;
  border-radius: 0.25rem;
  position: relative; /* Añadir posición relativa al contenedor */
}


.bd-callout-info {
  border-left-color: #3d681f !important;
  position: relative; /* Añadir posición relativa al contenedor */
}
.bd-callout-actuaciones{
  border-left-color: #EFB240 !important;
}

.bd-callout-info::before {
  position: absolute;
  top: 40%;
  left: -35px;
  background-color: #3d681f;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);
}



/* Supersociedadades */
.bd-callout-primary-siso {
  border-left-color: #1f4b68 !important;
  position: relative; /* Añadir posición relativa al contenedor */
}
.bg-primera-siso{
  background-color:#297db557 !important;
}

.bd-callout-primary::before {
  content: "SISO";
  position: absolute;
  top: 40%;
  left: -41px;
  background-color: #1f4b68;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);
}




/* super intendencia de industria y comercio */
.bd-callout-success {
  border-left-color: #26aeb8 !important;
  position: relative; /* Añadir posición relativa al contenedor */
}

.bd-callout-success::before {
  content: "SIC";
  position: absolute;
  top: 40%;
  left: -32px;
  background-color: #26aeb8;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);
}
.bd-callout-success-sic {
  border-left-color: #26aeb8 !important;
  position: relative; /* Añadir posición relativa al contenedor */
}

/* Rama */
.bd-callout-warning{
  border-left-color: #faaf0e !important;
  position: relative; /* Añadir posición relativa al contenedor */
}
.bd-callout-warning::before {
  content: "DESPACHO JUDICIAL";
  position: absolute;
  top: 40%;
  left: -91px;
  background-color: #faaf0e;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);

}
.bd-callout-warning-suscripciones{
  border-left-color: #faaf0e !important;
  position: relative; /* Añadir posición relativa al contenedor */
}
.bd-callout-warning-suscripciones::before {
  content: "JUDICIAL";
  position: absolute;
  top: 40%;
  left: -54px;
  background-color: #faaf0e;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
  /* transform: translateY(-50%); */
  transform: rotate(270deg);

}



.scroll-container {
  display: block;
  height: 12vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;

}

.scroll-container-principal {
  display: block;
  height: 80vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.show-login{
  position: absolute;
  right: 14px;
  top: 65px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 5px;
}

::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #fdfdfd;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Celular */
@media only screen and (max-width: 600px),
screen and (max-height: 700px) {
  .btn-flotante {
    font-size: 14px;
    padding: 5% 5%;
    bottom: 1%;
    right: 41%;
    border-radius: 50%;
  }
  .btn-back{
    width: 8vw !important;
  }
  .img-size-mobile{
    width:100% !important;
  }
  .img-size-log{
    width: 135px;
  }
  .format-text{
    text-align: justify !important;
  }
  .img-movil{
    width: 70% !important;
  }
  .img-movil-2{
    width: 241px
  }
 
}


/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  
  .btn-back{
    width: 5vw !important;

  }
  .texto-slog{
    font-size: 1.3rem;
  }


  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 1200px){
  .home-btns{
    width: 50% !important;
   }
   .ubicacion-btns{
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .img-web{
    width: 30% !important;
   }
   .text-web{
    font-size: larger;
   }
   .video-home-web{
    width: 17vw;
    height: 50vh;
   }
   .nav-back-2{
    width: 45px;
  }
  
}
@media (height: 590px) and (min-width:984px){
 .img-web{
  width: 38% !important;
 }
 .ubicacion-img{
  display:flex;
  justify-content:center;
 }
 
}



/* perfil */
.activo{
width: 10px;
height: 10px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #28a745;
border-color: #28a745;
}


/* Movimiento del menu */


.image {
  position: absolute;
}

.menu {
  align-items: center;
  background-color: #303235;
  clip-path: polygon(81.05% 9.1%, 92% 9.1%, 92% 10.1%, 81.05% 10.1%);
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.active .menu {
  background-color: #e07a8d;
  clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
}

.options {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  transform: scale(0.8);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.option {
  cursor: pointer;
  margin: 8px 0;
}

.option.selected {
  color: #a02f56;
}

.active .options {
  transform: scale(1);
}

.top-bars {
  stroke: #303235;
  transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
}


.menu-click-area {
  cursor: pointer;
  height: 40px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

/* StyleHead */

a .material-icons {
  vertical-align: middle;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  left: 0;
  right: 0;
}



.page-header {
  height: 15vh;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.sombra-botones{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}


.main-raised {
  margin: -60px 30px 0;
  border-radius: 20px;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2) !important;
}

.main {
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 3;
  color: #ffffff;
  background-color: #ffffff26;
}

.profile-page .profile {
  text-align: center;
}

.profile-page .profile img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.img-raised {
  box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.rounded-circle {
  border-radius: 50%!important;
}

.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

.title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
  color: #3C4858;
  font-weight: 700;
  font-family: "Roboto Slab","Times New Roman",serif;
}

.profile-page .description {
  margin: 1.071rem auto 0;
  max-width: 600px;
  color: #999;
  font-weight: 300;
}

.profile-page .profile-tabs {
  margin-top: 4.284rem;
}




.profile-page .profile .name{
  margin-top: -80px;
}

img.rounded {
  border-radius: 6px!important;
}

.tab-content>.active {
  display: block;
}

/*buttons*/


.btn.btn-just-icon {
  font-size: 20px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px;
}

.btn.btn-just-icon fa{
  margin-top: 0;
  position: absolute;
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  font-size: 20px;
}
.btn.btn-link{
  background-color: transparent;
  color: #999;
}
.btn-flotante-pago {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #466120; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante-pago:hover {
	background-color: #2ca55a; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante-pago {
		font-size: 14px;
		padding: 6% 6%;
		bottom: 20px;
		right: 20px;
	}
}

.btn-principal{
  background-color: #3d681f;
    color: #FFF;
}
.show-psd-1{
  position: absolute;
  right: 11px;
  top: 65px;
}

.show-psd-2{
  position: absolute;
  right: 14px;
  bottom: 43%;
}
.round-princ{
  border-radius: 25px !important;
}
.btn-sele{
border-radius: 50%;
}

/* datos personales */
.dp-box .user-box {
  position: relative;
}

.dp-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #060606;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.dp-box .user-box select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #060606;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.dp-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #060606;
  pointer-events: none;
  transition: .5s;
}

.dp-box .user-box input:focus ~ label,
.dp-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #060606;
  font-size: 12px;
}

.dp-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #060606;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.dp-box a:hover {
  background: #060606;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #060606,
              0 0 25px #060606,
              0 0 50px #060606,
              0 0 100px #060606;
}

.dp-box a span {
  position: absolute;
  display: block;
}

.dp-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #060606);
  animation: btn-anim1 1s linear infinite;
}
.btn-siyno{
  width: 35px !important;
}

.found-back{
  background-image: url(../icons/fondo-login.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
iframe{
  border:0px !important;
}
.btn-flotante-whastapp {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  letter-spacing: 2px;
  background-color: #1b6829;
  padding: 5px;
  position: fixed;
  bottom: 1%;
  right: 4%;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99
}
.btn-flotante-whastapp:hover {
	background-color: #56a764; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante-whastapp {
		/* font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px; */
    /* left:10%; */
    /* width: 13% !important; */
    left: 50%;
    width: 50% !important;
	}
  .width-special{
    width: 13% !important;
  }
}
.bg-primera{
  background-color:#ebb12b3d !important;
}
.scroll-container-2{
  display: block;
  height: 190vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.badge-special{
  display: contents;
    white-space: normal;
}


@media screen and (min-width: 1024px) {
 .size-nav-img-back{
  width: 8%;
    float: left;
 } 
 .size-pr{
  width: 17%;
  margin-right: 10%;
 }
 
}
.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
}
.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.limiter{
  width: 100%;
  margin: 0 auto;

}

/* Estilos para las fechas deshabilitadas */
.deshabilitado {
  background-color: #f0f0f0; /* Color de fondo */
  color: #999999; /* Color del texto */
  cursor: not-allowed; /* Cambiar el cursor al pasar sobre las fechas */
  pointer-events: none; /* Evitar que se puedan hacer clic en las fechas */
}
.card-hrs{
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; 
  width: 95vw !important;
}
.btn-redondo{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bg-card-actuaciones{
  background-color:#ebb12b!important;
  color: #FFFF;
}
.bg-card-actuaciones-sic{
  background-color:#26aeb8!important;
  color: #FFFF;
}
.bg-card-actuaciones-siso{
  background-color: #1f4b68;
    color: #FFFF;
}
.bg-nueva-actuacion-rama{
  background-color:#FFF3CD!important;
}
.bg-nueva-actuacion-sic{
  background-color:#d1f4f7!important;
}
.bg-nueva-actuacion-siso{
  background-color:#b1dfff!important;
}
.bg-primera-sic{
  background-color:#26aeb854 !important;
  
}
.linea {
  margin:0px 10px;
  width:80px;    
  border-top:1px solid #999;
  position: relative;
  top:10px;
  float:left;
  }

.leyenda {
  font-weight:bold;
  float:left;
 }
 .btn-registro{
  background-color:#d98f2c!important;
  color:#FFF !important
 }
 .container-bottom-p{
  margin-bottom: 100px;
 }
 .bg-found{
  background-image: url(../icons/found-home.png);
 }
 .btn-suscribete{
  color: #19682a;background-color: #e4df5e;border-color: #e4df5e;
 }
 .btn-ingresa{
  color: #19682a;
 }