body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.navbar-custom {
    background-color: #FF4A47;
    font-size: 14px;
    /* Custom background color */
}

.navbar-brand img {
    height: 60px;
    /* Adjust as needed */
}
.alert {
    display: none;
    margin-bottom: 0px !important;
}
.alert-container {
    padding: 10px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
   
    position: fixed;
}

.navbar-nav .nav-link {
    color: white;
    margin-right: 15px;
    font-weight: 600;
}

.nav-link.active {
    border-bottom: 2px solid white;
}

.btn-info-custom {
    background-color: white;
    color: #FF4A47;
    font-weight: 800;
    font-size: 14px;
}

    .btn-info-custom:hover {
        color: white !important;
        background-color: #FF4A47 !important;
        border: 1px solid white;
    }

.test {
    margin-bottom: 0px;
    height: 100vh;
}

.jumbotron-custom {
    background: linear-gradient(rgba(55,55,55,0.1), rgba(0,0,0,.7)),url('../img/jumb-back.png') no-repeat center center;
    background-size: cover;
    color: white;
    display: block;
    align-content: center;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-container {
    padding: 20px;
    border-radius: .25rem;
}

.btn-custom {
    background-color: #FF4A47;
    color: white;
    border: none;
    font-weight: 500;
    font-size: 14px;
}
.own{
    margin: 20px 0px; 
}
.mo{
    margin: 0px;
    gap: 0px;
}

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 40px 80px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    background-color: #FFF;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlay-ty{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: gray;
    border-radius: 25px 25px 0 25px;
  }
  .swiper-button-next, .swiper-button-prev{
    color: #333 !important;
  }
  .swiper-pagination-bullet-active{
    background: black !important;
  }
  .overlay-ty::before,
  .overlay-ty::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: gray;
  }
  .overlay-ty::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  .card-image{
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
.name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
  .description{
    font-size: 14px;
    text-align: center;
  }
  .swiper-navBtn{
    color: gray;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: gray;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: gray;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: black;
  }

@media screen and (min-width: 768px) {

    .slider {
        height: 160px !important;
    }
}
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 40px 50px;
    }
    .swiper-navBtn{
      display: none;
    }
  }
  .card-system-white{
    border: 2px solid #333;
    padding: 1rem;
    color: #030303;
    border-radius: 14px;
    background-color: white;
  }
  .card-system-black{
    border: 2px solid #000;
    border-radius: 14px;
    padding: 1rem;
    color: white !important;
    background-color: black;
  }
  
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: x-large !important;
  }
@media (max-width: 1000px) {
    .navbar-brand {
        display: flex;
        align-items: center;
    }

        .navbar-brand span {
            display: block;
            margin-left: 10px;
            color: white;
        }
        .mo{
            margin: auto;
            gap: 2rem;
        }

        .own{
            margin: 20px auto; 
        }
    .navbar-toggle-icon {
        color: white;
    }
    .navbar-brand img {
        height: 43px;
        /* Adjust as needed */
    }
    .navbar-collapse {
        padding: 30px 10px;
    }

    .btn-info-custom {
        margin-left: 0px !important;
    }
}

.form-control {
    padding: 25px 18px;
    background-color: #F3F4F6;
    border: none;
    border-radius: 0.55rem;
}

.form-label {
    font-weight: 400;
    color: white;
}

.btn-custom {
    background-color: #FF4A47;
    color: white;
    border: none;
    padding: 13px 28px;
    font-size: 16px;
    border-radius: 0.55rem;
}

.content {
    padding: 50px;
    color: #E3E3E3;
    font-size: 14px;
}

.accordion-button {
    background-color: white;
    color: black;
    border: none;
    font-weight: bold;
    text-align: left;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.client-logo {
    max-height: 60px;
    margin: 0 20px;
    width: 75% !important;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

    .client-logo:hover {
        filter: grayscale(0%);
    }

.clients-section {
    text-align: left;
}

@media (max-width: 576px) {
    .clients-section {
        text-align: center;
    }

    .client-logo:nth-child(n+3) {
        display: none;
    }

    .test {
        height: 100%;
    }
    
}


.accordion-button:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 25px;
}

.accordion-button {
    padding: 20px 0px !important;
}

.card-body {
    border: none !important;
}

.accordion-card {
    margin-bottom: 0px !important;
}

.card-header2 {
    border-top: 1px solid #E3E3E3;
}

.accordion-button.collapsed:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 20px;
}

.accordion-card {
    border: none;
    margin-bottom: 10px;
}

.content > h5 {
    margin-bottom: 1rem;
}

.contact-info, .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-text {
    margin-top: 20px;
}

.contact-info, .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .social-media i {
        font-size: 24px;
    }
    #alianzas{
        background:black
    }
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 4));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 4));
    }
}


.slider {
    background: black;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 120px;
    margin: auto;
    overflow: hidden;
    position: relative;
    max-width: 1321px;
    margin-bottom: 3rem;
    align-content: center;
}

    .slider::before, .slider::after {
        background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    .slider::after {
        transform: rotateZ(180deg);
    }

    .slider::before {
    }

    .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 8);
    }

    .slider .slide {
        height: 100px;
        width: 250px;
    }
.slide > img {
    padding: 10% 18%;
    object-fit:contain
}


.custom-carousel {
    margin-top: 30px;
    display: flex;
    gap: .7em;
    padding: 8px;
    /* adds scrolling for the element: */
    overflow-x: scroll;
    /* removes the horizontal scrollbar: */
    scrollbar-width: none;
}

.custom-carousel--item {
    /* carousel item should have min-width declared: */
    min-width: 360px;
    /* carousel item should have defined height: */
    height: 540px;
    border-radius: .4em;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transition: 300ms ease;
}

    .custom-carousel--item:hover {
        opacity: 1;
        scale: 1.01;
        transform-origin: bottom;
    }

    .custom-carousel--item:focus-visible {
        opacity: 1;
        scale: 1.01;
        transform-origin: bottom;
        outline: 2px solid orange;
        outline-offset: 2px;
    }

.custom-one {
    background-image: url(../img/nosotros/DSC03036-min.JPG);
}
.custom-two {
    background-image: url('../img/nosotros/DSC03045-min.JPG');
}

.custom-three {
    background-image: url('../img/nosotros/DSC03075-min.JPG');
}

.custom-four {
    background-image: url('../img/nosotros/DSC03041-min.JPG');
}

.custom-five {
    background-image: url('../img/nosotros/DSC03179-min.JPG');
}

.custom-six {
    background-image: url('../img/nosotros/DSC03182-min.JPG');
}

.custom-seven {
    background-image: url('../img/nosotros/DSC03310-min.JPG');
}