﻿.flexSlider {
  position: relative;
}
.flexSlider .rslides {
  list-style: none;
  padding: 0;
}
.flexSlider .rslides .image-sliderGallery {
  height: 700px;
  margin: 0;
}
.flexSlider .rslides .image-sliderGallery img{
  height: 700px;
}

.flexSlider .rslides .image-sliderGallery .caption-galeria {
  position: absolute;
  color: white !important;
  background: rgba(0, 0, 0, 0.7);
  height: 80px;
  padding: 20px;
  bottom: 0;
  width: 96%;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria div, .flexSlider .rslides .image-sliderGallery .caption-galeria p, 
 {
  color: white !important;
  font-family: "Roboto Slab", serif;
  font-size: 14px !important;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria p  span{
	color: white !important;
  font-family: "Roboto Slab", serif;
  font-size: 14px !important;

}
.flexSlider .rslides .image-sliderGallery .caption-galeria h3, .flexSlider .rslides .image-sliderGallery .caption-galeria h4, .flexSlider .rslides .image-sliderGallery .caption-galeria p{
  color: white !important;
  font-family: "Roboto Slab", serif;
  font-size: 14px !important;
  line-height:16px;
  margin:0;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria h2 {
  color: white !important;
  font-family: "Roboto Slab", serif;
  font-size: 22px !important;
  margin: 0;
  line-height: 30px;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria h1 a, .flexSlider .rslides .image-sliderGallery .caption-galeria h1{
	color: white !important;
  font-family: "Roboto Slab", serif;
  font-size: 37px !important;
  margin: 0;
	line-height: 40px;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria h1 a, .flexSlider .rslides .image-sliderGallery .caption-galeria h2 a, {
	color: white !important;
}
.flexSlider .rslides .image-sliderGallery .caption-galeria h3 a{
	color: white !important;
	font-size:18px
}
.flexSlider .rslides .image-sliderGallery.sliderGaleryChange .caption-galeria .content-caption a.btn.btn-lg.btn-success {
  font-size: 14px;
}
.flexSlider:hover .flex-direction-nav li a.flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexSlider:hover .flex-direction-nav li a.flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexSlider .flex-direction-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flexSlider .flex-direction-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.flexSlider .flex-direction-nav li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flexSlider .flex-direction-nav li a.flex-prev {
  left: -50px;
}
.flexSlider .flex-direction-nav li a.flex-prev::before {
  content: "\e928";
  font-family: "UCC-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: white;
}
.flexSlider .flex-direction-nav li a.flex-next {
  right: -50px;
  text-align: right;
  left: auto;
}
.flexSlider .flex-direction-nav li a.flex-next::before {
  content: "\e927";
  font-family: "UCC-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: white;
}
.flexSlider .rslides_nav {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.flexSlider .rslides_nav .ic {
  font-size: 40px;
  color: white;
}
.flexSlider .rslides_nav.next {
  right: 2%;
}
.flexSlider .rslides_nav.prev {
  left: 2%;
}

.contentcarouselThumbail {
  background: #191919;
  position: relative;
}

.carouselThumbail {
  position: relative;
  padding: 10px 0;
  background: #191919;
  display: flex;
  justify-content: center;
  margin: auto;
  list-style: none;
  width: 90%;
}
.carouselThumbail .owl-stage-outer {
  padding-bottom: 5px;
}
.carouselThumbail .owl-stage {
  margin: auto;
}
.carouselThumbail .image-galleryThumbail {
  height: 72px;
  margin: 0 10px 0 0;
}
.carouselThumbail .image-galleryThumbail a {
  height: 72px;
  width: 100%;
  display: block;
  border: 1px solid transparent;
}
.carouselThumbail .image-galleryThumbail a:hover {
  position: relative;
  border: 1px solid white;
}
.carouselThumbail .image-galleryThumbail a:hover::before {
  content: "";
  background: url("https://spapps-a44b2c8e7fa746.spapps.eafit.edu.co/noticias/2020/mayo/e_App_Slider/activos/Images/t01.png");
  position: absolute;
  height: 72px;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.carouselThumbail .image-galleryThumbail.rslides_here {
  position: relative;
}
.carouselThumbail .image-galleryThumbail.rslides_here::before {
  content: "";
  background: url("https://spapps-a44b2c8e7fa746.spapps.eafit.edu.co/noticias/2020/mayo/e_App_Slider/activos/Images/t01.png");
  position: absolute;
  height: 72px;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.carouselThumbail .flex-direction-nav {
  display: none;
}

.ms-webpartzone-cell {
  margin-bottom: 0;
}

.d-none {
  display: none !important;
}

#s4-titlerow {
  z-index: 9 !important;
}
.flexSlider .rslides .image-sliderGallery.sliderGaleryChange .caption-galeria {
  position: absolute;
  left: 200px;
  width: 400px;
  top: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: 0;
}

.flexSlider .rslides .image-sliderGallery.sliderGaleryChange .caption-galeria .content-caption {
  background: rgba(0, 0, 0, 0.7);
  max-width: 900px;
  padding: 15px;
}/*# sourceMappingURL=styles.css.map */
@media screen and (max-width: 420px) {
  .flexSlider .rslides .image-sliderGallery {
    height: 300px;
  }
  .carouselThumbail {
    display: inline-block;
  }
  .carouselThumbail .image-galleryThumbail {
    margin: 0 10px;
    display: inline-block;
  }
}
@media (min-width: 421px) and (max-width: 720px) {
  .flexSlider .rslides .image-sliderGallery {
    height: 380px;
  }
  .carouselThumbail {
    display: block;
  }
  .carouselThumbail .image-galleryThumbail {
    margin: 0 10px;
    display: inline-block;
  }
}
.animate__cambio{
    -webkit-animation-name: cambio;
    animation-name: cambio;
}
@-webkit-keyframes cambio {
    0% {
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) ;
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes cambio {
    0% {
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/*# sourceMappingURL=styleGallery.css.map */