
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Hepta+Slab:300|Playfair+Display&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap');

/*MENU*/
.header-wrap .navbar {display: none;}
.navbar-expand-lg {display: none;}

/*FIN MENU*/

/*LOGO*/
.logo-img {max-width: 50%;}

/*MARQUESINA FIJA*/

.marquesina-fija .acm-hero.style-1 .acm-hero-item.mask-normal:after {
  background: none;
  width: 100%;
}


.marquesina-fija .sub-heading {
        background-color: orange;
        text-align: center;    
    }

.marquesina-fija .hero-title{ 
        /*font-family: 'Tinos', Helvetica, Arial, Sans-Serif !important;*/
        background-color: rgba(31, 139, 180, 1);
        text-transform: uppercase;
                
         display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

        text-align: center;

 }
.marquesina-fija .hero-desc{
   /*font-family: 'Hepta Slab', serif !important;*/
   background-color: rgba(31, 139, 180, 0.88);
   text-align: center;
}

/*MARQUESINA DE NOTAS*/

    #t4-section-1.bg-secondary {
    background-color: #eaeaea !important;
    }
    .magz-layout.slide-1 .item-inner:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);}

    /* Título de la noticia */
    .marquesina-home .item-title,
    .marquesina-home .item-title a {
        font-size: 28px !important;
        line-height: 34px !important;
        font-family: 'Tinos', Helvetica, Arial, Sans-Serif;
    }

    /* Categoría */
    .marquesina-home .item-cat a {
        font-size: 18px !important;
    }

    /* Fecha */
    .marquesina-home .item-date {
        font-size: 17px !important;
    }
/*FIN MARQUESINA*/

/*MENU-BLOG-CATEGORIAS*/
    .estilo-menu-blog-cat-agencia .page-header h2 {
        font-family: 'Playfair Display', serif;
        /*font-size: 30px !important;
        line-height: 36px;*/
        color: #333;
        margin-bottom: 15px;
        /*
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        */
    }

    .estilo-menu-blog-cat-agencia .page-header h2 a {
        color: inherit;
        text-decoration: none;
    }

    .estilo-menu-blog-cat-agencia .page-header h2 a:hover {
        color: #000;
    }

    /* bajada */
    .estilo-menu-blog-cat-agencia .item-intro p {
        font-family: 'Hepta Slab', serif;
        /*font-size: 18px;
        line-height: 27px;*/
        color: #000;
        margin-bottom: 20px;
        /*text-align: justify;*/

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

/**FIN MENU-BLOG-CATEGORIAS/


/*ESTILO DENTRO DEL ARTICULO*/
    /* TÍTULO DEL ARTÍCULO */
    .item-page .page-header h2,
    .item-page .page-header h2 a {
        font-family: 'Playfair Display', serif;
        font-size: 44px !important;
        line-height: 53px;
        color: #333;
        margin-bottom: 30px;
          text-align: left;

    }


    /* BAJADA / COPETE DEL ARTÍCULO */
    .item-page .desc-article,
    .item-page .desc-article p {
        font-family: 'Hepta Slab', serif !important;
        font-size: 22px !important;
        line-height: 29px;
        color: #000;
        margin-bottom: 30px;
        text-align: justify;
    }


    /* TEXTO PRINCIPAL DEL ARTÍCULO */
    .item-page .article-body,
    .item-page .item-content,
    .item-page .com-content-article__body,
    .item-page .article-content {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 20px;
        line-height: 32px;
        color: #555;
        text-align: justify;
    }


    /* PÁRRAFOS DEL CONTENIDO */
    .item-page .article-body p,
    .item-page .item-content p,
    .item-page .com-content-article__body p,
    .item-page .article-content p {
        margin: 15px 0;
        font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 20px;
        line-height: 32px;
        color: #555;
        text-align: justify;
    }


    /* ENLACES DENTRO DEL ARTÍCULO */
    .item-page .article-body a,
    .item-page .item-content a,
    .item-page .com-content-article__body a,
    .item-page .article-content a {
        font-family: Georgia, Times, "Times New Roman", serif;
        text-decoration: underline;
        font-weight: 700;
        list-style-type: none;
        padding: 0;
        color: inherit;
        text-align: justify;
    }


    /* TEXTO EN NEGRITA */
    .item-page .article-body strong,
    .item-page .item-content strong,
    .item-page .com-content-article__body strong,
    .item-page .article-content strong {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-weight: 700;
        text-align: justify;
    }

/*FIN ESTILO DENTRO DEL ARTICULO*/




/*TARJETAS HOME*/
    .home-mod-articules .item-inner.item-default {
        height: 380px;
        border: none;
        border-radius: 5px;
        background: #1f8bb4;
        overflow: hidden;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
        transition: all 0.25s ease;
    }

    /* Efecto al pasar el mouse */
    .home-mod-articules .item-inner.item-default:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    }


    /* imagen */
    .home-mod-articules .item-inner.item-default .item-image {
        display: block;
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .home-mod-articules .item-inner.item-default .item-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    /* Zoom suave de la imagen al pasar el mouse */
    .home-mod-articules .item-inner.item-default:hover .item-image img {
        transform: scale(1.04);
    }

    /* meta cat y fecha*/
    .home-mod-articules .item-inner.item-default .item-meta {
        padding: 0px 18px 0;
        color: #fff;
    }

    /* Categoría */
    .home-mod-articules .item-inner.item-default .item-cat a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }

    /* Fecha */
    .home-mod-articules .item-inner.item-default .item-date,
    .home-mod-articules .item-inner.item-default .item-date span {
        color: #fff;
    }

    /* Titulo*/
    .home-mod-articules .item-inner.item-default h5 {
        margin: 0;
        padding: 10px 18px 20px;
    }

    /* Título siempre en mayúsculas */
    .home-mod-articules .item-inner.item-default .mod-articles-category-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.3;
        font-size: 20px;
        /*font-family: 'Tinos',Helvetica,Arial,Sans-Serif;*/
    }

    /* RESPONSIVE - TABLET */
    @media (max-width: 991px) {
        .home-mod-articules .item-inner.item-default {
            height: 460px;
        }
        .home-mod-articules .item-inner.item-default .item-image {
            height: 210px;
        }
    }

    /* RESPONSIVE - CELULAR */
    @media (max-width: 575px) {
        .home-mod-articules .item-inner.item-default {
            height: auto;
            min-height: 450px;
        }
        .home-mod-articules .item-inner.item-default .item-image {
            height: 220px;
        }
        .home-mod-articules .item-inner.item-default .mod-articles-category-title {
            -webkit-line-clamp: 4;
        }
    }

/*FIN TARJETAS HOME*/

/*MINI-MENU*/
.mini-menu h3 {
    font-family: 'Tinos', Helvetica, Arial, Sans-Serif;
  
}
/*FIN MINI-MEMU*/


/*  para la tipografia dentro del articulo */
/*
    .intro-article-info .page-header h2 {
        font-family: 'Playfair Display', serif;
    font-size: 44px !important; 
    line-height: 53px;
    color: #333;
    margin-bottom: 30px;
    //text-align: justify;
    }

    .desc-article h3{
    font-family: 'Hepta Slab', serif !important;
    font-size: 22px !important;
    line-height: 29px;
    color: #000;
    margin-bottom: 30px;
    text-align: justify;
    }

    .article-body>p{
    margin: 15px 0 15px 0;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 20px;
    line-height: 32px;
    color: #555;
    text-align: justify;
    }
    
    .article-body>p>a{
    font-family: Georgia,Times,Times New Roman,serif;
    text-decoration: underline;
    font-weight: 700;
    list-style-type: none;
    padding: 0;
    color: inherit;
    text-align: justify;
    }

    .article-body>p>strong{
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight: 700;
    text-align: justify;
    }

/*** BLOCKQUOTE ***/
    blockquote {
    display: block;
    border-width: 2px 0;
    border-style: solid;
    border-color: #eee;
    padding: 1.5em 0 0.5em;
    margin: 1.5em 0;
    position: relative;
    
    text-align: center;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 20px;
    line-height: 32px;
    color: #555;
    background:none;
    }

    blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em 'PT Sans', sans-serif;
    color: #555;
    text-align: center;
    }

    blockquote:after {
    content: "\2013 \2003" attr(cite);
    display: block;
    text-align: right;
    font-size: 0.875em;
    color: #d48344;
    }

/* para no dejar blancos en el content de los articulos */

.bottom-article-info > .article-inner > .row > .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.bottom-article-info > .article-inner > .row > .col-md-3 {
    display: none;
}

*/

/*mini menu*/
.secciones-temas {
    padding: 30px 0;
}

.secciones-temas .tema-item {
    text-align: center;
    margin-bottom: 25px;
}

.secciones-temas .tema-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.secciones-temas .tema-icono {
    width: 150px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: transform 0.3s ease;
}

.secciones-temas .tema-icono i {
    font-size: 70px;
    color: #1f8bb4;
}

.secciones-temas .tema-link:hover .tema-icono {
    transform: scale(1.08);
}

.secciones-temas .tema-titulo {
    margin-top: 15px;
    margin-bottom: 0;

    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color:#1f8bb4;
}

/*barrita de arriba*/
    .t4-topbar{
        /*background: linear-gradient(90deg, rgba(218,41,55,1) 0%, rgba(238,45,36,1) 17%, rgba(238,83,35,1) 34%, rgba(244,120,32,1) 51%, rgba(252,147,41,1) 68%, rgba(250,169,25,1) 85%, rgba(254,216,7,1) 100%);*/
        background: #1f8bb4;
        }
 /*fin barrita de arriba*/


 /* modulo otras agencias - clientes*/
    .mod-clientes h2 span {
        font-family: 'Tinos', Helvetica, Arial, Sans-Serif;
        font-size: 50px;
    }
    .mod-clientes p {
        font-family: 'Hepta Slab', serif !important;
    }

/* para que se vean las fotitos iguales en blog mini menu */
.item-image.pull-left img {
    min-height: 250px;
}

/*banners para mini menu*/
.cultura-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  background: #1f8bb4;
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
}

.cultura-banner i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 70px;
  line-height: 1;
}

.cultura-banner span {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

/* Tablets */
@media (max-width: 768px) {
  .cultura-banner {
    gap: 12px;
    padding: 18px 10px;
  }

  .cultura-banner i {
    font-size: 55px;
  }

  .cultura-banner span {
    font-size: 1.8rem;
  }
}

/* Celulares */
@media (max-width: 480px) {
  .cultura-banner {
    gap: 10px;
    padding: 15px 8px;
  }

  .cultura-banner i {
    font-size: 42px;
  }

  .cultura-banner span {
    font-size: 1.4rem;
  }
}