html{overflow-x: hidden}
.arrow{
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(../img/bottom-arrow.svg);
  background-size: contain
}

.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;
}

.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
}

.bg-success-alt{background-color: #181832}
.bg-grey{background-color:#f0f0f0!important}
.p-1rem{padding: 1rem}
.pl-1rem{padding-left: 1rem}
.primary-text{color: #E7B724}
.lead{font-size: 16px!important}
.icon-detail-img{max-height: 64px;max-width:64px;padding: 12px 0}
.team-img{width: 100%;border-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: #E7B724;max-width: 10px;height: auto;margin-right: 20px}
.flex-div > div.element{flex:1}
.flex-div > div.element > p{color: #E7B724;font-size: 20px; font-weight: bold;margin-bottom: 10px}
.flex-div > div.element > h2{color: #fff;text-align: left; margin: 0;text-transform: none}


.header-yellow-text{color:#eab442}
.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')
}
.home-box-contain{background: #070342!important;top:-8px}
.flickity-prev-next-button{
  background: rgb(237,192,88);
  background: linear-gradient(90deg, rgba(237,192,88,1) 0%, rgba(238,187,70,1) 35%, rgba(225,160,54,1) 100%);
}

.login-btn{
  background-color: rgba(255,255,255,.2);border-color: transparent
}
.width-280{width:280px}
.course-teacher{color:#B9B7CC;font-size:16px}
.max-width-180{max-width: 180px}
/*ADMIN*/
.service-description{color:#070242;line-height:24px;font-weight:400}
.bg-grey{background-color:#F6F9FC}
.white-text{color: #ffffff!important}
.blue-text{color: #070342!important}
.yellow-text{color: #312D62!important}
.active-element{background: white;border-radius:15px}
.max-width-24{max-width:24px}
.max-width-100{max-width:100%}
.width-100{width:100%}
.max-width-72{max-width:72px}
.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
}

.edit-this{
    background: yellow;
    color: black!important;
}



@media (min-width: 992px){
  /*.navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }*/
}

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

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