/* contador */
.mainFont div h3 {
    font-family: "IBM Plex Sans", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 600 !important;
}

.el-contadores {
    padding: 0px 10px;
}

.containerImage {
    width: 100%;
    height: 100vh;
    visibility: visible;
    background-position: center center;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    background-attachment: fixed;
    -webkit-ackground-attachment: fixed;
    -moz-webkit-ackground-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 576px) {
    .customPmobile {
        position: absolute;
        top: 40px;
        color: #fff;
        max-width: 60%;
        left: 25px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .customPmobile {
        position: absolute;
        top: 85px;
        color: #fff;
        max-width: 40%;
        left: 15px;
    }
}

@media (max-width:767px) {

    /* .containerImage {
        background-size: 150% !important;
        background-position: 80% 50% !important;
    } */

    .vc_custom_1651592277034 {
        background-position: 80% 50% !important;
    }

    #homePage #scrollAnimate {
        display: none;
    }

    #homePage #scrollAnimateMobile {
        /* display: block; */
    }
}

@media (min-width: 768px) {
    #homePage #scrollAnimateMobile {
        display: none;
    }
}

@media (max-width: 1440px) {
    .customP {
        /* max-width: 35% !important;
        left: 280px !important;
        top: 300px !important; */
    }
}

@media (max-width: 1200px) {
    .customP {
        /* top: 240px !important;
        left: 220px !important;
        max-width: 50% !important; */
    }

    .customP>div.wpb_wrapper>h2 {
        font-size: 2.5rem !important;
    }
}

.countNumber {
    font-size: 4rem;
    display: block;
    color: #2C69DE;
    font-weight: lighter;
}

.countNumber.countNumber_percent::after {
    content: "%";
    font-size: 3rem;
}


.customP {
    position: absolute;
    top: 350px;
    color: #fff;
    max-width: 31%;
    left: 366px;
    z-index: 1;
}


.sectionIam {
    background-color: #FEC805;
}

.content70 {
    width: 70%;
    margin: 0 auto !important;
}

.content90 {
    width: 90%;
    margin: 0 auto !important;
}

.squareIam {
    font-size: 13rem;
}

.svgIam figure div>svg {
    width: 45vw;
    margin: 0 auto;
}

.svgIam figure div>svg text {
    font-family: unset;
    font-weight: bold;
}

svg.vc_single_image-img.attachment-large line {
    stroke-dasharray: inherit;
    stroke-dashoffset: inherit;
}

.bgGrey {
    background-color: #E7E7E7;
}

.ftYear .wpb_wrapper p {
    font-family: "lora";
    font-size: 2rem;
    font-weight: 700;
    position: fixed;
}

/* .dFlexAiStart {
    display: flex;
    align-items: flex-start;
} */

.pillCard {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 20px;
    position: relative;
}

.pillCard a {
    text-decoration: none;
    color: unset;
}

.pillCard:hover {
    background: #2B2A29;
    cursor: pointer;
}

.pillCard .wpb_wrapper>div {
    display: flex;
    justify-content: space-between;
}

.pillCard .wpb_wrapper>p {
    color: inherit;
    margin: 0px;

}

.pillCard .wpb_wrapper>div p {
    margin: 0px;
}

.pillCard:hover .wpb_wrapper>p {
    color: #fff;
}

.stickyYear {
    position: sticky !important;
    -moz-position: sticky !important;
    -webkit-position: sticky !important;
    -o-position: sticky !important;
    -ms-position: sticky !important;
    position: -webkit-sticky !important;
    top: 180px !important;
    display: block !important;
    z-index: 1;
}

.ftSticky {
    overflow: visible !important;
    display: block !important;
    /* height: 100vh; */
}

.overflowVisible {
    /* overflow: visible; */
}

body {
    /* overflow: visible !important; */
    display: block;
}

.col50 {
    width: 50%;
    height: auto
}

.d-flex {
    display: flex;
    justify-content: space-around;
}


/* test */
.containerImgs {
    width: 100%;
    height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
}

.containerImgs img {
    width: 100%;
    height: 100vh;
    flex-shrink: 0 !important;
    object-fit: cover !important;
    position: sticky !important;
    top: 0 !important;
    position: -webkit-sticky !important;
}

.containerImgs .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

/* test */