@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.info_carousel{
    box-sizing: content-box;
    background-color: transparent;
    width: 65vw;
    height: 50vh;
    z-index: 2;
    margin-top: 100px;
    position: relative;
    
}

.carousel_container {
    display: grid;
    justify-items: center;
}

.carousel{
    width: 65vw;
    height: 45vh;
}


.carousel .carousel-item img{
    object-fit: fill;
    height: 45vh;
}

.info_text_services h2{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #e0e0e0;
    
}


.info_text_services{
    display: flex;
    margin-bottom: 2vh;
    align-items: center;
    flex-direction: column;
}

.info_text_services hr{
    width: 8vw;
    border-color: rgba(58, 146, 209, 1);
}

.carousel-item{
    background-color: transparent;
}

.custom-col h3{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #fafafa;
}
.custom-col p{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #c8c8c8;
}
.custom-col li{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #c8c8c8;
}

.furthermore_info{
    z-index: 2;
    margin-left: 10%;
    position: relative;
    margin-top: 10vh;
    margin-bottom: 30vh;
}

.furthermore_info h2{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fafafa;
}


.contact_bttn_div{
    margin-top: 16vh;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
    position: relative;
}

.contact_bttn_div h2{
    font-family: 'Lato', sans-serif;
    color: #a2a2a2;
}

.custom-accordion .accordion-button {
    background-color: transparent; 
    color: #fafafa;              
    font-size: 14px;           
    padding: 8px 12px;  
    border: none;   
    border-radius: 0; 
    font-family: 'Lato', sans-serif;
    font-size: .7em;   
}


.custom-accordion .accordion-item{
    border: none; 
    border-radius: 0;
    background-color: transparent;
}
.custom-accordion .accordion-item:focus{
    outline: none;
}

/* Hover */
.custom-accordion .accordion-button:hover {
    background-color: #2d333e; 
}
.custom-accordion .accordion-button:focus {
    outline: none;
}

/* Contenido */
.custom-accordion .accordion-body {
    font-size: 13px;  
    padding: 10px;    
    background-color: transparent;
    color: #e0e0e0;
}

.custom-accordion .accordion-body p {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 3.3vh;
    color: #a2a2a2;
}

.custom-accordion{
    width: 40vw;
    border: transparent;
    border-radius: 0;
}

.ventajas{
    width: 40vw;
    margin-bottom: 5vh;
}

.ventajas p{
    color: #c8c8c8;
}

.advantages_img{
  height: 50vh;
  border-radius: 10px;
}

.gradient_v2{
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow-x: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(89, 83, 124, .2));
  }

  @media (max-width: 768px) {
    .carousel_container {
        justify-items: flex-start;
    }
    .info_text_services {
        margin-bottom: 0;
    }
    .info_carousel {
        margin-top: 75px;
        margin-bottom: 0;
        width: 100%;
        height: 90vh;
    }
    .carousel .carousel-item img {
        height: 30vh;
        object-fit: cover;
    }
    .carousel-inner {
        height: 600px;
    }
    .carousel {
        width: 100vw;
        height: 75vh;
    }
    .contact_bttn_div {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .advantages_img {
        width: 90vw;
        height: auto;
        margin-top: 1rem;
    }
    .furthermore_info {
        margin: 0.5rem;
    }
    .ventajas, .custom-accordion {
        width: 90vw;
    }
  }

  @media (max-width: 400px) {
    .info_carousel {
        height: 95vh;
        margin-top: 75px;
    }
    .carousel {
        height: 85vh;
    }
  }