a .Logo {
    width: 6em;
    margin-left: 1em;
    margin-bottom: 7px;
}

.active div {
    margin-bottom: 10%;
}

.imarginleft {
    margin-left: 30px;
}



.fa-xtwitter{
    content: "\1D54F"
}

.fa-xtwitter:before {
    content: "\1D54F"
}

.imarginleftMenu {
    /*margin-left: 20px;*/
    text-align: center !important;
    padding: 12px;
}


.float-position {
    border-radius: 50% 1em / 20em 1%;
    z-index: 99 !important;
    position: absolute !important;
    top: 69px !important;
    right: 0px !important;
    background-image: linear-gradient(to right, #3568AC, #2C2A79);
}


#ContenedorCarrusel { display: grid;
    grid-template-columns: 15% 70% 15% !important; }

.NoticiasRecientes{
    margin-top: 80px !important;
}

.cardDetails {
    background: #EBF1F7;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 295px;
    height: 170px;
    position: relative;
    flex-direction: column;
    min-width: 0;
}

.cardMain {
    background: #EBF1F7;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 295px;
    height: 170px;
    position: relative;
    flex-direction: column;
    min-width: 0;
}

.card-title {
    font-weight: bold;
    font-size: 1.1em;
    word-break: break-word;
}

#btnSeeMore {
    background-image: linear-gradient(to right, #3568AC, #2C2A79);
    color: white;
    font-weight: bold;
    border-radius: 5px;
    height: 34px;
    position: relative;
    top: 63px;
}

#inputSearch {
    display: none;
}

.cbody{
    margin-bottom: 2px !important;
}

.mb-5{
    margin-bottom: 5px;;
}

.link-ver-mas {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.style-button-slide{
    background-color: #848484;
    border-radius: 50%;
    padding: 5px;
}

.botonStyle{
    font-size: 12px !important;
    padding-top: 7px !important;
}

.TNoticiasRecientes{
    margin-top: 2em;
}

.botonStylePreviousNR{
    box-shadow: 1px 1px 6px #bcb4b480;
    border-radius: 28px !important;
    margin-right: 27px;
}

.botonStyleNextNR{
    margin-left: 2px; 
    border-radius: 28px !important; 
    box-shadow: 1px 1px 6px #bcb4b480;
}

.fs-16{
    font-size:16px
}

.fs-28{
    font-size: 28px;
}

.BEMasDetalle{
    border-radius: 9px;
    background: #d7e3fc61;
    min-height: 139px; 
    max-width: 107%;
    margin-top: 5px !important;
}

.TEMasDetalle{
    position: relative;
    top: 15px;
    font-size: 15px;
    min-width: 10em;
    max-width: 10em; 
    max-height: 138px;
}

.roundedStyle{
    /*border: 5px solid #fff;*/
    border-radius: 50%!important;
    background-color: #fff;
}

.IEMasDetalle{
    width: auto;
    height: auto;
}

.mt-38{
    margin-top: 38px;
}

.footerPosition{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footerStyle{
    background-color:/* #003366*/ #6F6F6E;
    font-size: 0.8em;
}

.cr-bg{
    background-color: #9C9C9C;
}

.w-color{
    color: white;
}

.mt-p{
    margin-top: 10px !important;
}

.btnstyle{
    top: 48px !important;
}

/*When screen is 768px wide or less*/
@media screen and (max-width: 768px){
    .MasDetalle {
      margin-top: 50px;
    }
    .NoticiasRecientes{
        margin-top: 0px !important;
    }


    .dropdown-menu {
                    color:red;
                    
                    background-color: transparent !important;
                    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
                    border: 0 !important;
                }

    a.dropdown-item{color:#0000008C;
                    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;}                

    .dropdown {background-color:none !important }

    /*.dropdown-item{
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
         margin-left:10px !important;
         color:green;}*/

    #ContenedorCarrusel { display: grid;
        grid-template-columns: 0% 100% 0% !important; }


        
.imarginleftMenu {
    
    text-align: left !important;
}

}

