body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; /* Peso por defecto */
}
.imgLogoBack {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -4;
}
.imgLogoBack img {
  width: 40%;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* Cambia el color según tus necesidades */
  z-index: 9999; /* Asegúrate de que esté por encima de otros elementos */
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px; /* Tamaño del loader */
  height: 50px; /* Tamaño del loader */
  border: 5px solid #ccc; /* Color del borde */
  border-top: 5px solid #e10732; /* Color de la parte superior */
  border-radius: 50%;
  animation: spin 1s linear infinite; /* Animación de rotación */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

li a {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
h1 {
  font-size: 45px;
  font-weight: bold;
  color: #e10732;
}
.blanco h1 {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  color: #e10732;
}
h2.black {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
h4 {
  font-size: 25px;
  font-weight: bold;
  color: #e10732;
}
.blanco h4 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e10732;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.subtitulo {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
p {
  font-size: 16px;
}
.text-cajaRed p {
  color: #fff;
  font-size: 13px;
}
.intranetBTN {
  background-color: #e10732;
  border-color: #e10732;
  position: absolute;
  top: 10px;
  text-align: center;
  left: 20px;
  right: 0;
  margin: auto;
  width: 30%;
  color: #fff;
  border-radius: 0;
}
.colorBlanco {
  color: #ffffff;
  font-weight: bold;
}
.colorBlancoNew {
  color: #ffffff;
}
.colorBlancoinfo {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-danger {
  color: #e10732 !important;
}
.border-right {
  border-right: 1px solid #ccc; /* Color y grosor de la línea */
}
.bg2color {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 60%,
    rgb(225, 7, 50) 60%
  );
}
.bg2colorPost {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgb(225, 7, 50) 50%
  );
}
.bg2colorBio {
  background: #e10732;
}
.bg3color {
  background: rgb(229, 229, 229);
  background: linear-gradient(
    0deg,
    rgba(229, 229, 229, 1) 45%,
    rgba(225, 7, 50, 1) 45%
  );
}
.hero-header {
  background-image: url(../img/HeroBanner.png);
  background-size: 95% 100%;
  background-position: left;
  color: white;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.hero-container {
  position: relative; /* Para que el div absoluto se posicione relativo a este contenedor */
  width: 100%; /* Para que ocupe todo el ancho */
}
.hero-bio {
  position: relative; /* Posiciona el div detrás de los otros elementos */
  top: 0;
  left: 47%; /* Centra horizontalmente */
  transform: translateX(-50%); /* Ajusta el centro */
  width: 95%; /* Ancho del 95% */
  height: 430px; /* Altura deseada */
  background-size: cover; /* Cubre todo el div */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
  z-index: 1; /* Asegúrate de que esté detrás del contenido */
}
.content {
  position: relative; /* Permite que el contenido esté por encima de la imagen de fondo */
  z-index: 2; /* Asegúrate de que esté por encima */
}
.hero-casos {
  background-image: url(../img/imgFondo.jpg);
  background-size: 95% 100%;
  background-position: left;
  color: white;
  background-repeat: no-repeat;
  margin-left: -15px;
  height: 430px;
}
.negativo50 {
  margin-top: -50px;
}
.navbar {
  padding-top: 0px !important;
  background-color: none;
}
.img-Logo {
  height: auto;
  width: 80%;
}
.bg-custom {
  padding-top: 0px;
  background-color: none;
}
#menu-menu-2 {
  padding-right: 0;
}
.navbar-nav {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 95%;
  padding-left: 10%;
  padding-right: 10px;
}
.navbar-nav {
  position: relative; /* Añade esta propiedad */
}
.active-indicator {
  height: 4px;
  background-color: #e10732;
  position: absolute;
  transition: left 0.3s ease;
  bottom: 0; /* Asegúrate de que esté en la parte inferior del menú */
}
#navbar {
  position: absolute;
  width: 95%;
  z-index: 999;
}
#CarouselHome {
  width: 95%;
  max-height: 790px;
}
#CarouselHome .carousel-inner {
  max-height: 790px;
}
#CarouselGeneral {
  width: 95%;
  max-height: 790px;
}
#CarouselGeneral .carousel-inner {
  max-height: 790px;
}
.bgSliderHome {
  background-position: center;
  background-size: cover;
  height: 780px;
}
.bgSliderInteriores {
  background-position: center;
  background-size: cover;
  height: 65vh;
}
.row,
.col-md-6 {
  margin: 0;
  padding: 0;
  border: 0; /* Asegúrate de eliminar cualquier borde si está presente */
}
.carousel-item {
  position: relative; /* Para permitir la posición del contenido dentro */
}

/* Contenedor del texto */
.carousel-caption {
  position: absolute;
  top: 60%; /* Centra verticalmente */
  left: 10%;
  transform: translateY(
    -50%
  ); /* Ajuste fino para asegurar la correcta alineación */
  width: 100%;
  padding-left: 20px; /* Asegura que el texto esté a la izquierda */
}
.nav-link {
  position: relative;
  color: #fff;
  font-weight: 700;
}
.nav-link:focus,
.nav-link:hover {
  color: #e10732;
}
.navbar-brand {
  padding: 0;
}
/* .nav-link[data-active="true"]::after {
    content: '';
    position: absolute;
    top: 17px;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
} */
/* Estilo para el enlace activo */
.menu-item.current-menu-item .nav-link,
.menu-item.current_page_item .nav-link {
  position: relative;
}

/* Estilo adicional para el indicador activo */
.menu-item.current-menu-item .nav-link::after,
.menu-item.current_page_item .nav-link::after {
  content: "";
  position: absolute;
  top: 17px; /* Ajusta según tus necesidades */
  left: -5px; /* Ajusta según tus necesidades */
  width: 8px;
  height: 8px;
  background-color: red; /* Cambia el color del indicador */
  border-radius: 50%; /* Círculo */
}
.active-indicator {
  height: 4px; /* Ajusta la altura según tus necesidades */
  background-color: #e10732; /* Cambia el color según tu diseño */
  position: absolute;
  transition: left 0.3s ease; /* Suave desplazamiento */
}

.btn-danger {
  background-color: #e10732 !important;
  border-color: #e10732 !important;
  border-radius: 20px;
  padding: 5px 25px;
}

.hero-content {
  padding-top: 100px;
  padding-left: 50px;
}
.btn-intranet {
  background-color: #e10732;
  border-color: #e10732;
  color: rgb(39, 255, 93);
}
.btn-intranet .nav-link:focus,
.btn-intranet .nav-link:hover {
  background-color: #e10732;
  border-color: #e10732;
  color: #d1d1d1 !important;
}

.hero-title {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 14px;
}
.hero-text {
  font-size: 28px;
  letter-spacing: normal;
  max-width: 600px;
}
.hero-title p {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 14px;
}
.hero-text p {
  font-size: 28px;
  letter-spacing: normal;
  max-width: 600px;
}
.btnVermas {
  font-size: 13px;
  color: white;
  background-color: #e10732;
  border: none;
}
.btnVermore {
  font-size: 13px;
  color: white;
  background-color: #e10732;
  border: none;
  padding: 0px 10px;
}
.card-title {
  font-size: 20px;
  font-weight: bold;
  color: #e10732;
}
.card {
  border: 0;
  border-radius: 0;
}
.divImpacto {
  background-color: #e10732;
  color: white;
  margin: 10px 0;
  opacity: 0; /* Comienza oculto */
  visibility: hidden; /* Oculto para evitar el espacio */
  height: 0; /* Comienza con altura 0 */
  overflow: hidden; /* Evita que el contenido se muestre fuera del área */
  transition: opacity 0.6s ease, height 0.6s ease, visibility 0.6s ease; /* Transiciones suaves */
}

.divImpacto.show {
  opacity: 1; /* Se hace visible */
  visibility: visible; /* Permite que sea visible */
  height: auto; /* Permite que crezca según el contenido */
  padding: 30px 30px 10px;
}

.btnCerrar {
  color: white;
  border: none;
  background-color: transparent;
  position: relative;
  float: right;
  margin: -20px;
}
.title-container {
  display: inline-block; /* Permite que los elementos se alineen horizontalmente */
  vertical-align: middle; /* Alinea verticalmente el contenido */
}

.title-container h2 {
  display: inline; /* Asegura que el título no ocupe el alto completo */
  margin: 0; /* Elimina margen para mejor alineación */
}
.title-container h5 {
  display: inline; /* Asegura que el título no ocupe el alto completo */
  margin: 0; /* Elimina margen para mejor alineación */
}
.title-container .btnVermore {
  display: inline-block; /* Mantiene el botón en línea */
  margin-left: 10px; /* Espaciado entre el título y el botón */
  vertical-align: middle; /* Alinea verticalmente el botón con el texto */
}
.bg-image {
  background-image: url("../img/section-bg.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.bgOjos {
  position: relative;
  padding-top: 100px;
  z-index: 1; /* Cambiado a 1 para asegurar que esté por encima de elementos de fondo */
  background: rgb(229, 229, 229);
  background: linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 84%,
    rgba(255, 255, 255, 1) 84%
  );
}
.bgOjos2 {
  position: relative;
  padding-top: 30px;
  z-index: 1; /* Cambiado a 1 para asegurar que esté por encima de elementos de fondo */
  background: rgb(229, 229, 229);
  background: linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 84%,
    rgba(255, 255, 255, 1) 84%
  );
}
.bgGrey {
  background: rgb(255, 255, 255);
}

.bgOjos::before {
  content: "";
  background-image: url("../img/BGOjosFin.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  z-index: -1; /* Sigue estando detrás */
}

.image-button {
  position: relative;
  cursor: pointer;
  z-index: 2; /* Asegura que esté por encima del fondo */
  overflow: hidden;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.5);
  opacity: 1;
  transition: transform 0.5s ease; /* Transición suave para el movimiento */
  z-index: 3; /* Asegura que el overlay esté por encima de la imagen */
}

.image-button:hover .img-overlay {
  transform: translateY(
    100%
  ); /* Mueve el overlay hacia abajo cuando se hace hover */
}

.image-button.active .img-overlay {
  display: none;
}

.content-area {
  display: none;
  background-color: #dc3545;
  color: white;
  height: auto; /* Asegúrate de que esto se ajuste a tu diseño */
  padding: 30px;
  width: 380px;
  z-index: 12;
}
.content-area {
  display: none; /* Asegúrate de que se oculten inicialmente */
}
.content-area.active {
  display: block;
}
.bggrisBlanco {
  background: rgb(229, 229, 229);
  background: -moz-linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  );
  background: linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#ffffff",GradientType=1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.bgPeople {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480" fill="%23E10732"><circle cx="240" cy="240" r="240"></circle></svg>');
  background-repeat: no-repeat;
  background-size: 540px;
  background-position-x: 100px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.5rem;
  padding: 1rem;
}
.image-item {
  position: relative;
  overflow: hidden;
}
.image-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.OverlayPeople {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.image-item:hover .OverlayPeople {
  height: 100%;
}
.overlay-text {
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.BioRed {
  background-color: #dc3545;
  border-radius: 25px;
  padding: 5px 40px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
.BioRed2 {
  background-color: #dc3545;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  border: none;
}
.BioRedSlider {
  background-color: #dc3545;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  float: left;
}
.BioRedSlider:hover {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #dc3545;
  float: left;
}
.descarga {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  position: relative;
  margin: 0 auto;
  width: 30%;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #ccc;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3) !important;
}

.owl-nav button:focus {
  outline: none;
}
.owl-item {
  height: 100px; /* Ajusta este valor según sea necesario */
  display: flex;
  justify-content: center; /* Centra la imagen horizontalmente */
  align-items: center; /* Centra la imagen verticalmente */
}

.item {
  width: 100%;
  height: 100px; /* Ajusta la altura deseada */
  overflow: hidden; /* Para ocultar el contenido que se desborde */
}

.item img {
  width: 100%; /* La imagen tomará el ancho completo del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
  object-fit: contain; /* Ajusta la imagen al contenedor sin recortes */
}
.img-owlContainer {
  width: 100%;
  height: 100%; /* O la altura deseada */
  display: flex;
  justify-content: center; /* Centra la imagen horizontalmente */
  align-items: center; /* Centra la imagen verticalmente */
  overflow: hidden; /* Para ocultar el contenido que se desborde */
}

.img-owlContainer img {
  width: auto; /* Mantiene la proporción de la imagen */
  height: 100%; /* La imagen ocupará la altura del contenedor */
  object-fit: contain; /* Ajusta la imagen al contenedor sin recortes */
  filter: grayscale(100%); /* Aplica el filtro de escala de grises */
  transition: filter 0.3s ease; /* Suaviza la transición al cambiar el filtro */
}
.img-owlContainer:hover img {
  filter: grayscale(
    0%
  ); /* Elimina el filtro de escala de grises al pasar el mouse */
}
#carousel .owl-dots {
  display: none; /* Oculta los puntos de navegación */
}
#noteCarosuel .owl-item {
  height: 100% !important;
  padding-left: 70px;
}
#notePvista .owl-item {
  height: 100% !important;
  padding-left: 70px;
}
#noteVideos .owl-item {
  height: 100% !important;
  padding-left: 60px;
}
.item {
  height: 100% !important;
}
.card {
  height: 100% !important;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.card-text {
  font-weight: bold;
  color: black;
  text-decoration: none !important;
}
.card-text a {
  font-weight: bold;
  color: black;
  text-decoration: none !important;
}
.card-noticia {
  margin-bottom: 1rem;
  border: 1px solid #939393;
  border-radius: 15px;
}
.card-radius {
  border-radius: 15px 15px 0 0;
}
.custom-carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  width: 50%;
  margin: -50px auto;
  z-index: 3;
  position: relative;
}
.custom-carousel-controls-pvista {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  width: 50%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.custom-prev,
.custom-next {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: #e10732;
  transition: color 0.3s ease;
}
.custom-prev:hover,
.custom-next:hover {
  color: #333;
}
.custom-prev-pvista,
.custom-next-pvista {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: #e10732;
  transition: color 0.3s ease;
}
.custom-prev-pvista:hover,
.custom-next-pvista:hover {
  color: #333;
}
.custom-carousel-controls-noteVideos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  width: 50%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.custom-prev:hover,
.custom-next:hover {
  color: #333;
}
.custom-prev-noteVideos,
.custom-next-noteVideos {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  color: #e10732;
  transition: color 0.3s ease;
}
.custom-prev-noteVideos:hover,
.custom-next-noteVideos:hover {
  color: #333;
}
.bgNoticias {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 60%,
    rgba(225, 7, 50, 1) 60%
  );
}
.bgPvista {
  background: rgba(225, 7, 50, 1);
}

.custom-dots {
  text-align: center;
  padding-top: 15px;
  position: relative;
  margin: 0 auto;
  width: 30%;
}
.custom-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #0a0a0a;
  margin: 0 3px;
}
.custom-dot.active {
  background-color: #575757;
}
.custom-dot:focus {
  outline: none;
}
#mobile-overlay .image-item {
  position: relative;
}
#mobile-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* Color del texto */
  opacity: 1; /* Opacidad del overlay */
  visibility: visible; /* Hacerlo siempre visible */
}
#mobile-overlay .overlay-text {
  z-index: 1; /* Asegúrate de que el texto esté encima */
}
.carousel {
  position: relative; /* Asegúrate de que el carrusel tenga posición relativa */
}

/* .carousel-indicators {
    position: absolute;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    justify-content: center; 
}

.carousel-indicators button {
    background-color: #ccc; 
}

.carousel-indicators .active {
    background-color: #e10732; 
} */
.carousel-control-next {
  right: -100px;
}
.carousel-control-prev {
  left: -100px;
}
.fechaPubli {
  position: absolute;
  margin-top: -50px;
  z-index: 1223231;
  left: 0;
  right: 0;
}
.prefooter {
  background-image: url(../img/bgCis.png);
  background-position: bottom -2px right;
  background-repeat: no-repeat;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #fff; /* Aquí pones el color que desees */
  opacity: 1; /* Asegúrate de que el color se muestre correctamente */
  background-color: black;
  padding: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.form-control {
  background-color: black;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 15px;
  color: #fff !important;
}
.form-control:focus {
  color: #fff !important;
  border-color: #ffffff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
  background-color: black !important;
}
.submit-button {
  background-color: #e10732;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  border: none;
}
.submit-button:hover {
  background-color: #bd0025;
  transition: all 0.3s ease;
}
.submit-button:active {
  background-color: #c23d58;
}
/* Si deseas agregar algún estilo visual con el pseudo-elemento ::after */
.nav-link.active-after::after {
  content: ""; /* Esto crea el pseudo-elemento */
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ff5733; /* Color del "subrayado" o marca */
  margin-top: 5px;
}
.wpcf7-response-output {
  display: none !important;
}
.modal-header {
  background-color: #e10732;
  color: #fff;
  text-align: center;
}
.btn-modal {
  background-color: #e10732;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  border: none;
}
.btn-modal:hover {
  background-color: #bd0025;
  transition: all 0.3s ease;
}
.btn-modal:active {
  background-color: #c23d58;
}
.modal-title {
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: -30px auto 15px 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.wp-block-heading {
  margin-bottom: 30px;
}
.logopreFooter {
  margin-bottom: -2px;
}
.flechaAtras {
  position: relative;
  top: 190px;
  bottom: 0;
  margin: auto;
}
.btnPlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btnPlay:hover {
  opacity: 0.2;
}
.overlayVideo {
  background-color: transparent;
  height: 100%;
}
.videoCarouselIframe {
  border-radius: 15px 15px 0px 0px;
}

.imgLinkedin {
  height: auto;
  width: 25%;
  margin-left: -25px;
  margin-right: 15px;
}
