.btn-fondetur {
    color: rgb(255, 255, 255);
    margin-left: 25px;
    background-color: #643093;
    border-color: #643093;
}
.btn-fondetur:hover {
    background-color: #0d3b5e;
    border-color: #0d3b5e;
}

.campaign-history .tabs-controls li.active{
    border-bottom: 1px solid #643093;
}
.campaign-history .tabs-controls li.active a {
  color: #643093;
}
.descripcion_nueva{
  display: none; 
  background-color: #e5e5e5;
  margin-bottom: 80px;
  border-radius: 10px;
  color: #939296;
  padding: 20px;
}
.table td {
  text-transform: capitalize;
}
.error {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffe8e8;
  color: red;
  padding: 10px;
  border: 1px solid;
}

.error_sub {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffe8e8;
  color: red;
  padding: 10px;
  border: 1px solid;
}

.procesos-model li.active a p {
  color: #fdb130;
  font-weight: bold;
}

.procesos-model li.visited span {
  border-color: #039140;
  background-color: #039140;
  color: white;
  transition: all 0.3s ease-in-out;
}

.procesos-model li.visited a p {
  color: #039140;
  font-weight: bold;
}
.procesos-model li.resumen::after {
  display: none;
}
.procesos-model li:nth-child(1).visited span {
  border-color: #039140;
}
.procesos-model li:nth-last-child(2):after{
  content: '';
  display: none;
}

.procesos-model li.resumen span {
  background-color: #643093;
  border: 8px solid #643093;
  color: white;
}
.procesos-model li.activos a p {
  color: #643093;
  font-weight: bold;
}

span.status {
  display: inline-grid;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #00a5ff;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: white;
  padding: 10px;
}

span.completo {
  background-color: #4ac97d;
  color: white;
}

span.incompleto {
  background-color: #d45140;
  color: white;
}
small{
  font-size: 10px !important;
}
.nav {

  justify-content: center;
}

.list-faq li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.conv-image{
  width: 370px;
  /*height: 240px;*/
  height: auto;
}
.campaign-box .campaign-description {
  height: 50px;
}

.login.login-button {
  border-left: 2px solid #f1eeee;
}

.login-button ul li{
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    margin-left: 35px;
    position: relative;
}

.login-button ul li > .sub-menu {
  position: absolute;
  top: 100px;
  z-index: 99;
  width: 200px;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.login-button ul li:hover > .sub-menu {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.login-button{
  display: inline-block;
  margin-left: 0px;
  line-height: 80px;
}
.login-button ul li > .sub-menu li {
  line-height: normal;
  display: block;
  margin: 0;
  border-top: 1px solid #ededed;
}

.login-button ul li > .sub-menu li a {
  padding: 12px 15px;
}
.logo-foot {
  max-width: 550px;
  margin: 0 auto;
}

.procesos-model li a p {
  text-transform: uppercase;
}

.other-option:checked+label input {
  display: inline-block;
  visibility: inherit;
}

p, .mt-3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #565656;
}

.error-form {
  margin-bottom: 20px;
  background: #ffe8e8;
  color: red;
  padding: 10px;
  display: block;
  border: 1px solid;
}


tbody.renderbody {
  border-bottom: 2px solid #eef7ff;
}
tfoot.renderfoot {
  border-bottom: 2px solid #b0dcff;
}
input.totalizar {
  font-weight: bold;
  text-align: center;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
}

.informacion-registro {
  display: inline;
}
.informacion-registro:hover {
  text-decoration: underline;
}
.bg-header-card {
  background-color: #0e4875!important;
  color: #fff!important;
  font-weight: 800!important;
}
.bg-sub-header-card {
  background-color: #29abe2!important;
  color: #fff!important;
  font-weight: 800!important;
}

div.form-control {
  min-height: 38px;
}
.table-responsive{
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgb(255 221 164);
}

.table-responsive::-webkit-scrollbar:vertical {
  width: 11px;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
  height: 7px;
}

table.table.card-table.table-vcenter.text-nowrap.n {
  white-space: nowrap !important;
}

.table-responsive .text-nowrap {
  white-space: break-spaces !important;
}

tr.render th:first-child, tr.render th:last-child {
  width: auto;
}

tr.render > th {
  border-color: #b0dcff !important;
  width: 500px;
}

.campaign-description {
  height: auto;
  max-height: 500px !important;
}
.span-crear-cuenta {
  color: #209245;
  font-weight: bold;
}
.span-cuantas-personas {
  padding: 5px;
  font-weight: bold;
  border-radius: 5px;;
}
input.input-number {
  border-radius: 4px;
  padding: 5px 10px;
  min-width: 100px;
  max-width: 120px;
  border: 1px solid #d0d1d1;
}

/* nuevos estilos 19 abril 2022 */
.tab-descripcion {
  background: #fbb03a;
  color: #000;
}
.secciones-convocatoria p, .secciones-convocatoria label{
  color: #000;
}
.account-title {
  background-color: #0e4875!important;
  color: #fff!important;
  font-weight: 800!important;
}
.label-title {
  color: #0e4875!important;
  font-weight: 600!important;
}
.label-desc {
  color: #000!important;
  
}
.select_condicion_poblacional {
  max-width: 350px;
}
.condicion_number {
  max-width: 100px;
}

/* estilos de carrucel */
#carouselHome .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  right: 6%;
  bottom: auto;
  left: 6%;
  padding-top: 0;
  padding-bottom: 0;
  text-align:left;
}
#carouselHome .carousel-caption h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 25px;
}
#carouselHome .carousel-caption .sideshow-description {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

#carouselHome .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#carouselHome .carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
/*
@media (min-width: 768px){
  .container.container-slider {
      max-width: 100%;
  }
}*/
@media (max-width: 980px){
  #carouselHome .carousel-caption h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  #carouselHome .carousel-caption {
    max-width: 95%;
  }
}
@media (max-width: 649px){
  #carouselHome .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  #carouselHome .carousel-caption {
    right: 3%;
    left: 3%;
  }
  #carouselHome .carousel-caption .sideshow-description {
    margin-bottom: 3px;
    font-size: 12px;
  }
}

@media (max-width: 449px){
  #carouselHome .carousel-item {
    height: 240px;
  }
  #carouselHome .carousel-item img{
    height: 100%;
  }
}

@media (min-width: 1200px){
  #carouselHome .carousel-caption .sideshow-description {
    font-size: 24px;
  }
}
/* fin estilos carrucel */
.form-check-label a.informacion-registro {
  font-weight: 600; 
  color: #0d4875;
}
.subtitle-card h3 {
  min-height: 30px;
  padding: 10px 0;
  background-color: #fbb03a!important;
  color: #000!important;
}

.sweet-alert p {
  font-size: 20px !important;
  color: #000000 !important;
}

.bg-red-fondetur {
  background-color: #d43f46 !important;
  color: #fff !important;
}

.bg-orange-fondetur {
  background-color: #ff8353 !important;
  color: #fff !important;
}

.card-footer.new{
  border-top: 1px solid #e1cbea;
}

.card-header.new {
  border-bottom: 1px solid #e1cbea;
}

.table-vcenter.orange-f td, .table-vcenter.orange-f th {
  border-top: 1px solid #ffdbcd;
}

.table-vcenter.orange-f tbody {
  border-bottom: 1px solid #ffdbcd;
}

.table-vcenter.red-f tbody {
  border-bottom: 1px solid #ffced0;
}

.table-vcenter.blue-f tbody {
  border-bottom: 1px solid #a2b6c5;
}

.table-vcenter.red-f td, .table-vcenter.red-f th {
  border-top: 1px solid #ffced0;
}

button.confirm {
  background-color: #e0071c !important;
}

/** 
* Style for table ejecución proyecto 
**/

#table-anexos .td-width p, #table-anexos .td-width div {
  width: 100px!important;
}

#table-anexos .td-width-cantidad p, .td-width-valor p, .td-width-total p{
  width: 70px!important;
}
#table-anexos th.td-width p{
  font-weight: 700;
}

#table-anexos .td-width-observaciones p {
  width: 270px!important;
}

#table-anexos .td-width-estado p {
  width: 130px!important;
}

#table-anexos .td-width-accion-anexo p, #table-anexos .td-width-accion-anexo div{
  width: 180px!important;
}

#table-anexos .td-width-accion-anexo div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

#table-anexos .td-sub {
  border-color: #FCD998!important;
  border-top-style: none!important;
  border-top-width: 1px!important;
  border-bottom-style: none!important;
  
}
#table-anexos .sub-table {
  width:100%;
  height: 100%;
  margin: 0;
}
#table-anexos .sub-table tr {
  border-bottom-color: rgb(252, 217, 152);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/**
* End Style for table ejecución proyecto 
*/

.item-informe > label{
  font-weight: 600;
}

div#table-anexos::-webkit-scrollbar {
  height: 15px !important;
}

div#table-anexos::-webkit-scrollbar-thumb {
  background-color: #dc3545;
}

div#table-anexos::-webkit-scrollbar-thumb:hover {
  background: #851d28;
}
.has-error{
  color: red;
}