.container-fluid {
  max-width: 1220px;
}
.erecognize_banner {
  background-image: url("../build/images/erecognize/banner/erecognize_banner.jpg")
}
.banner-workforce {
  background-image: url("../build/images/erecognize/workforce/bg_work_force.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-salesforce {
  background-image: url("../build/images/erecognize/salesforce/bg_sales_force.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-workforce::after, .banner-salesforce::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-workforce .container-fluid, .banner-salesforce .container-fluid {
  position: relative;
  max-width: 1030px;
  z-index: 2;
}
.banner-workforce .title-banner, .banner-salesforce .title-banner {
  font-size: 30px;
}
.banner-workforce .btn-green, .banner-salesforce .btn-green {
  width: 100%;
}
.carousel-configure {
  position: relative;
  max-width: 1030px;
}
.carousel-configure .tns-nav {
  z-index: 2;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  display: flex;
  gap: 10px;
}
.carousel-configure .tns-nav button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: gray; 
}
.carousel-configure .tns-nav button.tns-nav-active {
  background-color: #B9CF16; 
}
.number-configure {
  background-color: gray;
  padding: 0px 20px;
  color: #fff;
  font-size: 22px;
}
.title-configure {
  background-color: #B9CF16;
  padding: 12px 20px;
  color: #fff;
  flex-grow: 1;
}

.copy-configure {
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px;
}
.carousel-your-configure .col-md-4 {
  z-index: 2;
}
.carousel-your-configure .special-col {
  z-index: 1;
}
.section-your-configure {
  text-align: center;
}
.carousel-your-configure .special-col .img-fill {
  transform: scale(1);
}
.section-your-configure .special-col {
  width: 100%;
}
.carousel-your-configure .title-slider {
  position: relative;
  z-index: 2;
}
.carousel-your-configure .title-slider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.what-include-section {
  background-image: url('../build/images/erecognize/workforce/bg_what_include.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-slide {
  position: relative;
}
.row-center-copy .container-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 460px;
  color: #fff;
  transform: translate(-50%,-80%);
}

.row-center-copy .container-image-title img{
  width: 35px;
}
.row-center-copy .container-image-title .title {
  font-size: calc(12px + 0.5vw);
  margin: 0 auto;
}
.row-center-copy .special-col-subtitle {
  color: #fff;
}

.row-corner-copy .special-col-title {
  width: auto;
}
.row-corner-copy .special-col-title .tag-title {
  background-color: rgba(185, 207, 22, .8);
  color: #fff;
  font-size: 21px;
  padding: 8px 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.row-corner-copy .special-col-title .tag-title:after{
  content: '';
  width: 0;
  height: 0px;
  border-left: 32px solid transparent;
  border-right: 0px solid transparent;
  border-top: 16px solid rgba(185, 207, 22, .8);
  position: absolute;
  left: 101px;
  bottom: -16px;
}

.row-corner-copy .special-col-subtitle .subtitle{
  text-align: center;
  margin: 30px 0 20px 0;
  color: #fff;
}
.row-corner-copy .special-col-subtitle .copy{
  padding: 12px;
  background-color: rgba(255, 255, 255, .6);
  text-align: center;
  margin: 0 30px;
}

.customize-controls-what-include i {
  font-size: 40px;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.customize-controls-what-include i:hover {
  opacity: 1
}

.container-sf-plans {
  max-width: 1030px;
}
.band-img-er {
  background-color: rgba(107, 107, 107, 1);
  border-bottom: 5px solid #c2da39;
  width: 100%;
  padding: 5px 0;
}

.special-row {
  margin: 0;
}
.table-includes thead tr th {
  background-color: #d1d1d1 !important;
  color: #514c4c !important;
}
.table-includes thead tr th.th-title {
  background-color: #c2da39 !important;
  color: #fff !important;
}
.table-includes.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: #f3f1f1;
}
.table-includes tbody {
  font-size: 14px;
}
.icon_yess:after {
  content: "";
  background-image: url('../build/images/erecognize/icons/yes.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .banner-workforce .btn-green , .banner-salesforce .btn-green {
    width: auto;
  }
  .row-center-copy .container-image-title img{
    width: 50px;
  }
  .row-center-copy .container-image-title {
    transform: translate(-50%,-100%);
  }
  .row-center-copy .container-image-title .title {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .banner-workforce::after, .banner-salesforce::after {
    display: none;
  }
  .carousel-configure .tns-nav {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .section-your-configure {
    text-align: initial;
  }
  .section-your-configure .special-col {
    position: absolute;
    width: 80%;
    height: 100%;
    right: -7%;
  }
  .container-copy-configure {
    min-height: 319px;
  }
  .carousel-your-configure .title-slider::after {
    display: none;
  }
  .row-center-copy .container-image-title {
    left: 50%;
    position: absolute;
    top: 15%;
    transform: translateX(-50%);
    width: 100%;
  }
  .row-center-copy .container-image-title img{
    width: 75px;
  }
  .row-center-copy .container-image-title .title {
    font-size: 28px;
    color: #fff;
    position: relative;
  }
  .row-center-copy .container-image-title .title:after {
    background-color: #696464;
    bottom: -5px;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
  }
  .row-center-copy .special-col-subtitle {
    position: absolute;
    top: 43%;
    left: 50%;
    max-width: 460px;
    transform: translateX(-50%);
  }
  .special-row {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
} 
@media (min-width: 992px) {
  .row-corner-copy .special-col-title {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  
  .row-corner-copy .special-col-subtitle {
    position: absolute;
    top: 10%;
    right: 0%;
  }
  .row-corner-copy .special-col-subtitle .subtitle{
    text-align: left;
    margin: 0;
    color: #504C4C;
  }
  .row-corner-copy .special-col-subtitle .copy{
    text-align: left;
    margin: 0;
  }
  .row-corner-copy .special-col-title .tag-title {
    font-size: 28px;
  }
  
}
@media (min-width: 1200px) {
  .row-corner-copy .special-col-title {
    position: absolute;
    top: 10%;
    left: 13%;
  }
  .row-corner-copy .special-col-subtitle {
    position: absolute;
    top: 10%;
    right: 0;
  }
  
}
/* Vista erecognize */

.container-boxes-erecognize {
  max-width: 1030px;
}
.container-boxes-erecognize .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}
.box-erecognize {
  width: 100%;
  min-height: 300px;
  position: relative;
}
.box-erecognize.box-1 {
  background-image: url('../../build/images/erecognize/bg_workforce_min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-erecognize.box-2 {
  background-image: url('../../build/images/erecognize/bg_salesforce_min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-erecognize .letter-part {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  width: auto;
  padding: 10px 15px;
  color: rgba(0, 0, 0, 1.00);
  font-weight: bold;
  font-size: 18px;
  left: 10px;
  right: 10px;
  opacity: 1;
  transition: all 0.5s ease;
  text-align: center;
}
.box-erecognize .letter-over {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.93);
  top: 100%;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 15px;
  color: rgba(0, 0, 0, 1.00);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.box-erecognize .box-erec-center{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box-erecognize .button-learn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  margin: 0px auto 0 auto;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: #B9CF16;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.box-erecognize.box-1:hover .letter-over {
  top: 10px;
  visibility: inherit;
  opacity: 1;
}
.box-erecognize.box-1:hover .button-learn {
  visibility: inherit;
  opacity: 1;
}
.box-erecognize.box-2:hover .letter-over {
  top: 10px;
  visibility: inherit;
  opacity: 1;
}
.box-erecognize.box-2:hover .button-learn {
  visibility: inherit;
  opacity: 1;
}

.box-erecognize {
  margin: 5px 0;
}
.container-banner-erecognize .col-text {
  text-align: center;
  padding: 50px 0;
}
.carousel-your-configure .container-copy-slider {
  background-color: #fff;
  z-index: 2;
}
.carousel-your-configure .special-col:after {
  background-color: rgb(255, 255, 255);
  border: 1px solid grey;
  border-radius: 50%;
  content:'';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.carousel-your-configure .special-col::before {
  background-color: grey;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 50%;
  z-index: 1;
  transform: rotateZ(-90deg);
  transform-origin: right;
}

@media (min-width: 768px) {
  .carousel-your-configure .container-copy-slider {
    background-color: transparent;
    }
  .carousel-your-configure .special-col::before {
    background-color: grey;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: 1;
    transform: rotateZ(0deg);
    transform-origin: right;
  }
  .container-banner-erecognize .col-img {
    display: none;
  }
  .banner-erecognize-footer {
    background-image: url('../build/images/erecognize/help_you_smart.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-erecognize-footer {
    max-width: 1500px;
    margin: 0 auto;
  }
}
