.elementor-14230 .elementor-element.elementor-element-6c6da5c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-14230 .elementor-element.elementor-element-d59407f{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--background-transition:0.3s;}.elementor-14230 .elementor-element.elementor-element-adc90fe{--display:flex;--min-height:372px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--background-transition:0.3s;}.elementor-14230 .elementor-element.elementor-element-adc90fe:not(.elementor-motion-effects-element-type-background), .elementor-14230 .elementor-element.elementor-element-adc90fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://exploralabscopia.impacta.com.co/wp-content/uploads/2024/05/Imagen-laboratorio.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-14230 .elementor-element.elementor-element-adc90fe, .elementor-14230 .elementor-element.elementor-element-adc90fe::before{--border-transition:0.3s;}.elementor-14230 .elementor-element.elementor-element-96f88fa{text-align:center;}.elementor-14230 .elementor-element.elementor-element-96f88fa .elementor-heading-title{color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-14230 .elementor-element.elementor-element-d59407f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-81c45bc */.card {
          width: 100%;
        }
        
        .card img {
            margin: 10px 0;
            width: 2.5em;
            border-radius: 10px 10px 0 0;
            object-fit: cover;
        }
        .card-body div {
            display: flex;
        }

        .card-body div img {
            max-width: 16.5px;
            height: 12px;
            border-radius: 0%;
            margin:0 5px;
        }

        .card-body div h2 {
            font-size: 12px;
            margin:0 10px;
        }

        .card-text {
            text-align: start;
            font-size: 0.9em;
            margin: 10px 0;
        }

        /* Indicators */
        .owl-theme .owl-dots .owl-dot.active span, 
        .owl-theme .owl-dots .owl-dot:hover span {
            background: rgb(37 99 235);
            width: 30px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            transition: all .2s ease;
            border: 3px solid rgb(191 219 254);
        }

    /* Controls */
    /* button element */
    .owl-carousel .owl-nav button.owl-next, 
    .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        background-color: rgba(255, 255, 255);
        width: 60px;
        line-height: 60px;
        border-radius: 100%;
        box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        position: absolute;
        top: 10em;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 2em;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 2em;
    }

    .owl-carousel .owl-nav button.owl-next:hover, 
    .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: rgb(191 219 254);
    }

    .owl-carousel .owl-nav button.owl-next::before, 
    .owl-carousel .owl-nav button.owl-prev::before {
        width: 100%;
        height: 100%;
        color: rgb(37 99 235);
        inset: 0;
        position: absolute; 
        display: inline-block;

    }

    .owl-carousel .owl-nav button.owl-next::before {
        content:'\f054'; /*unicode for chevron-right*/
        font-family: 'Font Awesome 5 Free'; /* Font family for Font Awesome */
        font-weight: 900; /* Font weight for the solid style (fas) */
        margin-right: 5px; 
    }

    .owl-carousel .owl-nav button.owl-prev::before {
        content:'\f053'; /* unicode for chevron-left */
        font-family: 'Font Awesome 5 Free'; /* Font family for Font Awesome */
        font-weight: 900; /* Font weight for the solid style (fas) */
        margin-right: 5px; 
    }

.owl-carousel .owl-nav .owl-next [aria-label="Next"], 
.owl-carousel .owl-nav .owl-prev [aria-label="Previous"]{
    visibility: hidden /*The Span element*/
}

/* 3D Spinner */
        .owl-carousel .item {
		    text-align: center;
		    padding: 50px;
			margin-bottom:10px;
		    opacity: .2;
		    -webkit-transform: rotate(20deg);
		    transform: rotate(20deg);
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		}
		.owl-carousel .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: rotate(0deg);
		    transform: rotate(0deg);
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ef1b72 *//* Indicators */
  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: rgb(37 99 235);
      width: 30px;
  }

  .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      transition: all .2s ease;
      border: 3px solid rgb(191 219 254);
  }

/* Controls */
/* button element */
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  background-color: rgba(255, 255, 255);
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  position: absolute;
  top: 10em;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 2em;
}
.owl-carousel .owl-nav button.owl-next {
  right: 2em;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgb(191 219 254);
}

.owl-carousel .owl-nav button.owl-next::before, 
.owl-carousel .owl-nav button.owl-prev::before {
  width: 100%;
  height: 100%;
  color: rgb(37 99 235);
  inset: 0;
  position: absolute; 
  display: inline-block;

}

.owl-carousel .owl-nav button.owl-next::before {
  content:'\f054'; /*unicode for chevron-right*/
  font-family: 'Font Awesome 5 Free'; /* Font family for Font Awesome */
  font-weight: 900; /* Font weight for the solid style (fas) */
  margin-right: 5px; 
}

.owl-carousel .owl-nav button.owl-prev::before {
  content:'\f053'; /* unicode for chevron-left */
  font-family: 'Font Awesome 5 Free'; /* Font family for Font Awesome */
  font-weight: 900; /* Font weight for the solid style (fas) */
  margin-right: 5px; 
}

.owl-carousel .owl-nav .owl-next [aria-label="Next"], 
.owl-carousel .owl-nav .owl-prev [aria-label="Previous"]{
visibility: hidden /*The Span element*/
}

/* 3D Spinner */
  .owl-carousel .item {
    width: 100%;
    height: 300px;
      text-align: center;
      padding: 50px;
      margin-bottom:10px;
      opacity: .8;
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }

  .owl-carousel .owl-item.active.center .item {
      opacity: 1;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);

  }

  .owl-carousel .item1  {
    
    text-align: center;
    padding: 50px;
    margin-bottom:10px;
    opacity: .8;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  background: url('https://impacta.com.co/wp-content/uploads/2024/10/2-Laura-1.png');
background-repeat: no-repeat;
background-size: contain;
}   

.owl-carousel .owl-item.active.center .item1  {
  
      opacity: 1;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
background-image: url('https://impacta.com.co/wp-content/uploads/2024/10/2-Laura.png');
background-repeat: no-repeat;
background-size: contain;
}

.owl-carousel .item2  {
  text-align: center;
  padding: 50px;
  margin-bottom:10px;
  opacity: .8;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
background: url('https://impacta.com.co/wp-content/uploads/2024/10/3-Robinson-1.png');
background-repeat: no-repeat;
background-size: contain;
}   

.owl-carousel .owl-item.active.center .item2  {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
background-image: url('https://impacta.com.co/wp-content/uploads/2024/10/3-Robinson.png');
background-repeat: no-repeat;
background-size: contain;
}

.owl-carousel .item3  {
  text-align: center;
  padding: 50px;
  margin-bottom:10px;
  opacity: .8;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
background: url('https://impacta.com.co/wp-content/uploads/2024/10/1-JuanFelipe-1.png');
background-repeat: no-repeat;
background-size: contain;
}   

.owl-carousel .owl-item.active.center .item3  {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
background-image: url('https://impacta.com.co/wp-content/uploads/2024/10/1-JuanFelipe.png');
background-repeat: no-repeat;
background-size: contain;
}

.owl-carousel .item4 {
  text-align: center;
  padding: 50px;
  margin-bottom:10px;
  opacity: .8;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
background: url('https://impacta.com.co/wp-content/uploads/2024/10/8-Natalia-1.png');
background-repeat: no-repeat;
background-size: contain;
}   

.owl-carousel .owl-item.active.center .item4 {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
background-image: url('https://impacta.com.co/wp-content/uploads/2024/10/8-Natalia.png');
background-repeat: no-repeat;
background-size: contain;
}/* End custom CSS */