#s-blog{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

#s-blog> h1,
#s-blog> h3{
    font-size: 40px;
	font-family: "GothamRounded-Bold";
    color: var(--azul);
    border-bottom: 3px  solid var(--azul);
    margin-top: 40px;
    margin-bottom: 40px;
}

#content-cards-blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-cards-blog>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-cards-blog>div:nth-child(odd) {
    background-color: var(--gris);
    border-radius: 20px;
}

#content-cards-blog>div:nth-child(even) >div{
    flex-direction: row-reverse;
}

.card-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.card-blog>div {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card-blog>div>img {
    width: 40%;
}

.card-blog>div>div {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.card-blog>div>div h4{
    font-size: 25px;
	font-family: "GothamRounded-Bold";
    color: #606060;
}

.card-blog>div>div p *,
.card-blog>div>div p{
    font-size: 18px;
    color: #606060;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-blog>div>div a{
    font-size: 18px;
    color: #fff;
    background-color: var(--azul);
    padding: 2px 10px;
	font-family: "GothamRounded-Bold";
    border-radius: 4px;    
}

#s-blog-interno{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

#s-blog-interno> h1,
#s-blog-interno> h3{
    width: 60%;
    text-align: center;
    font-size: 30px;
	font-family: "GothamRounded-Bold";
    color: var(--naranja);
    border-bottom: 3px  solid var(--naranja);
    margin-top: 40px;
    margin-bottom: 20px;
}

#s-blog-interno> span{
    font-size: 18px;
    color: #606060;
	font-family: "GothamRounded-Bold";
}

#s-blog-interno> img{
    width: 80%;
    padding: 30px 0px;
}

#s-blog-interno p,
#s-blog-interno p *,

#s-blog-interno span,
#s-blog-interno span * {
    width: 80% !important;
    font-size: 18px !important;
    color: #606060 !important;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 30px;
    font-family: "GothamRounded-Light" !important;
}

#s-blog-interno h2,
#s-blog-interno h3,
#s-blog-interno h4,
#s-blog-interno h5,
#s-blog-interno h6 {
    color: var(--naranja);
    text-align: start;
    width: 80%;
    font-size: 25px;
    margin: 20px 0px;
}
#s-blog-interno ul{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
#s-blog-interno li{
    font-size: 18px;
    color: #606060;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 30px;
    font-family: "LTSaeada-Light" !important;
}

.blog-res {
    display: none;
}

.blog-desk {
    display: flex;
}

#content-btn-leer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

#content-btn-leer button{
    padding: 4px 15px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#content-btn-leer span{
    font-size: 18px !important;
    color: #fff !important;
    margin: 0px !important;
	font-family: "GothamRounded-Bold" !important;
}

#content-btn-leer button:nth-child(1){
    background-color: green;
}

#content-btn-leer button:nth-child(2){
    background-color: red;
}

#content-btn-leer button svg{
    fill: #fff;
    width: 30px;
}

@media screen and (max-width: 1024px) {
    #s-blog> h3 {
        font-size: 35px;
    }

    #content-cards-blog {
        padding: 20px;
    }

    .card-blog>div {
        width: 100%;
        flex-direction: column;
    }

    .card-blog>div>img {
        width: 100%;
    }

    .card-blog>div>div {
        width: 100%;
        gap: 20px;
    }

    #content-cards-blog>div {
        padding: 20px;
    }

    #content-cards-blog>div:nth-child(even) >div {
        flex-direction: column;
    }

    #s-blog-interno {
        padding: 20px;
    }

    #s-blog-interno> h3 {
        width: 100%;
        font-size: 22px;
        margin-top: 0px;
    }

    #s-blog-interno> img {
        width: 100%;
    }

    #s-blog-interno> p {
        width: 100%;
    }

    .card-blog>div>div h4 {
        font-size: 20px;
    }

    .blog-res {
        display: flex;
    }
    
    .blog-desk {
        display: none;
    }

    #s-blog-interno> h1, #s-blog-interno> h3 {
        width: 100%;
        font-size: 20px;
        margin-top: 10px;
    }

    #s-blog-interno ul {
        width: 95%;
    }

    #s-blog-interno h2, #s-blog-interno h3, #s-blog-interno h4, #s-blog-interno h5, #s-blog-interno h6 {
        width: 100%;
        font-size: 20px;
    }
}