/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *//*  Carasteristicas Destacadas    */

 .dexcda  {
    background-size: cover !important;
    width: 100%;
}

.dexcda  .car-feature-content {
    background-color: rgba(29, 23, 24, 0.9);
    padding: 45px 30px 5px;
    transform: skewX(-10deg);
    min-height: 404px;
    width: 100%;
}

.dexcda  h6 {
    margin: 0px 0px 50px 10px;
    transform: skewX(10deg);
}

.dexcda  h6::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #ff0000;
    width: 1rem;
    top: 30px;
    position:absolute;
}

.dexcda .svg {
    margin-bottom: 10px;
}

.dexcda  ul.row {
    transform: skewX(10deg);
    margin-left: -5px;
}

.dexcda  li span {
    font-size:36px;
    color:white !important;
}

.dexcda p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:10px;    
}

.dexcda .col-4 p {
  -webkit-line-clamp: 3; 
  line-clamp: 3;
}

.dexcda li {
    margin-bottom: 20px;
}

.dexcda  li span.icon- {
    border: 2px solid white;
    border-radius: 50px;
    height: 36px;
    width: 36px;    
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */

/*  Responsive */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* TABLET */
@media (max-width:962px) {
    .dexcda::before {
      content: "";
      position: absolute;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100vh;
      width:100%;
  }      
}

/* MOBILE */
@media (max-width:600px) {

    .dexcda.car-feature-content {
        transform: skewX(0deg);
    }

    .dexcda .car-feature-content ul.row {
        margin-left: -40px;
        transform: skewX(0deg);
    }
    
    .dexcda.car-feature-content h6 {
        transform: skewX(0deg);
    }    

    .dexcda.componenteModelo .logo-360 {
        top: 74px !important;
    }

    .dexcda  .services-inc-2 {
        left: -12px !important;
        top: 0rem !important;
    }

    .dexcda .services-inc-2 img {
        width: 35px !important;
    }
    .dexcda .car-feature-content p {
          -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
      } 
      .dexcda  .car-feature-content .col-4 p {
        -webkit-line-clamp: 4; 
        line-clamp: 4;
      } 
      .dexcda::before {
        content: "";
        position: absolute;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        height: 100vh;
        width:100%;
    }      
}

/*  Fin - Responsive */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/*  Fin - Carasterisicas Destacadas  */
/* //////////////////////////////////////////////////////////// */
/* caracteristicas destacadas */
.dexcda {
    background-repeat: no-repeat;
    background-position:bottom right ;
}