html {
  scroll-behavior: smooth;
}


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

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

a:hover{
    color: inherit;
}

p a{
    color: #fe7f0e;
    text-decoration: underline;
}

li a{
    color: #fe7f0e;
    text-decoration: underline;
}


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

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

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

h4{
    font-weight: normal;
}

h3{
    color: #161652;
}

.bg-grey{
    background-color: #f7f7f7;
}

.bg-grey input{

    margin-top: 0;
    background-color: transparent;
    font-size: inherit;

}

.bg-grey textarea{

    margin-top: 0;
    background-color: transparent;
    font-size: inherit;
    resize: none;
    height: 131px;

}

.bg-grey label{

    margin-bottom: 0;
    font-size: 0.8em;
    margin-top: 10px;

}


.bg-orange{
    background-color: #fe7f0e;
    color: #FFF;
}

.bg-orange h3{

    color: #FFF;
}


.menu {

    border-top: 1px solid #616161;
    background-color: #f7f7f7;
    height: 80px;

}

.menu img{


    height: 50px;

}

#left_menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #FFF;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 300px;
}

#left_menu .fas{
    margin-top: 5px;
    float: right;

}

#left_menu .tags{

    padding-left: 40px;
}

#left_menu .tags-box {
    display: none;

}
#left_menu a{

    display: block;
    border-bottom: 1px solid rgb(237,237,237);
    padding: 10px 20px;
    text-decoration: underline;

}
#left_menu a.orange{

    color: #fe7f0e;
}

span.orange{
    color: #fe7f0e;
}

a.orange{
    color: #fe7f0e;
}
#left_menu .close-menu{
    color: #fe7f0e;
    font-size: 35px;
}

#left_menu_icon{

    position: absolute;
    height: 40px;
    margin-top: 5px;

    z-index: 5;
}



#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%;
    min-width: 200px;
    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;
}

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

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

.ante-ads-img,.ante-ads-mark{

    background-color: #cccccc;


}

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

.ante-ads-mark img{
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: contain;
    width: 100%;
    height: 160px;
}
.data-news{
    display: block;
    color:#ff5704;
}

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

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

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

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

}

.page-link{
text-decoration: none;
}



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

.textyt {
    color: white;
}


.light-gray{
    background-color: #f7f7f7;
}

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

#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;

}

.aunderline a{
    text-decoration: underline;
}


#top-box-search{
    position: absolute;
    top: 25px;
    right: 40px;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    overflow: hidden;
}

#top-box-search input,#top-box-search select{
    padding: 5px;
    width: 200px;
    border: 0;
}

#top-box-search button{
    background-color: #fe7f0e;
    padding: 5px;
    color: #FFF;
    border: 0;
}

.box-tag-home{

    background-color: #f7f7f7;
    height: 100%;

}

.box-tag-home img{

    height: 90px;

}

.grey-tag{
    background-color: #cccccc;
}

.page-link{
    color:inherit;
}
.pagination{
    justify-content: center;
}
.page-item.active .page-link{

    background-color: #fe7f0e;
}


.big-orange{

    color: #fe7f0e;
    font-size: 20px;

}

.orange-button{
    background-color: #fe7f0e;
    color: #FFF;
    border: 0;
    padding: 10px;

}

.btn-empty{
    background-color: #FFF;
    white-space: nowrap;
}

.btn-empty-green{
    color:#009420;
    border:1px solid #009420;
}

.btn-empty-blue{
    color:#0e90fe;
    border:1px solid #0e90fe;
}

.btn-empty-orange{
    color:#fe7f0e;
    border:1px solid #fe7f0e;
}

.btn-empty-red{
    color:#ff0033;
    border:1px solid #ff0033;
}


.carousel-control-prev,.carousel-control-next{
    background-color: black;
}

.carousel-item{
    background-color: #f7f7f7;
}

.display-none{
    display: none;
}

.my-iframe-ads{
    width: 100%; height: 150px; border:0; padding: 0; position: relative; left: -8px;
}
