/* CDAP CUSTOM CSS CLASES
 * This file is used to add custom css classes to the CDAP UI.  
 */
/* Breakpoints
 */
/* Vars
 */
@import "https://cdap.com.co/archivo.cdap.com.co/assets/fonts/arial-rounded/stylesheet.css";
/* Body */
body {
  scroll-behavior: smooth;
}
body h2.cdap-title {
  font-size: 45px;
}
body section.bg-white {
  background: #fff !important;
}
body .header-area-v1 {
  background-color: #FF1414;
  padding-right: 0;
  padding-left: 0;
}
body .header-area-v1 .nav-tools .list-group-item,
body .header-area-v1 .info-tools .list-group-item {
  padding: 0 12px;
  background: transparent;
  color: #fff;
  border: 0;
}
@media screen and (max-width: 44.9375rem) {
  body .header-area-v1 .nav-tools .list-group-item,
  body .header-area-v1 .info-tools .list-group-item {
    padding: 0 4px;
  }
}
body .header-area-v1 .nav-tools .list-group-item i,
body .header-area-v1 .info-tools .list-group-item i {
  font-size: 18px;
}
body .header-area-v1 .nav-tools .list-group-item .form_group,
body .header-area-v1 .info-tools .list-group-item .form_group {
  padding-top: 20px;
}
body .header-area-v1 .nav-tools .list-group-item .form_group i,
body .header-area-v1 .info-tools .list-group-item .form_group i {
  right: 10px;
  top: 30px;
  color: #fff;
}
body .header-area-v1 .nav-tools {
  line-height: 85px;
}
body .header-area-v1 .nav-tools ::placeholder {
  color: #fff;
}
body .header-area-v1 .nav-tools .form_group input[type="search"] {
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-left: none;
  border-top: none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: -internal-light-dark(white, black);
}
body .header-area-v1 .col-one {
  background: #fff url("https://cdap.com.co/archivo.cdap.com.co/files/cone.svg") no-repeat right bottom;
  line-height: 85px;
}
body .header-area-v1 .col-one .thelogo {
  margin-right: 10px;
  width: 246px;
}
@media screen and (max-width: 44.9375rem) {
  body .header-area-v1 .col-one .thelogo {
    top: 100%;
    width: 246px;
  }
}
body .header-area-v1 .col-two .list-group-horizontal > li,
body .header-area-v1 .col-three .list-group-horizontal > li {
  width: 100%;
  line-height: 85px;
}
body .header-area-v1 .col-two img.img-fluid,
body .header-area-v1 .col-three img.img-fluid {
  filter: brightness(0) invert(1);
  height: 40px;
}
@media screen and (max-width: 44.9375rem) {
  body .header-area-v1 .col-two img.img-fluid,
  body .header-area-v1 .col-three img.img-fluid {
    height: 30px;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  body .header-area-v1 .col-two img.img-fluid,
  body .header-area-v1 .col-three img.img-fluid {
    height: 30px;
  }
}
body .header-area-v1 .col-two {
  background: #DD0000 url("https://cdap.com.co/archivo.cdap.com.co/files/ctwo.svg") no-repeat right bottom;
}
@media screen and (min-width: 35.938rem) and (max-width: 48rem) {
  body .header-area-v1 .col-two {
    background: #DD0000;
  }
}
@media screen and (max-width: 36rem) {
  body .header-area-v1 .col-two {
    background: #DD0000;
  }
}
body .header-area-v1 .col-three {
  background: #C70000 url("https://cdap.com.co/archivo.cdap.com.co/files/cthree.svg") no-repeat right bottom;
}
@media screen and (min-width: 47.938rem) and (max-width: 62rem) {
  body .header-area-v1 .col-three {
    background: #C70000;
  }
}
@media screen and (max-width: 62rem) {
  body .header-area-v1 .col-three {
    background: transparent;
  }
}
body .header-area-v1 .col-four {
  background: transparent;
}
@media screen and (max-width: 62rem) {
  body .header-area-v1 .col-four {
    background: #DD0000;
  }
}
/* Utilities */
.clear-spacing {
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse;
}
.black {
  color: #000;
}
.hover-invert:hover img {
  filter: brightness(0) invert(1);
}
.paragraph p {
  text-align: justify;
  text-justify: distribute;
  margin-bottom: 1rem;
}
/* Font */
.cdap-title {
  font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  font-style: normal;
}
.cdap-red {
  color: #ff0000;
}
.cdap-shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
/* Header Area > Navbar */
#hero {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 44.9375rem) {
  #hero .slick-track,
  #hero .slick-list,
  #hero .slick-slide,
  #hero .single-hero {
    height: 250px !important;
  }
  #hero .slick-slide {
    background-size: auto 100% !important;
    background-position: center top !important;
  }
}
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  background: #fff url("https://cdap.com.co/archivo.cdap.com.co/assets/images/background-header-1920x450.jpg") no-repeat center center !important;
  background-size: cover !important;
}
.header-navigation .nav-container {
  margin-left: 0;
}
@media screen and (max-width: 44.9375rem) {
  .header-navigation .nav-container {
    margin-left: 15px;
  }
}
@media screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .header-navigation .nav-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.header-navigation .list-inline-item a.btn {
  transition: all 0.3s ease-in-out;
}
.header-navigation .list-inline-item a.btn.btn-active {
  padding-bottom: 5px;
}
.header-navigation .main-menu .menu-item a > i {
  margin-right: 5px;
  opacity: 0.35;
}
.header-navigation .main-menu .sub-menu li a {
  text-align: center;
}
.header-navigation .custom-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.header-navigation .custom-container .custom-header-navigation {
  background: transparent;
  height: 50px;
}
.header-navigation .custom-container .custom-header-navigation {
  position: absolute;
}
.header-navigation .custom-container .nav-container {
  margin-bottom: 0;
}
@media screen and (max-width: 44.9375rem) {
  .header-navigation .custom-container .nav-container {
    margin-bottom: 15px;
  }
}
.header-navigation .custom-container .navbar-toggler {
  margin-left: 15px;
}
@media screen and (max-width: 44.9375rem) {
  .header-navigation .custom-container .navbar-toggler {
    margin-left: 0;
  }
}
.header-navigation .custom-container .navbar-toggler span {
  background-color: #fff;
}
.header-navigation .custom-container .nav-container .main-menu {
  margin-top: 15px;
  background: #fff;
  border-bottom: 2px solid #ff0000;
}
.header-navigation .custom-container .nav-container .main-menu ul li a {
  padding: 7px 15px;
  font-size: 15px;
  color: #ff0000;
}
.header-navigation .custom-container .nav-container .main-menu ul li a::after {
  color: #ff0000;
  font-size: 12px;
}
.header-navigation .custom-container .nav-container.breakpoint-on {
  margin-bottom: 0;
}
.header-navigation .custom-container .nav-container.breakpoint-on > .nav-menu > .main-menu {
  margin-top: 0;
  display: block;
  text-align: left;
  border-bottom: none;
}
.header-navigation .custom-container .nav-container > .nav-menu > nav.main-menu {
  margin: auto;
  text-align: center;
}
section.breadcrumbs-section::after {
  background: transparent;
  display: none;
}
section.breadcrumbs-section {
  padding: 51px 0;
  background-size: cover;
  background-position: center;
}
section.breadcrumbs-section h1 {
  color: #FFFFFF;
  background: transparent;
  text-shadow: #474747 3px 5px 2px;
}
section.breadcrumbs-section .breadcrumbs-content ul.link li {
  font-size: x-small;
  background-color: #000;
  border-radius: 10px;
  padding: 5px !important;
  line-height: 15px;
}
section.normatividad-area ul > li a,
.content-box ul > li a {
  text-decoration: underline !important;
  color: #ff0000;
}
section.normatividad-area ul > li a:hover,
.content-box ul > li a:hover {
  color: #666;
}
.faqs-area .faq-wrapper .card .card-body {
  color: #fff;
}
.faqs-area .faq-wrapper .card .card-body a {
  color: #fff;
  text-decoration: underline;
}
.faqs-area .faq-wrapper .card .card-body ul,
.faqs-area .faq-wrapper .card .card-body ol {
  list-style-type: lower-alpha;
  margin-left: 5px;
}
#contact-form .nice-select {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
}
/* Util */
#util {
  border-top: 3px solid #ff0000;
  padding-right: 0;
  padding-left: 0;
}
#util .util-content {
  background: #c8bebe;
  background: linear-gradient(90deg, #c8bebe 0%, #efefef 49%, #e6e6e6 100%);
  margin: 0;
  position: relative;
}
#util .util-content ul > .list-inline-item:not(:last-child) {
  margin-right: 0;
}
#util .util-content ul.icons > li {
  min-width: 14%;
}
#util .util-content .btn {
  padding: 0;
}
#util .util-content .btn img {
  width: 75px;
}
#util .sub-menu,
#util .row .social-box {
  width: 100%;
  text-align: center;
}
#util .sub-menu li {
  padding: 10px 0;
}
#util .util-content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: transparent url('https://cdap.com.co/archivo.cdap.com.co/assets/images/pattern.png');
  width: 100%;
  height: 100%;
  z-index: 0;
}
#util .util-content .col-12 {
  z-index: 1;
}
#util .util-content h5 {
  font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 44.9375rem) {
  #util .util-content h5 {
    font-size: x-small;
  }
}
#util .util-sides {
  background: #e6e6e6;
  background: linear-gradient(90deg, #e6e6e6 0%, #efefef 49%, #e6e6e6 100%);
}
#util .util-sides span {
  display: inline-table;
  width: 400px;
  height: 100px;
}
#util .util-sides span:first-child,
#util .util-sides span:last-child {
  background: transparent url('https://cdap.com.co/archivo.cdap.com.co/assets/images/util_side.png') no-repeat left top;
}
#util .util-sides span:last-child {
  transform: scaleX(-1);
}
/* Footer > Logos Area */
.logos-area {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 0;
}
.logos-area .logos {
  margin: auto;
  filter: opacity(0.85);
}
.logos-area .logos .list-inline-item a img:hover {
  filter: opacity(0.65);
}
/* Sections */
#acerca {
  background: #FFF5F4;
}
.blog-standard-section .blog-post-item.post-without-thumb h3.title:focus,
.blog-standard-section .blog-post-item.post-without-thumb h3.title:hover {
  color: #000;
  text-decoration: none;
}
.why-area .social-link li {
  vertical-align: text-top !important;
}
.why-area .social-link span {
  font-size: 23px;
  font-weight: bold;
  color: #666666;
  padding: 2px;
}
.about-content-box .section-title h2,
.content-box .section-title h2 {
  line-height: 50px;
}
.attachments .content-box {
  position: relative;
  overflow-y: auto;
  height: 350px;
}
#search-results .content-box {
  overflow-y: auto;
  height: 100%;
}
.content-box {
  padding: 0 100px;
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .content-box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 44.9375rem) {
  .content-box {
    padding: 0 10px;
  }
}
.content-box figure.image img {
  padding: 20px;
}
.content-box figure.image-style-align-center {
  text-align: center;
}
.content-box p {
  padding-bottom: 30px;
}
.content-box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.content-box ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.content-box ul li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #ff4545;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}
.content-box .wrapper {
  position: relative;
  overflow-y: auto;
  height: 350px;
  border-collapse: collapse;
}
@media screen and (max-width: 44.9375rem) {
  .content-box .wrapper table {
    font-size: x-small;
  }
}
@media screen and (max-width: 44.9375rem) {
  .content-box .wrapper table .btn {
    font-size: x-small;
  }
}
#estructura {
  position: relative;
}
#estructura ol,
#estructura ul,
#estructura li {
  position: relative;
}
#estructura ol,
#estructura ul {
  list-style: none;
  padding-left: 32px;
}
#estructura ol li::before,
#estructura ul li::before,
#estructura ol li::after,
#estructura ul li::after {
  content: "";
  position: absolute;
  left: -20px;
}
#estructura ol li::before,
#estructura ul li::before {
  border-top: 1px solid #000;
  top: 9px;
  width: 15px;
  height: 0;
}
#estructura ol li::after,
#estructura ul li::after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0px;
  top: 2px;
}
.footer-area {
  margin-top: 110px;
}
.footer-area .about-widget img {
  width: 150px;
}
.footer-area ._badge {
  background: #737373;
  color: white;
  font-size: x-small;
  padding: 10px;
  border-radius: 15px;
  margin: 5px;
}
.footer-area .footer_widget a {
  text-decoration: underline;
}
.footer-area .red-strip {
  background: #FF1414;
  min-height: 300px;
}
@media screen and (max-width: 44.9375rem) {
  .footer-area .red-strip {
    min-height: 200px;
  }
}
.footer-area .red-strip .img-footer {
  margin-top: -130px;
  z-index: 1;
}
.footer-area .red-strip .social-box {
  margin-top: 30px;
  color: #fff;
}
.footer-area .red-strip .social-box img {
  filter: brightness(0) invert(1);
}
.widget_shop .shop-wrapper {
  background-position: center;
}
.widget_shop .shop-content h1,
.widget_shop .shop-content h2,
.widget_shop .shop-content h3,
.widget_shop .shop-content h4,
.widget_shop .shop-content h5,
.widget_shop .shop-content h6 {
  font-family: 'Arial Rounded MT', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
}
.widget_shop .shop-content .main-btn {
  margin-top: 20px;
}
.shop-details-section ul._list > li {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
}
.shop-details-section ul._list > li:before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ff4545;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
}
.hero-filter {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  border-radius: 0;
  padding: 0 40px 15px 40px;
  background-color: #FF1414;
}
.hero-filter #vehiclemodel-error {
  color: #fff;
  font-size: x-small;
}
.hero-filter .nice-select {
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  padding: 0 30px;
  width: 100%;
}
.hero-filter ._nice-select {
  height: 40px;
  line-height: 40px;
  border-radius: 28px;
  background: #f7f7f7;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 44.9375rem) {
  .hero-filter ._nice-select {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 45rem) and (max-width: 74.9375rem) {
  .hero-filter ._nice-select {
    margin-bottom: 20px;
  }
}
.hero-filter .main-btn {
  padding: 5px 35px;
  line-height: 25px;
  background-color: transparent;
}
.hero-filter h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 10px auto;
}
@media screen and (max-width: 44.9375rem) {
  .hero-filter h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.hero-filter #rtmres h3,
.hero-filter #rtmerror h3,
.hero-filter #rtmres .h5,
.hero-filter #rtmerror .h5 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  white-space: normal;
}
.hero-filter #rtmres .badge,
.hero-filter #rtmerror .badge {
  background: white;
  border-radius: 25px;
  color: red;
  margin-top: 20px;
  padding-top: 15px;
  white-space: normal;
  width: 100%;
}
.hero-filter #rtmres .badge .btn-block,
.hero-filter #rtmerror .badge .btn-block {
  width: 90%;
  margin: auto;
}
.hero-filter #rtmres .badge a,
.hero-filter #rtmerror .badge a {
  color: red;
  font-size: 15px;
  font-weight: normal;
}
.hero-filter #rtmres .badge a:hover,
.hero-filter #rtmerror .badge a:hover {
  color: #fff;
}
.hero-filter #rtmres .badge #rtmcost,
.hero-filter #rtmerror .badge #rtmcost {
  margin: 10px auto;
}
form#rtmform .nice-select > .current {
  padding-left: 15px;
}
form#rtmform .badge {
  margin-top: 5px;
  font-size: 1.5em;
}
form#rtmform .form_group #vehiclemodel {
  margin-top: 4px;
  border: 1px solid #e8e8e8;
  height: 42px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
}
form#rtmform .form_group #vehiclemodel-error {
  font-size: 80%;
  margin: 0;
  color: var(--color-red);
}
form#rtmform .form_group > i {
  color: #bdbdbd;
  position: absolute;
  width: 15px;
  left: 10px;
  top: 10px;
  font-size: 19px;
}
