/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #444;
  transition: 0.5s;
}

.boton-atencion:hover {
  text-decoration: none;
  color: white;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  /* display: none; */
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  /* line-height: 1; */
  /* font-size: 16px; */
  border-radius: 50%;
  /* right: 19px; */
  right: 20px;
  bottom: 15px;
  transition: background 0.5s;
  /* z-index: 11;*/
}

.back-to-top i {
  line-height: 42px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: linear-gradient(
    97deg,
    rgba(30, 95, 161, 1) 0%,
    rgba(23, 110, 136, 1) 17%,
    rgba(17, 121, 117, 1) 38%,
    rgba(13, 129, 103, 1) 49%,
    rgba(10, 133, 95, 1) 73%,
    rgba(10, 135, 93, 1) 100%
  );

  /*background: #0984c6; /* Old browsers */
  /*background: -moz-linear-gradient(left, #0984c6 0%, #009b50 32%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, #0984c6 0%,#009b50 32%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right, #0984c6 0%,#009b50 32%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0984c6', endColorstr='#009b50',GradientType=1 ); /* IE6-9 */

  display: block;
  padding: 5px 100px;
  /*
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px;
  background: rgb(0, 255, 0);*/
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/colpensiones.mp4") center bottom no-repeat;
  background-size: cover;
  padding: 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .video_colp {
  width: 100%;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

/*.main-nav {
  /* Drop Down */
/* Deep Drop Down 
}*/

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  /* float: left; */
}

.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 60px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background-color: white;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

#gov_co {
  padding-top: 6%;
}

.mobile-nav-toggle i {
  margin: 8px 16px 0 0;
  color: white;
}

.mobile-nav-overly {
  width: 100%;
  height: 100vh;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

.section-header {
  text-align: center;
  margin: 50px auto 80px;
}

/* card section  */
.container--servicesIndex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.container--cardsIndex {
  width: 50%;
}

/* Section with background
--------------------------------*/

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 0px 0;
  margin: 0 auto 100px;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
/*
#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}*/

#services .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #fff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

.card-2 {
  width: 16rem;
  height: 16rem;
  /* float: right; */
  padding: 1.25rem;
  text-align: center;
  cursor: default;
  transition: all 400ms ease;
}

.card-2:hover {
  transform: translateY(-3%);
}

.card-3 {
  width: 16rem;
  height: 16rem;
  /* float: right; */
  padding: 1.25rem;
  text-align: center;
  cursor: default;
  transition: all 400ms ease;
}

.card-3:hover {
  transform: translateY(-3%);
}

.btn_services-cardHeader {
  width: 100%;
  text-align: center;
  padding: 0 5px 0;
}

.align-items-xl-center {
  align-items: center !important;
  padding: 7px 15%;
}

.card-text {
  font-size: 19px;
}

/*.card-text-2{


}*/

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio
  .portfolio-item
  .portfolio-wrap
  .portfolio-info
  .link-preview:hover
  i,
#portfolio
  .portfolio-item
  .portfolio-wrap
  .portfolio-info
  .link-details:hover
  i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* ESTILOS PÁGINA DETALLE DENUNCIA TICKET */
.salir-reporte {
  display: flex;
  justify-content: flex-end;
  /* border-radius: 15px; */
  /* background-color: #ffffff; */
  width: 100%;
  height: 50px;
  margin: 24px auto;
  padding: 2px;
  /* box-shadow: 0 0 30px #dfdfdf; */
}

.salir-reporte h2 {
  display: inline-block;
  color: #4d4d4d;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 30px;
  padding-left: 4%;
  line-height: 43px;
}

.salir-reporte ul {
  margin-top: 1px;
}

.salir-reporte ul li {
  float: right;
  margin-right: 30px;
  list-style: none;
}

.salir-reporte img {
  width: 50px;
}

.salir-reporte span {
  font-size: 21px;
  padding-left: 15px;
}

.main_detalle-ticket {
  width: 80%;
  margin: 20px auto;
}

.main_detalle-ticket fieldset {
  border: 2px dotted #011224;
  /* border-radius: 20px; */
  padding: 18px 35px;
  margin: 20px auto;
}

.main_detalle-ticket fieldset legend {
  width: auto;
  height: 40px;
  background-color: #1d619e;
  border-radius: 19px;
  color: #fff;
  padding: 4px 14px;
  font-size: 21px;
}

.sub_info-general {
  word-break: break-all;
}

.sub_info-general--header {
  display: inline-block;
  width: 200px;
  font-weight: bold;
}

.table--adjuntos_ampliacion-ticket {
  width: 60%;
  margin-bottom: 20px;
}

.table--adjuntos_ampliacion-ticket thead {
  width: 60%;
  background-color: #069;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
}

.table--adjuntos_ampliacion-ticket tbody {
  border: 1px solid #000;
  text-align: center;
}

.table--adjuntos_ampliacion-ticket thead tr th,
.table--adjuntos_ampliacion-ticket tbody tr td {
  padding: 5px;
}

#code {
  font-family: "arial";
  background-color: #fff;
  border-radius: 0px;
  width: 100%;
  height: 41px;
  padding: 0 10px;
  font-size: 14px;
  color: #6e6e6e;
  text-align: justify;
  line-height: 13px;
  outline: none;
  border: transparent;
  border-right: 23px solid transparent;
  box-shadow: 0px 0px 0px 1.5px #a6a6a6;
}

#agregar_respuesta {
  border: 0;
  width: 278px;
  height: 62px;
  background-color: #2c67d0;
  border-radius: 180px;
  cursor: pointer;
  font-family: Montserrat;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  border-width: 3px;
  line-height: 61px;
  font-size: 20px;
  text-align: center;
  box-shadow: none;
  margin: 30px auto;
}

.label--respuesta {
  display: block;
  text-align: left;
  font-weight: bold;
  width: 65%;
}

/* ESTILOS AUTENTICACIÓN DE CONTRASEÑA */

.main--options {
  width: 70%;
  margin: 20px auto;
}

.main--options h5 {
  color: #005e9d;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.63rem;
  font-size: 50px;
}

.social-links-2 {
  margin-top: 100px;
}

.social-links-2 i {
  color: #005694;
}

.social-links-2 a {
  margin-right: 4%;
  /* transition: 400s; */
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  width: 83%;
  margin-top: 43px;
  flex-wrap: wrap;
}

.footer_info a {
  color: #3f6fcf;
  font-size: 14px;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #ffffff;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

.boton-atencion {
  font-family: Montserrat;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 11px;
  padding-left: 13px;
  padding-right: 14px;
  background-color: #005694;
  border-width: 3px;
  border-radius: 38px;
  line-height: 40px;
}

.card-title {
  font-size: 3em;
  font-weight: 700;
  color: #005694;
  font-family: Montserrat;
}

.card-title-2 {
  font-size: 1em;
  font-weight: 900;
  color: #005694;
  font-family: Montserrat;
  font-size: 18px;
}

.footer_colpensiones {
  border-radius: 1.25rem;
  border: 0;
  box-shadow: 0 0 30px #dfdfdf;
  margin-bottom: 5%;
}

.parrafo p {
  font-family: Montserrat;
  color: #404040;
  line-height: 100%;
  margin: 17px;
  font-weight: 400;
}

.fa {
  font-size: 1.6em;
}

#titulo_bienestar {
  color: green;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 17px;
}

#titulo_linea {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 55px;
  /* line-height: 0px; */
}

#titulo_linea_politica {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
}

#titulo_linea_realizar_reporte {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 54px;
  line-height: 0px;
}

#descripcion_index {
  color: #4d4d4d;
  font-size: 24px;
}

.card-body {
  /* padding: 3.25rem; */
}

.navbar-info-canal {
  padding: 53px 5px;
  background-color: #ebebeb;
  padding-left: 35%;
  line-height: 1.5;
  font-size: 1.3rem;
}

.info-canal-img {
  width: 15%;
}

.card-img-top {
  width: 100%;
  padding: 10px 35px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-header:first-child {
  border-radius: 18px;
  line-height: 37px;
  margin: 10px;
  background-color: #ebebeb;
}

.btn {
  font-family: "Montserrat";
  font-weight: 500;
  color: #818181;
  font-size: 20px;
}

.row {
  margin-right: -5px;
}

.dropdown-toggle-a-flecha {
  display: block;
  position: relative;
  right: 24px;
  float: right;

  margin-top: -21px;
  /* margin-left: 25.255em; */
  /* vertical-align: -0.745em; */
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;

  color: #818181;
  font-size: 20px;
}

/* .dropdown-toggle-a::after {
  display: inline-block;
  margin-left: 25.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} */

.dropdown-toggle-b::after {
  display: inline-block;
  margin-left: 40.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-c::after {
  display: inline-block;
  margin-left: 25.1em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-d::after {
  display: inline-block;
  margin-left: 22.999em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-e::after {
  display: inline-block;
  margin-left: 22.29em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-f::after {
  display: inline-block;
  margin-left: 30.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-g::after {
  display: inline-block;
  margin-left: 31.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-h::after {
  display: inline-block;
  margin-left: 25.255em;
  vertical-align: -0.745em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-i::after {
  display: inline-block;
  margin-left: 20.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-j::after {
  display: inline-block;
  margin-left: 30.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-k::after {
  display: inline-block;
  margin-left: 25.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-l::after {
  display: inline-block;
  margin-left: 26.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-m::after {
  display: inline-block;
  margin-left: 14.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-n::after {
  display: inline-block;
  margin-left: 6.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle-o::after {
  display: inline-block;
  margin-left: 23.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.curve__dividers img {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -9%;
}

.link_preguntas {
  color: #005e9d;
  font-size: 23px;
  transition: 300s;
}

.a {
  transition: 200.5s;
}

#parrafo_1 {
  font-weight: bold;
  font-family: "Montserrat";
  text-align: justify;
  font-size: 20px;
}

#parrafo_lineamientos_politica {
  font-family: "Montserrat";
  text-align: justify;
  font-size: 19px;
}

#parrafo_lineamiento_ayuda{
  font-family: "Montserrat";
  margin-left: justify;
  text-align: justify;
  font-size: 19px;
}

.container_inicio {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  padding-right: 0px;
  border-left-width: 0px;
  padding-left: 0px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 983px) {
  .align-items-xl-center {
    align-items: center !important;
    padding: 7px 0%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
    display: none;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 1px 0;
  }

  #titulo_linea {
    color: #4d4d4d;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 55px;
    line-height: 54px;
  }

  #parrafo_lineamiento_ayuda{
    margin-top: 0px;
    padding: 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }

  /* codigo ética pdf */
  #main .main div {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .container--cardsIndex {
    width: 100%;
    margin: 20px auto;
  }

  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }

  .titulo_arriba {
    font-size: 4vw;
  }
}

.brand img {
  float: left;
  width: 80%;
  height: 40%;
}

.navbar-govco {
  background-color: #36c;
  padding: 1px 30px;
}

.logocolp img {
  float: left;
  width: 80%;
  height: 40%;
}

.navbar-colp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  /* padding: 6px 0px; */
  /* padding-left: 64px; */
}

/* .izquierda {
  float: left;
}

.derecha {
  float: right;
  margin-right: -2%;
}

.derecha2 {
  float: right;
} */

.titulo_arriba {
  color: #b1b1b1;
  padding-top: 4%;
  text-align: center;
}

@media (max-width: 680px) {
  #intro {
    padding: 100px 0 20px 0;
  }

  .derecha {
    display: none;
  }

  .derecha2 {
    padding: 10px 0px;
  }

  .titulo_arriba {
    font-size: 10px;
    display: none;
  }

  .navbar-colp {
    justify-content: center;
  }

  .social-links-2 {
    /* padding-left: 11px;
    padding-right: 129px;
    margin-bottom: 0;
    border-radius: 0.63rem;
    font-size: 22px;
    transition: 400s; */
  }

  .card-title {
    font-size: 2em;
    font-weight: 700;
    color: #005694;
    font-family: Montserrat;
  }

  .card-body {
    padding: 1.25rem;
  }

  .navbar-info-canal {
    padding: 49px 23px;
    background-color: #ebebeb;
    padding-left: 58px;
    padding-right: 58px;
  }

  .info-canal-img {
    width: 64%;
    padding-left: 69px;
  }

  .card-2 {
    width: 18rem;
    height: -5rem;
    margin: 0 auto 30px auto !important;
    float: unset;
    display: grid;
    text-align: center;
  }

  .card-3 {
    width: 18rem;
    height: -5rem;
    margin: 0 auto 30px auto !important;
    float: unset;
    display: grid;
    text-align: center;
  }

  .curve__dividers img {
    display: none;
  }

  #intro {
    padding: 0px 0 26px 0;
  }

  #titulo_linea {
    color: #4d4d4d;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 55px;
    /* line-height: initial; */
  }

  #parrafo_lineamiento_ayuda{
    color: #4d4d4d;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 55px;
    line-height: initial;
  }

  .link_preguntas {
    color: #005e9d;
    font-size: 9px;
  }

  #titulo_linea_politica {
    color: #4d4d4d;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 38px;
    line-height: 56px;
  }

  #titulo_linea_realizar_reporte {
    color: #4d4d4d;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 12vw;
    line-height: 50px;
  }

  .footer_info {
    justify-content: space-around;
    width: 100%;
  }

  .mobile-nav-toggle i {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 0) and (max-width: 560px) {  
  /* Consulta de reportes */
  #fr_cons .formBox2,
  #validar_clave .formBox2,
  #validar_usuario .formBox2 {
    flex-wrap: wrap;
  }

  #fr_cons .content-logo_acces,
  #validar_clave .content-logo_acces,
  #validar_usuario .content-logo_acces {
    margin: 0 auto;
  }

  #fr_cons .content-formulario,
  #validar_clave .content-formulario,
  #validar_usuario .content-formulario {
    width: 80%;
    margin: 0 auto;
  }

  #titulo_linea {
    font-size: 11vw;
  }

  #parrafo_lineamiento_ayuda{
    font-size: 11vw;
  }

  .social-links-2 a {
    display: inline-block;
    width: 100%;
  }

  #grillaFile {
    width: 100% !important;
  }

  #grillaFile,
  #grillaFile thead,
  #grillaFile tbody,
  #grillaFile th,
  #grillaFile td,
  #grillaFile tr {
    display: block;
  }

  #grillaFile td:nth-of-type(1):before,
  #grillaFile td:nth-of-type(2):before,
  #grillaFile td:nth-of-type(3):before,
  #grillaFile td:nth-of-type(4):before,
  #grillaFile td:nth-of-type(5):before {
    color: #275fb1;
    font-weight: bold;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #grillaFile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #grillaFile .t-a {
    text-align: left;
  }

  #grillaFile tr {
    border: 1px solid #ccc;
  }

  #grillaFile td {
    /* Behave  like a "row" */
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    position: relative;
    padding-left: 45%;
    word-break: break-all;
  }

  #grillaFile td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*		Label the data		*/
  #grillaFile td:nth-of-type(2),
  #grillaFile td:nth-of-type(5) {
    padding-bottom: 27px;
  }
/*
  #grillaFile td:nth-of-type(1):before {
    content: "#";
    white-space: pre;
  }

  #grillaFile td:nth-of-type(2):before {
    content: "Nombres y \A Apellidos";
    white-space: pre;
  }

  #grillaFile td:nth-of-type(3):before {
    content: "Cédula";
  }

  #grillaFile td:nth-of-type(4):before {
    content: "Cargo";
  }

  #grillaFile td:nth-of-type(5):before {
    content: "Dependencia \A o Entidad";
    /* padding-bottom: 27px; */
   /* white-space: pre;
  }

  #detalle_ticket_tbody td:nth-of-type(1):before {
    content: "#";
  }

  #detalle_ticket_tbody td:nth-of-type(2):before {
    content: "Archivos";
  }
*/
  .main_detalle-ticket {
    width: 90%;
  }

  .main_detalle-ticket fieldset {
    padding: 18px 20px;
  }

  #formDen #respuesta {
    width: 100% !important;
  }

  #formDen .requir2 {
    width: 100% !important;
    margin: -16px auto 26px !important;
  }

  #formDen #code {
    margin-bottom: 25px;
  }

  .table--adjuntos_ampliacion-ticket {
    width: 100% !important;
  }

  .table--adjuntos_ampliacion-ticket,
  .table--adjuntos_ampliacion-ticket thead,
  .table--adjuntos_ampliacion-ticket tbody,
  .table--adjuntos_ampliacion-ticket th,
  .table--adjuntos_ampliacion-ticket td,
  .table--adjuntos_ampliacion-ticket tr,
  #prueba_destru,
  #prueba_destru thead,
  #prueba_destru tbody,
  #prueba_destru th,
  #prueba_destru td,
  #prueba_destru tr {
    display: block;
  }

  .table--adjuntos_ampliacion-ticket thead,
  #prueba_destru thead {
    border: none;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table--adjuntos_ampliacion-ticket thead tr,
  #prueba_destru thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table--adjuntos_ampliacion-ticket .t-a,
  #prueba_destru .t-a {
    text-align: left;
  }

  .table--adjuntos_ampliacion-ticket tr,
  #prueba_destru tr {
    border: 1px solid #ccc;
  }

  .table--adjuntos_ampliacion-ticket td {
    /* Behave  like a "row" */
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    position: relative;
    padding-left: 45%;
    word-break: break-all;
  }

  #prueba_destru td {
    word-break: break-all;
    width: 100%;
  }

  .table--adjuntos_ampliacion-ticket td:before,
  #prueba_destru td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*		Label the data		*/

  /* Diseño del input */

  #valor_file {
    color: transparent;
    width: 80%;
  }
  .table--adjuntos_ampliacion-ticket
    input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
  }
  .table--adjuntos_ampliacion-ticket input[type="file"]::before {
    content: "Seleccione un archivo";
    color: #4d4d4d;
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width: 100%;
    text-align: center;
  }
  .table--adjuntos_ampliacion-ticket input[type="file"]:hover::before {
    border-color: black;
  }
  .table--adjuntos_ampliacion-ticket input[type="file"]:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }

  /* codigo ética pdf */

  #main .main div {
    width: 90% !important;
  }

  /* alerta consulta reportes */
  #alert__acceso-den {
    width: 90% !important;
  }
}
