.bullets{
    font-weight: 500;
}

.no_mov_line{
    margin:0 auto 60px;
}

.logos-container > div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#agencias-logos img{
    width: 130px;
    height: auto;
}

#agencias-logo-2{
    margin-top: -10px;
}

#ecocreacion-logos img{
    width: 130px;
    height: auto;
}

#eco-logo-1{
    margin-top: -5px;
}

#eco-logo-3{
    margin-top: 10px;
}

#tomorrowland-icon-text{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 410px;
}

#tomorrowland-icon-text img{
    top: 5%;
    width: 90%;
}

.home-white-space{
    min-height: 286px;
}

.home-text-icon{
    height: 125px;
    position: relative;
}

#Content .home-text-icon{
    overflow:visible;
}

.home-text-icon figure{
    position: absolute;
    display:block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #fff;
    z-index: 1000;
}

.home-text-icon .icon-title-container{
    position: absolute;
    left: 150px;
    height: 100%;
    z-index: 500;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;

}

.home-text-icon h1{
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    /*color: #e8ecf7;*/
    color: #b2b1b2;
    margin-bottom: 0;
    transform: scaleY(1.2);
}

.title-column{
    padding:40px 50px 0;
}

#Content img.home-icon{
    max-width: 70%;
    left:0%;
    height: auto;
}

#Content img#unilab-home-icon{
    left: 0%;
}


@media all and (min-width: 768px) and (max-width: 1240px){
    #tomorrowland-icon-text{
        right: 10%;
    }
    .title-column{
        /* padding:80px 15px 0; */
        padding:20px 15px 0;
    }
    #tomorrowland-icon-text{
        width: 240px;
    }
    .home-text-icon h1{
        font-size: 26px;
        overflow: visible;
    }

    .home-white-space{
        min-height: 235px;
    }

    #ecocreacion-logos img{
        width: 10vw;
    }

    .home-text-icon{
        height: 125px;
        position: relative;
    }

    .home-text-icon figure{
        width: 105px;
        height: 105px;
    }

    .home-text-icon .icon-title-container{
        height: 105px;
        /* left: calc(105px - 10px); */
        left: 120px;
    }
}

/* Cambios movil */
@media all and (max-width: 767px){
    .home-white-space{
        min-height: 0;
    }
    .no_mov_line{
        margin:0 auto 10px;
    }
    #ecocreacion-logos img{
        width: 20vw;
    }
    .home-text-icon .icon-title-container{
        height: 100px;
        left: 105px;
    }
    .home-text-icon h1{
        font-size: 24px;
    }
    .home-text-icon figure{
        width: 100px;
        height: 100px;
    }
    #Content img.home-icon{
        max-width: 30%;
        left: -5%;
    }
    #Content img#unilab-home-icon{
        left: -4%;
    }
}

@media all and (max-width: 380px){
    .home-text-icon h1{
        font-size: 7vw;
    }
    .home-text-icon .icon-title-container{
        height: 80px;
        left: 80px;
    }
    .home-text-icon figure{
        width: 80px;
        height: 80px;
    }
    #tomorrowland-icon-text{
        right: 20px;
    }
}
