/*@font-face {
  font-family: 'Arno';
  font-style: bold;
  font-weight: 600;
  font-display: swap;
  src: url('/themes/edumi-academy/assets/fonts/arno-pro/ArnoPro-Bold.otf'); 
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/themes/edumi-academy/assets/fonts/muli/Muli.ttf'); 
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/themes/edumi-academy/assets/fonts/muli/Muli-Bold.ttf'); 
}
*/

body{
/*	font-family: 'Muli';*/
	font-weight: 400;
	/*background-color:#145fd236;*/
  margin-top: 74px;
}

header{
	box-shadow: 0px 12px 46px rgb(193 193 193 / 28%);
  background-color: #fff;
}

strong{
  font-weight: bold;
}


.blue_bkg *{
  color:#fff;
}

.discrete_bkg{
  background-color: #eeefeb;
}

.grey{
  color:#888;
}

.blue_bkg{
  background-color: #3058d4;
}

.white_bkg{
  background-color: #fff;
}

.rounded{
      border-radius: 10px;
}

.light_gray_bkg{
  background-color: #eee;
}

section{
	min-height: calc(100vh - 152px);
}

h1{
	color: #2d57d5;
}

h1,h2, h3, h4,h5,h6{
/*	font-family: 'Helvetica';*/
}

footer{
	box-shadow: 0px -26px 30px rgb(193 193 193 / 20%);
}

footer a{
  text-decoration: none;
  color: #6c757d!important;
}

.red_text{
  color: #db4141;
}

.closer_cta{
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.grey_bkg{
  background-color: rgb(193 193 193 / 25%);
}

form{
/*  background-color: #2d57d510;*/
  border-radius: 10px;
}

.a_box{
    background-color: #2d57d510;
    border-radius: 10px;
}

.avantaje .bi{
    color: #2d57d5;
    font-size: 2.5rem;
}

.link{
  cursor: pointer;
}

a.social_link i{
  font-size: 2.5rem!important;
  padding-right: 10px;
}

nav.navbar i{
  color: #2d57d5;
}

.curs_box{
  height: 100%;
}

.curs_box img{
  height: 240px;
  object-fit: cover;
}

.formular_inscriere {
    max-width: 350px; 
    width: 90%;
    padding: 1rem;
    background: #fff;
    position: relative;
    margin: auto;
    border-top: 2px solid #2d57d510;
}

.face{
    background: url('https://www.edumi.ro/wp-content/uploads/2020/11/Artboard-21.png') no-repeat scroll -51px -41px;
    width: 158px;
    height: 120px;
    margin: 0 auto 20px;

}

.cover_thumb{
    object-fit: cover;
    width: 100%;
    height: 175px;
}

@media (min-width: 960px ) and (min-height: 800px) {

  .sticky{
    position: sticky;
    top: 90px;
  }

  .curs_box img{
    height: 300px;
    object-fit: cover;
  }


}  


@media print {
  header,
  footer,
  nav,
  .nav,
  .btn
  {
    display: none !important;
  }
}