.empresa_fondo{
    background-image: url('/static/img/grafica_cifras_2.png');
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
}

.empresa_capa{
    background-color: #ffffff84; 
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19); 
    border-radius: 10px;
}

.empresa_titulo{
    color: #006233; text-align: center;
}

.empresa_texto{
    line-height: 1.5; text-align: justify
}

.empresa_back_transparent{
    background-color: transparent;
}

.empresa_border0{
    border: 0;
}

.empresa_item_btn{
    color: #333333cd
}

.empresa_cardbody{
    display: none; font-size: 12px
}

.empresa_carrusel_indicators{
    background-color: #E62F27
}

.empresa_carrusel_card{
    width: 20rem; border-color: transparent;
}

.empresa_carrusel_img{
    z-index: 1; top: -55px;  left: 0; right: 0; position: absolute; display: flex; justify-content: center; background-color: transparent;  border-radius: 10px;
}

.empresa_carrusel_name{
    color: #333333cd; font-size: 15px; margin-top: 70px;
}

.empresa_carrusel_abrev{
    color: black; font-size: 12px; 
    text-align: justify; 
    display: -webkit-box; 
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.empresa_carrusel_item_img{
    width: 15px; height: 15px; margin-right: 0.5rem
}

.empresa_carrusel_item_info{
    text-decoration: none;
}

.empresa_carrusel_color{
    color: #006233;
}

.empresa_redes{
    position: absolute; bottom: 0; left: 0; right: 0
}

.empresa_redes_img{
    width: 20px;
    margin-right: 1.7px;
}

.empresa_btn_ver_mas{
    border-color: white; 
    color: #006233; 
    background-color: transparent; 
    text-decoration-line: none;
    border-radius: 10px; 
    padding: 5px 15px 5px 15px; 
    width: 100px
}

.empresa_modal{
    max-height: 800px; overflow-y: auto;
}

.empresa_modal_titulo{
    color: black; text-align: center; color: #006233;
}

.empresa_modal_name{
    color: #333333cd; text-align: justify; font-size: 20px; line-height: 2;
}

.empresa_modal_img{
    height:250px; border-radius: 10px;
}

.empresa_modal_icons{
    width: 20px; height: 20px; margin-right: 0.5rem
}

.empresa_modal_icons_text{
    text-decoration: none; font-size: 13px;
}

.empresa_modal_link{
    color: #006233; font-size: 13px;
}

.empresa_modal_directivo{
    color: #333333cd; text-align: justify; font-size: 15px; line-height: 2;
}

.empresa_modal_info_titulo{
    color: #333333cd; text-align: start;
}

.carousel-control-next-emp,
.carousel-control-prev-emp {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: black;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next-emp,
  .carousel-control-prev-emp {
    transition: none
  }
}

.carousel-control-next-emp:focus,
.carousel-control-next-emp:hover,
.carousel-control-prev-emp:focus,
.carousel-control-prev-emp:hover {
  color: #006233;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev-emp {
  left: 0
}

.carousel-control-next-emp {
  right: 0
}


@media (min-width: 505px) {
        .img_empresa {
          height: 120px;
          width: 200px;
          border-radius: 10px;
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19);
        }
        .body_empresa {
          min-height: 500px; 
          border-top: 5px solid #006233; 
          overflow: visible; 
          position: relative; 
          background-color: white; 
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19); 
          border-bottom-left-radius: 10px; 
          border-bottom-right-radius: 10px;  
        }
        .carousel-control-next-emp,
        .carousel-control-prev-emp {
            display: flex;
        }
    }
@media (max-width: 505px) {
    .img_empresa {
        height: 120px;
        width: 150px;
        border-radius: 10px;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19);
    }
    .body_empresa {
        width: 220px; 
        min-height: 500px; 
        border-top: 5px solid #006233; 
        overflow: visible; 
        margin-right: 3rem;
        position: relative; 
        background-color: white; 
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19); 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px;
    }
    .carousel-control-next-emp,
    .carousel-control-prev-emp {
        display: none;
    }
}

@media (min-width: 930px) {
      .descr_empresa {
        text-align: justify;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
      }
      .margen{
        margin-left: 0.5rem
      }
      .imgdetail {
         width:300px
      }
    }
@media (min-width: 1100px) {
    .margen{
        margin-left: 3rem
      }
}
@media (max-width: 930px) {
      .descr_empresa {
        text-align: justify;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
      }
      .margen{

      }
      .imgdetail {
         width:250px
      }
    }
@media (min-width:992px) {
      .modal-xl {
        --bs-modal-width: 800px
      }
    }

@media (min-width:1200px) {
      .modal-xl {
        --bs-modal-width: 1000px
      }
    }