.btn-primary,
.btn-secondary,
.video-overlay {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s
}

._box_end_full,
._box_full,
._box_start_full,
.btn {
  position: relative
}

.btn-primary,
.gotoTop:hover span {
  background-color: var(--terciaria)
}

.gotoTop span,
a,
a:hover {
  text-decoration: none
}

.flutuar {
  animation-name: flutuando;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: translate(0, 20px)
}

.d-1s {
  animation-duration: 1s
}

.d-2s {
  animation-duration: 2s
}

.d-3s {
  animation-duration: 3s
}

.d-4s {
  animation-duration: 4s
}

@keyframes flutuando {
  from {
    transform: translate(0, 20px)
  }

  to {
    transform: translate(0, -20px)
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secundaria)
}

._box_end_full:after,
._box_start_full:after {
  content: '';
  display: block;
  top: 0;
  background-color: #e0e8ef;
  z-index: -1;
  bottom: 0
}

.rounded-4 {
  border-radius: 10px
}

.rounded-5 {
  border-radius: 20px
}

.btn {
  border-radius: 7px !important;
  min-width: 130px
}

.btn-primary,
.btn-secondary {
  font-size: 15px;
  display: inline-block;
  min-width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center
}

._box_start_full:after {
  left: -100%;
  position: absolute;
  right: -15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

._box_end_full:after {
  right: -100%;
  position: absolute;
  left: -15px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.btn-primary {
  color: #fff;
  border: 2px solid var(--terciaria);
  font-weight: 500
}

.text-bg-primary {
  color: #fff !important;
  background-color: var(--terciaria) !important
}

.btn-secondary {
  color: #fff;
  background: var(--secundaria);
  border: 2px solid var(--secundaria)
}

.btn-secondary i,
.gotoTop:hover {
  color: var(--principal)
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--secundaria);
  border: 2px solid var(--secundaria)
}

.btn-default {
  background: #e1e1e1;
  color: #4e4e4e
}

.btn-autoscore {
  background-color: #1A2E46;
  color: #FFF;
  padding-left: 25px;
  padding-right: 25px
}

.btn-autoscore:hover {
  background-color: #15638b;
  color: #FFF
}

.flex-width>div,
.flex-width>li {
  flex-grow: 1;
  flex-basis: 0
}

.popup-container,
.video-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  justify-content: center
}

.form-control,
.form-select {
  border-radius: 4px
}

.form-floating {
  color: initial;
  font-weight: 600
}

.form-floating>.form-select~label,
.form-floating>label {
  color: var(--texto)
}

.owl-carousel .owl-item img {
  width: auto !important
}

.owl-carousel.owl-fluid .owl-item img {
  width: 100% !important
}

.video-overlay {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 50px;
  align-items: center
}

.video-overlay:hover {
  background: rgba(0, 0, 0, .2)
}

.popup-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity .3s
}

.popup-container.showPopup {
  display: flex;
  opacity: 1
}

.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%
}

.popup-content img {
  width: 100%;
  height: auto
}

.closePopup-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: 0 none;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  z-index: 99
}

.truncate-overflow-2,
.truncate-overflow-3,
.truncate-overflow-4,
.truncate-overflow-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.truncate-overflow-2,
.truncate-overflow-4,
.truncate-overflow-5 {
  -webkit-line-clamp: 2
}

.truncate-overflow-3 {
  -webkit-line-clamp: 3
}

.animar,
.gotoTop span,
.gotoTop span i,
.list-animar>li>a,
.list-animar>li>a span:after,
.list-animar>li>a span:before {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f2f2f2;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0
}

@media (max-width:991px) {
  .submenu {
    cursor: pointer;
    margin-bottom: 10px
  }

  .subnav {
    display: none
  }
}

.gotoTop:hover span {
  color: #fff
}

.gotoTop {
  cursor: pointer;
  height: auto;
  position: fixed;
  top: 85%;
  margin: 0;
  z-index: 10000;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .5);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: -70px
}

.gotoTop.off {
  opacity: 0;
  left: -70px
}

.gotoTop.on {
  opacity: 1;
  left: 25px
}

.gotoTop .hover {
  display: none
}

.gotoTop span {
  color: #fff;
  background-color: var(--principal);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 47px
}

.gotoTop span i {
  font-size: 30px
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: var(--secundaria)
}

::-webkit-scrollbar-thumb:hover {
  background: var(--principal)
}

._texto::-webkit-scrollbar-thumb:hover {
  background: var(--highlight)
}

@keyframes gradient {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

@media(max-width:767px) {
  .btn {
    padding-top: 14px;
    padding-bottom: 14px
  }
}

:root {
  --container-width: 100%
}

@media (min-width:576px) {
  :root {
    --container-width: 540px
  }
}

@media (min-width:768px) {
  :root {
    --container-width: 720px
  }
}

@media (min-width:992px) {
  :root {
    --container-width: 960px
  }
}

@media (min-width:1200px) {
  :root {
    --container-width: 1140px
  }
}

@media (min-width:1400px) {
  :root {
    --container-width: 1320px
  }
}