.uboyaca-component__card-tabs .card-tabs__container{
  background-color:#fff;
  border-color:#db2214 #e6e6e6 #e6e6e6;
  border-radius:.5rem;
  border-top-width:4px;
  box-shadow:0 0 transparent,0 0 transparent,0 1px 2px 0 rgba(0,0,0,.05);
  display:grid;
  gap:2rem;
  grid-template-columns:40% 60%;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  padding-left:2rem;
  padding-right:2rem;
  width:100%;
}

@media (min-width:1400px){
  .uboyaca-component__card-tabs .card-tabs__container{
    max-width:1400px;
  }
}

.uboyaca-component__card-tabs{
  padding:2rem 1rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left,.uboyaca-component__card-tabs .card-tabs__container .card-right{
  padding:2rem 0;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left{
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left .field--name-field-image-media{
  border-color:#e6e6e6;
  border-radius:.5rem;
  box-shadow:0 0 transparent,0 0 transparent,0 1px 2px 0 rgba(0,0,0,.05);
  margin-bottom:1.5rem;
  max-width:20rem;
  padding:1rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left h3{
  font-size:1.5rem;
  font-weight:700;
  line-height:2rem;
  margin-bottom:1rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left .field--name-field-enlace-card{
  max-width:20rem;
  width:20rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left .field--name-field-enlace-card a{
  align-items:center;
  background-color:#db2214;
  border-radius:calc(.5rem - 2px);
  color:#fff;
  display:flex;
  font-size:.875rem;
  font-weight:500;
  height:2.75rem;
  justify-content:center;
  line-height:1.25rem;
  padding-inline:2rem;
  position:relative;
  width:100%;
}
.uboyaca-component__card-tabs .card-tabs__container .card-left .field--name-field-enlace-card a:after{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-external-link w-4 h-4' viewBox='0 0 24 24'%3E%3Cpath d='M15 3h6v6M10 14 21 3M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
  background-position:50%;
  background-repeat:no-repeat;
  background-size:1rem;
  content:"";
  display:block;
  filter:brightness(0) invert(100);
  height:1rem;
  margin-left:1rem;
  width:1rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right{
  background-color:#fff;
  padding:2rem 0;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .accordeon_detail .body .field--name-field-titulo,.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__panels .body .field--name-field-titulo{
  display:none;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .accordeon_detail .body span.drupal-icon img,.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__panels .body span.drupal-icon img{
  filter:brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2441%) hue-rotate(353deg) brightness(92%) contrast(96%);
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container .tabs__list{
  align-items:center;
  background-color:#f5f5f5;
  border-radius:.75rem;
  display:flex;
  justify-content:space-evenly;
  margin-bottom:1.5rem;
  padding:4px;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container .tabs__list button{
  border-radius:.5rem;
  padding:.375rem 0;
  width:100%;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container .tabs__list button.active{
  background-color:#fff;
  border-radius:.5rem;
}
@media (max-width:1023px){
  .uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container{
    display:none;
  }
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details{
  border-bottom-width:2px;
  border-color:#1c1c1c;
  cursor:pointer;
  margin-top:8px;
  padding:1.5rem 0;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details summary{
  align-items:center;
  display:flex;
  font-size:1.125rem;
  font-weight:600;
  justify-content:space-between;
  line-height:1.75rem;
  list-style:none;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details summary:after{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='lucide lucide-arrow-down h-4 w-4 shrink-0' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M19 12l-7 7-7-7'/%3E%3C/svg%3E");
  background-position:50%;
  background-repeat:no-repeat;
  background-size:16px 16px;
  border:1px solid #1c1c1c;
  border-radius:50px;
  content:"";
  display:block;
  height:2rem;
  max-width:2rem;
  transition:all .5s ease;
  width:100%;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details[open] summary{
  padding-bottom:1.5rem;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details[open] summary:after{
  transform:rotate(180deg);
  transition:all .5s ease;
}
.uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile details .accordeon_detail .body *{
  font-size:.875rem;
  line-height:1.25rem;
}
@media (min-width:1024px){
  .uboyaca-component__card-tabs .card-tabs__container .card-right .tabs__container--mobile{
    display:none;
  }
}
@media (max-width:1023px){
  .uboyaca-component__card-tabs .card-tabs__container{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .uboyaca-component__card-tabs .card-tabs__container{
    padding:0;
  }
}
/*# sourceMappingURL=card-tabs.css.map */
