html{overflow-x: hidden}
a {
    color: #32adfe;
}
.dropdown-item:focus, .dropdown-item:hover,
a:hover {
    color: rgb(42 135 197)!important;
}

.nav-tabs .nav-link{
  border-color: #32adfe;
}
.card>[data-toggle=collapse][aria-expanded=false]:hover h6,
.card>[data-toggle=collapse][aria-expanded=true] h6,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color:  #32adfe;
}
.arrow{
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/bottom-arrow.svg);
  background-size: contain
}

.regular-price{color:#B9B7CC!important;font-size:16px;text-decoration:line-through!important}
.full-height{min-height: 100vh;}
.bg-sidebar{background-color: #2626ea;}

.bg-overlay {
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  color: white;
  overflow: hidden;
  background: rgb(50 173 254 / 40%);  /* fallback for old browsers */
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url("/assets/img/banners/nosotros@2x.jpg");  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url(/assets/img/banners/nosotros@2x.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-actualidad{
  background-size: cover!important;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url("/assets/img/banners/actualidad.jpg");  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url(/assets/img/banners/actualidad.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.banner-cursos{
  background-size: cover!important;
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url("/assets/img/banners/curso-min.jpg");  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url(/assets/img/banners/curso-min.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.block-top-negative{margin-top: -70px}
.home-box-contain{background: #3ee0fe!important;top:-8px}

.icon-valores{width:64px}
.slider-bg-img{
  padding: 230px 15%;
  background: url(/assets/img/slider/1.jpg);
  height: 500px;
  background-size:cover!important;
  box-shadow: inset 0 0 0 1000px rgba(7,3,62,.2)
}

.form-control{font-size: 14px}
.color-granate{color: #bd4b4b;font-size:15px}
.bounce {
  animation: bounce 2s infinite;
}
.teacher-name{color:#B9B7CC;font-size:16px}
.cursor-pointer{cursor: pointer!important}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, .8);
    font-size: 16px
}

.navbar-dark .navbar-nav .nav-link, 
.navbar-light .navbar-nav .nav-link{
  font-size: 15px;
  color: white;
}

.dropdown-item{
    font-size: 14px;
    font-weight: 600;
    color: #070342;
}
.icon-svg-kamasur{
  height: 18px;
  margin-right: 8px
}
.btn-outline-primary{color: #32adfe!important}
.bg-primary{background:#32adfe!important}
.bg-success-alt{background-color: #181832}
.bg-grey{background-color:#f0f0f0!important}
.p-1rem{padding: 1rem}
.pl-1rem{padding-left: 1rem}
.primary-text{color: #32adfe}
.lead{font-size: 16px!important}
.icon-detail-img{max-height: 64px;max-width:64px;padding: 12px 0}
.border-radius-10 {border-radius: 10px}
.border-radius-20 {border-radius: 20px}
.team-img{width: 100%;border-top-right-radius: 20px;border-top-left-radius: 20px;}
.team-title{margin-bottom: 0;padding:15px 0}
.bg-light{background-color: #e8ecf3}
.bg-texture{background-image: url(../img/pattern-bg.png);background-size: contain;background-position: center}
.bg-item-1{background: url('../img/bg-item-1.png');background-repeat: no-repeat;background-size: 150px}
.img-banner-right{background: url(../img/item-blue.jpg) no-repeat center right;background-size: contain}
.flex-div{display: flex;flex-direction: row}
.flex-div > div.bar{flex:auto ;background: #32adfe;max-width: 10px;height: auto;margin-right: 20px}
.flex-div > div.element{flex:1}
.flex-div > div.element > p{color: #32adfe;font-size: 20px; font-weight: bold;margin-bottom: 10px}
.flex-div > div.element > h2{color: #fff;text-align: left; margin: 0;text-transform: none}
.border-radius-5{border-radius:5px}
.border-radius-top-20{border-top-left-radius: 20px;border-top-right-radius: 20px;}
.header-yellow-text{color:#32adfe}
.border-white{border-color: white}

.banner-title{font-size: 36px}
.banner-text{font-size: 16px;font-weight: 300}

.header-banner-img{
  height:100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40vh;
  background-image:url('../img/banners/publicaciones@2x.jpg')
}
.custom-navbar-container{position: absolute;width: 100%}
.btn-primary{background: rgb(50 173 254); border-color: rgb(50 173 254);}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn-primary:hover{background: rgb(42 135 197); border-color: rgb(42 135 197);}
.flickity-prev-next-button{ background: rgb(50 173 254); border: 2px solid rgb(50 173 254);}
.flickity-prev-next-button:hover{background: rgb(42 135 197); border: 2px solid rgb(42 135 197);}
.login-btn{  background-color: rgba(255,255,255,.2);border-color: transparent}
.width-150{width: 150px}
.max-width-150{max-width: 150px}
.max-width-48{max-width:48px}
.max-width-32{max-width:32px}
.width-180{max-width: 180px}
.width-280{width:280px}
.width-220{width:220px}
.course-teacher{color:#B9B7CC;font-size:16px}
.max-width-18{max-width: 18px}
.max-width-24{max-width:24px}
.max-width-72{max-width:72px}
.max-width-180{max-width: 180px}

.height-10{height:10px}
/*ADMIN*/
.service-description{color:#070242;line-height:24px;font-weight:400}
.bg-grey{background-color:#F6F9FC}
.white-text{color: #ffffff!important}
.blue-text{color: #2626ea!important}
.yellow-text{color: #312D62!important}
.active-element{background: white;border-radius:15px}
.max-width-100{max-width:100%}
.width-100{width:100%}
.mt-90{margin-top:-90px}
.avatar-admin{max-width:48px;border-radius: 50px;height: auto;}
.font-size-13px{font-size:13px}
.font-size-14px{font-size:14px}
.font-size-24px{font-size:24px}

.search-form-input{border-radius: 20px;padding: 20px}
.text-blue-ul{font-weight: 400;color: #070342!important}

.price-tachado{color:#B9B7CC;font-size:16px;text-decoration:line-through}
.expire{margin-top: 0.5rem;font-size: .8125rem;color: #f02d00;font-weight: 500}
.btn-primary:hover{color: white!important}
.fw600{font-weight: 600;}
.custom-divider{border-bottom: 1px solid #f0f0f0; margin: 20px 0}
@media (min-width: 992px){
  /*.navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }*/
  .img-banner-right{
    background: url(../img/item-blue.jpg) no-repeat center right;
    background-size: 40%
  }
}

@media (min-width: 768px){
  .display-xs {display: none!important}
  .row-5{
    flex: 0 0 20%!important;
    max-width: 20%!important;
  }
}

@media (max-width: 768px){
  .display-xs {display: block!important}
  .hidden-xs {display: none!important}
  .bg-item-1 { background-size: 50px}
  .banner-title { font-size:26px }
  .header-banner-img{
    padding-top: 150px;
    height: 500px
  }

  .block-top-negative{
    margin: 50px 0;
    max-width: 100%;
  }

  .box-first-section{
    background: rgb(21 14 73 / 100%);
    margin-bottom: 20px;
  }

  .banner-actualidad{
    background-size: cover!important;
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url("/assets/img/banners/actualidad-mobile.jpg");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(0 0 0 / 80%), rgb(50 173 254 / 40%)), url(/assets/img/banners/actualidad-mobile.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }


}

