
/*fonts*/
/*@font-face {
  font-family: 'Poppins-Black';
  src: 
  url("../fonts/Pasajero.eot") format("embedded-opentype"), 
  url("../fonts/Pasajero.woff") format("woff"), 
  url("../fonts/Pasajero.ttf") format("truetype"), 
  url("../fonts/Pasajero.svg") format("svg");
  font-weight: normal;
  font-style: normal; 
}*/
@font-face {
  font-family: 'Poppins-Black';
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype"); 
}

@font-face { 
   font-family: 'Poppins-SemiBold'; 
   src: url('../fonts/poppins/Poppins-SemiBold.ttf') format("truetype"); 
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"); 
}

/* font title*/

.poppins-bold {
    font-family: "Poppins-Bold";
}

.poppins-medium {
  	font-family: "Poppins-Medium";
}
.poppins-semibold {
  	font-family: "Poppins-SemiBold";
}
.poppins_regular {
  font-family: "Poppins-Regular";
}

.poppins-regular {
	font-family: "Poppins-Regular";
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
}
/* iconos */
.iconos {
  width: 18px;
  height: 20px;
  margin: 0px 12px 4px 0;
  object-fit: contain;
}
.btn-iconos {
  width: 1.9rem;
  height: 2.8rem;
  object-fit: contain;
}

.login-header{
   width: 6rem;
   margin: 0rem 2rem;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}






/* tablero resumen*/


/*css */
.color-verde{
	color:#850B0B!important;
}
.color-gris{
	color:#aaaaaa;
}
.color-verde-l{
	color:#8dcf06;
}
.color-white{
  color: white!important;
}
.color-black{
  color:black!important;
}
.color-blue-l{
  color:#9199e8;
}
.color-blue{
  color:#2f3fe2;
}
.color-yell{
  color:#f5a623;
}

.bg-principal{
	background-color:#850B0B!important;
}
.bg-secundario{
	background-color: #8dcf06;
}
.bg-terce{
  background-color: #28a745!important;
}
.bg-white{
	background-color: white;
} 

/* input */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #850B0B;
    outline: 0;
    box-shadow:0 0 0 0.2rem rgb(0 123 255 / 0%)!important;
}

label,input,select, .alert {
	font-family: "Poppins-Regular";
	font-size: 16px!important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #384455;
}
input,select{
  padding: 0.7rem 0.6rem!important;
  height: auto!important;
}

/* btton */

.btn-principal {
  border-radius: 12px;
	padding: 0.8rem;
	border: 1px solid white;
  font-size: 15px;

}
.btn-color-principal:hover {
  color: #fff;
  background-color: #8dcf06;
  border-color: #8dcf066e;
}
.btn-color-principal:active {
  color: #fff;
  background-color: #8dcf06;
  border-color: #8dcf066e;
}

.btn-color-principal {
  border-color: #850B0B87!important;
  background-color: #850B0B!important;
  font-family: Poppins-Medium;
  color: white!important;
}

/*bgimg*/
.bg-img {
	height: 100%;
	width: 100%;
    background-image: url(../img/resource/bg-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}


ul.menu-list li{
  margin: 0 0 0 5px;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 1.88;
  color: #2b2d2f;
} 

/*form */

.form_solicitud label {
  font-family: "Poppins-Bold";
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #2b2d2f;
}

.form_solicitud select.form-control{
    padding: 0.7rem 0.6rem;
    height: 100%;
}


.form_solicitud select {
  /*box-sizing: content-box;
  padding: 0.4rem 0.6rem;*/
}

.form_solicitud input, .form_solicitud textarea {
  padding: 1.4rem 0.6rem;
}

.form_solicitud select, .form_solicitud input, .form_solicitud textarea {
  background-color: #f2f2f3!important;
}

.form_search {
 background-color:#850B0B!important;
}

.form_search input {
  padding: 1.4rem 0.6rem;
}

/*table */

/*.table_style tbody tr{
    border-bottom: 1rem solid white;
    background-color: red;
    border-top: 1rem solid white;
}*/




.table_style td, .table_style th{
    padding: 0.75rem!important;
    vertical-align: top;
}

.table_style th {
  text-align: center;
  padding: 0.8rem 0rem;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #2b2d2f;
}

.table_style th a, .table_style td a{
  padding: 0.8rem 0rem;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1e5040;
}

.table_style td {
  font-weight: 600;
  padding: 0.8rem 0rem;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color:#1e5040;
}

/**/
.table_style tr.tb_header{
  text-align: center;
  background-color: #850B0B!important;
}
.table_style tr.tb_header th{
  color: white;
}

.table_style tbody > tr:hover{
  /*color: white!important;*/
  background-color: #1bc80fa1!important;
  /*background-color: #850B0B!important;*/
  
}
.table_style tbody > tr:hover > td, .table_style tbody > tr:hover > td > a{
  /*color: white!important;*/
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}


/*responsive */
@media only screen and (min-width: 1200px) {
  .h-5{
    display: none!important;
  }
  .block-5{
    display: block!important;
  }
  .text-action{
    font-size: 1rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {

  .h-4{
    display: none!important;
  } 
  .block-4{
    display: block!important;
  }
  .text-action{

  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .text-carga{
    font-size: 0.8rem;
  }
  .h-3{
    display: none!important;
  } 
  .block-3{
    display: block!important;
  }
}
@media only screen and  (min-width: 576px) and  (max-width: 767px) {
  .h-2{
    display: none!important;
  } 
  .block-2{
    display: block!important;
  }
}
@media only screen and (max-width: 575px) {
	.h-1{
		display: none!important;
	} 
  .block-1{
    display: block!important;
  }
}

/* */

@media only screen and (min-width: 767px) {
  .btn_guia{
    position: absolute;
    top: 36px;
    bottom: -1px;
  }
}

@media only screen and  (min-width: 576px) and  (max-width: 766px) {
  .btn_guia{
    position: absolute;
    top: 60px;
    bottom: -1px;
  }
}

@media only screen and (max-width: 575px) {
  .btn_guia{
      margin: 1rem 0rem;
  }
}

/*# sourceMappingURL=responsive.css.map */
