#sustentabilidad div.square {
    min-height: 300px;
    overflow: hidden;
}

#sustentabilidad img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

#sustentabilidad img:hover {
    transform: scale(1.05);
}

.square-text-2 {
    background-color: #b9b9b9;
}

.square-text-3 {
    background-color: #16d5cc;
}

#squareHover div img {
    min-height: 420px;

}

#squareHover div img {
    height: 100%;
    width: 100%;
}

#squareHover .position-relative:hover .square-info {
    right: 0;
}

#squareHover .position-relative:hover .vertical-text {
    opacity: 0;
}

#squareHover .square-info {
    text-align: right;
    width: 80%;
    background-color: #e62b1e;
    padding: 40px;
    position: absolute;
    top: 50%;
    height: auto;
    right: -70%;
    -webkit-transform: translate(calc(100% - 100%), -50%);
    -ms-transform: translate(calc(100% - 100%), -50%);
    transform: translate(calc(100% - 100%), -50%);
    transition: all 0.5s;
}

#squareHover .square-info .vertical-text {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    position: absolute;
    left: 6.5%;
    width: 160px;
    bottom: -12px;
    text-align: center;
    transition: all 0.5s;
    opacity: 1;
    letter-spacing: 2px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .square-text {
        max-height: 250px;
    }
}

@media (max-width: 768px) {
    #squareGalery div {
        display: block !important;
    }

    #squareGalery img {
        width: 100% !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
    }
}

.front:after {
    content: "+";
    padding: 7px 10px;
    background: red;
    color: white;
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.top-right {
    position: absolute;
    top: -70px;
    right: 0px;
}

.startp-nav nav .navbar-nav .nav-item:hover a :before {
    display: none;
}

.year.select-style, .select-style, .select-style.p-deuda, .select-style.year-anual {
    min-width: 130px;
}

#select_tipo.select-style {
    min-width: 260px;
}

#seven-component.large .square {
    width: 14.3%;
}

#seven-component.medium .square {
    width: 33.3%;
}

#seven-component.short .square {
    width: 50%;
}

#seven-component .square-text h3 {
    font-size: 18px !important;
}

.nuestro-modelo h3 {
    margin-bottom: 0;
}

.nuestro-modelo .square {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog .post:hover .title a {
    color: #C10D19;
    text-decoration: none;
}

.post_detail .post a {
    color: #C10D19;
    text-decoration: none;
}

.post_detail .post .imagen:before {
    content: '';
    display: block;
    width: 115px;
    height: 115px;
    background: #C10D19;
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -1;
}

.post_detail .post .content strong {
    font-family: poppins-Bold, sans-serif !important;
}

.post_detail .post p, .post_detail .post ul li, .post_detail .post span  {
    color: rgb(33, 37, 41);
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30.6px;
    text-align: left;
}


.post_detail .post h2:before {
    content: "";
    display: block;
    position: relative;
    width: 38px;
    height: 2px;
    background: #181818;
}

#blog-btn {
    height: 45px;
    padding: 10px 15px;
    background-color: #D1D1D1;
    color: white;
}

.blog-bienvenida {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32.4px;
    text-align: left;
    max-width: 786px;
}