.page-about .banners-top .slick-banners-top .banner .title {
    line-height: 1.2;
}
.master {
    width: 35%;
    filter: grayscale(1);                
}
.page-about .banners-top .slick-banners-top .banner.banner-unapel {
    background-image: url(../images/banner-unapel.jpg);
}
.page-about .banners-top .slick-banners-top .banner.banner-udi {
    background-image: url(../images/banner-udi.jpg);
}
.page-about .about .text p:last-of-type {
    color: #757575;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    margin-top: 30px;
}
.diagram-box {
    width: 100%;
    height: max-content;
}
.diagram-box img {
    position: relative;
    width: 80%;
    left: -80px;
}
.page-about .about .text.tpol {
    color: #757575;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    margin-top: 30px;
}     
.page-about .banners-top .banner.banner-urbanismo .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #21445C;
    opacity: 0.7;
    z-index: 1;
}      
.page-about .banners-top .banner.banner-urbanismo .content {
    z-index: 2;
} 
.page-about .banners-top .slick-banners-top .banner .title {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: uppercase;
}  
.page-about .banners-top .banner.banner-urbanismo .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;   
    margin-top: 20px;            
}  
.page-about .banners-top .banner.banner-urbanismo .link {
    width: 180px;
    height: 62px;
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21445C;
    border: 2px solid #21445C;
    background-color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s; 
    margin-top: 20px;   
}
.page-about .banners-top .banner.banner-urbanismo .link:hover {
    background-color: #21445C;
    color: #ffffff;
}              
@media (max-width: 992px) {
    .page-about .banners-top .banner.banner-urbanismo .text {
        font-size: 18px;
        line-height: 22px;
    }                
    .diagram-box img {
        position: relative;
        width: 100%;
        left: -20px;
    }
}
@media (min-width: 1200px) {
    .slick-partners {
        width: 90%;
    }
}
.text-rotator {
    width: 380px;
    height: 95px;
    overflow: hidden;
}
.words {
    display: flex;
    flex-direction: column;
    animation: slide 20s ease-in-out infinite;
}
.words span {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
}
@keyframes slide {
    0%, 5% {
        transform: translateY(0);
    }
    10%, 15% {
        transform: translateY(-95px);
    }
    20%, 25% {
        transform: translateY(-190px);
    }
    30%, 35% {
        transform: translateY(-285px);
    }
    40%, 45% {
        transform: translateY(-380px);
    }
    50%, 55% {
        transform: translateY(-475px);
    }
    60%, 65% {
        transform: translateY(-570px);
    }
    70%, 75% {
        transform: translateY(-665px);
    }
    80%, 85% {
        transform: translateY(-760px);
    }
    90%, 95% {
        transform: translateY(-855px);
    }
    100% {
        transform: translateY(0); /* Retorno suave ao início */
    }
} 
.about-title {
    width: 100%;
    float: left;
    padding: 40px 0px 20px 0px;
}
.about-title .title {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;   
    color: #21445C;     
}
.about-title .fale-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.about-title .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;       
    color: #000000;   
    margin-top: 20px;              
}
.about-title .link {
    width: 180px;
    min-width: 180px;
    height: 62px;
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21445C;
    border: 2px solid #21445C;
    background-color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s; 
    margin-top: 20px; 
}
.about-title .link:hover {
    background-color: #21445C;
    color: #ffffff;
}
@media (max-width: 992px) {
    .about-title .title {
        font-size: 56px;
        line-height: 56px;
    }            
    .about-title .fale-box {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        margin-top: 10px;
    }            
}
.boxes {
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.boxes .box-type {
    position: relative;
    width: 100%;
    height: 350px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;    
    overflow: hidden;      
}
.boxes .box-type .img-box {
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    overflow: hidden;
}   
.boxes .box-type .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    transition: .5s ease-in-out;
}       
.boxes .box-type .i-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    bottom: 0;
    background: linear-gradient(180deg, rgba(33, 68, 92, 0) 0%, rgba(33, 68, 92, 0.555288) 59.13%, rgba(33, 68, 92, 0.7) 100%);  
    backdrop-filter: blur(4px);          
    z-index: 1;
    opacity: 0;
    transition: .5s ease-in-out;
}      
.boxes .box-type .b-mask {
    position: absolute;
    width: 100%;
    height: 170px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);            
    z-index: 2;
}
.boxes .box-type .box-type-text {
    position: absolute;
    bottom: -90px;
    width: 100%;
    height: max-content;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: .5s ease-in-out;
}
.boxes .box-type .box-type-text .title {
    font-weight: 300;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.boxes .box-type .box-type-text .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0;
    transition: .5s ease-in-out;
}     
.boxes .box-type:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}     
.boxes .box-type:hover .i-mask {
    opacity: 1;
}  
.boxes .box-type:hover .box-type-text {
    bottom: 0px;
}   
.boxes .box-type:hover .box-type-text .text {
    opacity: 1;
} 
@media (max-width: 992px) {
    .boxes .box-type {
        margin-top: 20px;
    }
    .boxes .box-type .i-mask {
        backdrop-filter: blur(0px);
        opacity: 1;
    }      
    .boxes .box-type .box-type-text {
        bottom: 0px;
    } 
    .boxes .box-type .box-type-text .text {
        opacity: 1;
    }         
}
.bluebox {
    width: 100%;
    float: left;
    padding: 20px 0px;
}
.bluebox .row {
    background: #AFCCD0;
    margin-left: 0;
    margin-right: 0;
    width: 1312;
    height: 210;
    top: 753px;
    left: 100px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;            
}
.bluebox .info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 25px;            
}
.bluebox .info-box .title {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;  
    color: #21445C;          
}
.bluebox .info-box .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #21445C;
    margin-top: 10px;
}
@media (max-width: 992px) {
    .bluebox .info-box {
        padding: 40px 5px;
    }            
    .bluebox .info-box .title {
        font-size: 44px;
        line-height: 44px;         
    }
    .bluebox .info-box .text {
        font-size: 22px;
        line-height: 22px;
    }
}
.frase {
    width: 100%;
    float: left;
    padding: 20px 0px;
}
.frase .frase-box {
    width: 100%;
    height: 150px;
    border: 1px solid #AFCCD0;    
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    align-items: center;
    justify-content: center;  
    padding: 0px 70px;                  
}
.frase .frase-box .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
}
.frase .frase-box .text span {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
}
@media (max-width: 992px) {
    .frase .frase-box {
        height: max-content;
        flex-direction: column;
        row-gap: 20px;
        padding: 30px 20px;
    }  
    .frase .frase-box .text {
        text-align: center;
    }          
}
.slider-premios {
    width: 100%;
    float: left;
    background: #ECEFF2;
    padding: 50px 0px 70px 0px;
    margin-top: 20px;
}
.slider-premios .title {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;  
    color: #21445C;          
}
/*.slider-premios .container-fluid.pd {
    padding-left: 0;            
    padding-right: 0;
}  
.slider-premios .container-fluid.pd .row {
    margin-left: 0;
    margin-right: 0;
}   
.slider-premios .container-fluid.pd .row .col-12 {
    padding-left: 0;      
    padding-right: 0;
}*/
.slider-premios .slider-prem {
    width: 100%;
    margin-top: 40px;
}
.slider-premios .slider-prem .recon-box {
    width: 200px;
    height: 550px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 0 auto;
    /*margin-right: 30px;*/
}       
.slider-premios .slider-prem .recon-box .recon-img-box {
    width: 100%;
}
.slider-premios .slider-prem .recon-box .recon-img-box img {
    width: 100%;
}     
.slider-premios .slider-prem .recon-box .recon-logo-box {
    width: 100%;
    height: 80px;
    min-height: 80px;            
    display: flex;
    align-items: center;
    justify-content: center;
}       
.slider-premios .slider-prem .recon-box .recon-logo-box img {
    width: 70%;
}
.slider-premios .slider-prem .recon-box .title {
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;            
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;  
    color: #21445C;          
} 
.slider-premios .slider-prem .recon-box .year {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
} 
.slider-premios .slider-prem .recon-box .text {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    top: -10px            
}  
.slider-premios .arrows .slick-arrow.slick-prev {
    background-image: url(../images/arrows/arrow-left-black.png);
}
.slider-premios .arrows .slick-arrow.slick-next {
    background-image: url(../images/arrows/arrow-right-black2.png);
    margin-left: 20px;
}
.slider-premios .arrows {
    margin-top: 20px;
}  
.slider-premios .arrows .slick-arrow {
    position: static;
}    
@media (max-width: 992px) {
    .slider-premios .arrows {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}        
/*@media (max-width: 992px) {
    .slider-premios .container-fluid.pd {
        padding-left: 15px;
    }  
    .slider-premios .container-fluid.pd .row {
        margin-right: 0;
    }   
    .slider-premios .container-fluid.pd .row .col-12 {
        padding-right: 0;
    }            
}
@media (min-width: 1920px) {
    .slider-premios .container-fluid.pd {
        padding-left: 405px;            
        padding-right: 0;
    }            
}*/
.about-mapa {
    width: 100%;
    float: left;
}
.about-mapa .container {
    position: relative;
    z-index: 3;
}
.about-mapa .title {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;   
    color: #21445C;         
}
.about-mapa .text {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%; 
    color: #000000; 
    margin-top: 40px;         
}
.about-mapa .link {
    width: 308px;
    min-width: 308px;
    height: 62px;
    font-size: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21445C;
    border: 2px solid #21445C;
    background-color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s; 
    margin-top: 30px; 
}
.about-mapa .link:hover {
    background-color: #21445C;
    color: #ffffff;
}
.about-mapa .img-box {
    position: relative;
    width: 607px;
    height: 600px;
}
.about-mapa .img-box .map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Opcional: controle do tamanho da imagem */
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
svg {
  pointer-events: none;
}

svg path {
  pointer-events: auto;
}
.about-mapa .img-box .mg {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 299px;
    left: 351px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .mg:hover {
    opacity: 1;
}
.about-mapa .img-box .sp {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 382px;
    left: 322px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .sp:hover {
    opacity: 1;
}
.about-mapa .img-box .rs {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 490px;
    left: 255px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .rs:hover {
    opacity: 1;
}
.about-mapa .img-box .sc {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 474px;
    left: 310px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .sc:hover {
    opacity: 1;
}
.about-mapa .img-box .pb {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 177px;
    left: 528px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .pb:hover {
    opacity: 1;
}
.about-mapa .img-box .ap {
    position: absolute;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 21px;
    left: 295px;
    opacity: 0;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .ap:hover {
    opacity: 1;
}
.about-mapa .img-box .map-tp {
    position: fixed;
    background-color: #21445C;
    font-weight: 300;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    pointer-events: none; /* O tooltip não interfere no mouse */
    opacity: 0;
    white-space: nowrap;
    z-index: 9999;
    transition: .5s ease-in-out;
}
/*.about-mapa .img-box .e-mg .mg-tp {
    visibility: hidden;
    width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s ease-in-out;
}
.about-mapa .img-box .e-mg:hover .mg-tp {
    visibility: visible;
    opacity: 1;
}*/    
.about-mapa .cities-box-mask {
    position: absolute;           
    right: 0;
    width: 500px;
    height: 700px;  
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.778846) 88.94%, #FFFFFF 100%);          
    z-index: 2;            
}   
.about-mapa .cities-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 12px;            
    right: 0;
    width: 500px;
    height: 700px;
    overflow: hidden;
    opacity: 50%;
    z-index: 1;            
}   
.about-mapa .cities-box .cities-line {   
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;             
}    
.about-mapa .cities-box .cities-line.b {   
    display: flex;
    width: max-content;
    animation: scrollb 20s linear infinite;             
}   
.cities-group {
    display: flex;
    column-gap: 20px;
}
.about-mapa .cities-box .cities-line .city {    
    width: max-content;
    padding: 12px;
    border-radius: 24px;
    background: #ECEFF2;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    white-space: nowrap;
    color: #505050;              
}   
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scrollb {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
@media (max-width: 992px) {
    .about-mapa .title {
        margin-top: 40px;
    }       
}
@media (min-width: 993px) {
    .about-mapa .container.hrpd {
        padding: 50px 0px;
    }            
}
@media (min-width: 1920px) {
    .about-mapa .cities-box-mask, .about-mapa .cities-box {
        width: 700px;           
    }             
}
.about-mapa .container-fluid.m-map {
    padding: 0px;
    margin-top: 40px;
}
.about-mapa .container-fluid.m-map .row {
    margin: 0;
}
.about-mapa .m-map-box {
    position: relative;
    width: 100%;
    height: 390px;
    margin: 0 auto;
    z-index: 2;
}
.about-mapa .m-map-box img {
    width: 100%;
    height: 100%;
}
.about-mapa .cities-box.m-cities-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: max-content;
    overflow: hidden;
    opacity: 50%;
    z-index: 1;
}   
.about-mapa .link-box {
    display: flex;
    align-items: center;
    justify-content: center;                
    margin-top: 20px;
}  
.about-depo {
    width: 100%;
    float: left;
    background-image: url('../images/about-depo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-depo .depo-box {
    width: 100%;
    height: 780px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;   
    column-gap: 20px;         
}
.about-depo .depo-box .blue-box {
    width: 400px;
    height: 260px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 20px 20px;
    background-color: #21445C;
}
.about-depo .depo-box .blue-box p {
    position: relative;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    padding-left: 55px;
    line-height: 1;
    margin-top: 30px;   
}    
.about-depo .depo-box .blue-box p:after {
    content: "\201C";
    position: absolute;
    left: 4px;
    top: -25px;
    font-size: 80px;
    font-weight: 900;
    font-style: normal;
    color: #bdbdbd;
}          
.about-depo .depo-box .blue-box .person {
    margin-top: 10px;
}
.about-depo .depo-box .blue-box .person .content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}
.about-depo .depo-box .blue-box .person .content span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    display: block;
    line-height: 20px;
    color: #ffffff;
} 
.about-depo .depo-box .desc {
    background: rgb(0 0 0 / 40%);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 20px;         
}
.about-depo-m {
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.about-depo-m .depo-m-img-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;            
    width: 100%;
    height: 300px;
    background-image: url(../images/about-depo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-depo-m .depo-m-img-box .text {
    background: rgb(0 0 0 / 40%);
    width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 10px;
}
.about-depo-m .depo-m-quote-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;               
}
.about-depo-m .depo-m-quote-box .blue-box {
    width: 95%;
    height: 365px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 40px 20px;
    background-color: #21445C;
}
.about-depo-m .depo-m-quote-box .blue-box p {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    padding-left: 55px;
    line-height: 1;
    margin-top: 30px;    
}    
.about-depo-m .depo-m-quote-box .blue-box p:after {
    content: "\201C";
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 96px;
    font-weight: 900;
    font-style: normal;
    color: #bdbdbd;
}          
.about-depo-m .depo-m-quote-box .blue-box .person {
    margin-top: 10px;
}
.about-depo-m .depo-m-quote-box .blue-box .person .content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
}
.about-depo-m .depo-m-quote-box .blue-box .person .content span {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    display: block;
    line-height: 20px;
    color: #ffffff;
} 
.about-depo-m .depo-m-quote-box .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%; 
    color: #ffffff; 
    margin-bottom: 20px;          
}
.hn-blog {
    float: left;
    width: 100%;
    background-color: #ffffff;
}   
.page-about .hn-blog {
    padding: 40px 0px;
}
.hn-blog .hn-title-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}  
.hn-blog .hn-title-box .vm-box {
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hn-blog .hn-title-box .vm-box .vm-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #21445C;
}
.hn-blog .hn-title-box .vm-box img {
    width: max-content;
    height: max-content;
    margin-left: 7px;
}
.hn-blog .case {
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #21445C;
}  
.hn-blog .news {
    margin-top: 40px;
}     
.blogarrows .arrows .slick-arrow.slick-prev {
    background-image: url(../images/arrows/arrow-left-black.png);
}
.blogarrows .arrows .slick-arrow.slick-next {
    background-image: url(../images/arrows/arrow-right-black2.png);
    margin-left: 20px;
}
.blogarrows .arrows {
    margin-top: 5px;
}  
.blogarrows .arrows .slick-arrow {
    position: static;
} 
.hn-blog .link-blog {
    font-weight: 600;
    color: #21445C;
    font-size: 16px;
    border: 2px solid #21445C;
    border-radius: 8px;
    padding: 15px 35px;
    margin-top: 50px;
    display: inline-block;
    transition: 0.5s;
}
.hn-blog .link-blog:hover {
    background-color: #21445C;
    color: #ffffff;
}   
@media (max-width: 992px) {
    .blogarrows .arrows {
        margin-bottom: 20px;
    }
    .hn-blog .link-blog {
        margin-top: 0;
    }                
} 