/* articulo */
#articulo{
    padding: 1em 0;
}
#articulo article{
    margin-top: -20px;
}

.contenedor-articulos{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 3fr 1fr;
    position: relative;
}

.contenido-texto{
    display: block;
    grid-column: 2 /3;
    grid-row: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
}
.contenido-texto h1{
    font-size: 27px;
    line-height: 1.1em;
    color: #414042;
    
}
.contenido-texto a{
    color: #8443ce;
    text-decoration: none;
}
.contenido-texto a:hover{
    text-decoration:underline;
}
.contenido-texto .intro{
    margin: 1em 0;
    font-size: 22px;
    line-height: 1.33em;
    color: #58595b;
    display: block;
    
}
.contenido-texto h3{
    margin-bottom: 0.625em;
    font-size: 20px;
    margin-top: 20px;
    line-height: 18px;
    color: #414042;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.contenido-texto p{
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.33em;
    color: #58595b;
    
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contenido-texto span{
    color: #797979;
    font-size: 14px;
}
.contenido-texto ul li{
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.33em;
    color: #58595b;  
    margin-left: 40px;
    list-style-type: disc;
}
.contenido-texto img{
    width: 100%;
}
.contenido-texto div{
    color: #797979;
    font-size: 13px;
    
    text-align: center;
    justify-content: center;

    padding-left: 8px;
    padding-right: 8px;
}
.numerated-list{
    list-style-type: decimal;
}
/* .titulo-contenido-informatico{
    margin-bottom: 1em;
}
.titulo-contenido-informatico h2{
    margin: 0;
    font-size: 1.375em;
    font-weight: 700;
    color: #414042;
} */
.contenido-informativo{
    position: relative;
    max-width: 270px;
    min-height: 1px;
    margin-top: 45px;

}


/* proyectos perfil */

.contenedor-texto{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
}
.module-title-{
    grid-column: 1 /2;
    grid-row: 1;
    padding-top: .75em;
    padding-bottom: .75em;
    border-top: 1px solid #d1d3d4;
    margin-top: 45px;
}
.title-{
    margin: 0;
    font-size: .875em;
    font-weight: 700;
    color: #414042;
}
/* redes */
.nav-redes-sociales-{
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
}
.nav-redes-sociales- li{
    
    font-style: normal;
    font-weight: 400;
    background: 0 0;
    margin-right: .5em;
    padding: 10px 0;
}

.nav-redes-sociales- li a{
    background-color: #f7c400;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: color .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nav-redes-sociales- li a:hover {
    background-color: #5d2b8c;
}


/* <!-- Cabecera blog--> */
#blog-cabecera{
    width: 100%;
    background-color: rgba(225, 232, 235, 0.7);
}
.contenedor-contenido{
    max-width: 1100px;
    margin: auto;
    padding: 70px 15px;
    color: var(--primario);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    
}


.contenido-wsp a{
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    padding: 10px;
    
    
}
.contenido-wsp a p{
    margin-top: 1px;
    margin-left: 5px;
    color: var(--blanco);
    font-weight: 500;
    font-size: 17px;
}
.contenido-wsp{
    align-items: center;
    background-color: #1fae38;
    border-radius: 7px;
    display: flex;
    gap: 5px;
    letter-spacing: .2px;
    text-align: center;
    max-width:  300px;
    width: 100%;
}
.boton-wsp2{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    transition: ease 1s;
}


.contenedor-foto-blog{
    display: block;
    align-content: center;
    max-width: 100%;
    
}
.contenedor-foto-blog img{
    padding: 0px;
    border-radius: 12px;
    max-width: 100%;
}
@media only screen and (max-width: 768px)  {
    .contenedor-contenido{
        grid-template-columns: 1fr;
    }
    
    .blog-cabecera h1{
        margin-top: -40px;
    }
    .nav-redes-sociales- li a:hover{
    background-color: var(--blanco);
    }
}
.blog-cabecera{
    margin: 0 ;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.blog-cabecera h1{
    vertical-align: inherit;
    line-height: 1.25;
    font-size: 3.3rem;
    font-weight: 600;
    letter-spacing: -.01em;

    
    
}
.blog-cabecera p{
    margin-top: -15px;
    font-size:16px;
    line-height: 2.25rem;
    opacity: 1;
    font-weight: 400;
    color: rgb(148 163 184 / 1);
}
.blog-fecha-publi{
    display: flex;
    gap: 2rem;
}
.cont-blog-fecha-publi{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.blog-icono{
    display: flex;  /* Activa Flexbox */
    align-items: center; /* Centra los elementos verticalmente */
    justify-content: center; /* Centra los elementos horizontalmente */
    gap: 10px;
    padding-bottom: 20px;
    opacity: 1;
    color: rgb(148 163 184 / 1);
    justify-content: center;
    align-items: center;
    align-content: center;
    
}
.blog-icono i{
    font-size: 15px;
    line-height: 1.25rem;
    display: block;
}
.blog-icono p{
    margin: 0;
    
}
.blog-fecha p{
    
    color: #000;
}

/* blockquote */
.contenido-informativo{
    position: relative;
    max-width: 270px;
    min-height: 1px;
    margin-top: -35px;

}

blockquote{
    margin: 80px 0;
    padding: 1.25em 0.875em 0.5em;
    display: flex;
    flex-direction: column;
    quotes: none;
    font-size: 23px;
    line-height: 1.27em;
    color: #41b3c1;
    background-color: #ecf7f9;
    border-top: 3px solid #41b3c1;
    text-align: left;
    
}
.fa-quote-left{
    padding-right: 0.25em;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    text-transform: none;
}
.fa-quote-right{
    font-size: 10px;
    vertical-align: top;
}
.cliente{
    width: 150px;
    margin-top: 1em;
    display: block;
    font-size: .63em;
    font-weight: bold;
    background-color: #000;
    padding: 5px 10px; 
    display: inline-block; 
    font-size: 14px;
    border-radius: 10px; 
    margin-bottom: 10px; 
}
.cliente a{
    text-decoration: none;
    color: #fff;
}

/* media querys */
@media screen and (max-width: 1200px) {
    .contenedor-texto{  
        display: block; 
    }
    .module-title{
        border-top: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;
    }
    .mb20{
        margin-bottom: -20px;
    }
    .module-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;
    }
    .contenedor-articulos{
        grid-template-columns: 1fr ; 
        
    }
    .contenido-informativo{
        position: relative;
        max-width: 100%;
        margin-top: -60px;
    }
}
@media screen and (max-width: 900px) {
    .contenedor-texto{  
        display: block; 
    }
    
}
@media screen and (max-width: 768px) {
    .contenedor-articulos{
        grid-template-columns: 1fr ; 
    }
    .module-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #d1d3d4;
        border-bottom: 1px solid #d1d3d4;
    }
}
