

.gallery-controls-previous::before {
    top: 8px!important;
}

.gallery{
    width: 30%!important;
}
.row{
    margin: 0;
}
.row-details{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}
.row-detail-usage{
    padding:40px;
}

.breadcrumb{
    max-width: 1400px !important;
}

.description-inf,
.organization {
    background-color:white;
    /*padding: 50px;*/  
    border: 1px solid var(--viperlab-fc-hl);
    border-radius: 15px;
}

.description-inf {
    background: #ababab26;
    width: 73%;
    border:0!important;
    padding: 10px 40px;
}

.organization{
    width: 25%;
    padding-top: 20px;
    height: min-content;
}
.social-media-org {
    border-top: 1px solid var(--viperlab-fc-hl);
    padding-top: 10px;
    text-align: center;
    cursor: default;
}
.social-media-org .fa {
    font-family: 'Font Awesome 6 Brands';
}
.social-media-org a {
    text-decoration: none;
}
.social-media-org .fa-facebook{
    color: #5f6291 !important;
}
.social-media-org .fa-twitter{
    color:#5f6291!important;
}
.text-organization{
    margin-top: 15px;
    padding: 20px
}

.title{
    font-size: 40px;
    color: var(--viperlab-fc-title);
    margin-bottom: 20px;
    border-bottom: 5px solid var(--viperlab-fc-hl);
    /* font-weight: bold; */
}
.title-org{
    font-size: 20px;
    color: black;
    border-bottom: 1px solid var(--viperlab-fc-hl);
    margin-inline: 20px;
}

.img-organization{
    width: 100%;
    max-width: 280px;
}

.col-6{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.carousel-inner {
    width: 50%;
}
.carousel-item {
    padding: 10px;
}
.carousel-item img {
    border: 1px solid var(--viperlab-fc-hl);
}

.container{
    max-width: 1400px!important;
    margin-top: 0px!important;
}

.img-fluid{
    min-height: 75px;
}


/*      MODAL  */



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 1000;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
}

/* The Close Button */
.close {
    color: grey;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;


}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: #000000a3;

}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    color: white;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #000000a3;
}
  
.img-organization {
    margin-bottom: -4px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}
  
.active,
.demo:hover {
    opacity: 1;
}
  
img.hover-shadow {
    transition: 0.3s;
}
  
.hover-shadow:hover {
    box-shadow: 0px 0px 8px 0 #5f629170, 0 0px 5px 0 #5f629170;;
}






@media screen and (max-width: 1050px) {
    .row-details{
        flex-direction: column;
        
    }
    .row-detail-usage{
        padding: 10px;
    }
    .description-inf{
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        
    }
    .organization{
        width: 100%;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        
        
    }    
    .detail-usage{
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-organization, .text-description, .text-usage{
        hyphens: auto;
    }
}


/* Dark mode: descomentar */
/* @media (prefers-color-scheme: dark) {
    .description-inf, .organization, .detail-usage {
        background: #121212;
        color: #ededed;
    }
    .title-org {
        color: white;
    }
} */

.social-media-org .fa-linkedin, 
.social-media-org .fa-instagram {
    color: #5f6291 !important;
}


.carousel {
    background: #ababab26;
    padding-block: 15px;
}
.carousel-indicators li {
    height: unset;
}
#custCarousel .carousel-indicators {
    position: static;
    margin-top: 0px;
    margin-bottom: 0;
}
.container {
    margin-top: 100px;
    margin-bottom: 40px;
}
.carousel-inner img {
    width: unset;
}