.carrusel_{
    background-color: #FFF;
    box-shadow: -8px 8px 30px 0px rgba(0, 0, 0, 0.25);
}
.who_iam_title{
    color: var(--d-79-a-2-a, #D79A2A);
font-family: 'lato';
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.separation{
    border: 10px solid #B45A38;
    right: 479px;
    top: 187px;
}
.info_{
    color: #000;
    font-family: 'Lato';
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: normal;
    text-align: justify!important;
}
.image_carrusel{
    height: 358px;
    width: 300px;
}
.carousel-indicators{
    position: sticky!important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center!important;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 18px!important;
    height: 18px!important;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D79A2A;
    background-clip: padding-box;
    border: 0;
    border-top: none solid transparent;
    border-bottom: none solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 25px!important;

}


.card_item{
    background-color: #FFF;
    box-shadow: -8px 8px 30px 0px rgba(0, 0, 0, 0.25);
    /* width: 41.375rem;
    height: 47.9375rem; */
}
.btn_descripcion {
    margin-top: -18px;
    background: var(--686059, #686059);
    border: none;
    border-radius: 0px;
    color: #FFF;
    font-family: Lato;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn_valores {
    margin-top: -18px;
    background: var(--d-79-a-2-a, #D79A2A);
    border: none;
    border-radius: 0px;
    color: #FFF;
    font-family: 'Lato';
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info_card_item{
    color: #000;
font-family: 'Lato';
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.valores_box{
    background: #FFF;
box-shadow: -8px 8px 30px 0px rgba(0, 0, 0, 0.25);
}
.inicio_box{
    margin-bottom: 200px;;
}
.border_{
    
    border-right: 2px solid #D79A2A;
    width: 30rem;
   
}
.border_nav {
    border-left: 2px solid #D79A2A;
    
}
.border_nav_title{
border-right: 2px solid #D79A2A;
}
.title_{
    color: var(--686059, #686059);
    font-family: 'Lato';
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.menut_butoom{
    cursor: pointer;
}


.swiper {
    /* width: 1600px; */
    height: 518px;
  }

  .swiper-slide {

  width: 538px;
  /* width: 571px; */
}


.title_valores{
    color: var(--b45a38, #B45A38);
    text-align: center;
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}



@media (max-width: 1832px) {
    .separation{
        right: 485px;
    
    }
   
}



@media(max-width:1210px){
    .separation{
        right: 333px;
    }
    .border_{
        border-left: none ;
        border-right: none;
       
    }
   
}


@media (max-width: 536px) {
    .info_{
        color: #000;
        font-family: 'lato';
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .who_iam_title{
        color: var(--d-79-a-2-a, #D79A2A);
    font-family: 'lato';
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }

    .swiper {
        width: 100%;
        height: 550px;
      }
    
      .swiper-slide {
    
      width: 307px;
     
    }
 
    .border_{
    
        width: 20rem;
       
    }

    
}


