:root {
    --soft-gray: #DBDBDB;
    --white: #fff;
    --grey: #8E8F90;
    --light-grey: #D7D8D9;
    --dark-grey: #B7B8B9;
    --pink: #D9007A;
    --purple: #801658;
}

.edgtf-container,
.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    width: 100%;
    padding: 0;
}
.container:not(.container-full) {
    max-width: 92%;

}
.edgtf-title {
    display: none;
}

.header-bg {
    background-image: url(https://hogarsi.org/wp-content/uploads/2023/08/landing_calor_img1.jpg);
}

.black-separator,
.separated-section {
    background-color: var(--soft-gray);
}

.arrow-scroll:hover,
.arrow-scroll:hover p {
    color: #fff;
}

.bg-pink {
    background-color: var(--pink);
}

.bg-white {
    background-color: #fff;
    border-color: #fff;
}

.txt-black {
    color: #000 !important;
}

.square1 .bg-img {
    background-image: url(https://hogarsi.org/wp-content/uploads/2023/08/landing_calor_img2.jpg);
}

.square2 {
    background-image: url(https://hogarsi.org/wp-content/uploads/2023/08/landing_calor_img3.jpg);
}

.square3 .bg-img {
    background-image: url(https://hogarsi.org/wp-content/uploads/2023/08/landing_calor_img4.jpg);
}

.square-icon {
    width: auto;
    height: 45px;
    margin-bottom: 1rem;
}

.landing-calor h2,
.landing-calor h3,
.landing-calor h2 span,
.landing-calor h3 span {
    font-weight: bold;
    line-height: 1.1 !important;
}