#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 h2,
#s-blog-interno h5{
    width: 80%;
    text-align: start;
    font-size: 20px;
	font-family: "GothamRounded-Bold";
    color: #606060;
    margin: 8px 0px 10px;
}

#s-blog-interno h4{
    width: 80%;
    text-align: center;
    font-size: 30px;
	font-family: "GothamRounded-Bold";
    color: var(--naranja);
    margin: 15px 0px 40px;
}

#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{
    width: 80%;
    font-size: 18px;
    color: #606060;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 5px;
}

#content-slider-casos {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px 0px 80px;
}

#content-slider-casos> h4{
    width: 100%;
    text-align: center;
    font-size: 30px;
	font-family: "GothamRounded-Bold";
    color: var(--naranja);
}

#slider-casos img {
    width: 100%;
}

.owl-stage {
    padding: 20px 0px;
}

#p-content-gal-casos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0px;
}

#p-content-gal-casos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

#content-gal-casos {
    width: 80%;
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
}

#content-gal-casos a {
    width: 100%;
}

#content-gal-casos a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.card-slider-casos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: var(--shadow);
    border: 2px solid #606060;
    overflow: hidden;
}

.card-slider-casos a{
    width: 100%;
    text-align: center;
    background-color: var(--naranja);
    color: #fff;
	font-family: "GothamRounded-Bold";
    padding: 6px;
}

#content-text-iframe {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

#content-info-iframe {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#content-inframes {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#content-inframes iframe{
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

#content-info-iframe p {
    width: 100%;
}

#content-info-iframe h4{
    width: 100%;
    text-align: start;
}

@media screen and (max-width: 1024px) {
    #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%;
    }

    #s-blog-interno> h5 {
        width: 100%;
    }

    #s-blog-interno> h4 {
        width: 95%;
        font-size: 25px;
        margin: 15px 0px 25px;
    }

    #content-gal-casos {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    #content-gal-casos a img {
        height: 150px;
    }

    #content-text-iframe {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    #content-info-iframe {
        width: 100%;
    }

    #content-inframes {
        width: 100%;
    }
}