
.title h2{
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    letter-spacing: 0.35px;
}

.title span{
   display: none;
}

.news-sect .title h2::first-letter {
    color: #00C4FF;
}

.products-sect .title span {
    display: none;
  
}

.products-sect .title h2 {
    display: inline-block;
    padding: 0;
    margin: 0;

}
.products-sect .title:after {
    content: "Soluciones de Refrigeración para I+D";
    display: block;
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-size: 50px;
}

.about-sect .title span {
   display: none;
}

.about-sect .title h2{
    display: inline-block;
    color: #fff;
    padding: 0;
}

.about-sect .title h2::first-letter {
    color: #00C4FF;
}

.about-sect .col.txt h3 {
    font-size: 26px;
    margin: 0;
    color: #00C4FF;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
}


.news-sect .index_more {
    
    top: 3px;
}

@media screen and (max-width: 1000px){
    .title h2{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .products-sect .title:after{
        font-size: 30px;
    }
    .about-sect .col.txt h3 {
        font-size: 18px;
    }
}