.contenido-seo{
    width: 100%;
    box-sizing: border-box;
}
.contenido-seo-title{
    margin-bottom: 40px;
    font-size: 30px;
    color: #0d0d0d;
    text-transform: uppercase;
}
.contenido-seo-text{
    column-count: 3; 
    column-gap: 40px;
    font-size: 14px;
    color: #727272;
    text-align: justify;
    line-height: 1.5;
}
.contenido-seo-text h2,h3{
    font-size: 16px;
    font-weight: 600;
    color: #0d0d0d;
    margin: 0px;
    margin-bottom: 12px;
}
.contenido-seo-text p{
    margin: 0 0 25px;
}
@media screen and (max-width: 1024px){
    .contenido-seo-text h2,h3{font-size: 15px;}
    .contenido-seo-text{
        font-size: 15px; 
        column-gap: 30px; 
        column-count: 2; 
    }
    .contenido-seo-text p{
        margin: 0 0 15px;
    }
    .contenido-seo-title{
        font-size: 28px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px){
    .contenido-seo-text h2,h3{
        font-size: 14px;
    }
    .contenido-seo-text{
        font-size: 14px; 
        column-gap: 0px; 
        column-count: 1;
    }
    .contenido-seo-title{
        font-size: 22px;
    }
}

/* SEO TITULOS */
.b1InfoTitle span{
    font-size: 80px;
    font-family: 'Roboto-Bold', sans-serif;
    line-height: normal;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.b2TitleSwiperBox{
    font-size: 110px;
    font-family: 'Roboto-Bold', sans-serif;
    line-height: 1;
    color: #202020;
}
.b2TitleSwiperBox span{
    display: block;
    width: 100%;
    color: #ffffff;
}
.b17Right .gParrafoTitle{
    font-size: 20px;
    font-family: 'Roboto-Medium', sans-serif;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}
@media screen and (max-width: 1440px){
    .b1InfoTitle span{
        line-height: 1;
    }
    .b2TitleSwiperBox{
        font-size: 90px;
    }
}
@media screen and (max-width: 1366px){
    .b1InfoTitle span{
        font-size: 65px;
    }
}
@media screen and (max-width: 1280px){
    .b1InfoTitle span{
        font-size: 60px;
    }
}
@media screen and (max-height: 700px){
    .b1InfoTitle span{
        font-size: 50px;
    }
}
@media screen and (max-width: 1024px){
    .b1InfoTitle span{
        font-size: 35px;
    }
    .b2TitleSwiperBox{
        font-size: 70px;
    }
}
@media screen and (max-width: 768px){
    .b2TitleSwiperBox{
        font-size: 60px;
    }
}
@media screen and (max-width: 480px){
    .b1InfoTitle span{
        font-size: 40px;
    }
    .b2TitleSwiperBox{
        font-size: 50px;
    }
}