body {
  font-family: 'Red Hat Display', sans-serif;
}

.logo img {
  width: 200px;
}

.f-34 {
  font-size: 35px;
}

.principal {
  color: #054375;
}

.hidden {
  display: none;
}

.text-degrade_tribanco {
  background: linear-gradient(45deg, #05BDFB -0.02%, #8CD133 112.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feutered {
  color: #05BDFB;
}

.btn-outline-feutered {
  width: 213px;
  height: 50px;
  color: #5fe2ea;
  border: 2px solid #5fe2ea;
  border-radius: 15px;
}

.btn-outline-feutered:hover {
  color: #fff;
  border: 2px solid #05BDFB;
  background-color: #05BDFB;
}

.title::after {
  content: '';
  width: 220px;
  height: 6px;
  background: rgb(95,226,234);
  background: linear-gradient(90deg, rgba(95,226,234,1) 0%, rgba(142,197,127,1) 86%);
  display: block;
  margin-top: 20px;
}

.detail::before {
  content: '';
  width: 100%;
  height: 6px;
  background: rgb(95,226,234);
  background: linear-gradient(90deg, rgba(95,226,234,1) 0%, rgba(142,197,127,1) 86%);
  display: block;
  margin: 0;
}

.detail-after::after {
  content: '';
  width: 100%;
  height: 6px;
  background: rgb(95,226,234);
  background: linear-gradient(90deg, rgba(95,226,234,1) 0%, rgba(142,197,127,1) 86%);
  display: block;
  margin: 0;
}

.bg-principal {
  background-color: #054375;
}

.f-20 {
  font-size: 25px;
}

.social {
  right: 70px;
}

.btn-user {
  outline: 0;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 13px;
  margin: 0px;
  color: #fff;
  background-color: #054375;
  border-color: #054375;
  border-radius: 10px;
}

.btn-user:hover {
  color: #054375;
  background-color: #FFF;
}

.btn-user:focus {
  box-shadow: none;
}

.dropdown-menu {
  width: 500px;
  border-radius: 0;
  border: none;
  margin-top: 17px;
}

.pl-35 {
  padding-left: 35px;
}

.list-none {
  list-style: none;
}

.mymodal {
  z-index: 1;
  right: -20px;
  top: 123px;
  border-radius: 8px;
}

.mymodal::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 98px;
  border-bottom: 17px solid #054375;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  float: left;
}

.hide {
  display: none;
}

.overflow-hidden .carousel-indicators li {
  border: 1px solid #fff;
  background-color: transparent;
}

.overflow-hidden .carousel-indicators li.active {
  border: 1px solid #054375;
  background-color: #054375;
}

.products .carousel-indicators {
  bottom: -47px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #05BDFB;
  border-radius: 50px;
  background-color: #FFF;
  opacity: initial;
}

.carousel-indicators li.active {
  opacity: initial;
  background-color: #05BDFB;
  padding: 0;
}

.exit {
  right: -100px;
}

.link {
  cursor: pointer;
  text-decoration: underline;
  color: #024979;
}

.divisor {
  z-index: 1;
  position: absolute;
  display: block;
  top: -3px;
  left: 555px;
  height: 548px;
  width: 1px;
  background-color: #e9e9e9;
}

.md-none {
  display: none!important;
}

.separator::after {
  content: "";
  display: block;
  margin-top: -18px;
  margin-left: 105px;
  height: 18px;
  width: 1px;
  background-color: #fff;
}

.user {
  background-image: url(/Images/TribancoNew/user.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
  text-transform: lowercase;
}

.menu {
  border: none;
}

.dropdown-menu-mobile {
  z-index: 20;
  left: -31px;
  width: 425px;
  overflow: hidden;
}

.menu img {
  width: 40px;
}

.w-125 {
  width: 125px;
}

.f-18 {
  font-size: 18px;
}

/* LOGIN */
.background {
  background: url("/Images/Tribanco/login/img-background-login.jpg") no-repeat;
  background-size: cover;
  background-position-y: -30px;
  overflow: hidden;
}

.footer {
  bottom: 0;
  height: 110px;
}

.rigth {
  text-align: -webkit-right;
}

.myposition {
  top: 70px;
  right: 80px;
}

.myform {
  width: 350px;
  border-radius: 20px;
  background-color: #FFF;
}

.myform .btn-outline-feutered {
  width: 135px;
  height: 44px;
}

.input-decoration input {
  background-color: transparent;
  border: 1px solid #054375;
  border-radius: 8px;
  width: 215px;
  margin: 0 auto;
  height: 35px;
  margin-top: -17px;
}

.input-decoration label {
  z-index: 1;
  margin-left: 54px;
  padding-left: 5px;
  padding-right: 5px;
  background: #FFF;
}

.lg-none {
  display: none;
}

.letter-spacing {
  letter-spacing: 3px;
}

.logos img {
  object-fit: contain;
}

.d-sm-flex {
  display: flex;
}

/* Responsive */
@media (max-width: 425px) {
  .d-sm-flex {
    display: initial!important;
  }

  .logos {
    width: 100% ;
  }
  .social {
    position: initial!important;
  }
  .sm-hide {
    display: none!important;
  }
  .lg-none {
    display: initial;
  }
  .f-16 {
    font-size: 10px;
  }
  .navbar-brand.logo img {
    width: 115px;
  }
  .f-12 {
    font-size: 12px;
  }
  .f-10 {
    font-size: 10px;
  }
  .menu img {
    width: 20px;
  }
  .separator::after {
    margin-left: 100px!important;
  }
  .myform {
    position: initial!important;
    width: auto;
  }
  .input-decoration label {
    background-color: #fff;
  }
  .logo-login img {
    width: 115px;
  }
  .dropdown-menu-mobile {
    top: 75px!important;
  }
  .footer {
    position: initial!important;
    height: auto!important;
  }
  .background {
    background: none;
    overflow: auto;
  }

  .btnMobile {
    position: absolute;
    right: 30px;
    top: 65px!important;
  }
}
@media (max-width: 768px) {
  .md-hide {
    display: none!important;
  }
  .md-none {
    display: initial!important;
  }
  .dropdown-menu-mobile {
    top: 103px;
  }
  .separator::after {
    margin-left: 133px;
  }
  .myposition {
    top: 45px!important;
    right: 27px!important;
  }
  .f-md-12 {
    font-size: 12px;
  }
  .footer {
    height: 137px;
  }

  .btnMobile {
    position: absolute;
    right: 30px;
    top: 98px;
  }
  .close {
    right: 0!important;
  }
}
@media (max-width: 1920px) {
  .background {
    background-position-y: initial;
  }
  .f-md-12 {
    font-size: 12px;
  }
  .divisor {
    left: 465px;
  }
  .exit {
    right: -60px;
  }
  .myposition {
    top: 340px;
    right: 75px;
  }
}

@media (max-width: 1700px){
    .myposition {
    top: 45px;
    right: 75px;
  }
}

/* custom modal */
.close {
  background: #fff;
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  color: #BFE200;
  opacity: 1;
  top: -14px;
  right: -10px;
  cursor: pointer;
}

.custom-modal {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-modal .modal-overlay {
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-out;
  transition-delay: .1s;
  z-index: 1;
}

.custom-modal.open .modal-overlay {
  opacity: 1;
}

.custom-modal .modal-wrap {
  position: relative;
  z-index: 2;
  opacity: 0;
  margin: 30px auto 0;
  max-width: 500px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 120px rgba(0,0,0,0.8);
  transition: all .3s ease-out;
  transition-delay: .5s;
  transform: translateY(50px);
  padding: 5px 10px;
  color: #4f4f4f;
  font-size: 16px;
}

.custom-modal.open .modal-wrap {
  opacity: 1;
  transform: none;
}

.custom-modal .modal-wrap .featured-image {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.custom-modal .modal-wrap .featured-image img {
  height: 132px;
  width: 480px;
  position: relative;
  z-index: 3;
}

.custom-modal .modal-wrap h3 {
  color: #054375;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: -10px;
}

.custom-modal .modal-wrap .featured-content {
  padding: 0 30px
}

.custom-modal .modal-wrap .green-dots {
  list-style: none;
  margin-bottom: 40px;
}

.custom-modal .modal-wrap .green-dots li {
  position: relative;
  margin: 0;
}

.custom-modal .modal-wrap .green-dots li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: linear-gradient(to right bottom, #32bdd0, #33bdbe, #45bda9, #5dba93, #75b77e);
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  transform: rotate(90deg);
}

.custom-modal .modal-wrap .green-dots li:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
  transform: rotate(90deg);
}

.custom-modal .modal-wrap .btn-outline-feutered {
  color: #fff;
  border: 2px solid #05BDFB;
  background-color: #05BDFB;
  line-height: 32px;
  margin-top: -5px;
}

.chartjs-legend {
  position: relative;
  list-style: none;
  font-size: 12px;
  color: #4f4f4f;
  padding-top: 10px;
}

.chartjs-legend .block {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 15px;
}

.chartjs-legend .block:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #fff;
}

.title-chart {
  text-align: center;
  margin-bottom: 20px;
}

.title-chart .number {
  font-weight: bold;
  font-size: 30px;
  color: #054375;
}

.title-chart .label {
  font-size: 16px;
  font-weight: normal;
  color: #05bdfb;
  display: block;
  clear: both;
}

.title-indicators {
  font-size: 22px;
  font-weight: bold;
  color: #024979;
  background: url(../img/title-indicators.jpg) 0 center no-repeat;
  padding: 6px 0 0px 70px;
  margin: 16px 0 10px;
  background-size: 50px;
}

header .navbar {
  width: 100%
}

.canvas-chart {
  margin: 0 auto;
}

.billboard {
  background: #05bdfb;
  border-radius: 15px;
  color: #fff;
  padding: 20px;
  min-height: 350px;
  margin-top: 20px;
}

.billboard h3 {
  background: url(../img/billboard.png) 0 center no-repeat;
  font-size: 21px;
  color: #fff;
  padding: 0 0 0 60px;
  font-weight: bold;
  background-size: 46px;
  line-height: 1;
}

.billboard ul {
  margin: 0;
  padding: 10px 20px;
}

.billboard ul li {
  font-size: 14px;
  color: #fff;
}

.billboard h3 span {
  font-size: 28px;
}