body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.no-split {
    color: #ccc!important;
}

.roboto {
  font-family: "Roboto", sans-serif!important;
  font-weight: 400!important;
}

a {
  text-decoration: none!important;
  color: #acc7c5;
}
a:hover {
  color: #bbe8e5;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*---GENERAL---*/

@media (min-width: 180px){
  section {
    padding: 3rem 1rem 6rem !important;
    color: #fff;
  }
}
@media (min-width: 992px){
  section {
    padding: 3rem !important;
    margin-bottom: 0;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

/*--- COMPONENTS ---*/

.imputados {
  text-align: center;
}

.imputados .name {
  position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 100;
    /* top: -1rem; */
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    /*text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.70);*/
    background: #222;
    display: inline-flex;
    width: fit-content;
    margin: auto;
    right: 0;
    padding: 0 6px;
    border-radius: 3px;
}
.imputados .foot {
  z-index: 100;
  margin-top: -2rem;
  position: relative;
}
.imputados .foot .imputado {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  background: #acc7c5;
  color: #181c1b;
}
.imputados [class^="col-"] {
  position:relative;
}

.imputados .stamp {
  width: 72px;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: auto;
}
.imputados .stamp img {
  width:100%;
}
.round_pic {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;  
  background-color: #434a49;
  border: 4px solid #acc7c5!important;
}
.round_pic img {
  width: 100%;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    text-align: left!important;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    border: none;
    /*border-bottom: 4px solid #eee;*/
    background-color: #212529!important;
    color: #fff!important;
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
}
.nav-tabs.invert .nav-link {
    color:#212529
}
.nav-tabs .nav-link:hover {
    border-color: #acc7c5;
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
}
.nav-tabs {
    border-bottom: none!important;
    box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
    -moz-box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
}
@media (max-width: 576px){
  .nav-tabs.tabs-lg .nav-link {
    width:50%
  }
}
.nav-tabs.tabs-lg .nav-link {
    padding: 0.6rem 1.4rem;
  }
.nav-tabs.invert .nav-item.show .nav-link, 
.nav-tabs.invert .nav-link.active {
    border: none;
    /*border-bottom: 4px solid #eee;*/
    background-color: #acc7c5!important;
    color: #fff!important;
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
}
.nav-tabs .nav-link {
    /*border-bottom: 4px solid #212529;*/
}
.nav-tabs.invert .nav-link:hover {
    border-color: #212529;
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
    -webkit-box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 1) inset;
}
.nav-tabs.invert {
    border-bottom: none!important;
    box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
    -moz-box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.75) inset;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-border-width: 0px;
  /*--bs-accordion-border-color: transparent;*/
  --bs-accordion-active-bg: rgb(255,255,255,0.1);
  --bs-accordion-active-color: #fff; /* text color when active */
}
.accordion-button {
  color:#fff;
}
.accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion-body {
  background-color: #fff;
}

.accordion.transparent .accordion-body {
  background-color: transparent!important;
}
.accordion.lg .accordion-button {
  font-size: 1.4rem;
}
.accordion.dark .accordion-body {
  color: #fff!important;
}
.accordion.dark .accordion-button {
    color: #acc7c5!important
}
.accordion.dark .accordion-button:not(.collapsed) {
    color:#fff!important
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item:last-of-type  {
    border: none!important
}

.accordion-button:not(.collapsed) {
    background-color: rgb(0,0,0,0.1);
}

/*---TEXT STYLES---*/

.uppercase {
  text-transform: uppercase;
}

.text-shadow {
  text-shadow: -2px 2px 4px rgba(0,0,0,0.4);
}
.text-light {
    color: #acc7c5!important;
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-contain.right {
  background-position: right bottom;
}
.bg-light {
    background-color: #acc7c5!important;
}

.bg-grey {
    background-color: #434a49!important;
}
@media (min-width: 180px){
  .bg-resero {
    background-position: left bottom; background-repeat: no-repeat; background-size: 72vw;
  }
}
@media (min-width: 768px){
  .bg-resero {
    background-size: 32vw;
  }
}
.fullpage {
  width: 100vw;
  height: 100vh;
}
.light {
  font-weight: 300!important;
}
.regular {
  font-weight: 400!important;
}
.medium {
  font-weight: 500!important;
}
.semibold {
  font-weight: 600!important;
}
.bold {
  font-weight: 700!important;
}

.display-1,.display-2,.display-3,.display-4,
.h1,.h2,.h3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 180px){
  .display-1 {
    font-weight: 700!important;
    font-size: 4rem!important;
  }
}
@media (min-width: 992px){
  .display-1 {
    font-weight: 700!important;
    font-size: 5rem!important;
  }
}
@media (min-width: 1200px){
  .display-1 {
    font-weight: 700!important;
    font-size: 7rem!important;
  }
  .h1 {
    font-weight: 700!important;
    font-size: 2rem!important;
  }
  .h2 {
    font-size:2rem!important;
  }
}
@media (min-width: 1600px){
  .display-1 {
    font-weight: 700!important;
    font-size: 8rem!important;
  }
  .h1 {
    font-weight: 700!important;
    font-size: 2.6rem!important;
  }
  .h2 {
    font-size: 2.4rem!important;
  }
}
@media (min-width: 2200px){
  .display-1 {
    font-weight: 700!important;
    font-size: 8rem!important;
  }
}
@media (min-width: 180px){
  .badge_circle {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top:0; right: 0;
  }
}
@media (min-width: 992px){
  .badge_circle {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top:0; right:0px
  }
}

.bg-info {
  background: #acc7c5!important
}

/*---BACKGROUNDS---*/

@media (min-width: 180px){
.bg01 {
  background-image: url(../img/bg01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100vw auto;;
}
}
@media (min-width: 992px){
.bg01 {
  background-size: 48vw auto;;
}
}
@media (min-width: 180px){
.bg03 {
  background-image: url(../img/bg03.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 90vw auto;;
}
}
@media (min-width: 992px){
.bg03 {
  background-size: 40vw auto;;
}
}
@media (min-width: 180px){
.bg05 {
  background-image: url(../img/bg05.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90vw auto;;
}
}
@media (min-width: 992px){
.bg05 {
  background-size: 33vw auto;;
}
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #acc7c5;
    color: #181c1b;
}
.nav-link {
    color: #acc7c5;
    font-size: 1.2em;
}
.nav-link:hover {
    color: #fff;
}

.nav-pills.invert .nav-link.active, 
.nav-pills.invert .show>.nav-link {
    background-color: #181c1b;
    color: #acc7c5;
}
.nav-pills.invert .nav-link {
    color: #181c1b;
    font-size: 1.2em;
}
.nav-pills.invert .nav-link:hover {
    color: #fff;
}

section {
  min-height: 100vh;
  position: relative;
}

/*---OWL CAROUSEL---*/

.owl-carousel.owl-1-column .owl-nav button[class^='owl-'],
.owl-carousel.owl-3-column .owl-nav button[class^='owl-'] {
    background-color: #111;
    color: #fff!important;
}

.owl-carousel.owl-3-column .owl-stage {
    display:flex
}

@media screen and (min-width: 180px) {
    .owl-carousel.owl-1-column .owl-nav,
    .owl-carousel.owl-3-column .owl-nav {
        position: absolute !important;
        top: initial;
        bottom: -22px;
        right: 0;
        width: auto;
        transform: initial;
        width: 100%;
    }
}

@media screen and (min-width: 180px) {
    .owl-carousel .owl-prev {
        right: 86px !important;
    }
    .owl-carousel .owl-next {
        right: 30px !important;
    }
}

.owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
    background-color: rgb(0,0,0,0.3);
    display: inline-block;
    border-radius:50%;
    margin: 3px;
}


@media screen and (min-width: 180px) {
    .owl-carousel .owl-dots {
        position: absolute!important;
        width: 100%;
        bottom:-50px;
        text-align:center
    }
    .owl-carousel .owl-nav {
        position: absolute!important;
        width: 100%;
        /*top:105%;*/
        top:50%;
        transform: translateY(-50%);
        height: 50px;
    }
}
@media screen and (min-width: 576px) {
    .owl-carousel .owl-nav {
        width: 100%;
        
    }
}
.owl-carousel .owl-nav {
    z-index: 1;
}
.owl-carousel .owl-nav button[class^='owl-'] {
    width:50px;
    height: 50px;
    border-radius: 50%;
    color:#333!important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0!important;
    margin: 0.3rem;
}
.owl-carousel .owl-nav button[class^='owl-'] {
    width:50px;
    height: 50px;
    border-radius: 50%;
    color:#333!important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0!important;
    margin: 0.3rem;
    background-color: #fff;
    border:1px solid #dee2e6
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    font-size: 0!important;
}
.owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 18px;
    line-height: 50px;    
}
.owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 18px;
    line-height: 50px;    
}

/*---UTILITIES---*/

@media screen and (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid #222;
  }
}

.ico_round {
  border-radius:50%;
  aspect-ratio: 1 / 1;
  display:flex;
  align-items: center;
  justify-content: center;
}
.ico_round img {
  width: 54%;
}

.border-light {
  border-color: #acc7c5;
}

.image-enlarge img {
  transition: transform 0.3s ease;
}

/* Apply the hover effect */
.image-enlarge:hover img {
  transform: scale(1.08);
  /*filter: brightness(50%)*/
}

.image-enlarge {
  transition: transform 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
}
.image-enlarge.pollaroid {
  overflow: visible;
}
.image-enlarge:hover {
  cursor: pointer;
}
.image-enlarge:hover:before {
    font-family: FontAwesome;
    content: "\f00e";
    color: #fff; 
    font-size:32px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-16px);
    transform: translateX(-16px);
    height: 32px;
    width: 32px;
    z-index: 100;
    line-height: 32px;
}

/* make any icon pure black first */
.icon { filter: brightness(0) saturate(100%); }

/* then push it toward a color */
.icon.red    { filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(7480%) hue-rotate(-2deg) brightness(92%) contrast(109%); }
.icon.green  { filter: brightness(0) saturate(100%) invert(35%) sepia(74%) saturate(559%) hue-rotate(71deg) brightness(92%) contrast(92%); }
.icon.primary {
  filter:
    brightness(0) saturate(100%)
    invert(83%) sepia(3%) saturate(1199%) hue-rotate(124deg)
    brightness(93%) contrast(96%);
}

.text-link {
  text-decoration: underline!important;
}

.border-dark {
  border-color:#434a49!important
}

ul.numbered-list {
  counter-reset: li;
  list-style-type: none;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  
  li {
    position: relative;   
    padding: 5px 0 5px 42px;
    
    &:before {
      content: counter(li);
      counter-increment: li;
      height: 32px;
      width: 32px;
      /* border: 1px solid blue; */
      border-radius: 50%;
      color: #212529;
      text-align: center;
      position: absolute;
      left: 0;
      top: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #acc7c5;
    }
  }
}


.nav-pills .nav-link {
    margin-bottom: 0.8rem;
    border: 1px  solid #444;
}

.owl-articles .item {
  padding: 2rem;
  background: #fff;
  border-radius:8px;
  height: 100%;
}

/*---WIDGETS---*/

@media screen and (min-width: 180px) {
.menu_anchors {
  position: fixed;
  right: 0.8rem;
  top:50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #fff;
  border-radius:8px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.btn-return {
  width: 64px;
  height: 48px;
  display: flex!important;
  align-items: center!important;
  -webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
  background: #fff;
  color: #222!important;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 12px;
  display: flex;
  align-items: start;
  justify-content: center;
}
}
@media screen and (min-width: 992px) {
  .menu_anchors {
  right: 30px;
}
.btn-return {
  border-radius: 12px;
  left: initial;
  width: 32px;
  right: 30px;
  bottom: 3rem;
}
}
@media screen and (min-width: 180px) {
  .menu_anchors a {
    display: block;
    width: 32px;
    height:48px;
    line-height: 48px;
    text-align: center;
    color: #212529!important;
    border-bottom:1px solid #212529;
    font-size: 85%;
  }
}
@media screen and (min-width: 768px) {
  .menu_anchors a {
    width: 32px;
    height:32px;
    line-height: 32px;
  }
}
.menu_anchors a:hover {
  color: #fff!important;
  background:#ccc ;
}
.menu_anchors a.active {
  color: #fff!important;
  background:rgb(110, 211, 207) ;
}
.menu_anchors a:last-child {
  border-bottom:none
}

/*---BUTTONS ---*/


.btn-return i {
  font-size:0.9em
}

/*-- SCROLLER --*/

  .scroll-container{
    width: 19px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
  }
  
  .scroller-icon{
    width: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 34px;
    animation: scroller 1500ms ease-out infinite;
  }

  .scroll-container.dark{
    border: 2px solid #fff!important;
  }

  .scroll-container.dark .scroller-icon{
    background-color: #fff!important;
  }
  
  
  @keyframes scroller{
    0%{
      bottom: 34px;
    }
    5%{
      top: 4px;
    }
    32%{    
      bottom: 4px;
    }
    66%{
      top: 34px;
      bottom: 4px;
    }
    100%{
      top: 4px;
      bottom: 34px;
    }
  }