html {
  scroll-behavior: smooth;
}


body{
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    color: #454545;
}

a{
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
}

a:hover{
    color: inherit;
}

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

.img-program{
    height: 220px;
    object-fit: cover;
}

.h1, h1 {
    font-size: 2rem;
}
.h4, h4 {
    font-weight: normal;
    font-size: 1.24rem;
}

h3{
    color: #161652;
}

.menu {
    width: 397px;
    height: 100%;
    position: fixed;
    left: -400px;
    top: 0;
    border-right: 3px solid #E0E0E0;
    transition: all ease 0.6s;
}

.top_menu{
    display: inline-block;
    position: relative;
}

.close-menu {

    cursor: pointer;
}

p a {
    text-decoration: underline;
}

p{
    text-align: justify;
}

#main {
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.6s;
}

.my-container{

    min-height: calc(100vh - 570px);

}

.main-fixed{
    position: fixed;
    overflow: hidden;
}

.menu-ham {
    padding-top: 10px;
    float: left;
    margin-left: 162px;
    cursor: pointer;
}

#gray-level{
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    display: none;
}

#home-searach{
    border: 0;
    width: 100px;

}

#my-right-menu a{
    display: block;

    color: inherit;
}

#my-right-menu i{
    display: block;
    float: right;
    margin-top: 5px;
}

#my-right-menu div div a{
    padding-left: 40px !important;
}

#my-right-menu div div div a{
    padding-left: 80px !important;
}

#my-right-menu div div div div a{
    padding-left: 120px !important;
}

#my-right-menu a:hover{
    background-color: #e6e6e6;
}

.menu .bordered{
    border-bottom: 1px solid #e6e6e6;
}

.my-hidden{
    display: none;
}

.my-hidden-top{
    position: absolute;
    width: 100%;
    top:40px;
    left:0;
    background-color: #FFF;
    display: none;
    z-index: 10;
}

.my-hidden-top a{
    display: block;
    border: 1px solid #FAFAFA;
}

.ante-news a{
    text-decoration: none;
}

.height-500px{
    height: 500px
}

h2.font-size-5em{
    font-size: 5em;
}

.js-cookie-consent{
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: left;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    z-index: 9999;
    background-color: rgb(237,237,237);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.js-cookie-info{
    float: right;
    font-size: 12px;
}

.js-cookie-consent button{
    /* display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:#4eb5f1;
    text-align:center;
    transition: all 0.2s;
    border: green; */
    font-size: 12px;
    margin-left: 5%;
    float: right;
}

.containeryt {
    position: relative;
    width: 100%;
}

.imageyt {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middleyt {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.ante-news-img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.ante-news-mark{
    object-fit: contain;
    width: 100%;
    height: 200px;
}

.ante-news-mark-home{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.data-news{
    display: block;
    color:#ff5704;
}

.data-news-near-bottom{
    position: absolute;
    bottom: 30px;
}

.data-news-bottom{
    position: absolute;
    bottom: 10px;
}

.data-news-inline{
    display: inline;
    color:#ff5704;
}

a.data-news:hover{
    display: block;
    color:#ff5704;
}

.data-news-hover:hover{
    text-decoration: underline;
    color:#ff5704;
}

.page-item.active .page-link{
    background-color: #ff5704;
    border-color: #ff5704;

}

.page-link{
    color: #ff5704;
}

.page-link:hover{
    color: #ff5704;
}

.page-text a{
    text-decoration: underline;
}

.light-gray{
    background-color: #f7f7f7;
    border: 1px solid #dadada;
}

.light-gray h1{
    margin-top: 10px;
    color: #808080;
    text-align: center;
}

.white-box{
    background-color: #FFF;
    border: 1px solid #dadada;
}

.white-box h1{
    margin-top: 10px;
    color: #808080;
    text-align: center;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #a3a5aa; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 30px; /* Rounded corners */
  font-size: 26px; /* Increase font size */
  height: 50px;
  width: 50px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#share{
    display: none;
}

#share_toggler{cursor: pointer;}


.composition-img{
    min-height: 100%;
    object-fit: cover;
}

.footer{
    background-color: #161652;
    color: #FFF;
}

.home_program_box{
    background-color: #f7f7f7;
    border: 1px solid #A0A0A0;
}

.home_program_box h5{
    padding:0;
    margin: 0;
}

.home_program_box img{
    height: 250px;
    object-fit: cover;
}

.ante-gallery img{
    width: 100%;
    height: 250px;
    object-fit: cover;

}

.top_white{
    background-color: #ff5704;
}

.top_black{
    background-color: #ff8a5b;
    color: #FFF;
}

.carousel-img-top{
    height: 600px;
    object-fit: cover;
}

.mid-orange{
    width: 90px;
    height: 1px;
    border: 0;
    border-top: 2px solid #ff5704;
    display: block;
    float: left;

}

.full-orange{
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 2px solid #ff5704;
    display: block;
}

sfera-free{
    color: #ff5704;
}

button.catalog{
    background-color: #ff5704;
    color: #FFF;
}

.book-list{
    
}

.book-list h3{
    font-size: 1.1em;
    color: #ff5704;
}

.book-label{
    background-color: #f7f7f7;
    color: #000;
    padding: 4px;
    border: 1px solid #FFF;
}

.book-data{
    padding: 4px;
    border: 1px solid #FFF;

}

.folder{
    position: absolute;
    height: 145px;
    top: 72px;
    left: 45px;
}

.delete-row-button{
    color: #FFF;
    background-color: #ff5704;
}

div.light-gray > div.row-with-data:first-of-type > div.delete-row-div > button.delete-row-button{
   visibility: hidden;
}

div.light-gray > div.row-with-data:first-of-type > div.search-boolean-div > select.search-boolean{
    visibility: hidden;
 }

ul.homepage
{
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
}

ul.homepage li{
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.width-80{
    width: 80px;
}
.cursor-default{
    cursor: default;
}


.absolute-z-100{
    position: absolute; z-index: 100;
}
.width-648px{
    width: 648px;
}

.height-150{
    height: 150px;
}

.background-808080{
    background-color: #808080; color: #FFF;
}
.background-3c3c3c{
background-color: #3c3c3c; color: #FFF;
}

.display-inline-calc{
    display: inline-block;
    float: left;
    width: calc(100% - 100px);
}
