/*
Theme Name: ADN | Blog
Theme URI: https://adnadit.systems/
Description: Plantilla diseñada para uso exclusivo de "ALTA DIRECCIÓN DE NEGOCIOS ADITSYSTEMS, S.A. DE C.V.", para Blog ADN.
Version: 1.0
Author: ALTA DIRECCIÓN DE NEGOCIOS ADITSYSTEMS, S.A. DE C.V.
Author URI: https://adnadit.systems/
License: 
License URI: https://adnadit.systems/
*/
@import url("assets/css/bootstrap.min.css");
@import url("assets/css/fonts.css");
@import url("assets/css/homealarms.css");
@import url("assets/css/elegant_font/elegant_font.min.css");
@import url("assets/css/fontello/css/fontello.min.css");

@media (max-width: 1400px) {
    .adn-header-title-blog{
        font-size: 33px !important;
    }
    .adn-truncate-main{
        max-width: 300px;
    }
}
@media (max-width: 1200px) {
    .logo {
        max-width: 277px;
        height: 37px;
        margin-top: 4px;
    }
    .adn-header-title-blog{
        font-size: 25px !important;
    }
    .nav-item {
        border-style: dashed;
    }
    a.button_intro{
        width: 100%;
    }
    .attachment-category-thumb-small{

    }
    .adn-truncate-main{
        max-width: 210px;
    }
}
@media (max-width: 540px) {
    .logo {
        max-width: 241px;
        height: 32px;
        margin-top: 15px;
        margin-left: 0px !important;
    }
    .adn-header-title-blog{
        font-size: 20px !important;
        margin-top: 12px;
    }
}
@media (max-width: 360px) {
    .logo {
        max-width: 155px;
        height: 21px;
        margin-top: 15px;
        margin-left: 0px !important;
    }
    .adn-header-guion{
        margin-right: 0px !important;
        margin-left: 0px !important;
        font-size: 20px !important;
        margin-top: 12px !important;
    }
    .adn-header-title-blog{
        font-size: 15px !important;
        margin-top: 12px;
    }
    .button_intro{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 812px) {
    .attachment-category-full {
        max-width: 95%;
        height: 95%;
    }
}

.adn-header-guion{
    color: white;
    margin-right: 10px;
    margin-left: 7px;
    font-size: 40px;
}
.adn-header-title-blog{
    color: white;
    font-size: 40px;
}

#showAllCategories, #hideCategories{
    cursor: pointer;
}

.adn-page-link{
    color: #840537;
}
.page-item.active .adn-page-link {
    background-color: #840537;
    border-color: #d80658;
}
.adn-page-link:hover {
    color: #840537;
}

.adn-header {
    background-color: #555 !important;
}

.adn-top-space {
    margin-top: 10px;
}

body {
    background: #F2F2F2;
}

.logo {
    margin-left: 0px;
}

.text-justify {
    text-align: justify;
}

a.button_intro,
.button_intro {
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #840537;
    cursor: pointer;
    padding: 12px 35px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-link {
    color: #840537;
}

.adn-color a {
    color: #840537;
}

.nav-link:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #840537;
}

/**/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}





.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}





.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.h-300 {
    height: 300px;
}

@media (min-width: 768px) {
    .h-md-300 {
        height: 300px;
    }
}



/*
   * Blog posts
   */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}



/**/